| Age | Commit message (Expand) | Author | Lines |
| 2025-04-30 | fix: Improve parser recovery a bit | Lukas Wirth | -20/+86 |
| 2025-04-30 | Update doc comments. | Mara Bos | -2/+2 |
| 2025-04-30 | Stabilize proc_macro::Span::{file, local_file}. | Mara Bos | -2/+2 |
| 2025-04-30 | Rustup to rustc 1.88.0-nightly (74509131e 2025-04-29) | bjorn3 | -1/+10 |
| 2025-04-30 | Remove `ClippyCtfe` pass | Alex Macleod | -85/+12 |
| 2025-04-30 | Sync from rust 74509131e85a97353c67c503ea32e148a56cf4bd | bjorn3 | -8/+22 |
| 2025-04-30 | Fix naked asm symbol name for cg_clif on macOS | bjorn3 | -1/+2 |
| 2025-04-30 | Fix naked asm symbol name for cg_clif on macOS | bjorn3 | -1/+2 |
| 2025-04-30 | transmutability: merge contiguous runs with a common destination | Tomasz Miąsko | -7/+19 |
| 2025-04-30 | Auto merge of #140503 - matthiaskrgr:rollup-n7zigts, r=matthiaskrgr | bors | -309/+382 |
| 2025-04-30 | error when using no_mangle on language items | Alexandru RADOVICI | -1/+86 |
| 2025-04-30 | Merge pull request #656 from GuillaumeGomez/cleanup | antoyo | -6/+16 |
| 2025-04-30 | Add test for format_args!("{}", 0) in const. | Mara Bos | -1/+14 |
| 2025-04-30 | Clean up docs | Guillaume Gomez | -6/+16 |
| 2025-04-30 | Merge pull request #2352 from xizheyin/enable-behind-upstream | 许杰友 Jieyou Xu (Joe) | -0/+3 |
| 2025-04-30 | Merge pull request #2359 from rust-lang/tshepang-repo-name | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-04-30 | Merge pull request #2366 from rust-lang/tshepang-patch-1 | 许杰友 Jieyou Xu (Joe) | -2/+6 |
| 2025-04-30 | unstable-book: fix capitalization | Tshepang Mbambo | -1/+1 |
| 2025-04-30 | Merge pull request #19247 from alibektas/19172_very_new | Lukas Wirth | -82/+146 |
| 2025-04-30 | transmutability: ensure_sufficient_stack when answering query | Tomasz Miąsko | -117/+125 |
| 2025-04-30 | Rollup merge of #140448 - Zalathar:query-append, r=compiler-errors | Matthias Krüger | -13/+36 |
| 2025-04-30 | Rollup merge of #140446 - mejrs:test1, r=jieyouxu | Matthias Krüger | -111/+54 |
| 2025-04-30 | Rollup merge of #140445 - oli-obk:const-manually-drop, r=fee1-dead | Matthias Krüger | -0/+47 |
| 2025-04-30 | Rollup merge of #140439 - RalfJung:miri-algebraic-float-nondet, r=oli-obk | Matthias Krüger | -86/+107 |
| 2025-04-30 | Rollup merge of #140438 - ferrocene:pa-debug-assertions-tools, r=Kobzol | Matthias Krüger | -5/+28 |
| 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 #140404 - lcnr:canonical-no-type-foldable, r=compiler-errors | Matthias Krüger | -26/+4 |
| 2025-04-30 | Rollup merge of #140312 - nnethercote:DelimArgs-spacing, r=petrochenkov | Matthias Krüger | -30/+63 |
| 2025-04-30 | Rollup merge of #139192 - lolbinarycat:docs-wrapping_offset-provenance-139008... | Matthias Krüger | -4/+6 |
| 2025-04-30 | Rollup merge of #139059 - RalfJung:uses_power_alignment, r=nagisa | Matthias Krüger | -21/+14 |
| 2025-04-30 | Rollup merge of #136160 - ShE3py:should-panic-backticks, r=thomcc | Matthias Krüger | -11/+10 |
| 2025-04-30 | Auto merge of #139720 - petrochenkov:errkind2, r=jieyouxu | bors | -2107/+2377 |
| 2025-04-30 | compiletest: Make diagnostic kind mandatory on line annotations | Vadim Petrochenkov | -2107/+2377 |
| 2025-04-30 | ast: Remove token visiting from AST visitor | Vadim Petrochenkov | -216/+32 |
| 2025-04-30 | Update to LLVM 20.1.4 | Nikita Popov | -0/+0 |
| 2025-04-30 | Merge pull request #19719 from Veykril/push-nuwnnztxrzyv | Lukas Wirth | -12/+10 |
| 2025-04-30 | Merge pull request #4303 from RalfJung/determinism | Oli Scherer | -156/+129 |
| 2025-04-30 | chore: Adjust panic context printing | Lukas Wirth | -12/+10 |
| 2025-04-30 | Auto merge of #140188 - nnethercote:streamline-format-macro, r=cuviper | bors | -10/+7 |
| 2025-04-30 | Inline check_method_argument_types and remove error_reported special casing (... | Michael Goulet | -62/+36 |
| 2025-04-30 | Inline check_method_argument_types to get rid of TupleArgumentsFlag arg | Michael Goulet | -23/+13 |
| 2025-04-30 | Move the error handling out of confirm_builtin_call | Michael Goulet | -31/+25 |
| 2025-04-30 | Rename lookup_method_in_trait and consolidate a Ident::with_dummy_span call | Michael Goulet | -26/+20 |
| 2025-04-29 | Parser: Document restrictions | Eric Huss | -0/+49 |
| 2025-04-30 | Auto merge of #127516 - nnethercote:simplify-LazyAttrTokenStream, r=petrochenkov | bors | -378/+399 |
| 2025-04-29 | canonical no type foldable :< | lcnr | -26/+4 |
| 2025-04-29 | Refactor the fma modules | Trevor Gross | -175/+179 |
| 2025-04-29 | Move `fma` implementations to `mod generic` | Trevor Gross | -0/+0 |
| 2025-04-29 | Merge pull request #586 from g4titanx/contributing | antoyo | -13/+120 |
| 2025-04-29 | Fix links in CONTRIBUTING.md | Antoni Boucher | -1/+1 |