| Age | Commit message (Expand) | Author | Lines |
| 2020-11-15 | Revert "Revert "resolve: Avoid "self-confirming" import resolutions in one mo... | Mark Rousskov | -24/+5 |
| 2020-11-07 | Auto merge of #78146 - Mark-Simulacrum:revert-76605, r=petrochenkov | bors | -24/+45 |
| 2020-11-06 | Tweak `if let` suggestion to be more liberal with suggestion and to not ICE | Esteban Küber | -12/+28 |
| 2020-11-06 | Do not ICE with TraitPredicates containing [type error] | Esteban Küber | -0/+59 |
| 2020-11-06 | Test with NLL explicitly | Yuki Okushi | -4/+19 |
| 2020-11-06 | Do not try to report on closures to avoid ICE | Yuki Okushi | -0/+27 |
| 2020-11-06 | revert #75443 update mir validator | Bastian Kauschke | -27/+0 |
| 2020-11-06 | Do not ICE on invalid input | Esteban Küber | -0/+76 |
| 2020-11-06 | Revert "Promote missing_fragment_specifier to hard error" | Mark Rousskov | -16/+37 |
| 2020-11-06 | Revert "Move macro test to ui/macros" | Mark Rousskov | -0/+0 |
| 2020-11-05 | Add delay_span_bug to no longer ICE | kadmin | -0/+16 |
| 2020-10-20 | rustc_parse: More precise spans for `tuple.0.0` | Vadim Petrochenkov | -12/+12 |
| 2020-10-08 | Add regression test for SimplifyBranchSame miscompilation | Tomasz Miąsko | -0/+21 |
| 2020-10-03 | Rollup merge of #77452 - Mark-Simulacrum:fix-symbol-v0, r=eddyb | Jonas Schievink | -0/+18 |
| 2020-10-03 | Rollup merge of #77421 - petrochenkov:globtravel, r=nagisa | Jonas Schievink | -5/+39 |
| 2020-10-03 | Rollup merge of #77251 - dtolnay:drop, r=Aaron1011 | Jonas Schievink | -13/+72 |
| 2020-10-03 | Rollup merge of #76745 - workingjubilee:move-wrapping-tests, r=matklad | Jonas Schievink | -77/+0 |
| 2020-10-02 | Rollup merge of #77444 - estebank:pat-field-label, r=davidtwco | Jonas Schievink | -6/+14 |
| 2020-10-02 | Rollup merge of #77415 - ecstatic-morse:const-checking-async-block, r=oli-obk | Jonas Schievink | -0/+16 |
| 2020-10-02 | Rollup merge of #76811 - GuillaumeGomez:doc-alias-name-restriction, r=oli-obk... | Jonas Schievink | -1/+39 |
| 2020-10-02 | Rollup merge of #76739 - davidtwco:issue-75323-non-static-lifetime-in-anoncon... | Jonas Schievink | -0/+48 |
| 2020-10-02 | Update tests | Guillaume Gomez | -1/+39 |
| 2020-10-02 | Permit ty::Bool in const generics for v0 mangling | Mark Rousskov | -0/+18 |
| 2020-10-02 | resolve: prohibit anon const non-static lifetimes | David Wood | -0/+48 |
| 2020-10-02 | Auto merge of #77396 - wesleywiser:disable-simplifyarmidentity, r=oli-obk | bors | -0/+35 |
| 2020-10-02 | Fix span for incorrect pattern field and add label | Esteban Küber | -6/+14 |
| 2020-10-01 | Disable the SimplifyArmIdentity mir-opt | Wesley Wiser | -0/+35 |
| 2020-10-02 | Rollup merge of #77375 - petrochenkov:inherext, r=oli-obk | Yuki Okushi | -8/+24 |
| 2020-10-02 | Rollup merge of #77147 - fusion-engineering-forks:static-mutex, r=dtolnay | Yuki Okushi | -12/+4 |
| 2020-10-02 | Revert "resolve: Avoid "self-confirming" import resolutions in one more case" | Vadim Petrochenkov | -5/+39 |
| 2020-10-01 | Regression test for case in #77361 | Dylan MacKenzie | -0/+16 |
| 2020-10-01 | Auto merge of #77354 - ecstatic-morse:const-checking-moar-errors, r=oli-obk | bors | -355/+343 |
| 2020-09-30 | Warn on method call mutating const, even if it has destructor | David Tolnay | -2/+27 |
| 2020-09-30 | Add test of VEC.push on a const | David Tolnay | -7/+9 |
| 2020-09-30 | Test a type with drop glue but no Drop impl | David Tolnay | -13/+33 |
| 2020-09-30 | Add test of const item mutation with Drop impl | David Tolnay | -12/+24 |
| 2020-10-01 | Auto merge of #77379 - camelid:improve-wording-crate-resolution-error, r=davi... | bors | -2/+2 |
| 2020-10-01 | Rollup merge of #77371 - camelid:remove-extra-space-in-diagnostic, r=varkor | Dylan DPC | -0/+18 |
| 2020-10-01 | Rollup merge of #77360 - oli-obk:zst_const_pat_regression, r=RalfJung | Dylan DPC | -0/+9 |
| 2020-10-01 | Rollup merge of #77343 - varkor:rustc_args_required_const-validation, r=lcnr | Dylan DPC | -0/+74 |
| 2020-10-01 | Rollup merge of #77324 - Aaron1011:fix/const-item-mutation-ptr, r=petrochenkov | Dylan DPC | -24/+35 |
| 2020-10-01 | Rollup merge of #77303 - lcnr:const-evaluatable-TooGeneric, r=oli-obk,varkor | Dylan DPC | -41/+49 |
| 2020-10-01 | Rollup merge of #77153 - Aaron1011:fix/better-recursive-expand, r=petrochenkov | Dylan DPC | -0/+86 |
| 2020-09-30 | Improve wording for external crate resolution error | Camelid | -2/+2 |
| 2020-09-30 | Auto merge of #77372 - jonas-schievink:rollup-e5bdzga, r=jonas-schievink | bors | -0/+56 |
| 2020-09-30 | rustc_metadata: Do not forget to encode inherent impls for foreign types | Vadim Petrochenkov | -8/+24 |
| 2020-09-30 | Rollup merge of #77345 - samlich:test-issue-74761, r=lcnr | Jonas Schievink | -0/+31 |
| 2020-09-30 | Rollup merge of #77331 - hameerabbasi:issue-74906, r=lcnr | Jonas Schievink | -0/+25 |
| 2020-09-30 | Remove trailing space in error message | Camelid | -1/+1 |
| 2020-09-30 | Auto merge of #75810 - hug-dev:cmse-nonsecure-entry, r=jonas-schievink | bors | -0/+94 |