Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
1ccb1de
Place size limits on query keys and values
Zoxc Mar 3, 2023
40185db
Delete old re-exports from rustc_smir
celinval Mar 4, 2023
118afdf
Retry pred_known_to_hold_modulo_regions with fulfillment if ambiguous
compiler-errors Mar 4, 2023
bfefd11
1.41.1 supported 32-bit Apple targets
workingjubilee Mar 5, 2023
ef807cb
use problem matchers for tidy CI
fee1-dead Dec 23, 2022
a2040de
do not run tidy on x86_64-gnu-llvm-13
fee1-dead Jan 6, 2023
c6065eb
Add soon-to-be-default --no-undefined-version flag
chbaker0 Feb 13, 2023
33e8820
Don't export of __rust_* alloc symbols if not codegened
chbaker0 Feb 13, 2023
b66db7e
Create new rustc_smir struct to map future crates
celinval Mar 4, 2023
c5d4e4d
Remove DropAndReplace terminator
zeegomo Mar 5, 2023
153bfa0
remove leftover comment
zeegomo Mar 7, 2023
5eaeb71
Change item collection to be on demand
celinval Mar 7, 2023
825462d
Rollup merge of #106085 - fee1-dead-contrib:tidy-ci-matchers, r=pietr…
JohnTitor Mar 8, 2023
b67ba17
Rollup merge of #108017 - chbaker0:fix-105967, r=chbaker0
JohnTitor Mar 8, 2023
db6d7ba
Rollup merge of #108690 - Zoxc:query-size-limits, r=cjgillot
JohnTitor Mar 8, 2023
e892dd4
Rollup merge of #108754 - compiler-errors:retry, r=oli-obk
JohnTitor Mar 8, 2023
8b9fa5d
Rollup merge of #108759 - workingjubilee:pedantically-correct-release…
JohnTitor Mar 8, 2023
01c06e9
Rollup merge of #108846 - celinval:smir-poc, r=oli-obk
JohnTitor Mar 8, 2023
645bed4
Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko
JohnTitor Mar 8, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
do not run tidy on x86_64-gnu-llvm-13
  • Loading branch information
fee1-dead committed Mar 6, 2023
commit a2040de541057a4d8d25c4d3f075f2e81276eef8
4 changes: 1 addition & 3 deletions src/ci/docker/host-x86_64/x86_64-gnu-llvm-14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,4 @@ ENV SCRIPT ../x.py --stage 2 test --exclude src/tools/tidy && \
# work.
#
../x.ps1 --stage 2 test tests/ui --pass=check \
--host='' --target=i686-unknown-linux-gnu && \
# Run tidy at the very end, after all the other tests.
python2.7 ../x.py --stage 2 test src/tools/tidy
--host='' --target=i686-unknown-linux-gnu