| Age | Commit message (Expand) | Author | Lines |
| 2023-02-17 | Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwU | bors | -33/+34 |
| 2023-02-17 | Auto merge of #108145 - matthiaskrgr:rollup-bgadak1, r=matthiaskrgr | bors | -16/+29 |
| 2023-02-16 | changes from review | Kyle Matsuda | -2/+7 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -37/+24 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -16/+25 |
| 2023-02-17 | Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot | Matthias Krüger | -16/+29 |
| 2023-02-16 | Auto merge of #107833 - Zoxc:arena-query-clean, r=cjgillot | bors | -22/+82 |
| 2023-02-16 | Properly check for builtin derives | clubby789 | -3/+18 |
| 2023-02-16 | Auto merge of #108127 - matthiaskrgr:rollup-kpzfc6j, r=matthiaskrgr | bors | -26/+20 |
| 2023-02-16 | Auto merge of #108020 - nnethercote:opt-mk_region, r=compiler-errors | bors | -42/+132 |
| 2023-02-16 | Replace some `then`s with some `then_some`s | Maybe Waffle | -1/+1 |
| 2023-02-16 | `if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)` | Maybe Waffle | -26/+20 |
| 2023-02-16 | Add some comments and use inline(always) on query_provided_to_value | John Kåre Alsaker | -1/+10 |
| 2023-02-16 | Move provider fields back to rustc_query_impl | John Kåre Alsaker | -18/+2 |
| 2023-02-16 | Use dropless arena when possible | John Kåre Alsaker | -1/+8 |
| 2023-02-16 | Factor query arena allocation out from query caches | John Kåre Alsaker | -22/+82 |
| 2023-02-16 | Auto merge of #108116 - Dylan-DPC:rollup-h3n2vxl, r=Dylan-DPC | bors | -1/+1 |
| 2023-02-16 | Rollup merge of #108102 - matthiaskrgr:ref, r=compiler-errors | Dylan DPC | -1/+1 |
| 2023-02-16 | Auto merge of #107449 - saethlin:enable-copyprop, r=oli-obk | bors | -0/+1 |
| 2023-02-16 | A bit more work on late-bound consts | Michael Goulet | -9/+22 |
| 2023-02-16 | Be better about bound vars | Michael Goulet | -2/+2 |
| 2023-02-16 | Rename some region-specific stuff | Michael Goulet | -5/+5 |
| 2023-02-16 | Auto merge of #108096 - matthiaskrgr:rollup-ncexzf6, r=matthiaskrgr | bors | -8/+8 |
| 2023-02-15 | simplify some refs | Matthias Krüger | -1/+1 |
| 2023-02-15 | Auto merge of #108012 - compiler-errors:issue-107999, r=oli-obk | bors | -1/+0 |
| 2023-02-15 | Rollup merge of #108047 - oli-obk:machine->🞋, r=RalfJung | Matthias Krüger | -8/+8 |
| 2023-02-15 | Copy `ty::AssocItem` all other the place | Maybe Waffle | -7/+7 |
| 2023-02-15 | Auto merge of #108006 - cjgillot:def-impl, r=oli-obk | bors | -2/+2 |
| 2023-02-15 | Use target instead of machine for mir interpreter integer handling. | Oli Scherer | -8/+8 |
| 2023-02-15 | Auto merge of #108070 - Dylan-DPC:rollup-v6xw7vk, r=Dylan-DPC | bors | -2/+2 |
| 2023-02-15 | Rollup merge of #107163 - mikebenfield:parameters-pr, r=TaKO8Ki | Dylan DPC | -2/+2 |
| 2023-02-15 | Auto merge of #107940 - BoxyUwU:const_ty_assertion_use_semantic_equality, r=c... | bors | -20/+0 |
| 2023-02-14 | Make permit_uninit/zero_init fallible | Michael Goulet | -1/+0 |
| 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 | -34/+76 |
| 2023-02-15 | Remove `reuse_or_mk_region`. | Nicholas Nethercote | -8/+1 |
| 2023-02-14 | Auto merge of #108056 - matthiaskrgr:rollup-oa6bxvh, r=matthiaskrgr | bors | -26/+15 |
| 2023-02-14 | Add `of_trait` to DefKind::Impl. | Camille GILLOT | -2/+2 |
| 2023-02-14 | Rollup merge of #108029 - oli-obk:🞋_usize, r=RalfJung | Matthias Krüger | -9/+13 |
| 2023-02-14 | add a `#[rustc_coinductive]` attribute | lcnr | -26/+15 |
| 2023-02-14 | s/eval_usize/eval_target_usize/ for clarity | Oli Scherer | -9/+13 |
| 2023-02-14 | Auto merge of #107765 - petrochenkov:nomoclone, r=oli-obk | bors | -0/+1 |
| 2023-02-13 | Rollup merge of #107902 - vincenzopalazzo:macros/async_fn_suggestion, r=compi... | Matthias Krüger | -1/+1 |
| 2023-02-13 | fix: improve the suggestion on future not awaited | Vincenzo Palazzo | -1/+1 |
| 2023-02-13 | Rename folder traits' `tcx` method to `interner` | Alan Egerton | -29/+33 |
| 2023-02-13 | Move folding and visiting traits into type library | Alan Egerton | -583/+23 |
| 2023-02-13 | Make atomic structural impls generic over Interner | Alan Egerton | -45/+45 |
| 2023-02-13 | Make folding traits generic over the Interner | Alan Egerton | -90/+120 |
| 2023-02-13 | Make visiting traits generic over the Interner | Alan Egerton | -60/+74 |
| 2023-02-13 | Project Binder and Predicate from Interner trait | Alan Egerton | -0/+2 |