| Age | Commit message (Expand) | Author | Lines |
| 2023-11-24 | Bless run-make tests | Nilstrieb | -10/+10 |
| 2023-11-24 | Bless rustdoc-ui tests | Nilstrieb | -64/+64 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -5022/+5022 |
| 2023-11-24 | rustdoc-search: avoid infinite where clause unbox | Michael Howell | -0/+44 |
| 2023-11-24 | Auto merge of #118248 - compiler-errors:rollup-tye3vgj, r=compiler-errors | bors | -68/+210 |
| 2023-11-24 | Rollup merge of #118245 - fee1-dead-contrib:span-tilde-const, r=compiler-errors | Michael Goulet | -64/+64 |
| 2023-11-24 | Rollup merge of #118215 - celinval:smir-def-paths, r=ouz-a | Michael Goulet | -0/+109 |
| 2023-11-24 | Rollup merge of #118210 - lcnr:intercrate-ambiguity-causes-uwu, r=compiler-er... | Michael Goulet | -4/+37 |
| 2023-11-24 | Auto merge of #117934 - Young-Flash:dev, r=petrochenkov | bors | -4/+50 |
| 2023-11-24 | Add `Span` to `TraitBoundModifier` | Deadbeef | -64/+64 |
| 2023-11-24 | Rollup merge of #118224 - dtolnay:rustdocsortunstable, r=fmease | Matthias Krüger | -0/+11 |
| 2023-11-24 | Auto merge of #118105 - notriddle:master, r=fmease | bors | -20/+61 |
| 2023-11-23 | Sort unstable items last in rustdoc, instead of first | David Tolnay | -3/+3 |
| 2023-11-23 | Add test of rustdoc sort order for stable vs unstable item | David Tolnay | -0/+11 |
| 2023-11-23 | rustdoc: move doctest tests to folder | Michael Howell | -0/+1 |
| 2023-11-23 | rustdoc: move ICE tests to ui | Michael Howell | -0/+7 |
| 2023-11-23 | Auto merge of #118192 - Kyuuhachi:issue-118180, r=fmease | bors | -0/+9 |
| 2023-11-24 | add track_caller for arith ops | bohan | -4/+81 |
| 2023-11-23 | Don't print "private fields" on empty tuple structs | Kyuuhachi | -0/+9 |
| 2023-11-23 | Add an experimental feature gate for function delegation | Vadim Petrochenkov | -0/+16 |
| 2023-11-23 | fix intercrate ambiguity causes | lcnr | -4/+37 |
| 2023-11-23 | feat: make let_binding_suggestion more reasonable | Young-Flash | -4/+50 |
| 2023-11-23 | Rollup merge of #118146 - compiler-errors:deref-into-dyn-regions, r=lcnr | Matthias Krüger | -3/+88 |
| 2023-11-23 | Rollup merge of #118131 - lukas-code:multi-default, r=wesleywiser | Matthias Krüger | -38/+103 |
| 2023-11-23 | Auto merge of #118065 - estebank:core-not-found-404, r=TaKO8Ki | bors | -12/+20 |
| 2023-11-22 | Rework supertrait lint once again | Michael Goulet | -3/+88 |
| 2023-11-22 | Provide structured suggestion for type mismatch in loop | Esteban Küber | -17/+48 |
| 2023-11-22 | When failing to import `core`, suggest `std` | Esteban Küber | -12/+20 |
| 2023-11-22 | Auto merge of #118178 - compiler-errors:rollup-0i11w85, r=compiler-errors | bors | -0/+156 |
| 2023-11-22 | Rollup merge of #118161 - compiler-errors:coroutine-obligation-opaques, r=lcnr | Michael Goulet | -0/+17 |
| 2023-11-22 | Rollup merge of #118013 - sivadeilra:user/ardavis/ehcont, r=wesleywiser | Michael Goulet | -0/+20 |
| 2023-11-22 | Rollup merge of #118012 - celinval:smir-alloc, r=ouz-a | Michael Goulet | -0/+119 |
| 2023-11-22 | Update existing tests | Guillaume Gomez | -4/+4 |
| 2023-11-22 | Add regression test for cfg merging on re-exports | Guillaume Gomez | -0/+30 |
| 2023-11-22 | Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin | bors | -214/+82 |
| 2023-11-22 | Add CrateDef trait and methods to get def names | Celina G. Val | -0/+109 |
| 2023-11-22 | Auto merge of #112380 - jieyouxu:useless-bindings-lint, r=WaffleLapkin | bors | -2/+3 |
| 2023-11-22 | Stabilize RFC3324 dyn upcasting coercion | Urgau | -214/+82 |
| 2023-11-22 | Auto merge of #118086 - nnethercote:queries-cleanups, r=bjorn3 | bors | -4/+3 |
| 2023-11-22 | Auto merge of #118071 - Urgau:check-cfg-cargo-feature, r=petrochenkov | bors | -16/+76 |
| 2023-11-22 | add a test | Ralf Jung | -0/+54 |
| 2023-11-22 | Allow defining opaques in check_coroutine_obligations | Michael Goulet | -0/+17 |
| 2023-11-21 | Add allocation test and a bit more documentation | Celina G. Val | -0/+119 |
| 2023-11-22 | Fully rework the algorithm and its explanation | Nadrieril | -27/+34 |
| 2023-11-22 | Keep rows with guards in the matrix | Nadrieril | -14/+14 |
| 2023-11-22 | Merge `Queries::{ongoing_codegen,linker}`. | Nicholas Nethercote | -2/+1 |
| 2023-11-22 | Make `Compiler::{sess,codegen_backend}` public. | Nicholas Nethercote | -2/+2 |
| 2023-11-22 | Add some tests | Nadrieril | -202/+238 |
| 2023-11-22 | Validate there are no critical call edges in optimized MIR | Tomasz Miąsko | -0/+31 |
| 2023-11-21 | Rollup merge of #118112 - compiler-errors:index-ambiguity-ice, r=aliemjay | Matthias Krüger | -0/+38 |