| Age | Commit message (Expand) | Author | Lines |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -20/+31 |
| 2023-02-16 | Auto merge of #108127 - matthiaskrgr:rollup-kpzfc6j, r=matthiaskrgr | bors | -28/+22 |
| 2023-02-16 | Auto merge of #108020 - nnethercote:opt-mk_region, r=compiler-errors | bors | -43/+133 |
| 2023-02-16 | Replace some `then`s with some `then_some`s | Maybe Waffle | -2/+2 |
| 2023-02-16 | `if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)` | Maybe Waffle | -27/+21 |
| 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 | Auto merge of #108096 - matthiaskrgr:rollup-ncexzf6, r=matthiaskrgr | bors | -26/+26 |
| 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 | -5/+4 |
| 2023-02-15 | Rollup merge of #108047 - oli-obk:machine->🞋, r=RalfJung | Matthias Krüger | -26/+26 |
| 2023-02-15 | Auto merge of #108006 - cjgillot:def-impl, r=oli-obk | bors | -3/+3 |
| 2023-02-15 | Use target instead of machine for mir interpreter integer handling. | Oli Scherer | -26/+26 |
| 2023-02-15 | Auto merge of #108070 - Dylan-DPC:rollup-v6xw7vk, r=Dylan-DPC | bors | -3/+11 |
| 2023-02-15 | Rollup merge of #107411 - cjgillot:dataflow-discriminant, r=oli-obk | Dylan DPC | -0/+8 |
| 2023-02-15 | Rollup merge of #107163 - mikebenfield:parameters-pr, r=TaKO8Ki | Dylan DPC | -3/+3 |
| 2023-02-15 | Auto merge of #107940 - BoxyUwU:const_ty_assertion_use_semantic_equality, r=c... | bors | -20/+7 |
| 2023-02-14 | Make permit_uninit/zero_init fallible | Michael Goulet | -5/+4 |
| 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 | -35/+77 |
| 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 | -47/+23 |
| 2023-02-14 | Add `of_trait` to DefKind::Impl. | Camille GILLOT | -3/+3 |
| 2023-02-14 | Rollup merge of #108044 - RalfJung:from-addr-invalid, r=oli-obk | Matthias Krüger | -4/+6 |
| 2023-02-14 | Rollup merge of #108040 - eggyal:attributes_for_uninteresting_traversals, r=o... | Matthias Krüger | -17/+2 |
| 2023-02-14 | Rollup merge of #108029 - oli-obk:🞋_usize, r=RalfJung | Matthias Krüger | -12/+20 |
| 2023-02-14 | Use derive attributes for uninteresting traversals | Alan Egerton | -17/+2 |
| 2023-02-14 | interpret: rename Pointer::from_addr → from_addr_invalid | Ralf Jung | -4/+6 |
| 2023-02-14 | add a `#[rustc_coinductive]` attribute | lcnr | -26/+15 |
| 2023-02-14 | s/eval_usize/eval_target_usize/ for clarity | Oli Scherer | -12/+20 |
| 2023-02-14 | Auto merge of #107765 - petrochenkov:nomoclone, r=oli-obk | bors | -0/+6 |
| 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 | -31/+35 |
| 2023-02-13 | Move folding and visiting traits into type library | Alan Egerton | -755/+27 |
| 2023-02-13 | Make atomic structural impls generic over Interner | Alan Egerton | -54/+82 |
| 2023-02-13 | Make folding traits generic over the Interner | Alan Egerton | -99/+129 |
| 2023-02-13 | Make visiting traits generic over the Interner | Alan Egerton | -66/+80 |
| 2023-02-13 | Project Binder and Predicate from Interner trait | Alan Egerton | -0/+2 |
| 2023-02-13 | Move TypeVisitableExt from ir module | Alan Egerton | -130/+127 |
| 2023-02-13 | Workaround issue #107747 | Alan Egerton | -1/+10 |
| 2023-02-13 | Split TypeVisitableExt from TypeVisitable | Alan Egerton | -11/+5 |
| 2023-02-13 | Alias folding/visiting traits instead of re-export | Alan Egerton | -105/+120 |
| 2023-02-13 | Move folding & visiting traits to ir submodules | Alan Egerton | -292/+322 |
| 2023-02-13 | Avoid interning empty tuples. | Nicholas Nethercote | -2/+2 |
| 2023-02-13 | Reduce direct `mk_ty` usage. | Nicholas Nethercote | -15/+33 |
| 2023-02-13 | Pre-intern some commonly used type variables. | Nicholas Nethercote | -11/+69 |
| 2023-02-13 | rustdoc: Eliminate remaining uses of resolver | Vadim Petrochenkov | -0/+6 |
| 2023-02-12 | rename query and use `NoSolution` | Boxy | -1/+1 |