| Age | Commit message (Expand) | Author | Lines |
| 2023-11-26 | Auto merge of #110303 - nbdd0121:master, r=Mark-Simulacrum | bors | -242/+237 |
| 2023-11-26 | Auto merge of #118300 - compiler-errors:rollup-cm3i8fg, r=compiler-errors | bors | -370/+358 |
| 2023-11-26 | Bless MIR tests | Gary Guo | -128/+120 |
| 2023-11-26 | Auto merge of #117611 - Nadrieril:linear-pass-take-4, r=cjgillot | bors | -238/+281 |
| 2023-11-25 | Fix tests | Gary Guo | -114/+117 |
| 2023-11-25 | Rollup merge of #118290 - compiler-errors:placeholder-implied, r=aliemjay | Michael Goulet | -0/+14 |
| 2023-11-25 | Rollup merge of #118158 - nnethercote:reduce-fluent-boilerplate, r=compiler-e... | Michael Goulet | -270/+244 |
| 2023-11-25 | Rollup merge of #117651 - Zalathar:fold-sums, r=cjgillot | Michael Goulet | -100/+100 |
| 2023-11-26 | Use `rustc_fluent_macro::fluent_messages!` directly. | Nicholas Nethercote | -269/+243 |
| 2023-11-26 | Avoid need for `{D,Subd}iagnosticMessage` imports. | Nicholas Nethercote | -1/+1 |
| 2023-11-25 | Auto merge of #118294 - GuillaumeGomez:rollup-ij2bzwt, r=GuillaumeGomez | bors | -0/+24 |
| 2023-11-25 | make sure we still eagerly emit errors | Michael Goulet | -0/+24 |
| 2023-11-25 | Don't ICE when encountering placeholders in implied bounds computation | Michael Goulet | -0/+14 |
| 2023-11-25 | Auto merge of #118127 - RalfJung:unadjusted-abi, r=compiler-errors | bors | -0/+54 |
| 2023-11-25 | Auto merge of #118277 - fmease:rollup-itucldm, r=fmease | bors | -0/+44 |
| 2023-11-25 | Rollup merge of #118251 - notriddle:notriddle/less-recursion, r=GuillaumeGomez | León Orell Valerian Liehr | -0/+44 |
| 2023-11-25 | Auto merge of #118075 - tmiasko:validate-critical-call-edges, r=cjgillot | bors | -0/+31 |
| 2023-11-25 | coverage: Simplify building coverage expressions based on sums | Zalathar | -100/+100 |
| 2023-11-24 | Auto merge of #118138 - Nilstrieb:one-previous-error, r=WaffleLapkin | bors | -5154/+5161 |
| 2023-11-24 | Bless ui-fulldeps | Nilstrieb | -11/+18 |
| 2023-11-24 | Manual find replace updates | Nilstrieb | -47/+47 |
| 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-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 | 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 |