| Age | Commit message (Expand) | Author | Lines |
| 2023-11-08 | handle the case when the change-id isn't found | onur-ozkan | -12/+25 |
| 2023-11-08 | Auto merge of #116881 - LuuuXXX:issue-110087, r=onur-ozkan | bors | -32/+120 |
| 2023-11-08 | Auto merge of #117699 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-11-07 | Update cargo | Weihang Lo | -0/+0 |
| 2023-11-08 | Auto merge of #117484 - Zalathar:tests, r=cjgillot | bors | -2385/+435 |
| 2023-11-08 | Fix issue #110087 | LuuuX | -32/+120 |
| 2023-11-08 | Auto merge of #117692 - matthiaskrgr:rollup-umaf5pr, r=matthiaskrgr | bors | -252/+334 |
| 2023-11-08 | Rollup merge of #117655 - compiler-errors:method-tweaks, r=estebank | Matthias Krüger | -198/+178 |
| 2023-11-08 | Rollup merge of #117625 - nnethercote:clippy-perf, r=cuviper | Matthias Krüger | -20/+14 |
| 2023-11-08 | Rollup merge of #116399 - WaffleLapkin:erase_small_things, r=cjgillot | Matthias Krüger | -6/+16 |
| 2023-11-08 | Rollup merge of #113925 - clubby789:const-ctor-repeat, r=estebank | Matthias Krüger | -28/+126 |
| 2023-11-08 | rustdoc: minor changes suggested by clippy perf lints. | Nicholas Nethercote | -12/+10 |
| 2023-11-07 | Auto merge of #117672 - lqd:ci-gcc-lld, r=Kobzol | bors | -1/+7 |
| 2023-11-08 | rustc: minor changes suggested by clippy perf lints. | Nicholas Nethercote | -8/+4 |
| 2023-11-07 | Add an explanation for `transmute_unchecked` | Maybe Waffle | -0/+9 |
| 2023-11-07 | Auto merge of #117680 - matthiaskrgr:rollup-kgaa4ma, r=matthiaskrgr | bors | -39/+127 |
| 2023-11-07 | Rollup merge of #117675 - zmodem:vectorize_h, r=durin42 | Matthias Krüger | -1/+0 |
| 2023-11-07 | Rollup merge of #117639 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2023-11-07 | Rollup merge of #117616 - RalfJung:unstable-target-features, r=compiler-errors | Matthias Krüger | -23/+70 |
| 2023-11-07 | Rollup merge of #115485 - DaniPopes:rustdoc-macro-consts, r=jackh726,fmease | Matthias Krüger | -15/+57 |
| 2023-11-07 | add note to remember to update a url when bumping to gcc 10.1.0 | Rémy Rakic | -0/+6 |
| 2023-11-07 | Auto merge of #117617 - Urgau:bump-libc-0.2.150, r=Mark-Simulacrum | bors | -3/+3 |
| 2023-11-07 | manually bless a wasm-only test | Ralf Jung | -0/+6 |
| 2023-11-07 | llvm-wrapper: Remove include of non-existant Vectorize.h | Hans Wennborg | -1/+0 |
| 2023-11-07 | Auto merge of #115904 - notriddle:notriddle/preload-bold, r=GuillaumeGomez | bors | -1/+0 |
| 2023-11-07 | ci: bump gcc on dist x64 linux builder to 9.5 | Rémy Rakic | -1/+1 |
| 2023-11-07 | Auto merge of #117297 - clubby789:fn-trait-missing-paren, r=TaKO8Ki | bors | -0/+73 |
| 2023-11-07 | Auto merge of #117229 - matthewjasper:thir-unsafeck-fixes, r=cjgillot | bors | -85/+489 |
| 2023-11-07 | Auto merge of #117610 - compiler-errors:object-hmm, r=aliemjay | bors | -14/+64 |
| 2023-11-07 | Auto merge of #117418 - compiler-errors:better_error_body, r=oli-obk | bors | -29/+59 |
| 2023-11-07 | Rework print_disambiguation_help | Michael Goulet | -113/+93 |
| 2023-11-07 | Yeet MethodCallComponents | Michael Goulet | -90/+90 |
| 2023-11-07 | Auto merge of #117006 - estebank:issue-69512, r=compiler-errors | bors | -0/+138 |
| 2023-11-07 | When not finding assoc fn on type, look for builder fn | Esteban Küber | -0/+138 |
| 2023-11-07 | coverage: Register `test::Coverage` as the test suite for `tests/coverage` | Zalathar | -8/+12 |
| 2023-11-07 | coverage: Migrate `tests/coverage-map` into `tests/coverage` | Zalathar | -2764/+5 |
| 2023-11-07 | coverage: Migrate `tests/run-coverage` into `tests/coverage` | Zalathar | -9/+7 |
| 2023-11-07 | coverage: Set up a macro for declaring unified coverage test suites | Zalathar | -0/+53 |
| 2023-11-07 | coverage: Add `./x.py test coverage`, an alias for `coverage-map` and `run-co... | Zalathar | -0/+51 |
| 2023-11-07 | coverage: Give each coverage test mode a separate output directory | Zalathar | -2/+12 |
| 2023-11-07 | coverage: Copy all remaining run-coverage tests into coverage-map | Zalathar | -1/+392 |
| 2023-11-07 | coverage: Copy all remaining coverage-map tests into run-coverage | Zalathar | -0/+308 |
| 2023-11-07 | coverage: Flatten `coverage-map/status-quo/` into its parent directory | Zalathar | -1/+1 |
| 2023-11-07 | coverage: Remove `tests/coverage-map/if.rs` | Zalathar | -24/+0 |
| 2023-11-07 | coverage: Use `-Copt-level=2` by default in run-coverage tests | Zalathar | -16/+34 |
| 2023-11-07 | Auto merge of #117511 - gurry:117406-err-packed-structs, r=compiler-errors | bors | -1/+290 |
| 2023-11-06 | Build a better MIR body when errors are encountered | Michael Goulet | -29/+59 |
| 2023-11-06 | Don't instantiate the binder twice when assembling object candidate | Michael Goulet | -17/+45 |
| 2023-11-06 | Only check predicates for late-bound non-lifetime vars in object candidate as... | Michael Goulet | -1/+23 |
| 2023-11-06 | Auto merge of #117641 - matthiaskrgr:rollup-f9c12td, r=matthiaskrgr | bors | -5/+58 |