| Age | Commit message (Expand) | Author | Lines |
| 2023-02-17 | Remove the `InternIteratorElement` impl for `&'a T`. | Nicholas Nethercote | -1/+1 |
| 2023-02-17 | Clarify `mk_fn_sig` signature. | Nicholas Nethercote | -3/+4 |
| 2023-02-17 | Replace `mk_foo` calls with `infer_foo` where possible. | Nicholas Nethercote | -1/+1 |
| 2023-02-17 | Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwU | bors | -4/+6 |
| 2023-02-17 | Auto merge of #108145 - matthiaskrgr:rollup-bgadak1, r=matthiaskrgr | bors | -3/+3 |
| 2023-02-16 | changes from review | Kyle Matsuda | -1/+3 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -4/+4 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -2/+2 |
| 2023-02-17 | Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot | Matthias Krüger | -3/+3 |
| 2023-02-16 | Auto merge of #107833 - Zoxc:arena-query-clean, r=cjgillot | bors | -2/+2 |
| 2023-02-16 | Auto merge of #108127 - matthiaskrgr:rollup-kpzfc6j, r=matthiaskrgr | bors | -20/+16 |
| 2023-02-16 | Auto merge of #108020 - nnethercote:opt-mk_region, r=compiler-errors | bors | -16/+110 |
| 2023-02-16 | `if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)` | Maybe Waffle | -20/+16 |
| 2023-02-16 | Move provider fields back to rustc_query_impl | John Kåre Alsaker | -5/+1 |
| 2023-02-16 | Factor query arena allocation out from query caches | John Kåre Alsaker | -2/+6 |
| 2023-02-16 | Rename some region-specific stuff | Michael Goulet | -3/+3 |
| 2023-02-15 | Rollup merge of #107163 - mikebenfield:parameters-pr, r=TaKO8Ki | Dylan DPC | -2/+2 |
| 2023-02-15 | Pre-intern some `ReVar`s and `ReLateBound`s. | Nicholas Nethercote | -4/+59 |
| 2023-02-15 | Add specialized variants of `mk_region`. | Nicholas Nethercote | -8/+54 |
| 2023-02-15 | Remove `reuse_or_mk_region`. | Nicholas Nethercote | -7/+0 |
| 2023-02-14 | s/eval_usize/eval_target_usize/ for clarity | Oli Scherer | -1/+1 |
| 2023-02-13 | Project Binder and Predicate from Interner trait | Alan Egerton | -0/+2 |
| 2023-02-13 | Avoid interning empty tuples. | Nicholas Nethercote | -2/+2 |
| 2023-02-13 | Reduce direct `mk_ty` usage. | Nicholas Nethercote | -2/+23 |
| 2023-02-13 | Pre-intern some commonly used type variables. | Nicholas Nethercote | -9/+67 |
| 2023-02-11 | Auto merge of #107507 - BoxyUwU:deferred_projection_equality, r=lcnr | bors | -0/+4 |
| 2023-02-10 | emit `AliasEq` when relating type and const aliases | Boxy | -0/+4 |
| 2023-02-10 | Auto merge of #107652 - estebank:re_error, r=oli-obk | bors | -0/+24 |
| 2023-02-09 | Use `ErrorGuaranteed` more in `ReError` | Esteban Küber | -5/+8 |
| 2023-02-09 | Change to `ReError(ErrorGuaranteed)` | Esteban Küber | -8/+22 |
| 2023-02-09 | Introduce `ReError` | Esteban Küber | -1/+8 |
| 2023-02-09 | Remove `QueryContext`. | Nicholas Nethercote | -0/+12 |
| 2023-02-03 | intern external constraints | Michael Goulet | -0/+4 |
| 2023-02-01 | Improve pretty-printing of `HirIdValidator` errors | Arpad Borsos | -1/+1 |
| 2023-01-29 | Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk | bors | -1/+7 |
| 2023-01-28 | Remove `HirId -> LocalDefId` map from HIR. | Camille GILLOT | -4/+1 |
| 2023-01-27 | Introduce GeneratorWitnessMIR. | Camille GILLOT | -0/+6 |
| 2023-01-26 | Rollup merge of #107150 - Nilstrieb:thread-local-cleanups, r=cjgillot | Matthias Krüger | -178/+2 |
| 2023-01-23 | Replace terminator-based const eval limit | Bryan Garza | -1/+7 |
| 2023-01-23 | Add hint for missing lifetime bound on trait object when type alias is used | yanchen4791 | -0/+24 |
| 2023-01-21 | Remove some superfluous type parameters from layout.rs. | Michael Benfield | -2/+2 |
| 2023-01-21 | Some ty::tls cleanups | Nilstrieb | -6/+0 |
| 2023-01-21 | Move `ty::tls` to seperate file | Nilstrieb | -172/+2 |
| 2023-01-19 | Transform async ResumeTy in generator transform | Arpad Borsos | -0/+9 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -2/+2 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -2/+2 |
| 2023-01-12 | Feed the `features_query` instead of grabbing it from the session lazily | Oli Scherer | -1/+0 |
| 2023-01-12 | Remove `output_filenames` field from TyCtxt and feed the query instead | Oli Scherer | -7/+1 |
| 2023-01-12 | Remove `untracked_crate` field and instead pass it along with the resolver. | Oli Scherer | -6/+0 |
| 2023-01-12 | Feed `crate_name` query | Oli Scherer | -11/+4 |