| Age | Commit message (Expand) | Author | Lines |
| 2022-01-16 | Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnr | bors | -374/+115 |
| 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 | Auto merge of #92719 - matthiaskrgr:rollup-tc7oqys, r=matthiaskrgr | bors | -4/+7 |
| 2022-01-10 | Rollup merge of #92248 - compiler-errors:normalize-type-for-pointee, r=jackh726 | Matthias Krüger | -4/+7 |
| 2022-01-10 | Auto merge of #87487 - lambinoo:I-64762_unreachable_pub_lint, r=petrochenkov | bors | -1/+3 |
| 2022-01-10 | Auto merge of #92278 - Aaron1011:fix-fingerprint-caching, r=michaelwoerister | bors | -4/+7 |
| 2022-01-09 | Compute most of Public/Exported access level in rustc_resolve | Lamb | -1/+3 |
| 2022-01-09 | feat: pass_by_value lint attribute | Mahdi Dibaiee | -0/+2 |
| 2022-01-09 | Auto merge of #92690 - matthiaskrgr:rollup-rw0oz05, r=matthiaskrgr | bors | -7/+0 |
| 2022-01-09 | Rollup merge of #92608 - petrochenkov:doctrscope3, r=CraftSpider | Matthias Krüger | -7/+0 |
| 2022-01-09 | Apply suggestions from code review | Waffle Maybe | -1/+1 |
| 2022-01-09 | Implement `#[rustc_must_implement_one_of]` attribute | Maybe Waffle | -1/+7 |
| 2022-01-09 | rustc_middle: Rename `Export` to `ModChild` and add some comments | Vadim Petrochenkov | -37/+34 |
| 2022-01-09 | rustc_metadata: Rename `item_children(_untracked)` to `module_children(_untra... | Vadim Petrochenkov | -3/+3 |
| 2022-01-09 | rustc_metadata: Optimize and document module children decoding | Vadim Petrochenkov | -1/+3 |
| 2022-01-08 | Introduce new `TaskDepsRef` enum to track allow/ignore/forbid status | Aaron Hill | -6/+12 |
| 2022-01-08 | Link impl items to corresponding trait items in late resolver. | Camille GILLOT | -15/+0 |
| 2022-01-07 | Remove region from UpvarCapture and move it to CapturedPlace | Gary Guo | -25/+11 |
| 2022-01-07 | Remove span from UpvarCapture::ByValue | Gary Guo | -7/+1 |
| 2022-01-07 | Add query to avoid name comparison in `leaf_def` | Matthew Jasper | -29/+42 |
| 2022-01-07 | Add `trait_item_def_id` to `AssocItem` | Matthew Jasper | -0/+5 |
| 2022-01-07 | rustdoc: Introduce a resolver cache for sharing data between early doc link r... | Vadim Petrochenkov | -7/+0 |
| 2022-01-06 | rustc_middle: Add a method for getting a `SimplifiedType` definition/ID | Vadim Petrochenkov | -6/+17 |
| 2022-01-05 | Ensure that `Fingerprint` caching respects hashing configuration | Aaron Hill | -4/+7 |
| 2022-01-03 | revert #92254 "Bump gsgdt to 0.1.3" | Krasimir Georgiev | -1/+1 |
| 2022-01-03 | Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievink | Matthias Krüger | -6/+1 |
| 2022-01-01 | Stabilize -Z instrument-coverage as -C instrument-coverage | Josh Triplett | -3/+3 |
| 2021-12-29 | Refactor variance diagnostics to work with more types | Aaron Hill | -31/+38 |
| 2021-12-29 | Auto merge of #92244 - petrochenkov:alltraits, r=cjgillot | bors | -5/+11 |
| 2021-12-28 | rustc_metadata: Encode list of all crate's traits into metadata | Vadim Petrochenkov | -5/+11 |