about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-11-07add note to remember to update a url when bumping to gcc 10.1.0Rémy Rakic-0/+6
2023-11-07Auto merge of #117617 - Urgau:bump-libc-0.2.150, r=Mark-Simulacrumbors-3/+3
2023-11-07tests/rustdoc-json: Rewrite tests no not use `#![no_core]`.Alona Enraght-Moony-37/+31
2023-11-07tests/rustdoc-json: Remove more needless uses of `#![no_core]`.Alona Enraght-Moony-39/+1
2023-11-07tests/rustdoc-json: Remove some needless uses of `#![no_core]`.Alona Enraght-Moony-126/+9
2023-11-07manually bless a wasm-only testRalf Jung-0/+6
2023-11-07llvm-wrapper: Remove include of non-existant Vectorize.hHans Wennborg-1/+0
2023-11-07Auto merge of #115904 - notriddle:notriddle/preload-bold, r=GuillaumeGomezbors-1/+0
2023-11-07ci: bump gcc on dist x64 linux builder to 9.5Rémy Rakic-1/+1
2023-11-07Document clippy_config in nightly-rustc docsAlex Macleod-1/+1
2023-11-07Auto merge of #117297 - clubby789:fn-trait-missing-paren, r=TaKO8Kibors-0/+73
2023-11-07bump some depsklensy-58/+10
2023-11-07Auto merge of #117229 - matthewjasper:thir-unsafeck-fixes, r=cjgillotbors-85/+489
2023-11-07Auto merge of #117610 - compiler-errors:object-hmm, r=aliemjaybors-14/+64
2023-11-07Auto merge of #117418 - compiler-errors:better_error_body, r=oli-obkbors-29/+59
2023-11-07Rework print_disambiguation_helpMichael Goulet-113/+93
2023-11-07Yeet MethodCallComponentsMichael Goulet-90/+90
2023-11-07Auto merge of #117006 - estebank:issue-69512, r=compiler-errorsbors-0/+138
2023-11-07When not finding assoc fn on type, look for builder fnEsteban Küber-0/+138
2023-11-07coverage: Register `test::Coverage` as the test suite for `tests/coverage`Zalathar-8/+12
2023-11-07coverage: Migrate `tests/coverage-map` into `tests/coverage`Zalathar-2764/+5
2023-11-07coverage: Migrate `tests/run-coverage` into `tests/coverage`Zalathar-9/+7
2023-11-07coverage: Set up a macro for declaring unified coverage test suitesZalathar-0/+53
2023-11-07coverage: Add `./x.py test coverage`, an alias for `coverage-map` and `run-co...Zalathar-0/+51
2023-11-07coverage: Give each coverage test mode a separate output directoryZalathar-2/+12
2023-11-07coverage: Copy all remaining run-coverage tests into coverage-mapZalathar-1/+392
2023-11-07coverage: Copy all remaining coverage-map tests into run-coverageZalathar-0/+308
2023-11-07coverage: Flatten `coverage-map/status-quo/` into its parent directoryZalathar-1/+1
2023-11-07coverage: Remove `tests/coverage-map/if.rs`Zalathar-24/+0
2023-11-07coverage: Use `-Copt-level=2` by default in run-coverage testsZalathar-16/+34
2023-11-07Auto merge of #117511 - gurry:117406-err-packed-structs, r=compiler-errorsbors-1/+290
2023-11-06Build a better MIR body when errors are encounteredMichael Goulet-29/+59
2023-11-06Don't instantiate the binder twice when assembling object candidateMichael Goulet-17/+45
2023-11-06Only check predicates for late-bound non-lifetime vars in object candidate as...Michael Goulet-1/+23
2023-11-06Auto merge of #117641 - matthiaskrgr:rollup-f9c12td, r=matthiaskrgrbors-5/+58
2023-11-06Rollup merge of #117637 - lqd:trivial-bounds-with-binder-vars, r=compiler-errorsMatthias Krüger-1/+10
2023-11-06Rollup merge of #117631 - smarnach:error-request-doc-fix, r=ChrisDentonMatthias Krüger-4/+4
2023-11-06Rollup merge of #117516 - matthiaskrgr:test_effects_113375_oob, r=fee1-deadMatthias Krüger-0/+18
2023-11-06Rollup merge of #117190 - matthiaskrgr:test_effects_113381, r=fee1-deadMatthias Krüger-0/+26
2023-11-06Auto merge of #117292 - estebank:issue-80446, r=davidtwcobors-0/+71
2023-11-06Silence redundant error on typo resulting on binopEsteban Küber-33/+27
2023-11-06Update booksrustbot-0/+0
2023-11-06Visit patterns in THIR let expressionsMatthew Jasper-38/+66
2023-11-06Add suggestion to THIR unsafe_op_in_unsafe_fn lintMatthew Jasper-40/+367
2023-11-06Allow tests with rust-rustfix and revisionsMatthew Jasper-1/+1
2023-11-06Recognise thread local statics in THIR unsafeckMatthew Jasper-6/+55
2023-11-06Auto merge of #117603 - HKalbasi:make-feature-additive, r=Nilstriebbors-9/+7
2023-11-06add test for trivial bound not holding in `soa-derive`Rémy Rakic-0/+8
2023-11-06check binders with bound vars for global bounds that don't holdRémy Rakic-1/+2
2023-11-06Auto merge of #116988 - RalfJung:null, r=WaffleLapkinbors-0/+10