| Age | Commit message (Expand) | Author | Lines |
| 2024-12-20 | Explain why a type is not eligible for `impl PointerLike`. | Kevin Reid | -31/+69 |
| 2024-12-20 | Change comparison operators to have Fixity::None | David Tolnay | -13/+6 |
| 2024-12-21 | Do not suggest `foo.Bar` | Esteban Küber | -1/+6 |
| 2024-12-21 | Account for missing `.` in macros to avoid incorrect suggestion | Esteban Küber | -0/+4 |
| 2024-12-21 | Detect missing `.` in method chain in let bindings and statements | Esteban Küber | -2/+44 |
| 2024-12-21 | Suggest Semicolon in Incorrect Repeat Expressions | Veera | -11/+130 |
| 2024-12-21 | Mention `#[default]` in E0655 code index | Esteban Küber | -3/+15 |
| 2024-12-21 | Rollup merge of #134586 - Urgau:fn-ptr-lint-option, r=compiler-errors | Matthias Krüger | -2/+20 |
| 2024-12-21 | Rollup merge of #134539 - estebank:restrict-non_exhaustive, r=jieyouxu | Matthias Krüger | -3/+37 |
| 2024-12-21 | Rollup merge of #134524 - adetaylor:getref, r=compiler-errors | Matthias Krüger | -0/+9 |
| 2024-12-21 | Rollup merge of #133782 - dtolnay:closuresjumps, r=spastorino,traviscross | Matthias Krüger | -9/+18 |
| 2024-12-20 | Also lint on option of function pointer comparisons | Urgau | -2/+20 |
| 2024-12-20 | Rollup merge of #134574 - lcnr:opaque-ty-hack-yeet, r=compiler-errors | Matthias Krüger | -11/+14 |
| 2024-12-20 | Rollup merge of #134573 - lukas-code:unimpl-dyn-pointerlike, r=compiler-errors | Matthias Krüger | -47/+19 |
| 2024-12-20 | Rollup merge of #134567 - bjorn3:remove_unused_code, r=compiler-errors | Matthias Krüger | -78/+0 |
| 2024-12-20 | Rollup merge of #134561 - bjorn3:less_fatal_error_raise, r=compiler-errors | Matthias Krüger | -41/+22 |
| 2024-12-20 | Handle DropKind::ForLint in coroutines correctly | Michael Goulet | -10/+10 |
| 2024-12-20 | next-solver: rm opaque type hack | lcnr | -11/+14 |
| 2024-12-20 | Restrict `#[non_exaustive]` on structs with default field values | Esteban Küber | -3/+37 |
| 2024-12-20 | split up `#[rustc_deny_explicit_impl]` attribute | Lukas Markeffsky | -47/+19 |
| 2024-12-20 | Remove some dead code around import library generation | bjorn3 | -78/+0 |
| 2024-12-20 | Reduce the amount of explicit FatalError.raise() | bjorn3 | -41/+22 |
| 2024-12-20 | Rollup merge of #134553 - lcnr:member-constraints-comment, r=oli-obk | DianQK | -3/+6 |
| 2024-12-20 | Rollup merge of #134551 - Zalathar:graph, r=lqd | DianQK | -93/+61 |
| 2024-12-20 | Rollup merge of #134514 - bjorn3:more_driver_refactors, r=jieyouxu | DianQK | -80/+92 |
| 2024-12-20 | Rollup merge of #134366 - harrisonkaiser:no-break-space, r=davidtwco | DianQK | -2/+9 |
| 2024-12-20 | Arbitrary self types v2: no deshadow pre feature. | Adrian Taylor | -0/+9 |
| 2024-12-20 | add comments | lcnr | -3/+6 |
| 2024-12-20 | remove non-borrowck member constraints | lcnr | -436/+25 |
| 2024-12-20 | more directly handle member constraints | lcnr | -71/+375 |
| 2024-12-20 | cleanup promoteds move check | lcnr | -9/+9 |
| 2024-12-20 | Review comments | bjorn3 | -3/+9 |
| 2024-12-20 | Auto merge of #134550 - jhpratt:rollup-wsfmo59, r=jhpratt | bors | -26/+23 |
| 2024-12-20 | coverage: Rename `basic_coverage_blocks` to just `graph` | Zalathar | -93/+61 |
| 2024-12-20 | Rollup merge of #134521 - adetaylor:roll-loop, r=wesleywiser | Jacob Pratt | -17/+10 |
| 2024-12-20 | Rollup merge of #133103 - tiif:fnabi, r=RalfJung | Jacob Pratt | -9/+13 |
| 2024-12-20 | Auto merge of #134438 - lqd:const-qualif-bitsets, r=compiler-errors | bors | -5/+15 |
| 2024-12-19 | Auto merge of #134516 - matthiaskrgr:rollup-aqwxii0, r=matthiaskrgr | bors | -286/+240 |
| 2024-12-19 | Auto merge of #133793 - nnethercote:speed-up-expected_tokens, r=spastorino | bors | -828/+1398 |
| 2024-12-19 | update `rustc_index_macros` feature handling | onur-ozkan | -2/+1 |
| 2024-12-19 | Auto merge of #134486 - compiler-errors:drop-for-lint, r=nikomatsakis | bors | -41/+107 |
| 2024-12-19 | Arbitrary self types v2: roll loop. | Adrian Taylor | -17/+10 |
| 2024-12-19 | Update comments | bjorn3 | -9/+8 |
| 2024-12-19 | Make DependencyList an IndexVec | bjorn3 | -60/+68 |
| 2024-12-19 | Minor cleanup | bjorn3 | -8/+7 |
| 2024-12-19 | pacify merciless fmt | Niko Matsakis | -5/+5 |
| 2024-12-19 | Rollup merge of #134506 - oli-obk:push-mrrulszyuslt, r=jieyouxu | Matthias Krüger | -37/+0 |
| 2024-12-19 | Rollup merge of #134497 - Zalathar:spans, r=jieyouxu | Matthias Krüger | -249/+240 |
| 2024-12-19 | Pass FnAbi to find_mir_or_eval_fn | tiif | -9/+13 |
| 2024-12-19 | explain how `build_scope_drops` works | Niko Matsakis | -2/+38 |