| Age | Commit message (Expand) | Author | Lines |
| 2021-06-02 | Add `Ty::is_union` predicate and use it | Tomasz Miąsko | -0/+5 |
| 2021-06-02 | Implement `Ty::is_enum` using `matches!` | Tomasz Miąsko | -4/+1 |
| 2021-06-02 | Force warn on lint groups as well | Ryan Levick | -2/+2 |
| 2021-06-02 | Auto merge of #85892 - tmiasko:i, r=oli-obk | bors | -0/+16 |
| 2021-06-02 | Auto merge of #85908 - cjgillot:private-dep-query, r=Aaron1011 | bors | -8/+7 |
| 2021-06-02 | Miscellaneous inlining improvements | Tomasz Miąsko | -0/+16 |
| 2021-06-02 | Auto merge of #85905 - cjgillot:one-trait-map, r=Aaron1011 | bors | -18/+7 |
| 2021-06-01 | Allow raw pointers in SIMD types | Jubilee Young | -1/+4 |
| 2021-06-01 | Auto merge of #85829 - bjorn3:simplify_crate_num, r=jackh726 | bors | -3/+2 |
| 2021-06-01 | Avoid a clone of output_filenames. | Camille GILLOT | -2/+2 |
| 2021-06-01 | Drop metadata_encoding_version. | Camille GILLOT | -5/+0 |
| 2021-06-01 | Make is_private_dep a query. | Camille GILLOT | -8/+7 |
| 2021-06-01 | Remove StableVec. | Camille GILLOT | -5/+6 |
| 2021-06-01 | Only compute the trait_map once. | Camille GILLOT | -13/+1 |
| 2021-06-01 | Fix issues and add test | Ryan Levick | -1/+0 |
| 2021-06-01 | Revert "Reduce the amount of untracked state in TyCtxt" | Camille Gillot | -127/+134 |
| 2021-06-01 | Auto merge of #85153 - cjgillot:qresolve, r=Aaron1011 | bors | -134/+127 |
| 2021-05-31 | Auto merge of #85704 - Aaron1011:const-panic-hard-err, r=RalfJung | bors | -2/+6 |
| 2021-05-31 | Remove unused feature gates | bjorn3 | -2/+0 |
| 2021-05-31 | Auto merge of #85266 - cjgillot:hir-dep-clean, r=michaelwoerister | bors | -39/+46 |
| 2021-05-30 | Drop metadata_encoding_version. | Camille GILLOT | -5/+0 |
| 2021-05-30 | Correct comments about untracked accesses. | Camille GILLOT | -20/+27 |
| 2021-05-30 | Make is_private_dep a query. | Camille GILLOT | -11/+9 |
| 2021-05-30 | Make allocator_kind a query. | Camille GILLOT | -6/+6 |
| 2021-05-30 | Avoid a clone of output_filenames. | Camille GILLOT | -2/+2 |
| 2021-05-30 | Remove StableVec. | Camille GILLOT | -5/+6 |
| 2021-05-30 | Restrict access to crate_name. | Camille GILLOT | -9/+5 |
| 2021-05-30 | Make resolutions a query. | Camille GILLOT | -84/+92 |
| 2021-05-30 | Only compute the trait_map once. | Camille GILLOT | -13/+1 |
| 2021-05-30 | Emit a hard error when a panic occurs during const-eval | Aaron Hill | -2/+6 |
| 2021-05-30 | Remove CrateNum::ReservedForIncrCompCache | bjorn3 | -3/+2 |
| 2021-05-30 | Merge CrateDisambiguator into StableCrateId | bjorn3 | -40/+35 |
| 2021-05-30 | Auto merge of #83772 - jhpratt:revamp-step-trait, r=Mark-Simulacrum | bors | -0/+1 |
| 2021-05-29 | Fix missing note on type mismatch error diagnostics | Ellen | -1/+1 |
| 2021-05-28 | Merge fields and comment. | Camille GILLOT | -39/+46 |
| 2021-05-28 | Auto merge of #85789 - ptrojahn:generator_typo, r=nagisa | bors | -1/+1 |
| 2021-05-28 | Initial support for force-warns | Ryan Levick | -4/+27 |
| 2021-05-28 | Auto merge of #85546 - hyd-dev:unwind, r=RalfJung | bors | -34/+41 |
| 2021-05-27 | Auto merge of #85729 - LeSeulArtichaut:thir-no-hash, r=nikomatsakis | bors | -0/+2 |
| 2021-05-27 | Update compiler/rustc_middle/src/query/mod.rs | Niko Matsakis | -0/+1 |
| 2021-05-27 | Rollup merge of #85583 - cjgillot:no-previous-dg, r=petrochenkov | Dylan DPC | -1/+0 |
| 2021-05-26 | Specialize implementations | Jacob Pratt | -0/+1 |
| 2021-05-26 | Don't hash `thir_body` | LeSeulArtichaut | -0/+1 |
| 2021-05-26 | Fix typo | Paul Trojahn | -1/+1 |
| 2021-05-26 | Rollup merge of #85633 - lqd:stackless_span_stacks, r=oli-obk | Dylan DPC | -0/+9 |
| 2021-05-25 | emit diagnostic after post-monomorphization errors | Rémy Rakic | -0/+9 |
| 2021-05-25 | Rollup merge of #85650 - scottmcm:adjust-adjustment-docs, r=jyn514 | Guillaume Gomez | -5/+5 |
| 2021-05-25 | Rollup merge of #85605 - ptrojahn:closure_struct, r=matthewjasper | Guillaume Gomez | -1/+5 |
| 2021-05-25 | Auto merge of #84985 - pietroalbini:bootstrap-1.54, r=Mark-Simulacrum | bors | -1/+0 |
| 2021-05-25 | Auto merge of #85273 - LeSeulArtichaut:thir-query, r=nikomatsakis | bors | -2/+762 |