| Age | Commit message (Expand) | Author | Lines |
| 2022-01-06 | rustc_middle: Add a method for getting a `SimplifiedType` definition/ID | Vadim Petrochenkov | -2/+15 |
| 2021-12-29 | Refactor variance diagnostics to work with more types | Aaron Hill | -31/+38 |
| 2021-12-28 | rustc_metadata: Encode list of all crate's traits into metadata | Vadim Petrochenkov | -0/+6 |
| 2021-12-24 | Auto merge of #91342 - RalfJung:fn-abi, r=eddyb,oli-obk | bors | -4/+7 |
| 2021-12-22 | Remove `PartialOrd` and `Ord` from `LocalDefId` | pierwill | -1/+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 | try to fix ICE in fn_abi_of_instance | Ralf Jung | -4/+7 |
| 2021-12-20 | Auto merge of #91924 - Aaron1011:serialize-adt-def, r=michaelwoerister | bors | -27/+21 |
| 2021-12-20 | Eliminate `ObligationCauseData`. | Nicholas Nethercote | -1/+1 |
| 2021-12-19 | Auto merge of #92099 - matthiaskrgr:rollup-4gwv67m, r=matthiaskrgr | bors | -76/+81 |
| 2021-12-19 | Rollup merge of #91984 - Aaron1011:rustc-middle-lifetime, r=oli-obk | Matthias Krüger | -76/+81 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -3/+3 |
| 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 | Eliminate duplicate codes of expected_found_bool | lzh | -9/+1 |
| 2021-12-17 | Auto merge of #91672 - b-naber:merge-normalize-erasing-regions-queries, r=jac... | bors | -2/+7 |
| 2021-12-15 | Run x.py fmt | Aaron Hill | -1/+5 |
| 2021-12-15 | Remove `in_band_lifetimes` from `rustc_middle` | Aaron Hill | -76/+77 |
| 2021-12-15 | Auto merge of #86986 - lcnr:simplify_type, r=nikomatsakis,oli-obk | bors | -49/+78 |
| 2021-12-15 | Cache adt_def query result on disk | Aaron Hill | -2/+4 |
| 2021-12-15 | Fully serialize AdtDef | Aaron Hill | -25/+17 |
| 2021-12-15 | Rollup merge of #91920 - Aaron1011:pred-stable-cmp, r=oli-obk | Matthias Krüger | -1/+1 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -1/+1 |
| 2021-12-15 | Remove `SymbolStr`. | Nicholas Nethercote | -2/+2 |
| 2021-12-14 | Minor cleanup | Chase Wilson | -7/+7 |
| 2021-12-14 | Make TyS::is_suggestable more structual | Michael Goulet | -10/+54 |
| 2021-12-14 | Added -Z layout_seed for allowing user-defined randomization seeds | Chase Wilson | -1/+8 |
| 2021-12-14 | Use `tcx.def_path_hash` in `ExistentialPredicate.stable_cmp` | Aaron Hill | -1/+1 |
| 2021-12-14 | add some comments | lcnr | -32/+33 |
| 2021-12-14 | replace `DefId` with `D` in `SimplifiedType` | lcnr | -2/+2 |
| 2021-12-14 | extend `simplify_type` | lcnr | -17/+45 |
| 2021-12-13 | get rid of normalize_generic_arg... queries | b-naber | -2/+7 |
| 2021-12-13 | Avoid cloning refcounted types during folding | Alan Egerton | -6/+67 |
| 2021-12-12 | Auto merge of #91549 - fee1-dead:const_env, r=spastorino | bors | -70/+112 |
| 2021-12-12 | Auto merge of #90207 - BoxyUwU:stabilise_cg_defaults, r=lcnr | bors | -4/+2 |
| 2021-12-12 | Small performance tweaks | Deadbeef | -0/+4 |
| 2021-12-12 | Remap more env constness for queries | Deadbeef | -0/+4 |
| 2021-12-12 | Query modifier | Deadbeef | -0/+20 |
| 2021-12-12 | Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk" | Deadbeef | -70/+79 |
| 2021-12-12 | Fix #91489 | Deadbeef | -0/+5 |
| 2021-12-11 | Auto merge of #91769 - estebank:type-trait-bound-span-2, r=oli-obk | bors | -4/+2 |
| 2021-12-11 | Auto merge of #91799 - matthiaskrgr:rollup-b38xx6i, r=matthiaskrgr | bors | -34/+22 |
| 2021-12-11 | Rollup merge of #91640 - cjgillot:in-band-collect, r=oli-obk | Matthias Krüger | -7/+11 |
| 2021-12-11 | Rollup merge of #91617 - nnethercote:improve-List-readability, r=lcnr | Matthias Krüger | -51/+89 |
| 2021-12-11 | Tweak assoc type obligation spans | Esteban Kuber | -4/+2 |
| 2021-12-10 | remove feature gate and cleanup code | Ellen | -4/+2 |