| Age | Commit message (Expand) | Author | Lines |
| 2020-11-15 | Replace run_compiler with RunCompiler builder pattern. | Darshan Kathiriya | -2/+45 |
| 2020-11-15 | Don't re-export std::ops::ControlFlow in the compiler. | Leonora Tindall | -4/+3 |
| 2020-11-15 | change the order of type arguments on ControlFlow | Leonora Tindall | -2/+1 |
| 2020-11-15 | Revert "Revert "resolve: Avoid "self-confirming" import resolutions in one mo... | Mark Rousskov | -2/+11 |
| 2020-11-07 | Auto merge of #78146 - Mark-Simulacrum:revert-76605, r=petrochenkov | bors | -16/+86 |
| 2020-11-06 | Revert "Remove missing_fragment_specifier lint" | Mark Rousskov | -0/+33 |
| 2020-11-06 | Tweak `if let` suggestion to be more liberal with suggestion and to not ICE | Esteban Küber | -22/+28 |
| 2020-11-06 | review comments | Esteban Küber | -14/+10 |
| 2020-11-06 | Do not ICE with TraitPredicates containing [type error] | Esteban Küber | -6/+13 |
| 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 | Do not try to report on closures to avoid ICE | Yuki Okushi | -0/+8 |
| 2020-11-06 | revert #75443 update mir validator | Bastian Kauschke | -77/+23 |
| 2020-11-06 | Do not ICE on invalid input | Esteban Küber | -7/+13 |
| 2020-11-06 | Revert "Promote missing_fragment_specifier to hard error" | Mark Rousskov | -16/+53 |
| 2020-11-05 | Add delay_span_bug to no longer ICE | kadmin | -1/+7 |
| 2020-10-20 | rustc_parse: More precise spans for `tuple.0.0` | Vadim Petrochenkov | -7/+33 |
| 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-08 | Instruct lld that our @ files are posix-style, not Windows | Mark Rousskov | -0/+6 |
| 2020-10-03 | Rollup merge of #77452 - Mark-Simulacrum:fix-symbol-v0, r=eddyb | Jonas Schievink | -0/+1 |
| 2020-10-03 | Rollup merge of #77421 - petrochenkov:globtravel, r=nagisa | Jonas Schievink | -11/+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 | -11/+87 |
| 2020-10-02 | Rollup merge of #77444 - estebank:pat-field-label, r=davidtwco | Jonas Schievink | -1/+2 |
| 2020-10-02 | Rollup merge of #77423 - ecstatic-morse:discriminant-switch-effect-config, r=... | Jonas Schievink | -0/+13 |
| 2020-10-02 | Rollup merge of #77415 - ecstatic-morse:const-checking-async-block, r=oli-obk | Jonas Schievink | -3/+12 |
| 2020-10-02 | Rollup merge of #76811 - GuillaumeGomez:doc-alias-name-restriction, r=oli-obk... | Jonas Schievink | -7/+27 |
| 2020-10-02 | Rollup merge of #76739 - davidtwco:issue-75323-non-static-lifetime-in-anoncon... | Jonas Schievink | -0/+33 |
| 2020-10-02 | Forbid some characters to be used as doc alias | Guillaume Gomez | -7/+27 |
| 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-02 | Permit ty::Bool in const generics for v0 mangling | Mark Rousskov | -0/+1 |
| 2020-10-02 | resolve: prohibit anon const non-static lifetimes | David Wood | -0/+33 |
| 2020-10-02 | Auto merge of #77396 - wesleywiser:disable-simplifyarmidentity, r=oli-obk | bors | -1/+6 |
| 2020-10-02 | Fix span for incorrect pattern field and add label | Esteban Küber | -1/+2 |
| 2020-10-01 | Disable the SimplifyArmIdentity mir-opt | Wesley Wiser | -1/+6 |
| 2020-10-02 | Rollup merge of #77375 - petrochenkov:inherext, r=oli-obk | Yuki Okushi | -0/+1 |
| 2020-10-02 | Rollup merge of #76851 - fusion-engineering-forks:fixme-nonzero, r=petrochenkov | Yuki Okushi | -17/+20 |
| 2020-10-02 | Revert "resolve: Avoid "self-confirming" import resolutions in one more case" | Vadim Petrochenkov | -11/+2 |
| 2020-10-01 | Fixme with link for re-enabling const mutation lint for Drop consts | David Tolnay | -2/+9 |
| 2020-10-01 | Add `-Zprecise-enum-drop-elaboration` | Dylan MacKenzie | -0/+13 |
| 2020-10-01 | Give better const-checking error for `async` blocks | Dylan MacKenzie | -3/+12 |
| 2020-10-01 | Add note about possible future improvement | Mara Bos | -0/+2 |
| 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 | -247/+244 |
| 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 |