| Age | Commit message (Expand) | Author | Lines |
| 2021-03-23 | Add query for const_param_default | kadmin | -0/+1 |
| 2021-03-20 | extract `ConstKind::Unevaluated` into a struct | lcnr | -1/+1 |
| 2021-03-12 | Implement valtree | Oli Scherer | -1/+1 |
| 2021-03-10 | Moved more of the capture related types into closure.rs | Nicholas-Baron | -170/+0 |
| 2021-03-10 | Moved more types into upvar.rs (now named closure.rs) | Nicholas-Baron | -97/+3 |
| 2021-03-10 | Moved all Adt* types to adt.rs | Nicholas-Baron | -467/+6 |
| 2021-03-10 | Moved all Assoc* types to assoc.rs. | Nicholas-Baron | -162/+3 |
| 2021-03-10 | Moved types starting with 'Generic' into generics.rs. | Nicholas-Baron | -248/+2 |
| 2021-03-10 | Moved UpVar* types to a separate file. | Nicholas-Baron | -64/+2 |
| 2021-03-10 | Grouped some ungrouped use and mod lines. | Nicholas-Baron | -35/+19 |
| 2021-03-06 | Change x64 size checks to not apply to x32. | Harald van Dijk | -2/+2 |
| 2021-03-04 | Remove a dead code path | Oli Scherer | -1/+4 |
| 2021-03-01 | Box generator-related Body fields | Dániel Buga | -1/+1 |
| 2021-02-26 | Miscellaneous inlining improvements | Tomasz Miąsko | -0/+1 |
| 2021-02-19 | Move the query system to rustc_query_impl. | Camille GILLOT | -2/+0 |
| 2021-02-13 | Make ProjectionTy::trait_ref truncate substs again | Matthew Jasper | -1/+15 |
| 2021-01-29 | Fix typos | Aman Arora | -0/+2 |
| 2021-01-29 | Fix incorrect use mut diagnostics | Aman Arora | -0/+9 |
| 2021-01-29 | Compute mutability of closure captures | Aman Arora | -1/+7 |
| 2021-01-28 | Rollup merge of #81062 - sexxi-goose:precise_capture_diagnostics, r=nikomatsakis | Yuki Okushi | -2/+19 |
| 2021-01-28 | Rollup merge of #79951 - LeSeulArtichaut:ty-ir, r=nikomatsakis | Yuki Okushi | -81/+55 |
| 2021-01-26 | Auto merge of #80692 - Aaron1011:feature/query-result-debug, r=estebank | bors | -4/+4 |
| 2021-01-18 | Use `rustc_type_ir::{IntTy,UintTy,FloatTy} instead of the `rustc_ast` ones in... | LeSeulArtichaut | -0/+51 |
| 2021-01-18 | Move a few more types to `rustc_type_ir` | LeSeulArtichaut | -81/+4 |
| 2021-01-17 | Auto merge of #80679 - jackh726:predicate-kind-take2, r=lcnr | bors | -121/+39 |
| 2021-01-17 | Rollup merge of #80635 - sexxi-goose:use-place-instead-of-symbol, r=nikomatsa... | Mara Bos | -1/+40 |
| 2021-01-17 | Don't derive TyEncodable/TyDecodable for Binder | Jack Huey | -1/+1 |
| 2021-01-17 | Impl EncodableWithShorthand for PredicateKind | Jack Huey | -1/+1 |
| 2021-01-16 | Can't use EncodableWithShorthand for Predicate | Jack Huey | -5/+0 |
| 2021-01-16 | More review comments | Jack Huey | -10/+9 |
| 2021-01-16 | Review changes | Jack Huey | -47/+37 |
| 2021-01-16 | Cleanup | Jack Huey | -30/+5 |
| 2021-01-16 | Cleanup | Jack Huey | -21/+11 |
| 2021-01-16 | Remove PredicateKind | Jack Huey | -16/+14 |
| 2021-01-16 | Intermediate formatting and such | Jack Huey | -12/+8 |
| 2021-01-16 | Remove PredicateKind::Atom | Jack Huey | -35/+10 |
| 2021-01-16 | Enforce that query results implement Debug | Aaron Hill | -4/+4 |
| 2021-01-15 | Improve diagnostics for Precise Capture | Chris Pardy | -2/+19 |
| 2021-01-14 | Don't ICE when computing a layout of a generator tainted by errors | Tomasz Miąsko | -2/+4 |
| 2021-01-13 | Auto merge of #77524 - Patryk27:fixes/66228, r=estebank | bors | -2/+20 |
| 2021-01-12 | Auto merge of #79670 - Nadrieril:uninhabited-query, r=estebank | bors | -0/+1 |
| 2021-01-12 | Turn type inhabitedness into a query | Nadrieril | -0/+1 |
| 2021-01-12 | Auto merge of #78407 - oli-obk:ub_checkable_ctfe, r=RalfJung,pnkfelix | bors | -1/+10 |
| 2021-01-12 | Auto merge of #80499 - matthiaskrgr:red_clos, r=estebank | bors | -4/+3 |
| 2021-01-10 | Do not query the HIR in `opt_associated_item`. | Camille GILLOT | -12/+4 |
| 2021-01-10 | Rework diagnostics for wrong number of generic args | Patryk Wychowaniec | -2/+20 |
| 2021-01-04 | Comment nit | oli | -2/+2 |
| 2021-01-04 | Simplify the `optimize_mir` query | oli | -1/+1 |
| 2021-01-04 | Differentiate between the availability of ctfe MIR and runtime MIR | oli | -1/+10 |
| 2021-01-04 | Add check for array/usize mismatch in astconv | kadmin | -0/+9 |