| Age | Commit message (Expand) | Author | Lines |
| 2021-07-23 | Improve `get_by_key_enumerated` more | Yuki Okushi | -1/+1 |
| 2021-07-22 | Auto merge of #87265 - Aaron1011:hir-wf-fn, r=estebank | bors | -1/+1 |
| 2021-07-22 | Auto merge of #87246 - rust-lang:placeholder-pretty, r=nikomatsakis | bors | -35/+107 |
| 2021-07-20 | Support HIR wf checking for function signatures | Aaron Hill | -1/+1 |
| 2021-07-19 | Rollup merge of #87268 - SkiFire13:fix-uninit-ref-list, r=nagisa | Guillaume Gomez | -6/+6 |
| 2021-07-19 | Don't create references to uninitialized data in List::from_arena | Giacomo Stevanato | -6/+6 |
| 2021-07-18 | Auto merge of #86698 - cjgillot:modc, r=estebank | bors | -1248/+53 |
| 2021-07-18 | Remove deadlock virtual call. | Camille GILLOT | -4/+1 |
| 2021-07-18 | Move OnDiskCache to rustc_query_impl. | Camille GILLOT | -1246/+54 |
| 2021-07-18 | When pretty printing, name placeholders as bound regions | jackh726 | -35/+107 |
| 2021-07-18 | Rollup merge of #87205 - matthiaskrgr:clippy_cln, r=oli-obk | Yuki Okushi | -3/+2 |
| 2021-07-17 | Auto merge of #86676 - cjgillot:localexpn, r=petrochenkov | bors | -35/+63 |
| 2021-07-17 | Pass ExpnData by reference. | Camille GILLOT | -1/+1 |
| 2021-07-17 | Always hash spans in expn. | Camille GILLOT | -1/+1 |
| 2021-07-17 | Encode ExpnId using ExpnHash for incr. comp. | Camille GILLOT | -34/+59 |
| 2021-07-17 | Choose encoding format in caller code. | Camille GILLOT | -10/+13 |
| 2021-07-17 | Make the CrateNum part of the ExpnId. | Camille GILLOT | -3/+9 |
| 2021-07-17 | Auto merge of #87123 - RalfJung:miri-provenance-overhaul, r=oli-obk | bors | -29/+23 |
| 2021-07-17 | rustc_middle: remove redundant clone | Matthias Krüger | -3/+2 |
| 2021-07-16 | Rollup merge of #87200 - oli-obk:fixup_fixup_opaque_types, r=nikomatsakis | Guillaume Gomez | -1/+1 |
| 2021-07-16 | Infer all inference variables via InferCx | Oli Scherer | -1/+1 |
| 2021-07-16 | get rid of incorrect erase_for_fmt | Ralf Jung | -5/+5 |
| 2021-07-16 | Auto merge of #86993 - jackh726:project-gat-binders, r=nikomatsakis | bors | -1/+2 |
| 2021-07-15 | Separate encoding paths. | Camille GILLOT | -10/+4 |
| 2021-07-15 | Layout error instead of an ICE for packed and aligned types | Tomasz Miąsko | -2/+7 |
| 2021-07-15 | adjustions and cleanup to make Miri build again | Ralf Jung | -10/+1 |
| 2021-07-14 | consistently treat None-tagged pointers as ints; get rid of some deprecated S... | Ralf Jung | -5/+8 |
| 2021-07-14 | CTFE/Miri engine Pointer type overhaul: make Scalar-to-Pointer conversion inf... | Ralf Jung | -9/+9 |
| 2021-07-14 | Shrink the CrateStore dynamic interface. | Camille GILLOT | -7/+2 |
| 2021-07-13 | Cache expansion hash. | Camille GILLOT | -4/+4 |
| 2021-07-13 | Conditionally call normalize_erasing_regions only if polymorhization is enabled | jackh726 | -1/+2 |
| 2021-07-11 | Auto merge of #85941 - cjgillot:qresolve, r=Aaron1011 | bors | -62/+57 |
| 2021-07-10 | Auto merge of #81360 - Aaron1011:trait-caller-loc, r=nagisa | bors | -4/+48 |
| 2021-07-09 | Rollup merge of #86855 - LeSeulArtichaut:patch-1, r=davidtwco | Mara Bos | -1/+1 |
| 2021-07-06 | Correct comments about untracked accesses. | Camille GILLOT | -5/+5 |
| 2021-07-06 | Make resolutions a query. | Camille GILLOT | -61/+56 |
| 2021-07-06 | Auto merge of #86143 - bjorn3:revert_revert_merge_crate_disambiguator, r=mich... | bors | -9/+12 |
| 2021-07-06 | Make tcx.stable_crate_id() faster | bjorn3 | -2/+6 |
| 2021-07-06 | Revert "Revert "Merge CrateDisambiguator into StableCrateId"" | bjorn3 | -7/+6 |
| 2021-07-06 | Store macro parent module in ExpnData. | Camille GILLOT | -7/+5 |
| 2021-07-05 | Auto merge of #86674 - Aaron1011:new-querify-limits, r=michaelwoerister | bors | -3/+23 |
| 2021-07-05 | Auto merge of #86867 - JohnTitor:convert-to-actual-assert, r=jackh726 | bors | -1/+1 |
| 2021-07-04 | Combine individual limit queries into single `limits` query | Aaron Hill | -4/+21 |
| 2021-07-04 | Auto merge of #86866 - nikomatsakis:issue-84841, r=oli-obk | bors | -4/+22 |
| 2021-07-04 | Query-ify global limit attribute handling | Aaron Hill | -3/+6 |
| 2021-07-04 | tag issues with FIXME | Niko Matsakis | -1/+1 |
| 2021-07-04 | Update compiler/rustc_middle/src/ty/normalize_erasing_regions.rs | Niko Matsakis | -1/+1 |
| 2021-07-05 | Convert `debug_assert!` to `assert!` in `Binder::dummy` | Yuki Okushi | -1/+1 |
| 2021-07-04 | be conservative in has_significant_drop | Niko Matsakis | -0/+9 |
| 2021-07-04 | Auto merge of #86255 - Smittyvb:mir-alloc-oom, r=RalfJung,oli-obk | bors | -1/+2 |