| Age | Commit message (Expand) | Author | Lines |
| 2024-12-27 | Simplify or delete normalize directives that don't care about bit-width | Zalathar | -31/+22 |
| 2024-12-26 | Adjust test for slightly changed inlining behavior | Michael Howell | -30/+30 |
| 2024-12-26 | rustdoc: use shorter paths as preferred canonical paths | Michael Howell | -0/+40 |
| 2024-12-26 | Make ty::Error implement auto traits | Michael Goulet | -1/+42 |
| 2024-12-26 | Rollup merge of #134781 - Zalathar:backtrace, r=SparrowLii,jieyouxu | Guillaume Gomez | -4/+12 |
| 2024-12-26 | Rollup merge of #134664 - estebank:sugg-highlighting, r=jieyouxu | Guillaume Gomez | -0/+562 |
| 2024-12-26 | Rollup merge of #134656 - jieyouxu:migrate-incr-add-rust-src-component, r=wes... | Guillaume Gomez | -45/+131 |
| 2024-12-26 | Account for removal of multiline span in suggestion | Esteban Küber | -0/+562 |
| 2024-12-26 | Auto merge of #134774 - jyn514:rustc-dev-short-backtraces, r=jieyouxu | bors | -1/+3 |
| 2024-12-26 | Add more `begin_panic` normalizations to panic backtrace tests | Zalathar | -4/+12 |
| 2024-12-25 | fix default-backtrace-ice test | jyn | -1/+3 |
| 2024-12-25 | Implement `default_overrides_default_fields` lint | Esteban Küber | -0/+338 |
| 2024-12-25 | Report correct SelectionError for ConstArgHasType in new solver fulfill | Michael Goulet | -2/+22 |
| 2024-12-25 | Auto merge of #134736 - jyn514:msvc-backtraces, r=jieyouxu | bors | -1/+0 |
| 2024-12-25 | Run `tests/ui/backtrace/std-backtrace.rs` on MSVC. | jyn | -1/+0 |
| 2024-12-25 | rename typed_swap → typed_swap_nonoverlapping | Ralf Jung | -6/+6 |
| 2024-12-25 | stabilize const_swap | Ralf Jung | -17/+13 |
| 2024-12-25 | Rollup merge of #134750 - Zalathar:coverage-attr-errors, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -214/+378 |
| 2024-12-25 | Un-redact one occurrence of "coverage attribute not allowed here" | Zalathar | -1/+1 |
| 2024-12-25 | Overhaul error messages for disallowed coverage attributes | Zalathar | -62/+124 |
| 2024-12-25 | Expand the main test for where the coverage attribute is allowed | Zalathar | -48/+148 |
| 2024-12-25 | Fully redact the [E0788] error message in tests, to make changes easier | Zalathar | -26/+26 |
| 2024-12-25 | Rollup merge of #134741 - compiler-errors:coroutine-verbose, r=lqd | DianQK | -5/+5 |
| 2024-12-25 | Rollup merge of #134735 - compiler-errors:arm-diverges, r=WaffleLapkin | DianQK | -3/+29 |
| 2024-12-25 | Use PostBorrowckAnalysis in check_coroutine_obligations | Michael Goulet | -0/+2 |
| 2024-12-25 | Actually print all the relevant parts of a coroutine in verbose mode | Michael Goulet | -5/+5 |
| 2024-12-25 | Rename `tests/ui/coverage-attr/no-coverage.rs` to `allowed-positions.rs` | Zalathar | -14/+16 |
| 2024-12-25 | Auto merge of #134729 - oliveredget:typo, r=jieyouxu | bors | -1/+1 |
| 2024-12-24 | Auto merge of #134333 - daxpedda:stdarch-bump, r=daxpedda | bors | -7/+8 |
| 2024-12-24 | Consider arm to diverge if guard diverges | Michael Goulet | -3/+29 |
| 2024-12-24 | Bump `stdarch` | daxpedda | -7/+8 |
| 2024-12-24 | chore: fix typos | oliveredget | -1/+1 |
| 2024-12-24 | Auto merge of #134513 - fudancoder:master, r=jieyouxu | bors | -8/+8 |
| 2024-12-24 | Fix some typos | fudancoder | -8/+8 |
| 2024-12-24 | Auto merge of #134716 - Zalathar:rollup-1h4q8cc, r=Zalathar | bors | -152/+170 |
| 2024-12-24 | Rollup merge of #134701 - compiler-errors:non-const-def-descr, r=Urgau,fmease | Stuart Cook | -103/+103 |
| 2024-12-24 | Rollup merge of #134689 - RalfJung:ptr-swap-test, r=oli-obk | Stuart Cook | -0/+3 |
| 2024-12-24 | Rollup merge of #134638 - compiler-errors:fx-item-bounds, r=lcnr | Stuart Cook | -49/+64 |
| 2024-12-24 | Auto merge of #134625 - compiler-errors:unsafe-binders-ty, r=oli-obk | bors | -261/+153 |
| 2024-12-23 | Note def descr in NonConstFunctionCall | Michael Goulet | -103/+103 |
| 2024-12-23 | Always run tail_expr_drop_order lint on promoted MIR | Michael Goulet | -37/+90 |
| 2024-12-23 | core: fix const ptr::swap_nonoverlapping when there are pointers at odd offse... | Ralf Jung | -0/+3 |
| 2024-12-23 | Rollup merge of #134680 - lqd:run-make-cleanup, r=jieyouxu | Matthias Krüger | -26/+18 |
| 2024-12-23 | Rollup merge of #134528 - jieyouxu:fix-rustc-bootstrap-test, r=Kobzol | Matthias Krüger | -2/+2 |
| 2024-12-24 | Add test for coverage on a body-less trait function | Eric Huss | -10/+35 |
| 2024-12-24 | Add a test for coverage attr on trait function | Eric Huss | -0/+60 |
| 2024-12-23 | tests: migrate `incr-add-rust-src-component` to rmake.rs | 许杰友 Jieyou Xu (Joe) | -45/+131 |
| 2024-12-23 | fix a few typos in rmake tests' comments | Rémy Rakic | -6/+6 |
| 2024-12-23 | remove unnecessary `mut` from `dump-ice-to-disk` rmake test | Rémy Rakic | -1/+1 |
| 2024-12-23 | clean up `remove-dir-all-race` rmake test | Rémy Rakic | -7/+6 |