| Age | Commit message (Expand) | Author | Lines |
| 2024-08-22 | Do not rely on names to find lifetimes. | Camille GILLOT | -20/+4 |
| 2024-08-22 | Use a LocalDefId in ResolvedArg. | Camille GILLOT | -4/+4 |
| 2024-08-21 | Point at explicit `'static` obligations on a trait | Esteban Küber | -6/+26 |
| 2024-08-21 | Rollup merge of #129345 - compiler-errors:scratch4, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-08-21 | Simplify some redundant field names | Michael Goulet | -1/+1 |
| 2024-08-21 | Use bool in favor of Option<()> for diagnostics | Michael Goulet | -9/+9 |
| 2024-08-20 | Auto merge of #127672 - compiler-errors:precise-capturing, r=spastorino | bors | -18/+4 |
| 2024-08-19 | Suggest `impl Trait` for References to Bare Trait in Function Header | Veera | -4/+12 |
| 2024-08-19 | Rollup merge of #129217 - jswrenn:transmute-lifetimes, r=compiler-errors | Matthias Krüger | -73/+103 |
| 2024-08-18 | Rollup merge of #129208 - veluca93:adt_const_fix, r=BoxyUwU | Trevor Gross | -4/+4 |
| 2024-08-18 | Rollup merge of #128084 - surechen:fix_125997_v1, r=cjgillot | Trevor Gross | -5/+36 |
| 2024-08-18 | safe transmute: forbid reference lifetime extension | Jack Wrenn | -73/+103 |
| 2024-08-18 | Rollup merge of #129203 - compiler-errors:extern_crate_data, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-08-18 | Fix order of normalization and recursion in const folding. | Luca Versari | -4/+4 |
| 2024-08-17 | Auto merge of #128792 - compiler-errors:foreign-sig, r=spastorino | bors | -0/+4 |
| 2024-08-17 | Use cnum for extern crate data | Michael Goulet | -1/+1 |
| 2024-08-17 | Bless test fallout | Michael Goulet | -18/+4 |
| 2024-08-17 | Auto merge of #128786 - estebank:multiple-crate-versions, r=fee1-dead | bors | -2/+2 |
| 2024-08-16 | Don't ICE on Fn trait error for foreign fn | Michael Goulet | -0/+4 |
| 2024-08-15 | Rollup merge of #129078 - lcnr:scrape_region_constraints-use-ocx, r=compiler-... | Jubilee | -35/+3 |
| 2024-08-15 | Rollup merge of #129106 - compiler-errors:unused-type-ops, r=jieyouxu | Matthias Krüger | -65/+0 |
| 2024-08-14 | Remove redundant type ops | Michael Goulet | -65/+0 |
| 2024-08-14 | Rollup merge of #128828 - lcnr:search-graph-11, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -7/+3 |
| 2024-08-14 | if we have an `ocx`, use it | lcnr | -35/+3 |
| 2024-08-14 | Auto merge of #129076 - matthiaskrgr:rollup-rg8mi2x, r=matthiaskrgr | bors | -14/+26 |
| 2024-08-14 | Rollup merge of #129061 - compiler-errors:lang-item, r=Urgau | Matthias Krüger | -5/+4 |
| 2024-08-14 | Rollup merge of #128759 - notriddle:notriddle/spec-to-string, r=workingjubile... | Matthias Krüger | -9/+22 |
| 2024-08-14 | Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors | bors | -45/+50 |
| 2024-08-13 | Use is_lang_item more | Michael Goulet | -5/+4 |
| 2024-08-13 | diagnostics: use `DeepRejectCtxt` for check | Michael Howell | -9/+28 |
| 2024-08-12 | Rollup merge of #128912 - compiler-errors:do-not-recommend-impl, r=lcnr | Matthias Krüger | -20/+4 |
| 2024-08-12 | Rollup merge of #128712 - compiler-errors:normalize-borrowck, r=lcnr | Matthias Krüger | -3/+3 |
| 2024-08-12 | reword message | Esteban Küber | -2/+2 |
| 2024-08-12 | Rollup merge of #128978 - compiler-errors:assert-matches, r=jieyouxu | Guillaume Gomez | -4/+9 |
| 2024-08-12 | do not use the global solver cache for proof trees | lcnr | -7/+3 |
| 2024-08-11 | Remove struct_tail_no_normalization | Michael Goulet | -2/+2 |
| 2024-08-11 | Rename normalization functions to raw | Michael Goulet | -1/+1 |
| 2024-08-11 | Use assert_matches around the compiler | Michael Goulet | -4/+9 |
| 2024-08-11 | Rollup merge of #128762 - fmease:use-more-slice-pats, r=compiler-errors | Matthias Krüger | -7/+7 |
| 2024-08-10 | Auto merge of #128746 - compiler-errors:cache-super-outlives, r=lcnr | bors | -26/+16 |
| 2024-08-09 | Store do_not_recommend-ness in impl header | Michael Goulet | -20/+4 |
| 2024-08-09 | Shrink `TyKind::FnPtr`. | Nicholas Nethercote | -45/+50 |
| 2024-08-09 | Rollup merge of #128791 - compiler-errors:async-fn-unsafe, r=lcnr | Matthias Krüger | -2/+14 |
| 2024-08-08 | Don't implement AsyncFn for FnDef/FnPtr that wouldnt implement Fn | Michael Goulet | -2/+14 |
| 2024-08-08 | Detect `*` operator on `!Sized` expression | Esteban Küber | -7/+42 |
| 2024-08-07 | Rollup merge of #128527 - estebank:ambiguity-suggestion, r=Nadrieril | Guillaume Gomez | -21/+49 |
| 2024-08-07 | Use more slice patterns inside the compiler | León Orell Valerian Liehr | -7/+7 |
| 2024-08-06 | diagnostics: `Box<dyn Trait>` suggestion with multiple matching impl | Michael Howell | -15/+9 |
| 2024-08-06 | fix rebase | Esteban Küber | -2/+3 |
| 2024-08-06 | Add `help` about using `cargo tree` | Esteban Küber | -0/+1 |