| Age | Commit message (Expand) | Author | Lines |
| 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-02 | errooaaar~ | Ellen | -0/+17 |
| 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 |
| 2021-01-21 | mir: Improve size_of handling when arg is unsized | Ömer Sinan Ağacan | -0/+3 |
| 2021-01-18 | Combine instructions immediately | Tomasz Miąsko | -1/+1 |
| 2021-01-16 | Enforce that query results implement Debug | Aaron Hill | -5/+6 |
| 2021-01-14 | Rollup merge of #80829 - jyn514:dep-constructor, r=michaelwoerister | Mara Bos | -2/+2 |
| 2021-01-13 | Use unsigned_abs throughout repository | Jacob Pratt | -11/+2 |
| 2021-01-13 | Rollup merge of #80922 - spastorino:revert-inline-always-in-debug, r=wesleywiser | Dylan DPC | -18/+22 |
| 2021-01-12 | Auto merge of #78407 - oli-obk:ub_checkable_ctfe, r=RalfJung,pnkfelix | bors | -2/+11 |
| 2021-01-11 | Revert "Auto merge of #76896 - spastorino:codegen-inline-fns2, r=davidtwco,we... | Santiago Pastorino | -18/+22 |
| 2021-01-08 | Get rid of `DepConstructor` | Joshua Nelson | -2/+2 |
| 2021-01-08 | Auto merge of #78452 - cjgillot:ddk-struct, r=Mark-Simulacrum | bors | -2/+2 |
| 2021-01-08 | Make DepConstructor a module. | Camille GILLOT | -2/+2 |