| Age | Commit message (Expand) | Author | Lines |
| 2023-11-30 | Move `MetadataLoader{,Dyn}` to `rustc_metadata`. | Nicholas Nethercote | -28/+21 |
| 2023-11-30 | Reorder some `use` items. | Nicholas Nethercote | -10/+6 |
| 2023-11-30 | Remove unused features. | Nicholas Nethercote | -2/+0 |
| 2023-11-30 | Auto merge of #118379 - compiler-errors:const-params-for-partialeq, r=fee1-dead | bors | -46/+72 |
| 2023-11-30 | Enforce must_use on associated types and RPITITs | Michael Goulet | -1/+1 |
| 2023-11-30 | Auto merge of #117565 - estebank:issue-100825, r=Nilstrieb | bors | -131/+236 |
| 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 | review comments and rebase fixes | Esteban Küber | -65/+64 |
| 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 | -11/+167 |
| 2023-11-29 | Avoid unnecessary pattern parse errors on `ref box` | Esteban Küber | -3/+3 |
| 2023-11-29 | Always emit help when failing to parse enum variant | Esteban Küber | -2/+7 |
| 2023-11-29 | review comment: rework `parse_for_head` to reduce branching | Esteban Küber | -36/+42 |
| 2023-11-29 | Change how `for (x in foo) {}` is handled | Esteban Küber | -57/+59 |
| 2023-11-29 | Account for `(pat if expr) => {}` | Esteban Küber | -39/+107 |
| 2023-11-29 | Change enum parse recovery | Esteban Küber | -8/+35 |
| 2023-11-29 | Bubble parse error when expecting `)` | Esteban Küber | -0/+3 |
| 2023-11-29 | More accurate span for unnecessary parens suggestion | Esteban Küber | -29/+11 |
| 2023-11-29 | When parsing patterns, bubble all errors except reserved idents that aren't l... | Esteban Küber | -1/+13 |
| 2023-11-29 | Make `parse_pat_ident` not recover bad name | Esteban Küber | -1/+1 |
| 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 | -1/+2 |
| 2023-11-29 | jobserver: check file descriptors | belovdv | -32/+85 |
| 2023-11-29 | Rollup merge of #118426 - aDotInTheVoid:const-wat, r=compiler-errors,cjgillot | Matthias Krüger | -1/+6 |
| 2023-11-29 | Rollup merge of #118333 - eduardosm:print-missing-target-features, r=est31 | Matthias Krüger | -76/+245 |
| 2023-11-29 | Rollup merge of #118191 - estebank:let-chain-typo, r=compiler-errors | Matthias Krüger | -8/+70 |
| 2023-11-29 | Rollup merge of #118157 - Nadrieril:never_pat-feature-gate, r=compiler-errors | Matthias Krüger | -14/+90 |
| 2023-11-29 | Auto merge of #118433 - matthiaskrgr:rollup-fi9lrwg, r=matthiaskrgr | bors | -258/+68 |
| 2023-11-29 | Auto merge of #118434 - matthiaskrgr:rollup-k1upt8b, r=matthiaskrgr | bors | -130/+170 |
| 2023-11-29 | Rollup merge of #118429 - cuviper:its-arguments, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-11-29 | Rollup merge of #118413 - chenyukang:yukang-fix-118145-unwrap-for-shorthand, ... | Matthias Krüger | -9/+38 |
| 2023-11-29 | Rollup merge of #118409 - klensy:position-opt, r=compiler-errors | Matthias Krüger | -29/+19 |
| 2023-11-29 | Rollup merge of #118401 - nnethercote:rustc_ast_lowering, r=compiler-errors | Matthias Krüger | -85/+96 |
| 2023-11-29 | Rollup merge of #118342 - compiler-errors:macro-generic-bang, r=estebank | Matthias Krüger | -6/+16 |
| 2023-11-29 | Rollup merge of #118422 - tmiasko:mix, r=compiler-errors | Matthias Krüger | -12/+4 |
| 2023-11-29 | Rollup merge of #118419 - compiler-errors:await-span2, r=cjgillot | Matthias Krüger | -34/+28 |
| 2023-11-29 | Rollup merge of #118394 - nnethercote:rm-hir-Ops, r=cjgillot | Matthias Krüger | -190/+30 |
| 2023-11-29 | Rollup merge of #118269 - compiler-errors:poly, r=wesleywiser | Matthias Krüger | -22/+6 |
| 2023-11-29 | Add `never_patterns` feature gate | Nadrieril | -14/+90 |
| 2023-11-29 | Auto merge of #118348 - Mark-Simulacrum:feature-code-size, r=compiler-errors | bors | -6/+14 |
| 2023-11-28 | Fix a typo in a `format_args!` note | Josh Stone | -1/+1 |
| 2023-11-29 | More fix on mismatched type suggestion for shorthand fields | yukang | -9/+32 |
| 2023-11-28 | Use a u64 for the rmeta root position | Ben Kimock | -29/+27 |
| 2023-11-28 | Auto merge of #118412 - matthiaskrgr:rollup-ghzhti2, r=matthiaskrgr | bors | -1/+27 |
| 2023-11-28 | ConstProp: Remove const when rvalue check fails. | Alona Enraght-Moony | -1/+6 |
| 2023-11-28 | Add with_opt_const_effect_param helper, simplify | Michael Goulet | -28/+35 |
| 2023-11-28 | Fix PartialEq args when #[const_trait] is enabled | Michael Goulet | -36/+55 |
| 2023-11-28 | Yeet E0744 | Michael Goulet | -15/+8 |