| Age | Commit message (Expand) | Author | Lines |
| 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 | -2/+2 |
| 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 | Change several HashMaps to IndexMap to improve incremental hashing performance | Jakub Beránek | -4/+4 |
| 2021-12-28 | rustc_metadata: Encode list of all crate's traits into metadata | Vadim Petrochenkov | -5/+11 |
| 2021-12-24 | Bump `gsgdt` to 0.1.3 | Krasimir Georgiev | -2/+2 |
| 2021-12-24 | Normalize struct tail type when checking Pointee trait | Michael Goulet | -4/+7 |
| 2021-12-24 | Auto merge of #91342 - RalfJung:fn-abi, r=eddyb,oli-obk | bors | -5/+13 |
| 2021-12-23 | Rollup merge of #92203 - Aaron1011:mir-adt-def, r=oli-obk | Matthias Krüger | -18/+16 |
| 2021-12-23 | Auto merge of #92167 - pierwill:chalk-update, r=jackh726 | bors | -31/+32 |
| 2021-12-22 | Store a `DefId` instead of an `AdtDef` in `AggregateKind::Adt` | Aaron Hill | -18/+16 |
| 2021-12-22 | Remove `PartialOrd` and `Ord` from `LocalDefId` | pierwill | -10/+7 |
| 2021-12-22 | Update chalk to 0.75.0 | pierwill | -31/+32 |
| 2021-12-22 | When obligation is a sized predicate, prefer projection or object candidates ... | Jack Huey | -4/+10 |
| 2021-12-21 | Remove ArenaCacheSelector for visible_parent_map query. | Alik Aslanyan | -2/+1 |
| 2021-12-21 | Auto merge of #92149 - fee1-dead:cache-fix, r=oli-obk | bors | -0/+9 |
| 2021-12-21 | Fix bad caching of `~const Drop` bounds | Deadbeef | -0/+9 |
| 2021-12-20 | Bail if printing item named `_` in `try_print_visible_def_path` | Michael Goulet | -16/+28 |
| 2021-12-20 | [code coverage] Fix missing dead code in modules that are never called | Wesley Wiser | -11/+21 |
| 2021-12-20 | better name for AdjustForForeignAbiError error variant in InterpError | Ralf Jung | -4/+5 |
| 2021-12-20 | try to fix ICE in fn_abi_of_instance | Ralf Jung | -4/+7 |
| 2021-12-20 | CTFE eval_fn_call: use FnAbi to determine argument skipping and compatibility | Ralf Jung | -1/+5 |
| 2021-12-20 | Auto merge of #91924 - Aaron1011:serialize-adt-def, r=michaelwoerister | bors | -28/+23 |
| 2021-12-20 | Eliminate `ObligationCauseData`. | Nicholas Nethercote | -43/+41 |
| 2021-12-19 | Auto merge of #92099 - matthiaskrgr:rollup-4gwv67m, r=matthiaskrgr | bors | -111/+117 |
| 2021-12-19 | Rollup merge of #91984 - Aaron1011:rustc-middle-lifetime, r=oli-obk | Matthias Krüger | -111/+117 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -13/+12 |
| 2021-12-19 | Rollup merge of #91932 - Kixiron:randomize-seed, r=nagisa | Matthias Krüger | -8/+15 |
| 2021-12-18 | Rollup merge of #92032 - petrochenkov:extblockpath, r=oli-obk | Matthias Krüger | -16/+12 |
| 2021-12-18 | Rollup merge of #92022 - woodenarrow:br_expected_bool, r=estebank | Matthias Krüger | -9/+1 |
| 2021-12-18 | hir: Do not introduce dummy type names for `extern` blocks in def paths | Vadim Petrochenkov | -16/+12 |
| 2021-12-17 | Add a temporary hack before env fix lands in bootstrap | Deadbeef | -4/+17 |