| Age | Commit message (Expand) | Author | Lines |
| 2022-01-20 | Rollup merge of #91032 - eholk:generator-drop-tracking, r=nikomatsakis | Matthias Krüger | -3/+3 |
| 2022-01-19 | Rollup merge of #93077 - lcnr:write_substs, r=oli-obk | Matthias Krüger | -4/+0 |
| 2022-01-19 | remove `is_noop` | lcnr | -4/+0 |
| 2022-01-19 | Rollup merge of #93041 - pierwill:rm-unused-defid-ords, r=cjgillot | Matthias Krüger | -16/+6 |
| 2022-01-19 | Rollup merge of #88642 - c410-f3r:let_chains_2, r=matthewjasper | Matthias Krüger | -1/+1 |
| 2022-01-18 | Formally implement let chains | Caio | -1/+1 |
| 2022-01-18 | Track drops across multiple yields | Eric Holk | -3/+3 |
| 2022-01-18 | Rollup merge of #93018 - pierwill:rm-unused-ord, r=davidtwco | Matthias Krüger | -1/+1 |
| 2022-01-18 | Rollup merge of #92780 - b-naber:postpone-const-eval-coherence, r=lcnr | Matthias Krüger | -9/+12 |
| 2022-01-18 | Remove some unused `Ord` derivations based on `DefId` | pierwill | -17/+7 |
| 2022-01-18 | Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obk | bors | -52/+154 |
| 2022-01-18 | Rollup merge of #92640 - compiler-errors:array-deref-on-newtype, r=lcnr | Matthias Krüger | -4/+4 |
| 2022-01-17 | Rm some unused ord impls | pierwill | -1/+1 |
| 2022-01-17 | Add term to ExistentialProjection | kadmin | -37/+47 |
| 2022-01-17 | Update w/ comments | kadmin | -5/+10 |
| 2022-01-17 | Update term for use in more places | kadmin | -26/+60 |
| 2022-01-17 | Rollup merge of #92164 - WaffleLapkin:rustc_must_implement_one_of_attr, r=Aar... | Matthias Krüger | -1/+7 |
| 2022-01-17 | Use Term in ProjectionPredicate | kadmin | -39/+72 |
| 2022-01-17 | Add term | kadmin | -0/+1 |
| 2022-01-17 | add eq constraints on associated constants | kadmin | -0/+19 |
| 2022-01-17 | directly use ConstValue for single literals in blocks | b-naber | -9/+12 |
| 2022-01-17 | Auto merge of #90986 - camsteffen:nested-filter, r=cjgillot | bors | -15/+32 |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -48/+0 |
| 2022-01-16 | Fix Visitor::NestedFilter in Clippy | Cameron Steffen | -0/+0 |
| 2022-01-16 | Replace NestedVisitorMap with NestedFilter | Cameron Steffen | -15/+32 |
| 2022-01-16 | Rollup merge of #92646 - mdibaiee:76935/pass-by-value, r=lcnr | Matthias Krüger | -0/+2 |
| 2022-01-16 | Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnr | bors | -374/+115 |
| 2022-01-16 | Auto merge of #92740 - cuviper:update-rayons, r=Mark-Simulacrum | bors | -2/+2 |
| 2022-01-15 | Do not ICE when accesing large LocalDefId. | Camille GILLOT | -1/+1 |
| 2022-01-15 | Reduce use of local_def_id_to_hir_id. | Camille GILLOT | -33/+17 |
| 2022-01-15 | Make ty_param_owner return a LocalDefId. | Camille GILLOT | -3/+5 |
| 2022-01-15 | Simplify DefIdForest. | Camille GILLOT | -5/+5 |
| 2022-01-15 | Return a LocalDefId in get_parent_item. | Camille GILLOT | -21/+32 |
| 2022-01-15 | Add fast path to `opt_local_def_id`. | Camille GILLOT | -2/+6 |
| 2022-01-15 | Auto merge of #92441 - cjgillot:resolve-trait-impl-item, r=matthewjasper | bors | -15/+0 |
| 2022-01-15 | Rollup merge of #92875 - BoxyUwU:infer_arg_opt_const_param_of, r=lcnr | Matthias Krüger | -0/+7 |
| 2022-01-15 | Rollup merge of #92191 - jackh726:issue-89352, r=nikomatsakis | Matthias Krüger | -4/+10 |
| 2022-01-15 | nyahggdshjjghsdfhgsf | Ellen | -0/+3 |
| 2022-01-15 | attempt to re-add `ty::Unevaluated` visitor and friends | Ellen | -35/+114 |
| 2022-01-15 | initial revert | Ellen | -480/+139 |
| 2022-01-14 | Auto merge of #92681 - Aaron1011:task-deps-ref, r=cjgillot | bors | -6/+12 |
| 2022-01-14 | reviews ish | Ellen | -0/+7 |
| 2022-01-14 | Auto merge of #92844 - matthiaskrgr:rollup-z5wb6yi, r=matthiaskrgr | bors | -11/+21 |
| 2022-01-13 | Auto merge of #89861 - nbdd0121:closure, r=wesleywiser | bors | -32/+12 |
| 2022-01-13 | Rollup merge of #92142 - wesleywiser:fix_codecoverage_partitioning, r=tmandry | Matthias Krüger | -11/+21 |
| 2022-01-12 | Auto merge of #92169 - In-line:no-cache-selector-lrc, r=Mark-Simulacrum | bors | -2/+1 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -48/+0 |
| 2022-01-12 | Canonicalize const variables correctly | Michael Goulet | -4/+4 |
| 2022-01-11 | Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef` | Aaron Hill | -25/+35 |
| 2022-01-10 | Update rayon and rustc-rayon | Josh Stone | -2/+2 |