| Age | Commit message (Expand) | Author | Lines |
| 2022-01-14 | Allow eliding GATs in expr position | Michael Goulet | -0/+73 |
| 2022-01-14 | Auto merge of #92883 - matthiaskrgr:rollup-uoudywx, r=matthiaskrgr | bors | -17/+69 |
| 2022-01-14 | Rollup merge of #92810 - compiler-errors:deduplicate-box-deref-suggestion, r=... | Matthias Krüger | -15/+27 |
| 2022-01-14 | Rollup merge of #92381 - ThePuzzlemaker:issue-92308, r=estebank | Matthias Krüger | -2/+42 |
| 2022-01-14 | Auto merge of #92781 - lambinoo:I-92755-no-mir-missing-reachable, r=petrochenkov | bors | -0/+27 |
| 2022-01-14 | Auto merge of #92844 - matthiaskrgr:rollup-z5wb6yi, r=matthiaskrgr | bors | -57/+3 |
| 2022-01-14 | fix: set struct/union/enum fields/variants as reachable when item is | Lamb | -0/+27 |
| 2022-01-13 | Auto merge of #89861 - nbdd0121:closure, r=wesleywiser | bors | -28/+101 |
| 2022-01-13 | Rollup merge of #92006 - oli-obk:welcome_opaque_types_into_the_fold, r=nikoma... | Matthias Krüger | -57/+3 |
| 2022-01-12 | suggest deref/unboxing before wrapping variant | Michael Goulet | -4/+4 |
| 2022-01-12 | Rollup merge of #92432 - fee1-dead:constck-impl-constness, r=oli-obk | Matthias Krüger | -0/+26 |
| 2022-01-11 | Deduplicate box deref and regular deref suggestions | Michael Goulet | -18/+30 |
| 2022-01-11 | Auto merge of #90948 - oli-obk:🧹, r=nikomatsakis | bors | -1/+25 |
| 2022-01-11 | Add test | Deadbeef | -0/+26 |
| 2022-01-10 | Auto merge of #92719 - matthiaskrgr:rollup-tc7oqys, r=matthiaskrgr | bors | -0/+48 |
| 2022-01-10 | Rollup merge of #92636 - compiler-errors:normalize-generator-const-expr, r=ol... | Matthias Krüger | -0/+26 |
| 2022-01-10 | Rollup merge of #92248 - compiler-errors:normalize-type-for-pointee, r=jackh726 | Matthias Krüger | -0/+22 |
| 2022-01-09 | Compute most of Public/Exported access level in rustc_resolve | Lamb | -0/+28 |
| 2022-01-09 | Rollup merge of #92510 - inquisitivecrystal:foreign-block, r=cjgillot | Matthias Krüger | -0/+33 |
| 2022-01-07 | Flatten InferredCaptureInformation | Gary Guo | -28/+101 |
| 2022-01-07 | Update clippy for associated item changes | Matthew Jasper | -18/+18 |
| 2022-01-06 | Normalize generator-local types with unevaluated constants | Michael Goulet | -0/+26 |
| 2022-01-06 | Rollup merge of #92417 - dtolnay:printimpl, r=jackh726 | Matthias Krüger | -1/+7 |
| 2022-01-06 | Rollup merge of #92207 - tmiasko:delay-drop-elaboration-bug, r=jackh726 | Matthias Krüger | -0/+82 |
| 2022-01-06 | Rollup merge of #92389 - chordtoll:test-92015, r=Mark-Simulacrum | Matthias Krüger | -0/+18 |
| 2022-01-06 | Rollup merge of #92360 - jackh726:param-heuristics-1, r=davidtwco | Matthias Krüger | -0/+14 |
| 2022-01-05 | Add regression test | inquisitivecrystal | -0/+33 |
| 2022-01-05 | Rollup merge of #92575 - petrochenkov:cratenodeid, r=Aaron1011 | Matthias Krüger | -2/+2 |
| 2022-01-05 | ast: Always keep a `NodeId` in `ast::Crate` | Vadim Petrochenkov | -2/+2 |
| 2022-01-05 | Auto merge of #92498 - camelid:ignore-flaky-test, r=Mark-Simulacrum | bors | -0/+4 |
| 2022-01-04 | Ignore flaky `panic-short-backtrace-windows-x86_64.rs` test for now | Noah Lev | -0/+4 |
| 2022-01-04 | Auto merge of #92560 - matthiaskrgr:rollup-jeli7ip, r=matthiaskrgr | bors | -18/+79 |
| 2022-01-04 | Rollup merge of #91907 - lcnr:const-arg-infer, r=BoxyUwU | Matthias Krüger | -18/+79 |
| 2022-01-04 | Rollup merge of #92507 - chordtoll:suggest-single-quotes, r=petrochenkov | Matthias Krüger | -0/+105 |
| 2022-01-03 | Suggest changing quotes when str/char type mismatch | chordtoll | -0/+105 |
| 2022-01-03 | Rollup merge of #92444 - dtolnay:coremethods, r=joshtriplett | Matthias Krüger | -14/+10 |
| 2022-01-03 | Rollup merge of #92418 - dtolnay:emptystructpat, r=michaelwoerister | Matthias Krüger | -4/+4 |
| 2022-01-03 | Rollup merge of #92402 - pr2502:while-let-typo, r=oli-obk | Matthias Krüger | -0/+54 |
| 2022-01-03 | Auto merge of #92080 - Aaron1011:pattern-ice, r=cjgillot | bors | -4/+75 |
| 2022-01-02 | Auto merge of #90128 - joshtriplett:stabilize-symbol-mangling-version, r=wesl... | bors | -24/+24 |
| 2022-01-02 | Auto merge of #92066 - Smittyvb:concat_bytes-repeat, r=nagisa | bors | -2/+70 |
| 2022-01-02 | Auto merge of #92034 - petrochenkov:nolinknores, r=joshtriplett | bors | -10/+2 |
| 2022-01-01 | Update references to `-Z symbol-mangling-version` to use `-C` | Josh Triplett | -24/+24 |
| 2022-01-01 | Rollup merge of #92468 - NieDzejkob:silent-cfg, r=petrochenkov | Matthias Krüger | -0/+5 |
| 2022-01-01 | Move `PatKind::Lit` checking from ast_validation to ast lowering | Aaron Hill | -4/+75 |
| 2022-01-01 | Rollup merge of #92469 - joshtriplett:test-number-fix, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2022-01-01 | Rollup merge of #92460 - dwrensha:fix-92267, r=petrochenkov | Matthias Krüger | -0/+19 |
| 2022-01-01 | Rollup merge of #92420 - dtolnay:patrange, r=Mark-Simulacrum | Matthias Krüger | -12/+12 |
| 2022-01-01 | Rollup merge of #92412 - dtolnay:tryspace, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2021-12-31 | Make tidy check for magic numbers that spell things | Josh Triplett | -1/+1 |