| Age | Commit message (Expand) | Author | Lines |
| 2021-04-07 | Document `Res` and its friends | Camelid | -13/+142 |
| 2021-03-09 | Rollup merge of #82841 - hvdijk:x32, r=joshtriplett | Mara Bos | -38/+38 |
| 2021-03-09 | Rollup merge of #82048 - mark-i-m:or-pat-type-ascription, r=petrochenkov | Mara Bos | -68/+131 |
| 2021-03-08 | Rollup merge of #82881 - Manishearth:crate-root, r=estebank | Mara Bos | -6/+24 |
| 2021-03-08 | Rollup merge of #82854 - estebank:issue-82827, r=oli-obk | Mara Bos | -7/+86 |
| 2021-03-08 | Rollup merge of #82829 - JohnTitor:handle-neg-val, r=estebank | Mara Bos | -6/+21 |
| 2021-03-08 | Rollup merge of #82857 - pierwill:edit-ast-lowering-lib, r=Dylan-DPC | Dylan DPC | -7/+9 |
| 2021-03-08 | Rollup merge of #82755 - osa1:confirm_builtin_call_refactor, r=petrochenkov | Dylan DPC | -95/+96 |
| 2021-03-08 | Rollup merge of #82684 - tmiasko:dest-prop, r=jonas-schievink | Dylan DPC | -0/+5 |
| 2021-03-08 | Rollup merge of #82682 - petrochenkov:cfgeval, r=Aaron1011 | Dylan DPC | -259/+226 |
| 2021-03-08 | Rollup merge of #82642 - sfackler:jemalloc-zone, r=pnkfelix | Dylan DPC | -0/+14 |
| 2021-03-08 | Rollup merge of #82415 - petrochenkov:modin3, r=davidtwco | Dylan DPC | -277/+263 |
| 2021-03-08 | Rollup merge of #82047 - the8472:fast-rename, r=davidtwco | Dylan DPC | -1/+19 |
| 2021-03-08 | Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix | bors | -63/+91 |
| 2021-03-07 | Auto merge of #81635 - michaelwoerister:structured_def_path_hash, r=pnkfelix | bors | -28/+251 |
| 2021-03-07 | diagnostics: Don't mention external crates when hitting import errors on crat... | Manish Goregaokar | -1/+3 |
| 2021-03-07 | Remove notes, increase S/N ratio | Esteban Küber | -18/+11 |
| 2021-03-07 | Add help for `matches` for `if let` in arm guard | Esteban Küber | -1/+5 |
| 2021-03-07 | diagnostics: Differentiate between edition meanings of ::foo in resolve diagn... | Manish Goregaokar | -1/+11 |
| 2021-03-07 | diagnostics: Differentiate between edition meanings of ::foo in resolve diagn... | Manish Goregaokar | -4/+10 |
| 2021-03-07 | Add help suggesting `matches` to `let_chains` lint | Esteban Küber | -1/+5 |
| 2021-03-07 | Account for `if (let pat = expr) {}` | Esteban Küber | -5/+83 |
| 2021-03-07 | Auto merge of #82285 - nhwn:nonzero-debug, r=nagisa | bors | -25/+15 |
| 2021-03-06 | Edit ructc_ast_lowering docs | pierwill | -7/+9 |
| 2021-03-07 | Rollup merge of #82822 - henryboisdequin:fix-typo-rustc, r=oli-obk | Yuki Okushi | -1/+1 |
| 2021-03-07 | Rollup merge of #82808 - bjorn3:sync_cg_clif-2021-03-05, r=bjorn3 | Yuki Okushi | -2594/+1143 |
| 2021-03-07 | Rollup merge of #82720 - henryboisdequin:fix-79040, r=oli-obk | Yuki Okushi | -2/+4 |
| 2021-03-07 | Rollup merge of #82651 - jyn514:rustdoc-warnings, r=GuillaumeGomez | Yuki Okushi | -1/+2 |
| 2021-03-07 | Rollup merge of #77916 - QuiltOS:kernel-code-targets-os-none, r=joshtriplett | Yuki Okushi | -5/+9 |
| 2021-03-07 | rustc_builtin_macros: Share some more logic between `derive` and `cfg_eval` | Vadim Petrochenkov | -26/+14 |
| 2021-03-07 | cfg_eval: Configure everything through mutable visitor methods | Vadim Petrochenkov | -70/+27 |
| 2021-03-07 | Move full configuration logic from `rustc_expand` to `rustc_builtin_macros` | Vadim Petrochenkov | -176/+184 |
| 2021-03-06 | Auto merge of #82738 - estebank:tail-expr-check-is-too-slow, r=oli-obk | bors | -11/+11 |
| 2021-03-06 | Implement built-in attribute macro `#[cfg_eval]` | Vadim Petrochenkov | -0/+32 |
| 2021-03-06 | rustc_ast: Replace `AstLike::finalize_tokens` with a getter `tokens_mut` | Vadim Petrochenkov | -78/+60 |
| 2021-03-06 | Change x64 size checks to not apply to x32. | Harald van Dijk | -38/+38 |
| 2021-03-06 | Handle negative literals in cast overflow warning | Yuki Okushi | -6/+21 |
| 2021-03-06 | Fix typo | Henry Boisdequin | -1/+1 |
| 2021-03-06 | address comments | Henry Boisdequin | -2/+4 |
| 2021-03-06 | Disable destination propagation on all mir-opt-levels | Tomasz Miąsko | -0/+5 |
| 2021-03-05 | Rollup merge of #82736 - spastorino:mir-opt-level-perf-changes, r=oli-obk | Guillaume Gomez | -35/+43 |
| 2021-03-05 | Rollup merge of #82714 - estebank:missing-braces, r=oli-obk | Guillaume Gomez | -1/+112 |
| 2021-03-05 | Rollup merge of #82708 - GuillaumeGomez:doc-test-attr-check, r=Manishearth | Guillaume Gomez | -7/+49 |
| 2021-03-05 | Fix MIR optimization level description | Santiago Pastorino | -1/+1 |
| 2021-03-05 | Bump one missing mir_opt_level | Santiago Pastorino | -1/+1 |
| 2021-03-05 | Fix rustc_driver self text and bump the mir_opt_level | Santiago Pastorino | -1/+1 |
| 2021-03-05 | Make mir_opt_level default to 2 for optimized levels | Santiago Pastorino | -1/+4 |
| 2021-03-05 | Bump all mir_opt_level 2 to 3 | Santiago Pastorino | -7/+7 |
| 2021-03-05 | Bump all mir_opt_level 3 to 4 | Santiago Pastorino | -7/+7 |
| 2021-03-05 | For better consistency change mir_opt_level <= 1 to < 2 | Santiago Pastorino | -2/+2 |