| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-10-05 | Remove `fn` from feature name | Dylan MacKenzie | -2/+2 |
| 2020-10-05 | Add `#![feature(const_fn_impl)]` | Dylan MacKenzie | -2/+11 |
| 2020-10-05 | Auto merge of #77552 - ecstatic-morse:body-def-id, r=lcnr | bors | -26/+30 |
| 2020-10-04 | Replace `(Body, DefId)` with `Body` where possible | Dylan MacKenzie | -26/+30 |
| 2020-10-04 | Add comment to `Abort` match arm | ecstatic-morse | -0/+1 |
| 2020-10-04 | Discuss cleanup blocks and `span_bug` on `Abort` | Dylan MacKenzie | -6/+11 |
| 2020-10-03 | Allow `Abort` terminators in a const-context | Dylan MacKenzie | -14/+2 |
| 2020-10-01 | Unify `&mut` and `&raw mut` const-checking errors | Dylan MacKenzie | -29/+15 |
| 2020-10-01 | Give better const-checking error for `async` blocks | Dylan MacKenzie | -3/+12 |
| 2020-09-30 | Remove E0019, use E0015 for inline assembly in a const | Dylan MacKenzie | -2/+2 |
| 2020-09-30 | Better span for attribute suggestions | Dylan MacKenzie | -11/+19 |
| 2020-09-29 | Remove default `build_error` impl | Dylan MacKenzie | -29/+12 |
| 2020-09-29 | Remove machinery for halting error output | Dylan MacKenzie | -15/+0 |
| 2020-09-29 | Don't stop const-checking after erroneous trait bound | Dylan MacKenzie | -6/+17 |
| 2020-09-29 | Emit multiple function pointer errors from const-checker | Dylan MacKenzie | -4/+0 |