| Age | Commit message (Expand) | Author | Lines |
| 2024-08-31 | Rollup merge of #129812 - RalfJung:box-custom-alloc, r=compiler-errors | Matthias Krüger | -1/+4 |
| 2024-08-31 | Rollup merge of #129659 - RalfJung:const-fn-lang-feat, r=fee1-dead | Matthias Krüger | -4/+1 |
| 2024-08-31 | const fn stability checking: also check declared language features | Ralf Jung | -4/+1 |
| 2024-08-31 | interpret, codegen: tweak some comments and checks regarding Box with custom ... | Ralf Jung | -1/+4 |
| 2024-08-31 | Rollup merge of #129725 - compiler-errors:predicates-of, r=fmease | Matthias Krüger | -4/+2 |
| 2024-08-31 | Rollup merge of #129527 - compiler-errors:lint-nit, r=Nadrieril | Matthias Krüger | -1/+1 |
| 2024-08-29 | Add `warn(unreachable_pub)` to `rustc_middle`. | Nicholas Nethercote | -1/+1 |
| 2024-08-29 | Stop using ty::GenericPredicates for non-predicates_of queries | Michael Goulet | -4/+2 |
| 2024-08-28 | Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU | bors | -0/+1 |
| 2024-08-28 | coverage: `CodeRegion` is never stored in an arena | Zalathar | -1/+0 |
| 2024-08-28 | Implement RFC 3525. | Luca Versari | -0/+1 |
| 2024-08-27 | Auto merge of #128506 - compiler-errors:by-move-body, r=cjgillot | bors | -15/+23 |
| 2024-08-26 | Use unsafe extern blocks throughout the compiler | Michael Goulet | -1/+1 |
| 2024-08-26 | Stop using a special inner body for the coroutine by-move body for async clos... | Michael Goulet | -15/+23 |
| 2024-08-25 | Avoid taking reference of &TyKind | Michael Goulet | -2/+2 |
| 2024-08-24 | Don't use TyKind in lint | Michael Goulet | -1/+1 |
| 2024-08-24 | Rollup merge of #129510 - GrigorenkoPV:fix-elided-named-lifetimes, r=cjgillot | Matthias Krüger | -1/+1 |
| 2024-08-24 | Rollup merge of #129246 - BoxyUwU:feature_gate_const_arg_path, r=cjgillot | Matthias Krüger | -10/+22 |
| 2024-08-24 | Fix `elided_named_lifetimes` in code | Pavel Grigorenko | -1/+1 |
| 2024-08-23 | Rollup merge of #129386 - cjgillot:local-resolved-arg, r=compiler-errors | Matthias Krüger | -9/+9 |
| 2024-08-22 | Rollup merge of #129395 - fmease:pp-dyn-w-gat, r=compiler-errors | Matthias Krüger | -1/+4 |
| 2024-08-22 | Pretty-print own args of existential projections | León Orell Valerian Liehr | -1/+4 |
| 2024-08-22 | Use a LocalDefId in ResolvedArg. | Camille GILLOT | -9/+9 |
| 2024-08-21 | Use bool in favor of Option<()> for diagnostics | Michael Goulet | -2/+2 |
| 2024-08-19 | Retroactively feature gate `ConstArgKind::Path` | Boxy | -10/+22 |
| 2024-08-17 | Use cnum for extern crate data | Michael Goulet | -6/+4 |
| 2024-08-16 | Rollup merge of #129042 - Jaic1:fix-116308, r=BoxyUwU | Matthias Krüger | -0/+4 |
| 2024-08-16 | Special-case alias ty in `try_from_lit` | Jaic1 | -0/+4 |
| 2024-08-15 | Add a comment explaining the return type of `Ty::kind`. | Nicholas Nethercote | -0/+4 |
| 2024-08-14 | Rollup merge of #128828 - lcnr:search-graph-11, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -9/+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 | -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 |