| Age | Commit message (Expand) | Author | Lines |
| 2021-03-10 | Rollup merge of #82938 - oli-obk:tracing_tree_bump, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2021-03-10 | Rollup merge of #82849 - camsteffen:option-get-or-default, r=joshtriplett | Yuki Okushi | -4/+2 |
| 2021-03-10 | Rollup merge of #82733 - Yn0ga:master, r=estebank | Yuki Okushi | -0/+17 |
| 2021-03-10 | Rollup merge of #79208 - LeSeulArtichaut:stable-unsafe_op_in_unsafe_fn, r=nik... | Yuki Okushi | -16/+5 |
| 2021-03-09 | Clean up todos | kadmin | -78/+63 |
| 2021-03-09 | Switch to changing cp_non_overlap in tform | kadmin | -61/+66 |
| 2021-03-09 | Build StKind::CopyOverlapping | kadmin | -75/+98 |
| 2021-03-09 | Change CopyNonOverlapping::codegen_ssa | kadmin | -13/+15 |
| 2021-03-09 | Replace todos with impls | kadmin | -10/+45 |
| 2021-03-09 | Update cranelift | kadmin | -1307/+50 |
| 2021-03-09 | Update interpret step | kadmin | -3/+13 |
| 2021-03-09 | Update match branches | kadmin | -23/+1338 |
| 2021-03-09 | Update fmt and use of memcpy | kadmin | -10/+15 |
| 2021-03-09 | Impl StatementKind::CopyNonOverlapping | kadmin | -2/+57 |
| 2021-03-09 | Bump tracing-tree dependency | Oli Scherer | -1/+1 |
| 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 | Use Option::get_or_default | Cameron Steffen | -4/+2 |
| 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 |