| Age | Commit message (Expand) | Author | Lines |
| 2024-12-27 | Remove the `-test` suffix from normalize directives | Zalathar | -7/+7 |
| 2024-12-23 | Note def descr in NonConstFunctionCall | Michael Goulet | -2/+2 |
| 2024-12-14 | Rollup merge of #133392 - compiler-errors:object-sup, r=lcnr | Matthias Krüger | -2/+2 |
| 2024-12-14 | Rollup merge of #132939 - uellenberg:suggest-deref, r=oli-obk | Matthias Krüger | -16/+20 |
| 2024-12-14 | Auto merge of #134294 - matthiaskrgr:rollup-anh6io8, r=matthiaskrgr | bors | -2/+2 |
| 2024-12-14 | Rollup merge of #134181 - estebank:trim-render, r=oli-obk | Matthias Krüger | -20/+3 |
| 2024-12-13 | Suggest using deref in patterns | uellenberg | -16/+20 |
| 2024-12-13 | Arbitrary self types v2: adjust diagnostic. | Adrian Taylor | -2/+2 |
| 2024-12-13 | Auto merge of #132706 - compiler-errors:async-closures, r=oli-obk | bors | -2/+0 |
| 2024-12-13 | Stabilize async closures | Michael Goulet | -2/+0 |
| 2024-12-12 | Filter empty lines, comments and delimiters from previous to last multiline s... | Esteban Küber | -5/+1 |
| 2024-12-12 | Tweak multispan rendering | Esteban Küber | -15/+2 |
| 2024-12-11 | Fix ICE when multiple supertrait substitutions need assoc but only one is pro... | Michael Goulet | -2/+2 |
| 2024-12-11 | Arbitrary self types v2: use Receiver trait | Adrian Taylor | -2/+2 |
| 2024-12-09 | Rollup merge of #133996 - Zalathar:ui-link-native-libs, r=jieyouxu | León Orell Valerian Liehr | -44/+0 |
| 2024-12-07 | Use trait name instead of full constraint in suggestion message | Esteban Küber | -1/+1 |
| 2024-12-07 | reword trait bound suggestion message to include the bounds | Esteban Küber | -1/+1 |
| 2024-12-07 | Move more tests into `tests/ui/link-native-libs` | Zalathar | -44/+0 |
| 2024-12-05 | Rollup merge of #118833 - Urgau:lint_function_pointer_comparisons, r=cjgillot | León Orell Valerian Liehr | -0/+2 |
| 2024-12-03 | Auto merge of #133321 - compiler-errors:const-checker, r=wesleywiser | bors | -28/+4 |
| 2024-12-02 | Allow fn pointers comparisons lint in UI tests | Urgau | -0/+2 |
| 2024-11-30 | Do not create trait object type if missing associated types | Michael Goulet | -45/+7 |
| 2024-11-27 | Rollup merge of #133518 - compiler-errors:structurally-resolve-never, r=lcnr | Matthias Krüger | -1/+10 |
| 2024-11-27 | Bless tests due to extra error reporting due to normalizing types that are no... | Michael Goulet | -1/+10 |
| 2024-11-26 | Auto merge of #133505 - compiler-errors:rollup-xjp8hdi, r=compiler-errors | bors | -36/+6 |
| 2024-11-26 | Rollup merge of #133394 - compiler-errors:dyn-more-errors, r=lcnr | Michael Goulet | -36/+6 |
| 2024-11-25 | `add_move_error_suggestions`: use a HIR visitor rather than `SourceMap` | dianne | -12/+16 |
| 2024-11-26 | tests: remove `//@ pretty-expanded` usages | 许杰友 Jieyou Xu (Joe) | -188/+5 |
| 2024-11-25 | Rollup merge of #133260 - compiler-errors:deref, r=fee1-dead | 许杰友 Jieyou Xu (Joe) | -16/+6 |
| 2024-11-24 | Constify Deref and DerefMut | Michael Goulet | -16/+6 |
| 2024-11-23 | Dont create trait object if it has errors in it | Michael Goulet | -36/+6 |
| 2024-11-23 | Update tests for new TRPL chapter order | Chris Krycho | -1/+1 |
| 2024-11-22 | Auto merge of #130867 - michirakara:steps_between, r=dtolnay | bors | -2/+2 |
| 2024-11-22 | Get rid of HIR const checker | Michael Goulet | -28/+4 |
| 2024-11-21 | distinguish overflow and unimplemented in Step::steps_between | michirakara | -2/+2 |
| 2024-11-16 | Increase accuracy of `if` condition misparse suggestion | Esteban Küber | -3/+3 |
| 2024-11-03 | use backticks instead of single quotes when reporting "use of unstable librar... | dianne | -2/+2 |
| 2024-11-02 | Trim output of E0277 in some cases | Esteban Küber | -3/+0 |
| 2024-11-02 | Add trait diff highlighting logic and use it in E0277 | Esteban Küber | -4/+8 |
| 2024-10-30 | Actually do validation for poly trait refs with ? modifier | Michael Goulet | -13/+3 |
| 2024-10-29 | Remove detail from label/note that is already available in other note | Esteban Küber | -6/+6 |
| 2024-10-26 | Deny calls to non-`#[const_trait]` methods in MIR constck | Deadbeef | -4/+0 |
| 2024-10-19 | Rollup merge of #131795 - compiler-errors:expectation, r=Nadrieril | Matthias Krüger | -6/+6 |
| 2024-10-17 | Rollup merge of #128391 - cafce25:issue-128390, r=lcnr | Matthias Krüger | -12/+15 |
| 2024-10-16 | Stop inverting expectation in normalization errors | Michael Goulet | -6/+6 |
| 2024-10-15 | Auto merge of #131747 - compiler-errors:rollup-0fnymws, r=compiler-errors | bors | -9/+0 |
| 2024-10-15 | Fix most ui tests on emscripten target | Hood Chatham | -9/+0 |
| 2024-10-15 | stabilize `-Znext-solver=coherence` | lcnr | -6/+2 |
| 2024-10-10 | Rollup merge of #131475 - fmease:compiler-mv-obj-safe-dyn-compat-2, r=jieyouxu | Matthias Krüger | -4/+4 |
| 2024-10-10 | UI tests: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -4/+4 |