| Age | Commit message (Expand) | Author | Lines |
| 2021-03-12 | Prepare mir::Constant for ty::Const only supporting valtrees | Oli Scherer | -17/+19 |
| 2021-03-09 | Update match branches | kadmin | -0/+1 |
| 2021-03-08 | Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix | bors | -3/+3 |
| 2021-03-05 | Shrink the size of Rvalue by 16 bytes | Oli Scherer | -3/+3 |
| 2021-03-04 | Auto merge of #81114 - bugadani:generator, r=estebank | bors | -1/+1 |
| 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 | -1/+1 |
| 2021-02-23 | Rollup merge of #82091 - henryboisdequin:use-place-ref-more, r=RalfJung | Dylan DPC | -11/+12 |
| 2021-02-21 | remove redundant wrapping of return types of allow_internal_unstable() and ru... | Matthias Krüger | -2/+1 |
| 2021-02-16 | make `visit_projection` take a `PlaceRef` | Henry Boisdequin | -12/+2 |
| 2021-02-16 | update formating | Henry Boisdequin | -6/+16 |
| 2021-02-14 | use option<PlaceRef<'tcx>> to clean up mir code a little | Henry Boisdequin | -9/+10 |
| 2021-02-11 | Auto merge of #81350 - tmiasko:instrument-debug, r=lcnr | bors | -1/+1 |
| 2021-01-24 | Reduce log level used by tracing instrumentation from info to debug | Tomasz Miąsko | -1/+1 |
| 2021-01-23 | Do not allow arbitrary mutable references in `static mut`, just keep with the... | oli | -6/+2 |
| 2021-01-23 | Adjust wording of a diagnostic | oli | -1/+1 |
| 2021-01-23 | Permit mutable references in all const contexts | oli | -28/+72 |
| 2021-01-18 | Auto merge of #80707 - oli-obk:stability_hole_const_intrinsics, r=RalfJung | bors | -8/+18 |
| 2021-01-18 | Only inherit const stability for methods of `impl const Trait` blocks | oli | -1/+1 |
| 2021-01-18 | Auto merge of #80865 - oliviacrain:proj_based, r=RalfJung | bors | -34/+29 |
| 2021-01-17 | Add regression test | oli | -5/+15 |
| 2021-01-17 | Remove an unnecessary field from a `NonConstOp` | oli | -3/+3 |
| 2021-01-16 | Review changes | Jack Huey | -12/+12 |
| 2021-01-16 | Use PlaceRef more consistently in rustc_mir | Olivia Crain | -34/+29 |
| 2021-01-03 | Stylistic fixes to diagnostic messages | oli | -3/+3 |
| 2021-01-03 | Refactor the non-transient cell borrow error diagnostic | oli | -3/+22 |
| 2021-01-03 | Dangling pointers point to everything and nothing | Oli Scherer | -2/+1 |
| 2021-01-03 | Grammar fixes | Oli Scherer | -1/+1 |
| 2021-01-03 | Update now-more-precise operation with a preciser message | oli | -2/+2 |
| 2021-01-03 | Apply suggestions from code review | Oli Scherer | -4/+9 |
| 2021-01-01 | Don't mix feature gates and hard errors, decide on one per op and stick with it | oli | -15/+18 |
| 2021-01-01 | Reinstate the error-code error over the feature gate error | oli | -9/+15 |
| 2021-01-01 | Enhance some comments | oli | -0/+2 |
| 2021-01-01 | Fix cell checks in const fn | oli | -0/+7 |
| 2021-01-01 | The proper name for the rule is "enclosing scope" | oli | -1/+1 |
| 2021-01-01 | Allow references to interior mutable data behind a feature gate | oli | -1/+53 |
| 2020-12-19 | also const-check FakeRead | Ralf Jung | -6/+5 |
| 2020-11-22 | const fn: allow use of trait impls from bounds | Jonas Schievink | -4/+36 |
| 2020-11-15 | Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakis | Jonas Schievink | -2/+1 |
| 2020-11-12 | review comments | Vishnunarayan K I | -7/+8 |
| 2020-11-12 | fix tests and formatting | Vishnunarayan K I | -2/+10 |
| 2020-11-12 | add error_occured field to ConstQualifs, fix #76064 | Vishnunarayan K I | -4/+6 |
| 2020-11-07 | Allow making `RUSTC_BOOTSTRAP` conditional on the crate name | Joshua Nelson | -2/+1 |
| 2020-10-25 | Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obk | Yuki Okushi | -7/+15 |
| 2020-10-23 | rename allow_internal_unstable() to rustc_allow_const_fn_unstable() in rustc_mir | Florian Warzecha | -3/+11 |
| 2020-10-22 | Fix const core::panic!(non_literal_str). | Mara Bos | -1/+3 |
| 2020-10-22 | Rollup merge of #77420 - ecstatic-morse:const-checking-raw-mut-ref, r=davidtwco | Yuki Okushi | -29/+15 |
| 2020-10-21 | switch allow_internal_unstable const fns to rustc_allow_const_fn_unstable | Florian Warzecha | -4/+4 |
| 2020-10-05 | Make `impl Trait` unstable in all contexts | Dylan MacKenzie | -6/+2 |