| Age | Commit message (Expand) | Author | Lines |
| 2023-11-30 | Auto merge of #118379 - compiler-errors:const-params-for-partialeq, r=fee1-dead | bors | -91/+85 |
| 2023-11-29 | Capitalize ToC in README.md | Nine | -1/+1 |
| 2023-11-29 | Fix typo in README.md | Nine | -1/+1 |
| 2023-11-30 | Enforce must_use on associated types and RPITITs | Michael Goulet | -1/+54 |
| 2023-11-30 | Auto merge of #117565 - estebank:issue-100825, r=Nilstrieb | bors | -218/+348 |
| 2023-11-29 | Update compiler/rustc_codegen_llvm/src/lib.rs | Wesley Wiser | -1/+1 |
| 2023-11-29 | Dispose llvm::TargetMachines prior to llvm::Context being disposed | Wesley Wiser | -6/+18 |
| 2023-11-30 | Auto merge of #114499 - taiki-e:riscv-forced-atomics, r=Amanieu | bors | -5/+6 |
| 2023-11-29 | Update mdbook to 0.4.36 | Eric Huss | -6/+27 |
| 2023-11-29 | Re-enable `rustc_codegen_gcc` tests in CI | Josh Stone | -3/+11 |
| 2023-11-29 | Auto merge of #118454 - lcnr:overflow-yay, r=compiler-errors | bors | -1/+4 |
| 2023-11-29 | rustdoc: remove small from `small-section-header` | Michael Howell | -63/+63 |
| 2023-11-29 | review comments and rebase fixes | Esteban Küber | -67/+66 |
| 2023-11-29 | rustc_span: Remove unused symbols. | Alona Enraght-Moony | -27/+0 |
| 2023-11-29 | On Fn arg mismatch for a fn path, suggest a closure | Esteban Küber | -54/+247 |
| 2023-11-29 | Avoid unnecessary pattern parse errors on `ref box` | Esteban Küber | -27/+5 |
| 2023-11-29 | fix rebase | Esteban Küber | -2/+24 |
| 2023-11-29 | Always emit help when failing to parse enum variant | Esteban Küber | -2/+11 |
| 2023-11-29 | review comment: rework `parse_for_head` to reduce branching | Esteban Küber | -36/+42 |
| 2023-11-29 | Fix tidy | Esteban Küber | -2/+15 |
| 2023-11-29 | Fix test and move to more appropriate directory | Esteban Küber | -37/+63 |
| 2023-11-29 | Change how `for (x in foo) {}` is handled | Esteban Küber | -81/+138 |
| 2023-11-29 | Account for `(pat if expr) => {}` | Esteban Küber | -47/+132 |
| 2023-11-29 | Change enum parse recovery | Esteban Küber | -21/+44 |
| 2023-11-29 | Bubble parse error when expecting `)` | Esteban Küber | -51/+25 |
| 2023-11-29 | More accurate span for unnecessary parens suggestion | Esteban Küber | -30/+12 |
| 2023-11-29 | When parsing patterns, bubble all errors except reserved idents that aren't l... | Esteban Küber | -7/+221 |
| 2023-11-29 | Make `parse_pat_ident` not recover bad name | Esteban Küber | -274/+15 |
| 2023-11-29 | `option_if_let_else`: do not trigger on expressions returning `()` | Samuel Tardieu | -44/+85 |
| 2023-11-29 | new solver: improve instrument annotations | lcnr | -1/+4 |
| 2023-11-29 | Tweak message on ADT with private fields building | Esteban Küber | -7/+8 |
| 2023-11-29 | rustdoc-search: replace TAB/NL/LF with SP first | Michael Howell | -23/+28 |
| 2023-11-29 | rustdoc-search: removed dead parser code | Michael Howell | -2/+9 |
| 2023-11-29 | rustdoc-search: allow `:: ` and ` ::` | Michael Howell | -26/+62 |
| 2023-11-29 | Auto merge of #118132 - onur-ozkan:stdlib-assertion-status-to-compiletest, r=... | bors | -2/+12 |
| 2023-11-29 | Use OnceCell in cell module documentation | Marcin Serwin | -4/+4 |
| 2023-11-29 | Re-implement syntax fixups | Lukas Wirth | -264/+408 |
| 2023-11-29 | jobserver: check file descriptors | belovdv | -37/+114 |
| 2023-11-29 | Auto merge of #118315 - WaffleLapkin:don't-repeat_byte, r=m-ou-se | bors | -16/+2 |
| 2023-11-29 | Auto merge of #11818 - y21:more_redundant_guards, r=llogiq | bors | -24/+293 |
| 2023-11-29 | Change LLVM reuse dep5 line to say AND. | Jonathan Pallant (Ferrous Systems) | -1/+7 |
| 2023-11-29 | Merge pull request #1432 from simonbuchan/windows-y-wrappers | bjorn3 | -0/+21 |
| 2023-11-29 | Add missing trailing newline in y.cmd | bjorn3 | -1/+1 |
| 2023-11-29 | Auto merge of #118443 - matthiaskrgr:rollup-mp8o3m4, r=matthiaskrgr | bors | -187/+909 |
| 2023-11-29 | Rollup merge of #118438 - AkhilTThomas:patch-1, r=JohnTitor | Matthias Krüger | -4/+2 |
| 2023-11-29 | Rollup merge of #118428 - aDotInTheVoid:doc-cleanup, r=GuillaumeGomez | Matthias Krüger | -20/+21 |
| 2023-11-29 | Rollup merge of #118426 - aDotInTheVoid:const-wat, r=compiler-errors,cjgillot | Matthias Krüger | -1/+73 |
| 2023-11-29 | Rollup merge of #118333 - eduardosm:print-missing-target-features, r=est31 | Matthias Krüger | -123/+374 |
| 2023-11-29 | Rollup merge of #118231 - RalfJung:const-raw-slice-empty, r=cuviper | Matthias Krüger | -3/+21 |
| 2023-11-29 | Rollup merge of #118191 - estebank:let-chain-typo, r=compiler-errors | Matthias Krüger | -18/+93 |