| Age | Commit message (Expand) | Author | Lines |
| 2023-04-25 | Move `TraitRef` constructors to the top | Maybe Waffle | -14/+14 |
| 2023-04-25 | Add `ty::TraitRef::{new, from_lang_item}` | Maybe Waffle | -1/+20 |
| 2023-04-25 | Revert "Remove #[alloc_error_handler] from the compiler and library" | Matthias Krüger | -0/+11 |
| 2023-04-24 | Consider polarity in new solver | Michael Goulet | -0/+5 |
| 2023-04-25 | Rollup merge of #110750 - scottmcm:vardebug-size, r=cjgillot | Yuki Okushi | -0/+2 |
| 2023-04-24 | Switch `impl_tag!` from explicit tags to `${index()}` | Maybe Waffle | -4/+5 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -21/+21 |
| 2023-04-24 | Rollup merge of #110514 - compiler-errors:remove-find_map_relevant_impl, r=b-... | Matthias Krüger | -59/+40 |
| 2023-04-23 | Add size asserts for MIR `SourceScopeData` & `VarDebugInfo` | Scott McMurray | -0/+2 |
| 2023-04-23 | Rewrite MemDecoder around pointers not a slice | Ben Kimock | -0/+10 |
| 2023-04-23 | Auto merge of #108118 - oli-obk:lazy_typeck, r=cjgillot | bors | -49/+59 |
| 2023-04-22 | Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwco | bors | -11/+0 |
| 2023-04-22 | Auto merge of #104844 - cjgillot:mention-eval-place, r=jackh726,RalfJung | bors | -3/+2 |
| 2023-04-22 | Auto merge of #110666 - JohnTitor:rollup-3pwilte, r=JohnTitor | bors | -30/+16 |
| 2023-04-22 | Rollup merge of #110660 - compiler-errors:placeholders-pretty, r=wesleywiser,... | Yuki Okushi | -1/+15 |
| 2023-04-22 | Rollup merge of #110622 - WaffleLapkin:hashtag#, r=compiler-errors | Yuki Okushi | -29/+1 |
| 2023-04-22 | Print ty placeholders pretty | Michael Goulet | -1/+15 |
| 2023-04-22 | Auto merge of #106934 - DrMeepster:offset_of, r=WaffleLapkin | bors | -7/+55 |
| 2023-04-21 | Make `check_match` and `check_liveness` take a `LocalDefId` | Oli Scherer | -2/+2 |
| 2023-04-21 | Allow `LocalDefId` as the argument to `def_path_str` | Oli Scherer | -43/+57 |
| 2023-04-21 | Leave it to the query system to invoke the typeck query instead of invoking i... | Oli Scherer | -4/+0 |
| 2023-04-21 | Actually keep `PlaceMention` if requested. | Camille GILLOT | -2/+0 |
| 2023-04-21 | Evaluate place expression in `PlaceMention`. | Camille GILLOT | -1/+2 |
| 2023-04-21 | Changes from review | Kyle Matsuda | -1/+1 |
| 2023-04-21 | rustc_metadata: Split `children` into multiple tables | Vadim Petrochenkov | -2/+3 |
| 2023-04-21 | test improvements | DrMeepster | -1/+5 |
| 2023-04-21 | intern offsetof fields | DrMeepster | -7/+29 |
| 2023-04-21 | offset_of | DrMeepster | -3/+25 |
| 2023-04-21 | Auto merge of #96840 - cjgillot:query-feed, r=oli-obk | bors | -522/+141 |
| 2023-04-20 | Derive `HashStable` on `GenericArgKind` instead of implementing it by hand | Maybe Waffle | -29/+1 |
| 2023-04-20 | Use `impl Tag for $T` syntax for `impl_tag!` | Maybe Waffle | -1/+1 |
| 2023-04-20 | add subst_identity_iter and subst_identity_iter_copied methods on EarlyBinder... | Kyle Matsuda | -1/+13 |
| 2023-04-20 | add EarlyBinder to output of explicit_item_bounds; replace bound_explicit_ite... | Kyle Matsuda | -10/+3 |
| 2023-04-20 | change usages of explicit_item_bounds to bound_explicit_item_bounds | Kyle Matsuda | -1/+1 |
| 2023-04-20 | Give more descriptive names to queries. | Camille GILLOT | -1/+1 |
| 2023-04-20 | Remove opt_const_param_of. | Camille GILLOT | -23/+0 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -487/+113 |
| 2023-04-20 | Add `impl_tag!` macro to implement `Tag` for tagged pointer easily | Maybe Waffle | -23/+6 |
| 2023-04-20 | Feed type_of query instead of using WithOptconstParam. | Camille GILLOT | -16/+32 |
| 2023-04-20 | Rollup merge of #110599 - WaffleLapkin:bonk_tygenericarg_transmutes, r=compil... | Matthias Krüger | -13/+0 |
| 2023-04-20 | Remove an unused `&[Ty]` <-> `&[GenericArg]` | Maybe Waffle | -13/+0 |
| 2023-04-20 | Rollup merge of #110545 - WaffleLapkin:generic_arg_as_x, r=cjgillot | Matthias Krüger | -35/+35 |
| 2023-04-19 | Auto merge of #110546 - matthiaskrgr:rollup-346kik6, r=matthiaskrgr | bors | -4/+4 |
| 2023-04-19 | Move `GenericArgKind::as_{type,const,region}` to `GenericArg` | Maybe Waffle | -48/+32 |
| 2023-04-19 | Auto merge of #110496 - WaffleLapkin:🏳️⚧️sound, r=compiler-errors | bors | -52/+15 |
| 2023-04-19 | Rollup merge of #110531 - lcnr:type-system-stuff, r=aliemjay | Matthias Krüger | -4/+4 |
| 2023-04-19 | Add `GenericArgKind::as_{type,const,region}` | Maybe Waffle | -23/+39 |
| 2023-04-19 | small type system cleanup | lcnr | -4/+4 |
| 2023-04-19 | Auto merge of #110407 - Nilstrieb:fluent-macro, r=davidtwco | bors | -1/+2 |
| 2023-04-19 | Rollup merge of #110498 - kylematsuda:earlybinder-rpitit-tys, r=compiler-errors | Matthias Krüger | -9/+6 |