| Age | Commit message (Expand) | Author | Lines |
| 2021-05-03 | Remove assert_matches users | Mark Rousskov | -1/+1 |
| 2021-03-18 | Remove unwrap_none/expect_none from compiler/. | Mara Bos | -1/+1 |
| 2021-03-15 | Do not expose fallible `to_int` operation on `Scalar`. | Oli Scherer | -18/+16 |
| 2021-03-15 | s/ConstantSource/ConstantKind/ | Oli Scherer | -29/+21 |
| 2021-03-12 | Visit `mir::Constant::user_ty` for completeness. | Oli Scherer | -2/+2 |
| 2021-03-12 | Replace a custom lift method with a Lift impl | Oli Scherer | -4/+7 |
| 2021-03-12 | Prepare mir::Constant for ty::Const only supporting valtrees | Oli Scherer | -11/+164 |
| 2021-03-12 | Add `ty` helper function for mir constants | Oli Scherer | -0/+3 |
| 2021-03-12 | Add convenience conversion methods for ScalarInt | Oli Scherer | -8/+23 |
| 2021-03-12 | Add fallible Scalar to ScalarInt conversion method | Oli Scherer | -13/+15 |
| 2021-03-12 | Implement valtree | Oli Scherer | -1/+1 |
| 2021-03-10 | Rollup merge of #79208 - LeSeulArtichaut:stable-unsafe_op_in_unsafe_fn, r=nik... | Yuki Okushi | -2/+0 |
| 2021-03-09 | Switch to changing cp_non_overlap in tform | kadmin | -1/+1 |
| 2021-03-09 | Update cranelift | kadmin | -13/+10 |
| 2021-03-09 | Update match branches | kadmin | -11/+5 |
| 2021-03-09 | Update fmt and use of memcpy | kadmin | -1/+1 |
| 2021-03-09 | Impl StatementKind::CopyNonOverlapping | kadmin | -0/+38 |
| 2021-03-09 | Rollup merge of #82841 - hvdijk:x32, r=joshtriplett | Mara Bos | -9/+9 |
| 2021-03-08 | Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix | bors | -12/+26 |
| 2021-03-06 | Change x64 size checks to not apply to x32. | Harald van Dijk | -9/+9 |
| 2021-03-05 | Shrink the size of Rvalue by 16 bytes | Oli Scherer | -13/+15 |
| 2021-03-04 | Remove a dead code path | Oli Scherer | -12/+0 |
| 2021-03-03 | Check the sizes of Operand, Rvalue, AggregateKind and Place | Oli Scherer | -0/+12 |
| 2021-03-01 | Box generator-related Body fields | Dániel Buga | -25/+53 |
| 2021-02-26 | Miscellaneous inlining improvements | Tomasz Miąsko | -0/+10 |
| 2021-02-25 | Auto merge of #82338 - RalfJung:interp-error-allocs, r=oli-obk | bors | -15/+10 |
| 2021-02-24 | Auto merge of #80475 - simonvandel:fix-77355, r=oli-obk | bors | -1/+24 |
| 2021-02-23 | Rollup merge of #82091 - henryboisdequin:use-place-ref-more, r=RalfJung | Dylan DPC | -8/+7 |
| 2021-02-22 | New mir-opt pass to simplify gotos with const values | Simon Vandel Sillesen | -1/+24 |
| 2021-02-22 | Auto merge of #77551 - simonvandel:extend-simplify-branch-same, r=oli-obk | bors | -22/+43 |
| 2021-02-21 | New pass to deduplicate blocks | Simon Vandel Sillesen | -22/+43 |
| 2021-02-21 | remove redundant return value Ok(()) of clear_relocations() | Matthias Krüger | -10/+3 |
| 2021-02-20 | all InterpError allocate now, so adjust alloc-error-check | Ralf Jung | -15/+10 |
| 2021-02-20 | make `super_projection` take a `PlaceRef` | Henry Boisdequin | -5/+5 |
| 2021-02-18 | Stabilize `unsafe_op_in_unsafe_fn` lint | LeSeulArtichaut | -2/+0 |
| 2021-02-17 | Reduce size of InterpErrorInfo to 8 bytes | Tomasz Miąsko | -6/+22 |
| 2021-02-16 | Auto merge of #81611 - cjgillot:meowner, r=estebank | bors | -9/+8 |
| 2021-02-16 | make `visit_projection` take a `PlaceRef` | Henry Boisdequin | -4/+3 |
| 2021-02-16 | update formating | Henry Boisdequin | -2/+4 |
| 2021-02-15 | Only store a LocalDefId in hir::Item. | Camille GILLOT | -2/+1 |
| 2021-02-15 | Use an ItemId inside mir::GlobalAsm. | Camille GILLOT | -8/+8 |
| 2021-02-14 | param_env debugs are instrumental to rustc's success | Ellen | -1/+1 |
| 2021-02-14 | use option<PlaceRef<'tcx>> to clean up mir code a little | Henry Boisdequin | -4/+2 |
| 2021-02-13 | debug!("paramenv={}paramenv={}paramenv={}paramenv={}") | Ellen | -0/+1 |
| 2021-02-02 | Rollup merge of #81665 - jacob-hughes:mir_doc_fix, r=estebank | Jack Huey | -1/+1 |
| 2021-02-02 | Fix out of date `Scalar` documentation | Jake Hughes | -1/+1 |
| 2021-02-02 | Bump rustfmt version | Mark Rousskov | -4/+2 |
| 2021-01-30 | Rollup merge of #80959 - jhpratt:unsigned_abs-stabilization, r=m-ou-se | Yuki Okushi | -11/+2 |
| 2021-01-26 | Auto merge of #80692 - Aaron1011:feature/query-result-debug, r=estebank | bors | -5/+6 |
| 2021-01-23 | Rollup merge of #81243 - osa1:fix_80742_2, r=RalfJung | Jonas Schievink | -0/+3 |