| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-05-15 | Auto merge of #85328 - GuillaumeGomez:rollup-exe9nbj, r=GuillaumeGomez | bors | -3/+2 |
| 2021-05-15 | Rollup merge of #85215 - richkadel:ice-fixes-minus-dead-blocks, r=tmandry | Guillaume Gomez | -3/+2 |
| 2021-05-14 | add new attribute rustc_insignificant_dtor and a query to check if a type has... | Dhruv Jauhar | -0/+48 |
| 2021-05-14 | Store Option<Region> as value for RegionVid | Jack Huey | -22/+30 |
| 2021-05-14 | Make the UnifyValue for RegionVid () | Jack Huey | -1/+1 |
| 2021-05-13 | Auto merge of #83129 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakis | bors | -0/+13 |
| 2021-05-12 | `coverageinfo` query needs to use the same MIR as codegen | Rich Kadel | -3/+2 |
| 2021-05-12 | Use () for analysis. | Camille GILLOT | -9/+5 |
| 2021-05-12 | Use () for codegen queries. | Camille GILLOT | -14/+7 |
| 2021-05-12 | Use () for all_traits. | Camille GILLOT | -1/+1 |
| 2021-05-12 | Use () for visible_parent_map. | Camille GILLOT | -10/+6 |
| 2021-05-12 | Use () for lang items. | Camille GILLOT | -23/+15 |
| 2021-05-12 | Use () for privacy. | Camille GILLOT | -2/+2 |
| 2021-05-12 | Use () for typeck_item_bodies. | Camille GILLOT | -1/+1 |
| 2021-05-12 | Use () for inherent_impls. | Camille GILLOT | -8/+5 |
| 2021-05-12 | Use () for inferred_outlives_crate. | Camille GILLOT | -2/+1 |
| 2021-05-12 | Use () for crate_variances. | Camille GILLOT | -1/+1 |
| 2021-05-12 | Use () for mir_keys. | Camille GILLOT | -1/+1 |
| 2021-05-12 | Use () for lint_levels. | Camille GILLOT | -2/+2 |
| 2021-05-12 | Use () for proc_macro_decls_static. | Camille GILLOT | -1/+1 |
| 2021-05-12 | Use () for plugin_registrar_fn. | Camille GILLOT | -1/+1 |
| 2021-05-12 | Use () for entry_fn. | Camille GILLOT | -2/+2 |
| 2021-05-12 | Use () for HIR queries. | Camille GILLOT | -25/+16 |
| 2021-05-12 | Use () in reachable_set. | Camille GILLOT | -3/+3 |
| 2021-05-12 | Use () in dependency_formats. | Camille GILLOT | -3/+1 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -8/+24 |
| 2021-05-12 | Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot | bors | -18/+11 |
| 2021-05-12 | Implement span quoting for proc-macros | Aaron Hill | -1/+1 |