| Age | Commit message (Expand) | Author | Lines |
| 2024-12-21 | Rollup merge of #134586 - Urgau:fn-ptr-lint-option, r=compiler-errors | Matthias Krüger | -0/+30 |
| 2024-12-21 | Rollup merge of #134539 - estebank:restrict-non_exhaustive, r=jieyouxu | Matthias Krüger | -0/+41 |
| 2024-12-21 | Rollup merge of #134524 - adetaylor:getref, r=compiler-errors | Matthias Krüger | -0/+41 |
| 2024-12-21 | Rollup merge of #134509 - adetaylor:niche-deshadowing-tests, r=wesleywiser | Matthias Krüger | -0/+63 |
| 2024-12-21 | Rollup merge of #133782 - dtolnay:closuresjumps, r=spastorino,traviscross | Matthias Krüger | -0/+6 |
| 2024-12-21 | Rollup merge of #128780 - GuillaumeGomez:rustflags-doctests, r=rustdoc | Matthias Krüger | -2/+45 |
| 2024-12-20 | Also lint on option of function pointer comparisons | Urgau | -0/+30 |
| 2024-12-20 | Add test to ensure passing `--doctest_compilation_args` multiple times work | Guillaume Gomez | -0/+23 |
| 2024-12-20 | Update `run-make/rustdoc-default-output` test | Guillaume Gomez | -2/+4 |
| 2024-12-20 | Rollup merge of #134573 - lukas-code:unimpl-dyn-pointerlike, r=compiler-errors | Matthias Krüger | -35/+168 |
| 2024-12-20 | Rollup merge of #134562 - taiki-e:codegen-asm-minicore, r=jieyouxu | Matthias Krüger | -74/+36 |
| 2024-12-20 | Restrict `#[non_exaustive]` on structs with default field values | Esteban Küber | -0/+41 |
| 2024-12-20 | unimplement `PointerLike` for trait objects | Lukas Markeffsky | -0/+62 |
| 2024-12-20 | split up `#[rustc_deny_explicit_impl]` attribute | Lukas Markeffsky | -35/+106 |
| 2024-12-20 | tests/codegen/asm: Remove uses of rustc_attrs and lang_items features by usin... | Taiki Endo | -74/+36 |
| 2024-12-20 | Add regression test for `--doctest-compilation-args` | Guillaume Gomez | -0/+18 |
| 2024-12-20 | Rollup merge of #134366 - harrisonkaiser:no-break-space, r=davidtwco | DianQK | -0/+24 |
| 2024-12-20 | Arbitrary self types v2: no deshadow pre feature. | Adrian Taylor | -0/+41 |
| 2024-12-20 | Rollup merge of #134321 - dtolnay:docassocconst, r=fmease | Jacob Pratt | -1/+31 |
| 2024-12-19 | Auto merge of #134516 - matthiaskrgr:rollup-aqwxii0, r=matthiaskrgr | bors | -187/+276 |
| 2024-12-19 | Suppress `= _` on associated constants in impls | David Tolnay | -4/+7 |
| 2024-12-19 | Add test for rustdoc showing underscore as assoc const value | David Tolnay | -0/+27 |
| 2024-12-19 | Auto merge of #134486 - compiler-errors:drop-for-lint, r=nikomatsakis | bors | -0/+354 |
| 2024-12-19 | Rollup merge of #134506 - oli-obk:push-mrrulszyuslt, r=jieyouxu | Matthias Krüger | -5/+18 |
| 2024-12-19 | Rollup merge of #134497 - Zalathar:spans, r=jieyouxu | Matthias Krüger | -22/+59 |
| 2024-12-19 | Rollup merge of #134487 - ehuss:reference-coverage, r=compiler-errors | Matthias Krüger | -103/+123 |
| 2024-12-19 | Rollup merge of #134463 - jieyouxu:filecheck-prefix, r=Zalathar | Matthias Krüger | -57/+76 |
| 2024-12-19 | Explicitly register `MSVC`/`NONMSVC` revisions for some codegen tests | 许杰友 Jieyou Xu (Joe) | -50/+76 |
| 2024-12-19 | compiletest: don't register `MSVC`/`NONMSVC` FileCheck prefixes | 许杰友 Jieyou Xu (Joe) | -7/+0 |
| 2024-12-19 | Arbitrary self types v2: niche deshadowing test | Adrian Taylor | -0/+63 |
| 2024-12-19 | Auto merge of #134499 - jieyouxu:rollup-zmaveur, r=jieyouxu | bors | -22/+55 |
| 2024-12-19 | coverage: Add a synthetic test for when all spans are discarded | Zalathar | -0/+37 |
| 2024-12-19 | Remove a duplicated check that doesn't do anything anymore. | Oli Scherer | -5/+18 |
| 2024-12-19 | Rollup merge of #134474 - oli-obk:push-yomnkntvzlxw, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -11/+15 |
| 2024-12-19 | Rollup merge of #134432 - GuillaumeGomez:intra-doc-in-footnotes, r=notriddle | 许杰友 Jieyou Xu (Joe) | -0/+24 |
| 2024-12-19 | Rollup merge of #133702 - RalfJung:single-variant, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -11/+16 |
| 2024-12-19 | Auto merge of #133961 - lcnr:borrowck-cleanup, r=jackh726 | bors | -6/+36 |
| 2024-12-19 | coverage: Store coverage source regions as `Span` until codegen | Zalathar | -22/+22 |
| 2024-12-18 | Rollup merge of #134481 - estebank:unstable-lint-span, r=compiler-errors | Jacob Pratt | -32/+32 |
| 2024-12-18 | Rollup merge of #134418 - jieyouxu:ui-cleanup-3, r=compiler-errors | Jacob Pratt | -20/+45 |
| 2024-12-18 | Rollup merge of #133643 - lcnr:merge-candidates, r=compiler-errors | Jacob Pratt | -50/+48 |
| 2024-12-18 | Rollup merge of #132056 - weiznich:diagnostic_do_not_recommend_final_tests, r... | Jacob Pratt | -141/+263 |
| 2024-12-18 | Add reference annotations for the `coverage` attribute | Eric Huss | -103/+123 |
| 2024-12-18 | Separate DropKind::ForLint | Michael Goulet | -100/+52 |
| 2024-12-18 | Add a failing test | Michael Goulet | -0/+402 |
| 2024-12-18 | Point at lint name instead of whole attr for gated lints | Esteban Küber | -32/+32 |
| 2024-12-18 | Auto merge of #134443 - joshtriplett:use-field-init-shorthand, r=lqd,tgross35... | bors | -4/+4 |
| 2024-12-18 | Forbid overwriting types in typeck | Oli Scherer | -11/+15 |
| 2024-12-18 | resolve FIXME | lcnr | -5/+0 |
| 2024-12-18 | add tests | lcnr | -33/+45 |