| Age | Commit message (Expand) | Author | Lines |
| 2021-03-19 | Hash hir_owner in typeck results | Aman Arora | -1/+3 |
| 2021-03-18 | Replace closures_captures and upvar_capture with closure_min_captures | Jennifer Wills | -35/+2 |
| 2021-03-16 | Auto merge of #82936 - oli-obk:valtree, r=RalfJung,lcnr,matthewjasper | bors | -6/+29 |
| 2021-03-16 | Auto merge of #82536 - sexxi-goose:handle-patterns-take-2, r=nikomatsakis | bors | -0/+28 |
| 2021-03-16 | Use delay_span_bug instead of panic in layout_scalar_valid_range | Tomasz Miąsko | -6/+9 |
| 2021-03-15 | Add comments with examples and tests | Roxane | -1/+23 |
| 2021-03-14 | Use the correct FakeReadCause | Roxane | -2/+2 |
| 2021-03-14 | Introduce new fake reads | Roxane | -0/+6 |
| 2021-03-12 | Directly intern allocations so that we can write a `Lift` impl for them | Oli Scherer | -6/+29 |
| 2021-02-26 | Miscellaneous inlining improvements | Tomasz Miąsko | -8/+15 |
| 2021-02-19 | Move the query system to rustc_query_impl. | Camille GILLOT | -1/+1 |
| 2021-02-19 | Introduce a QueryEngine trait object. | Camille GILLOT | -3/+3 |
| 2021-02-19 | Make QueryEngine opaque to TyCtxt. | Camille GILLOT | -9/+4 |
| 2021-02-19 | Decouple the on-disk cache from the query engine. | Camille GILLOT | -4/+11 |
| 2021-02-13 | Separate the query cache from the query state. | Camille GILLOT | -0/+2 |
| 2021-02-05 | Adapt to latest master changes by using PredicateKind | Santiago Pastorino | -1/+1 |
| 2021-02-05 | Revert "Auto merge of #79637 - spastorino:revert-trait-inheritance-self, r=Ma... | Santiago Pastorino | -1/+37 |
| 2021-01-18 | Use `rustc_type_ir::{IntTy,UintTy,FloatTy} instead of the `rustc_ast` ones in... | LeSeulArtichaut | -35/+35 |
| 2021-01-17 | Auto merge of #80679 - jackh726:predicate-kind-take2, r=lcnr | bors | -16/+10 |
| 2021-01-17 | Rollup merge of #80635 - sexxi-goose:use-place-instead-of-symbol, r=nikomatsa... | Mara Bos | -3/+6 |
| 2021-01-16 | More review comments | Jack Huey | -7/+7 |
| 2021-01-16 | Review changes | Jack Huey | -7/+7 |
| 2021-01-16 | Cleanup | Jack Huey | -11/+11 |
| 2021-01-16 | Remove PredicateKind | Jack Huey | -15/+9 |
| 2021-01-16 | correctly deal with late-bound lifetimes in anon consts | Bastian Kauschke | -1/+2 |
| 2021-01-15 | Auto merge of #80602 - tgnottingham:cratemetadata_you_aint_special, r=michael... | bors | -25/+2 |
| 2021-01-14 | Use Option::map_or instead of `.map(..).unwrap_or(..)` | LingMan | -2/+2 |
| 2021-01-12 | Remove DepKind::CrateMetadata and pre-allocation of DepNodes | Tyson Nottingham | -25/+2 |
| 2021-01-11 | Serialize incr comp structures to file via fixed-size buffer | Tyson Nottingham | -4/+2 |
| 2021-01-02 | use hir::Place instead of Symbol in closure_kind_origin | Roxane | -3/+6 |
| 2020-12-26 | stabilize min_const_generics | Bastian Kauschke | -1/+1 |
| 2020-12-21 | Rename rustc_middle::lint::LintSource | pierwill | -2/+2 |
| 2020-12-20 | Auto merge of #80163 - jackh726:binder-refactor-part-3, r=lcnr | bors | -3/+3 |
| 2020-12-19 | More rebinds | Jack Huey | -2/+3 |
| 2020-12-18 | Make BoundRegion have a kind of BoungRegionKind | Jack Huey | -3/+3 |
| 2020-12-17 | Auto merge of #79945 - jackh726:existential_trait_ref, r=nikomatsakis | bors | -13/+21 |
| 2020-12-11 | Move binder for dyn to each list item | Jack Huey | -13/+21 |
| 2020-12-06 | Use min_captures for creating UpvarSusbts::tupled_upvar_tys | Aman Arora | -0/+13 |
| 2020-12-03 | Auto merge of #79637 - spastorino:revert-trait-inheritance-self, r=Mark-Simul... | bors | -37/+1 |
| 2020-12-02 | Revert "Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsa... | Santiago Pastorino | -37/+1 |
| 2020-12-01 | Auto merge of #74967 - Aaron1011:feature/incr-def-path-table, r=pnkfelix | bors | -25/+6 |
| 2020-11-27 | Make super_traits_of return an iterator | Santiago Pastorino | -12/+15 |
| 2020-11-27 | Remove super_traits_of query, just leave a helper function | Santiago Pastorino | -0/+23 |
| 2020-11-27 | Extract function trait_may_define_assoc_type | Santiago Pastorino | -1/+11 |
| 2020-11-25 | Lazy DefPath decoding for incremental compilation | Aaron Hill | -25/+6 |
| 2020-11-25 | Auto merge of #79216 - Aaron1011:opt-on-disk-cache, r=pnkfelix | bors | -2/+2 |
| 2020-11-22 | Thread `Constness` through selection | Jonas Schievink | -1/+5 |
| 2020-11-19 | Only create `OnDiskCache` in incremental compilation mode | Aaron Hill | -2/+2 |
| 2020-11-17 | Rollup merge of #79072 - oli-obk:byte_str_pat, r=estebank | Mara Bos | -0/+9 |
| 2020-11-17 | Fix exhaustiveness in case a byte string literal is used at slice type | oli | -0/+9 |