| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-05-24 | Add some backticks to the `rustc_middle::ty::adjustment::Adjustment` docs | Scott McMurray | -5/+5 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2021-05-23 | Replace Local::new(1) with CAPTURE_STRUCT_LOCAL | Paul Trojahn | -1/+5 |
| 2021-05-23 | fix comment | Ralf Jung | -1/+1 |
| 2021-05-23 | support creating mutable allocations from byte slices | Ralf Jung | -5/+9 |
| 2021-05-23 | const-eval: disallow unwinding across functions that `!fn_can_unwind()` | hyd-dev | -34/+41 |
| 2021-05-22 | Handle typeck errors properly | LeSeulArtichaut | -1/+1 |
| 2021-05-22 | Make THIR building a stealable query | LeSeulArtichaut | -22/+38 |
| 2021-05-22 | Move THIR structure definitions to `rustc_middle` | LeSeulArtichaut | -0/+744 |
| 2021-05-22 | Get rid of PreviousDepGraph. | Camille GILLOT | -1/+0 |
| 2021-05-19 | Auto merge of #85376 - RalfJung:ptrless-allocs, r=oli-obk | bors | -229/+153 |
| 2021-05-18 | add Align::ONE; add methods to access alloc.extra | Ralf Jung | -1/+1 |
| 2021-05-18 | CTFE core engine allocation & memory API improvemenets | Ralf Jung | -228/+152 |
| 2021-05-18 | Auto merge of #85437 - GuillaumeGomez:rollup-3jcirty, r=GuillaumeGomez | bors | -6/+0 |
| 2021-05-18 | Rollup merge of #85415 - LeSeulArtichaut:no-packed-borrow-unsafeck, r=RalfJung | Guillaume Gomez | -6/+0 |
| 2021-05-18 | Auto merge of #85313 - jackh726:region_eq, r=nikomatsakis | bors | -22/+33 |
| 2021-05-17 | Remove remnants of BorrowOfPackedField | LeSeulArtichaut | -6/+0 |
| 2021-05-17 | Rollup merge of #85412 - RalfJung:c_str, r=oli-obk | Ralf Jung | -23/+0 |
| 2021-05-17 | remove some functions that were only used by Miri | Ralf Jung | -23/+0 |
| 2021-05-17 | remove size field from Allocation | Ralf Jung | -6/+5 |
| 2021-05-17 | Auto merge of #85178 - cjgillot:local-crate, r=oli-obk | bors | -109/+71 |
| 2021-05-15 | Add comment | Jack Huey | -0/+3 |