| Age | Commit message (Expand) | Author | Lines |
| 2024-08-15 | Rollup merge of #129106 - compiler-errors:unused-type-ops, r=jieyouxu | Matthias Krüger | -24/+3 |
| 2024-08-14 | Remove redundant type ops | Michael Goulet | -24/+3 |
| 2024-08-14 | Rollup merge of #128828 - lcnr:search-graph-11, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -13/+0 |
| 2024-08-14 | Auto merge of #129076 - matthiaskrgr:rollup-rg8mi2x, r=matthiaskrgr | bors | -7/+9 |
| 2024-08-14 | Rollup merge of #129061 - compiler-errors:lang-item, r=Urgau | Matthias Krüger | -7/+9 |
| 2024-08-14 | Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors | bors | -38/+44 |
| 2024-08-13 | Use is_lang_item more | Michael Goulet | -7/+9 |
| 2024-08-13 | Auto merge of #128742 - RalfJung:miri-vtable-uniqueness, r=saethlin | bors | -99/+61 |
| 2024-08-12 | Rollup merge of #128912 - compiler-errors:do-not-recommend-impl, r=lcnr | Matthias Krüger | -0/+7 |
| 2024-08-12 | Rollup merge of #128712 - compiler-errors:normalize-borrowck, r=lcnr | Matthias Krüger | -18/+12 |
| 2024-08-12 | Rollup merge of #128978 - compiler-errors:assert-matches, r=jieyouxu | Guillaume Gomez | -4/+6 |
| 2024-08-12 | do not use the global solver cache for proof trees | lcnr | -13/+0 |
| 2024-08-12 | Streamline some inputs/output traversals. | Nicholas Nethercote | -6/+3 |
| 2024-08-12 | Avoid a `FnPtr` deconstruct-and-recreate. | Nicholas Nethercote | -4/+5 |
| 2024-08-11 | Remove struct_tail_no_normalization | Michael Goulet | -8/+0 |
| 2024-08-11 | Rename normalization functions to raw | Michael Goulet | -11/+13 |
| 2024-08-11 | Use assert_matches around the compiler | Michael Goulet | -4/+6 |
| 2024-08-10 | Auto merge of #128927 - GuillaumeGomez:rollup-ei2lr0f, r=GuillaumeGomez | bors | -6/+21 |
| 2024-08-10 | Rollup merge of #128910 - estebank:assoc-fn, r=compiler-errors | Guillaume Gomez | -6/+21 |
| 2024-08-10 | Auto merge of #122792 - Nadrieril:stabilize-min-exh-pats2, r=fee1-dead | bors | -1/+1 |
| 2024-08-10 | Auto merge of #128746 - compiler-errors:cache-super-outlives, r=lcnr | bors | -0/+4 |
| 2024-08-10 | Update std and compiler | Nadrieril | -1/+1 |
| 2024-08-10 | Auto merge of #128740 - compiler-errors:generic-preds, r=estebank | bors | -6/+6 |
| 2024-08-09 | Store do_not_recommend-ness in impl header | Michael Goulet | -0/+7 |
| 2024-08-10 | Differentiate between methods and associated functions | Esteban Küber | -6/+21 |
| 2024-08-09 | Auto merge of #128703 - compiler-errors:normalizing-tails, r=lcnr | bors | -11/+7 |
| 2024-08-09 | Shrink `TyKind::FnPtr`. | Nicholas Nethercote | -33/+38 |
| 2024-08-09 | Split `split_inputs_and_output` in two. | Nicholas Nethercote | -3/+6 |
| 2024-08-08 | Rename struct_tail_erasing_lifetimes to struct_tail_for_codegen | Michael Goulet | -11/+7 |
| 2024-08-08 | Only suggest `#[allow]` for `--warn` and `--deny` lint level flags | Alex Macleod | -3/+5 |
| 2024-08-07 | Disallow enabling features without their implied features | Caleb Zulawski | -1/+1 |
| 2024-08-07 | Hide implicit target features from diagnostics when possible | Caleb Zulawski | -1/+10 |
| 2024-08-07 | Add implied target features to target_feature attribute | Caleb Zulawski | -0/+6 |
| 2024-08-06 | Cache supertrait outlives of impl header for soundness check | Michael Goulet | -0/+4 |
| 2024-08-06 | miri: make vtable addresses not globally unique | Ralf Jung | -99/+61 |
| 2024-08-06 | Stop unnecessarily taking GenericPredicates by &self | Michael Goulet | -6/+6 |
| 2024-08-03 | Auto merge of #128441 - Bryanskiy:delegation-perf, r=petrochenkov | bors | -12/+1 |
| 2024-08-02 | Rollup merge of #128494 - RalfJung:mir-lazy-lists, r=compiler-errors | Matthias Krüger | -9/+47 |
| 2024-08-01 | MIR required_consts, mentioned_items: ensure we do not forget to fill these l... | Ralf Jung | -9/+47 |
| 2024-08-01 | interpret: simplify pointer arithmetic logic | Ralf Jung | -91/+15 |
| 2024-08-01 | on a signed deref check, mention the right pointer in the error | Ralf Jung | -9/+7 |
| 2024-07-31 | Delegation: second attempt to improve perf | Bryanskiy | -12/+1 |
| 2024-07-31 | Use a separate pattern type for `rustc_pattern_analysis` diagnostics | Zalathar | -158/+1 |
| 2024-07-31 | Revert "Make `thir::Pat` not implement `fmt::Display` directly" | Zalathar | -46/+19 |
| 2024-07-30 | Auto merge of #125929 - Bryanskiy:delegation-generics-3, r=petrochenkov | bors | -0/+19 |
| 2024-07-29 | Delegation: support generics for delegation from free functions | Bryanskiy | -0/+19 |
| 2024-07-29 | Rollup merge of #128304 - Zalathar:thir-pat-display, r=Nadrieril | Matthias Krüger | -26/+46 |
| 2024-07-29 | Rollup merge of #128277 - RalfJung:offset_from_wildcard, r=oli-obk | Matthias Krüger | -6/+14 |
| 2024-07-29 | Make `thir::Pat` not implement `fmt::Display` directly | Zalathar | -19/+46 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -634/+610 |