| Age | Commit message (Expand) | Author | Lines |
| 2024-12-19 | Auto merge of #134516 - matthiaskrgr:rollup-aqwxii0, r=matthiaskrgr | bors | -187/+276 |
| 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 | 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 |
| 2024-12-18 | update new solver candidate assembly | lcnr | -12/+3 |
| 2024-12-18 | fix crashes | lcnr | -6/+36 |
| 2024-12-18 | Rollup merge of #134436 - taiki-e:assembly-asm-minicore, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -489/+110 |
| 2024-12-18 | Rollup merge of #134394 - dianne:clarify-pat-2024-migration, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -150/+211 |
| 2024-12-18 | Rollup merge of #133926 - compiler-errors:const-conditions, r=lcnr | 许杰友 Jieyou Xu (Joe) | -13/+221 |
| 2024-12-18 | mir-opt: Do not handle the cleanup BB in the EarlyOtherwiseBranch | DianQK | -86/+49 |
| 2024-12-18 | mir-opt: a sub-BB of a cleanup BB must also be a cleanup BB | DianQK | -0/+320 |
| 2024-12-18 | Reapply "Auto merge of #129047 - DianQK:early_otherwise_branch_scalar, r=cjgi... | DianQK | -0/+247 |
| 2024-12-18 | make no-variant types a dedicated Variants variant | Ralf Jung | -381/+127 |
| 2024-12-18 | Variants::Single: do not use invalid VariantIdx for uninhabited enums | Ralf Jung | -138/+397 |
| 2024-12-18 | Also warn against `#[diagnostic::do_not_recommend]` on plain impls | Georg Semmler | -2/+18 |
| 2024-12-18 | Stabilize `#[diagnostic::do_not_recommend]` | Georg Semmler | -227/+49 |
| 2024-12-18 | Check `#[diagnostic::do_not_recommend]` for arguments | Georg Semmler | -0/+68 |
| 2024-12-18 | Improve testing coverage for `#[diagnostic::do_not_recommend]` | Georg Semmler | -14/+230 |
| 2024-12-18 | Fix const conditions for RPITITs | Michael Goulet | -13/+221 |
| 2024-12-17 | Add the edition guide link from the match 2024 migration lint to the error as... | dianne | -0/+8 |
| 2024-12-17 | Use field init shorthand where possible | Josh Triplett | -4/+4 |
| 2024-12-17 | Improve the pattern migration 2024 migration lint's message | dianne | -62/+62 |
| 2024-12-17 | Clarify the match ergonomics 2024 migration lint's output | dianne | -150/+203 |
| 2024-12-17 | Rollup merge of #134423 - jieyouxu:bootstrap-test-valid, r=onur-ozkan | Matthias Krüger | -0/+4 |
| 2024-12-17 | Rollup merge of #134408 - rmehri01:rpit-inherits-lifetime, r=compiler-errors | Matthias Krüger | -0/+24 |
| 2024-12-17 | Rollup merge of #134323 - Zalathar:dismantle-map-data, r=jieyouxu | Matthias Krüger | -4/+4 |