| Age | Commit message (Expand) | Author | Lines |
| 2021-03-15 | s/ConstantSource/ConstantKind/ | Oli Scherer | -12/+12 |
| 2021-03-14 | remove unnecessary condition | Erik Desjardins | -3/+1 |
| 2021-03-13 | Move ZST check inside UsedLocals | Simon Vandel Sillesen | -50/+53 |
| 2021-03-13 | Extend SimplifyLocals to remove ZST writes | Simon Vandel Sillesen | -3/+27 |
| 2021-03-12 | We won't support trait object constants in type level constants for the forse... | Oli Scherer | -3/+5 |
| 2021-03-12 | Prepare mir::Constant for ty::Const only supporting valtrees | Oli Scherer | -107/+157 |
| 2021-03-12 | Intern valtree field vector | Oli Scherer | -3/+7 |
| 2021-03-12 | Implement valtree | Oli Scherer | -3/+95 |
| 2021-03-12 | Auto merge of #82935 - henryboisdequin:diagnostic-cleanups, r=estebank | bors | -6/+7 |
| 2021-03-12 | Don't show note if `span` is `DUMMY_SP` | Henry Boisdequin | -6/+7 |
| 2021-03-10 | Auto merge of #82982 - Dylan-DPC:rollup-mt497z7, r=Dylan-DPC | bors | -3/+7 |
| 2021-03-10 | Rollup merge of #82977 - camsteffen:opt-get-insert-def, r=m-ou-se | Dylan DPC | -2/+3 |
| 2021-03-10 | Auto merge of #76570 - cratelyn:implement-rfc-2945-c-unwind-abi, r=Amanieu | bors | -3/+3 |
| 2021-03-10 | Rename Option::get_or_insert_default | Cameron Steffen | -2/+3 |
| 2021-03-10 | fix error message for copy(_nonoverlapping) overflow | Ralf Jung | -1/+4 |
| 2021-03-10 | fix copy_nonoverlapping | Ralf Jung | -7/+8 |
| 2021-03-10 | Rollup merge of #82849 - camsteffen:option-get-or-default, r=joshtriplett | Yuki Okushi | -4/+2 |
| 2021-03-10 | Rollup merge of #79208 - LeSeulArtichaut:stable-unsafe_op_in_unsafe_fn, r=nik... | Yuki Okushi | -3/+2 |
| 2021-03-09 | rustc_target: add "unwind" payloads to `Abi` | katelyn a. martin | -3/+3 |
| 2021-03-09 | Clean up todos | kadmin | -77/+63 |
| 2021-03-09 | Switch to changing cp_non_overlap in tform | kadmin | -36/+63 |
| 2021-03-09 | Replace todos with impls | kadmin | -8/+44 |
| 2021-03-09 | Update cranelift | kadmin | -1288/+24 |
| 2021-03-09 | Update interpret step | kadmin | -3/+13 |
| 2021-03-09 | Update match branches | kadmin | -0/+1319 |
| 2021-03-09 | Rollup merge of #82841 - hvdijk:x32, r=joshtriplett | Mara Bos | -8/+8 |
| 2021-03-08 | Use Option::get_or_default | Cameron Steffen | -4/+2 |
| 2021-03-08 | Rollup merge of #82684 - tmiasko:dest-prop, r=jonas-schievink | Dylan DPC | -0/+5 |
| 2021-03-08 | Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix | bors | -36/+44 |
| 2021-03-06 | Change x64 size checks to not apply to x32. | Harald van Dijk | -8/+8 |
| 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 | -18/+18 |
| 2021-03-05 | Bump one missing mir_opt_level | Santiago Pastorino | -1/+1 |
| 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 |
| 2021-03-05 | Extract mir_opt_level to a method and use Option to be able to know if the va... | Santiago Pastorino | -13/+13 |
| 2021-03-05 | Auto merge of #82795 - m-ou-se:rollup-uzx0b92, r=m-ou-se | bors | -8/+33 |
| 2021-03-05 | Rollup merge of #81939 - kper:fixing-81584-allocate-in-iter, r=davidtwco | Mara | -4/+29 |
| 2021-03-05 | Rollup merge of #80723 - rylev:noop-lint-pass, r=estebank | Mara | -4/+4 |
| 2021-03-05 | Shrink the size of Rvalue by 16 bytes | Oli Scherer | -36/+44 |
| 2021-03-04 | Fixes -Zpolymorphize for src/test/ui/const-generics/auxiliary/crayte.rs | Oli Scherer | -9/+39 |
| 2021-03-04 | Spread tracing instrumentation into the polymorphization logic | Oli Scherer | -33/+27 |
| 2021-03-04 | Auto merge of #81114 - bugadani:generator, r=estebank | bors | -19/+17 |
| 2021-03-03 | Fix tests | Ryan Levick | -4/+4 |
| 2021-03-02 | Rollup merge of #82376 - tmiasko:inline-options, r=oli-obk | Yuki Okushi | -17/+22 |
| 2021-03-02 | Rollup merge of #80734 - abonander:ab/issue-66693, r=oli-obk | Guillaume Gomez | -2/+22 |
| 2021-03-01 | check that first arg to `panic!()` in const is `&str` | Austin Bonander | -2/+22 |
| 2021-03-01 | Box generator-related Body fields | Dániel Buga | -19/+17 |
| 2021-02-28 | Remove storage markers if they won't be used during code generation | Tomasz Miąsko | -0/+27 |