| Age | Commit message (Expand) | Author | Lines |
| 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 | -5/+10 |
| 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 | -9/+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 | Rollup merge of #128910 - estebank:assoc-fn, r=compiler-errors | Guillaume Gomez | -0/+9 |
| 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 | -0/+9 |
| 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-06 | miri: make vtable addresses not globally unique | Ralf Jung | -5/+10 |
| 2024-08-06 | Stop unnecessarily taking GenericPredicates by &self | Michael Goulet | -6/+6 |
| 2024-08-01 | interpret: simplify pointer arithmetic logic | Ralf Jung | -3/+3 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -294/+287 |
| 2024-07-26 | Auto merge of #128165 - saethlin:optimize-clone-shims, r=compiler-errors | bors | -3/+3 |
| 2024-07-25 | Let InstCombine remove Clone shims inside Clone shims | Ben Kimock | -3/+3 |
| 2024-07-24 | Rollup merge of #127717 - gurry:127441-stray-impl-sugg, r=compiler-errors | Matthias Krüger | -20/+49 |
| 2024-07-24 | Do not try to reveal hidden types when trying to prove Freeze in the defining... | Oli Scherer | -1/+1 |
| 2024-07-21 | Auto merge of #120812 - compiler-errors:impl-sorting, r=lcnr | bors | -9/+37 |
| 2024-07-19 | Avoid ref when using format! in compiler | Yuri Astrakhan | -1/+1 |
| 2024-07-19 | Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwU | bors | -43/+89 |
| 2024-07-18 | Move query providers | Michael Goulet | -6/+35 |
| 2024-07-18 | Avoid unnecessary sorting of traits | Michael Goulet | -3/+2 |
| 2024-07-18 | const_to_pat: cleanup leftovers from when we had to deal with non-structural ... | Ralf Jung | -14/+38 |
| 2024-07-18 | valtree construction: keep track of which type was valtree-incompatible | Ralf Jung | -2/+1 |
| 2024-07-18 | Rollup merge of #127810 - compiler-errors:less-tcx, r=lcnr | Matthias Krüger | -9/+9 |
| 2024-07-18 | Rollup merge of #127783 - compiler-errors:rtn-pretty, r=fee1-dead | Matthias Krüger | -2/+5 |
| 2024-07-17 | Put the dots back | Michael Goulet | -2/+5 |
| 2024-07-17 | Fix relations | Michael Goulet | -2/+2 |
| 2024-07-17 | lift_to_tcx -> lift_to_interner | Michael Goulet | -7/+7 |
| 2024-07-17 | Remove invalid further restricting for type bound | yukang | -0/+14 |
| 2024-07-16 | Add `ConstArgKind::Path` and make `ConstArg` its own HIR node | Noah Lev | -11/+12 |
| 2024-07-16 | Use `ConstArg` for const param defaults | Noah Lev | -4/+4 |
| 2024-07-16 | Setup ty::Const functions for `ConstArg` | Noah Lev | -37/+82 |
| 2024-07-16 | Rollup merge of #127808 - oli-obk:tainting_visitors2, r=lcnr,nnethercote | Matthias Krüger | -8/+17 |
| 2024-07-16 | Rollup merge of #127730 - compiler-errors:ed-2024-unsafe, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2024-07-16 | Remove an unnecessary impl | Oli Scherer | -6/+0 |
| 2024-07-16 | Make `ErrorGuaranteed` discoverable outside types, consts, and lifetimes | Oli Scherer | -2/+17 |
| 2024-07-16 | Fix unsafe_op_in_unsafe_fn in compiler | Michael Goulet | -1/+1 |
| 2024-07-16 | Auto merge of #127638 - adwinwhite:cache_string, r=oli-obk | bors | -2/+3 |