| Age | Commit message (Expand) | Author | Lines |
| 2025-05-02 | Add regression test for 133065 | reddevilmidzy | -0/+31 |
| 2025-05-02 | Improve coverage of HIR pretty printing. | Nicholas Nethercote | -104/+1014 |
| 2025-05-02 | Handle `Path<>` better in error messages. | Nicholas Nethercote | -10/+8 |
| 2025-05-02 | Augment `impl-trait-missing-lifetime-gated.rs`. | Nicholas Nethercote | -5/+65 |
| 2025-05-01 | Rollup merge of #140552 - folkertdev:naked-function-rustc_std_internal_symbol... | Guillaume Gomez | -1/+7 |
| 2025-05-01 | Rollup merge of #140544 - m-ou-se:format-args-const-cleanup, r=fee1-dead | Guillaume Gomez | -6/+6 |
| 2025-05-01 | Rollup merge of #140460 - heiher:issue-140455, r=Urgau | Guillaume Gomez | -18/+16 |
| 2025-05-01 | Rollup merge of #140420 - fmease:rustdoc-fix-doctest-heur, r=GuillaumeGomez | Guillaume Gomez | -51/+154 |
| 2025-05-01 | Crashes tests | Boxy | -23/+11 |
| 2025-05-01 | Set groundwork for proper const normalization | Boxy | -10/+5 |
| 2025-05-01 | crashes: more tests | Matthias Krüger | -0/+332 |
| 2025-05-01 | allow `#[rustc_std_internal_symbol]` in combination with `#[naked]` | Folkert de Vries | -1/+7 |
| 2025-05-01 | Stabilize `select_unpredictable` | Amanieu d'Antras | -1/+0 |
| 2025-05-01 | User type annotations for free consts in pattern position | Boxy | -0/+25 |
| 2025-05-01 | Bless pretty tests. | Mara Bos | -1/+1 |
| 2025-05-01 | Bless mir opt tests. | Mara Bos | -1/+1 |
| 2025-05-01 | rustdoc: Fix doctest heuristic for main fn wrapping | León Orell Valerian Liehr | -51/+154 |
| 2025-05-01 | Clean up "const" situation in format_args!(). | Mara Bos | -4/+4 |
| 2025-05-01 | rustc_target: RISC-V "Zfinx" is incompatible with {ILP32,LP64}[FD] ABIs | Tsukasa OI | -1/+21 |
| 2025-05-01 | Remove redundant min-llvm-version annotations for LoongArch tests | WANG Rui | -18/+16 |
| 2025-05-01 | rustc_target: RISC-V: Add BF16 extensions | Tsukasa OI | -0/+3 |
| 2025-05-01 | rustc_target: RISC-V: Add atomics/memory-related extensions | Tsukasa OI | -0/+7 |
| 2025-04-30 | Rollup merge of #140481 - dpaoliello:reqasan, r=wesleywiser | Matthias Krüger | -0/+2 |
| 2025-04-30 | Rollup merge of #140476 - mejrs:test3, r=jieyouxu | Matthias Krüger | -61/+0 |
| 2025-04-30 | Rollup merge of #140467 - BoxyUwU:no_fcw_assoc_consts, r=lcnr | Matthias Krüger | -0/+23 |
| 2025-04-30 | Rollup merge of #140465 - mejrs:test2, r=jieyouxu | Matthias Krüger | -50/+39 |
| 2025-04-30 | Rollup merge of #140458 - azhogin:azhogin/async-drop-fix-dropped-tuple-ice, r... | Matthias Krüger | -0/+11 |
| 2025-04-30 | Use select in projection lookup | Michael Goulet | -0/+40 |
| 2025-04-30 | interpret: better error message for out-of-bounds pointer arithmetic and acce... | Ralf Jung | -32/+32 |
| 2025-04-30 | Rollup merge of #140504 - tmiasko:answer-ensure-stack, r=jswrenn | Matthias Krüger | -0/+70 |
| 2025-04-30 | Rollup merge of #140450 - petrochenkov:vistok, r=nnethercote | Matthias Krüger | -2/+0 |
| 2025-04-30 | Rollup merge of #140203 - Wyliodrin:error_for_no_mangle_weak_language_items, ... | Matthias Krüger | -1/+56 |
| 2025-04-30 | Rollup merge of #140090 - Urgau:snake_case-fn-var, r=petrochenkov | Matthias Krüger | -1/+10 |
| 2025-04-30 | Rollup merge of #139624 - m-ou-se:unconst-format-args, r=jhpratt | Matthias Krüger | -1/+14 |
| 2025-04-30 | Auto merge of #140503 - matthiaskrgr:rollup-n7zigts, r=matthiaskrgr | bors | -127/+138 |
| 2025-04-30 | error when using no_mangle on language items | Alexandru RADOVICI | -1/+56 |
| 2025-04-30 | Add test for format_args!("{}", 0) in const. | Mara Bos | -1/+14 |
| 2025-04-30 | Rollup merge of #140446 - mejrs:test1, r=jieyouxu | Matthias Krüger | -109/+53 |
| 2025-04-30 | Rollup merge of #140445 - oli-obk:const-manually-drop, r=fee1-dead | Matthias Krüger | -0/+41 |
| 2025-04-30 | Rollup merge of #140437 - husqvarnagroup:af/codegen-test-mips-msa, r=jieyouxu | Matthias Krüger | -2/+13 |
| 2025-04-30 | Rollup merge of #140312 - nnethercote:DelimArgs-spacing, r=petrochenkov | Matthias Krüger | -13/+28 |
| 2025-04-30 | Rollup merge of #136160 - ShE3py:should-panic-backticks, r=thomcc | Matthias Krüger | -3/+3 |
| 2025-04-30 | compiletest: Make diagnostic kind mandatory on line annotations | Vadim Petrochenkov | -2059/+2346 |
| 2025-04-30 | ast: Remove token visiting from AST visitor | Vadim Petrochenkov | -2/+0 |
| 2025-04-30 | Auto merge of #140188 - nnethercote:streamline-format-macro, r=cuviper | bors | -8/+6 |
| 2025-04-29 | transmutability: uninit transition matches unit byte only | Tomasz Miąsko | -0/+70 |
| 2025-04-29 | Require sanitizers be enabled for asan_odr_windows.rs | Daniel Paoliello | -0/+2 |
| 2025-04-29 | Don't FCW assoc consts in patterns | Boxy | -0/+23 |
| 2025-04-30 | stop check paren if has different ctx | bohan | -0/+123 |
| 2025-04-29 | Delete unused ui/auxiliary crates | mejrs | -61/+0 |