| Age | Commit message (Expand) | Author | Lines |
| 2024-04-18 | Rollup merge of #123406 - krtab:fix_remainder_iterchunk, r=scottmcm | Jubilee | -1/+14 |
| 2024-04-19 | Auto merge of #124038 - matthiaskrgr:one_or_two_more_tests, r=jieyouxu | bors | -0/+297 |
| 2024-04-18 | Auto merge of #119912 - notriddle:notriddle/reexport-dedup, r=GuillaumeGomez | bors | -31/+330 |
| 2024-04-18 | Auto merge of #123949 - scottmcm:debug-no-means-no-debug-info-when-inlined, r... | bors | -1192/+825 |
| 2024-04-18 | crashes: add a couple more tests | Matthias Krüger | -0/+297 |
| 2024-04-18 | The ICE in 121127 needs debuginfo | Scott McMurray | -1/+2 |
| 2024-04-18 | Update src/bootstrap/src/core/builder.rs | scottmcm | -1/+1 |
| 2024-04-18 | Ensure `[rust] debuginfo-level-std` doesn't change core's MIR | Scott McMurray | -157/+38 |
| 2024-04-18 | Update `checked_ops` so 32- and 64-bit gets the same checks | Scott McMurray | -19/+174 |
| 2024-04-18 | At debuginfo=0, don't inline debuginfo when inlining | Scott McMurray | -1195/+791 |
| 2024-04-18 | Auto merge of #124072 - saethlin:less-sysroot-libc-misc, r=jieyouxu | bors | -38/+32 |
| 2024-04-18 | Add an exception for windows-msvc | Ben Kimock | -0/+9 |
| 2024-04-18 | Auto merge of #123144 - dpaoliello:arm64eclib, r=GuillaumeGomez,ChrisDenton,w... | bors | -47/+73 |
| 2024-04-18 | Auto merge of #124008 - nnethercote:simpler-static_assert_size, r=Nilstrieb | bors | -43/+45 |
| 2024-04-18 | Auto merge of #124111 - matthiaskrgr:rollup-cmmkryf, r=matthiaskrgr | bors | -322/+293 |
| 2024-04-18 | Rollup merge of #124100 - dev-ardi:master, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2024-04-18 | Rollup merge of #124090 - durin42:llvm-19-riscv-feature, r=cuviper | Matthias Krüger | -7/+8 |
| 2024-04-18 | Rollup merge of #124064 - Zalathar:otherwise-block, r=Nadrieril | Matthias Krüger | -3/+3 |
| 2024-04-18 | Rollup merge of #124047 - Jules-Bertholet:match-ergonomics-cleanups, r=Nadrieril | Matthias Krüger | -286/+254 |
| 2024-04-18 | Rollup merge of #124041 - GuillaumeGomez:fix-copy-path-button, r=notriddle | Matthias Krüger | -25/+27 |
| 2024-04-18 | Simplify `static_assert_size`s. | Nicholas Nethercote | -43/+45 |
| 2024-04-18 | Auto merge of #124046 - matthiaskrgr:one_or_two_more_tests____some_on_top, r=... | bors | -0/+723 |
| 2024-04-18 | crashes: add even more tests?!? | Matthias Krüger | -0/+723 |
| 2024-04-18 | Auto merge of #122684 - oli-obk:delay_interning_errors_to_after_validaiton, r... | bors | -564/+405 |
| 2024-04-18 | Auto merge of #124044 - DianQK:update-llvm-18, r=cuviper | bors | -0/+0 |
| 2024-04-18 | fix: make `str::from_raw_parts_mut` mut | ardi | -1/+1 |
| 2024-04-17 | Auto merge of #123978 - alexcrichton:update-wasi-toolchain, r=Mark-Simulacrum | bors | -102/+94 |
| 2024-04-17 | llvm: update riscv target feature to match LLVM 19 | Augie Fackler | -7/+8 |
| 2024-04-17 | Auto merge of #123936 - Mark-Simulacrum:zst-no-alloc, r=oli-obk | bors | -27/+63 |
| 2024-04-17 | Auto merge of #124084 - matthiaskrgr:rollup-h42psbx, r=matthiaskrgr | bors | -162/+402 |
| 2024-04-17 | Rollup merge of #124073 - saethlin:rust-get-test-int, r=wesleywiser | Matthias Krüger | -54/+18 |
| 2024-04-17 | Rollup merge of #124066 - oli-obk:define_opaque_types7, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-04-17 | Rollup merge of #124062 - allgoewer:fish-fight, r=oli-obk | Matthias Krüger | -0/+15 |
| 2024-04-17 | Rollup merge of #124049 - slanterns:const_io_structs_stabilize, r=jhpratt | Matthias Krüger | -7/+6 |
| 2024-04-17 | Rollup merge of #124037 - compiler-errors:dont-parent-body, r=michaelwoerister | Matthias Krüger | -2/+45 |
| 2024-04-17 | Rollup merge of #124030 - RalfJung:adjust_alloc_base_pointer, r=oli-obk | Matthias Krüger | -65/+85 |
| 2024-04-17 | Rollup merge of #122723 - bjorn3:archive_writer_fixes, r=nnethercote | Matthias Krüger | -8/+51 |
| 2024-04-17 | Rollup merge of #122201 - coolreader18:doc-clone_from, r=dtolnay | Matthias Krüger | -25/+133 |
| 2024-04-17 | Rollup merge of #116957 - fmease:meta-notify-rustdoc-zulip-on-backport-nomina... | Matthias Krüger | -0/+48 |
| 2024-04-17 | Add GUI test for copy path button | Guillaume Gomez | -0/+15 |
| 2024-04-17 | Fix copy-path button | Guillaume Gomez | -25/+12 |
| 2024-04-17 | Auto merge of #123674 - oli-obk:bogus_note, r=estebank | bors | -109/+55 |
| 2024-04-17 | Improve `BindingMode` doc comment | Jules Bertholet | -2/+4 |
| 2024-04-17 | Rename `BindingAnnotation` to `BindingMode` | Jules Bertholet | -256/+222 |
| 2024-04-17 | Store `ByRef` instead of `BindingAnnotation` in `PatInfo` | Jules Bertholet | -30/+30 |
| 2024-04-17 | Remove libc from rust_get_test_int uses | Ben Kimock | -54/+18 |
| 2024-04-17 | Use the default file permissions when writing | bjorn3 | -9/+29 |
| 2024-04-17 | Add regression test for #107495 | bjorn3 | -0/+23 |
| 2024-04-17 | Remove libc from more tests | Ben Kimock | -45/+30 |
| 2024-04-17 | Don't error on subtyping of equal types | Oli Scherer | -1/+1 |