| Age | Commit message (Expand) | Author | Lines |
| 2020-11-06 | Disable MatchBranchSimplification | Tomasz Miąsko | -0/+7 |
| 2020-11-06 | Disable "optimization to avoid load of address" in InstCombine | Tomasz Miąsko | -0/+5 |
| 2020-11-06 | revert #75443 update mir validator | Bastian Kauschke | -75/+21 |
| 2020-10-08 | Move `EarlyOtherwiseBranch` to mir-opt-level 2 | Dylan MacKenzie | -1/+1 |
| 2020-10-08 | Fix miscompile in SimplifyBranchSame | Simon Vandel Sillesen | -1/+2 |
| 2020-10-03 | Rollup merge of #77251 - dtolnay:drop, r=Aaron1011 | Jonas Schievink | -1/+30 |
| 2020-10-02 | Auto merge of #77462 - jonas-schievink:rollup-m0rqdh5, r=jonas-schievink | bors | -3/+12 |
| 2020-10-02 | Rollup merge of #77415 - ecstatic-morse:const-checking-async-block, r=oli-obk | Jonas Schievink | -3/+12 |
| 2020-10-02 | validate: skip debuginfo | Jonas Schievink | -15/+14 |
| 2020-10-02 | validate: storage must be allocated on local use | Jonas Schievink | -3/+29 |
| 2020-10-01 | Disable the SimplifyArmIdentity mir-opt | Wesley Wiser | -1/+6 |
| 2020-10-01 | Fixme with link for re-enabling const mutation lint for Drop consts | David Tolnay | -2/+9 |
| 2020-10-01 | Give better const-checking error for `async` blocks | Dylan MacKenzie | -3/+12 |
| 2020-10-01 | Auto merge of #74839 - alarsyo:multiple_return_terminators, r=oli-obk | bors | -0/+41 |
| 2020-10-01 | Implement multiple return terminators optimization | Antoine Martin | -0/+41 |
| 2020-10-01 | Auto merge of #77354 - ecstatic-morse:const-checking-moar-errors, r=oli-obk | bors | -209/+242 |
| 2020-09-30 | Warn on method call mutating const, even if it has destructor | David Tolnay | -1/+1 |
| 2020-09-30 | Skip dropck::check_drop_impl in is_const_item_without_destructor | David Tolnay | -1/+2 |
| 2020-09-30 | Simplify defid destructor check | David Tolnay | -1/+1 |
| 2020-09-30 | Add justification of the destructor filter | David Tolnay | -0/+12 |
| 2020-09-30 | Bypass const_item_mutation if const's type has Drop impl | David Tolnay | -2/+11 |
| 2020-10-01 | Rollup merge of #77343 - varkor:rustc_args_required_const-validation, r=lcnr | Dylan DPC | -1/+1 |
| 2020-10-01 | Rollup merge of #77324 - Aaron1011:fix/const-item-mutation-ptr, r=petrochenkov | Dylan DPC | -5/+9 |
| 2020-09-30 | Rollup merge of #77037 - matthiaskrgr:cl42ppy, r=Dylan-DPC | Jonas Schievink | -1/+1 |
| 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-30 | Validate `rustc_args_required_const` | varkor | -1/+1 |
| 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 |
| 2020-09-29 | Don't emit duplicate errors for the return place | Dylan MacKenzie | -1/+2 |
| 2020-09-29 | Priority levels | Dylan MacKenzie | -10/+74 |
| 2020-09-29 | Bless mut tests | Dylan MacKenzie | -2/+0 |
| 2020-09-29 | Give `MutDeref` a real error message | Dylan MacKenzie | -0/+9 |
| 2020-09-29 | Remove `ops::non_const` | Dylan MacKenzie | -58/+55 |
| 2020-09-29 | Fix "unstable in stable" error | Dylan MacKenzie | -1/+6 |
| 2020-09-29 | Return a `DiagnosticBuilder` from structured errors | Dylan MacKenzie | -75/+64 |
| 2020-09-29 | Forbid generator-specific MIR in all const-contexts | Dylan MacKenzie | -5/+3 |
| 2020-09-29 | `delay_span_bug` if const-checking an `async` function | Dylan MacKenzie | -2/+17 |
| 2020-09-29 | Continue after `impl Trait` in `const fn` | Dylan MacKenzie | -2/+0 |
| 2020-09-29 | Continue const-checking after errors when easy | Dylan MacKenzie | -24/+0 |
| 2020-09-28 | Don't fire `const_item_mutation` lint on writes through a pointer | Aaron Hill | -5/+9 |
| 2020-09-28 | Auto merge of #77302 - RalfJung:rollup-n8gg3v6, r=RalfJung | bors | -7/+21 |
| 2020-09-28 | Rollup merge of #77170 - ecstatic-morse:const-fn-ptr, r=oli-obk | Ralf Jung | -7/+21 |
| 2020-09-27 | [mir-opt] Introduce a new flag to enable experimental/unsound mir opts | Wesley Wiser | -1/+3 |
| 2020-09-27 | Add a feature gate for basic function pointer use in `const fn` | Dylan MacKenzie | -7/+21 |
| 2020-09-27 | Rollup merge of #77203 - ecstatic-morse:const-stability-attr-checks, r=oli-obk | Jonas Schievink | -3/+0 |
| 2020-09-27 | Rollup merge of #77231 - oli-obk:clippy_const_fn, r=Manishearth | Jonas Schievink | -463/+0 |
| 2020-09-27 | Rollup merge of #77107 - bugadani:perf, r=oli-obk | Jonas Schievink | -5/+5 |