| Age | Commit message (Expand) | Author | Lines |
| 2024-07-14 | Auto merge of #127713 - matthiaskrgr:rollup-zxlyexf, r=matthiaskrgr | bors | -21/+310 |
| 2024-07-14 | Rollup merge of #127710 - RalfJung:features, r=compiler-errors | Matthias Krüger | -0/+14 |
| 2024-07-14 | Rollup merge of #127704 - workingjubilee:fixup-better-than, r=ChrisDenton | Matthias Krüger | -2/+2 |
| 2024-07-14 | Rollup merge of #127697 - onur-ozkan:use-std-filetimes, r=Kobzol | Matthias Krüger | -11/+17 |
| 2024-07-14 | Rollup merge of #127322 - onur-ozkan:ci-rustc-incompatible-options, r=Mark-Si... | Matthias Krüger | -8/+119 |
| 2024-07-14 | Rollup merge of #127083 - BoxyUwU:relnotes_1_80, r=Mark-Simulacrum,workingjub... | Matthias Krüger | -0/+158 |
| 2024-07-14 | Auto merge of #127087 - cjgillot:small-map, r=oli-obk | bors | -270/+632 |
| 2024-07-14 | clarify the meaning of the version number for accepted/removed features | Ralf Jung | -0/+14 |
| 2024-07-14 | Auto merge of #127706 - workingjubilee:rollup-d07ij30, r=workingjubilee | bors | -240/+302 |
| 2024-07-14 | Add 1.80 release notes | Boxy | -0/+158 |
| 2024-07-14 | Auto merge of #127705 - workingjubilee:rollup-sjlzycu, r=workingjubilee | bors | -75/+145 |
| 2024-07-13 | Rollup merge of #127671 - notriddle:notriddle/issue-d, r=Mark-Simulacrum | Jubilee | -16/+40 |
| 2024-07-13 | Rollup merge of #127659 - saethlin:manually-drop-bufwriter, r=joboet | Jubilee | -7/+17 |
| 2024-07-13 | Rollup merge of #127558 - nnethercote:more-Attribute-cleanups, r=petrochenkov | Jubilee | -158/+150 |
| 2024-07-13 | Rollup merge of #127477 - nnethercote:tweak-inner_attr_ranges, r=petrochenkov | Jubilee | -8/+3 |
| 2024-07-13 | Rollup merge of #127434 - onur-ozkan:use-bootstrap-instead-of-rustbuild, r=Ma... | Jubilee | -45/+44 |
| 2024-07-13 | Rollup merge of #122300 - CastilloDel:master, r=cjgillot | Jubilee | -6/+48 |
| 2024-07-13 | Rollup merge of #127677 - onur-ozkan:use-correct-modes, r=Kobzol | Jubilee | -3/+4 |
| 2024-07-13 | Rollup merge of #127446 - zachs18:miri-stdlib-leaks-core-alloc, r=Mark-Simula... | Jubilee | -5/+59 |
| 2024-07-13 | Rollup merge of #127370 - ChrisDenton:win-sys, r=Mark-Simulacrum | Jubilee | -67/+82 |
| 2024-07-13 | Fix minor typos in std::process doc on Win argv | Jubilee Young | -2/+2 |
| 2024-07-13 | Auto merge of #127694 - bjorn3:sync_cg_clif-2024-07-13, r=bjorn3 | bors | -77/+94 |
| 2024-07-14 | use std for file mtime and atime modifications | onur-ozkan | -11/+17 |
| 2024-07-13 | Auto merge of #126958 - dtolnay:u32char, r=Mark-Simulacrum | bors | -3/+5 |
| 2024-07-13 | Merge commit '659243d85c7489412bd0faa1c068d904a6042941' into sync_cg_clif-202... | bjorn3 | -77/+94 |
| 2024-07-13 | Fix rustc test suite | bjorn3 | -1/+0 |
| 2024-07-13 | Rustup to rustc 1.81.0-nightly (c6727fc9b 2024-07-12) | bjorn3 | -1/+1 |
| 2024-07-13 | explain why we use in-tree std for compiletest | onur-ozkan | -0/+2 |
| 2024-07-13 | use `ModeToolBootstrap` for run-make-support's crate tests | onur-ozkan | -3/+2 |
| 2024-07-13 | Auto merge of #127683 - devnexen:macos_fs_update, r=joboet | bors | -59/+1 |
| 2024-07-13 | Nicer error message when using raw-dylib | bjorn3 | -2/+2 |
| 2024-07-13 | Auto merge of #127435 - GrigorenkoPV:tests-for-112905, r=cjgillot | bors | -0/+92 |
| 2024-07-13 | std::unix::fs: removing, now useless, layers predating macOs 10.10. | David Carlier | -59/+1 |
| 2024-07-13 | Bless coverage. | Camille GILLOT | -7/+9 |
| 2024-07-13 | Propagate places through assignments. | Camille GILLOT | -33/+173 |
| 2024-07-13 | Add test for copying aggregates. | Camille GILLOT | -0/+221 |
| 2024-07-13 | Create mapped places upon seeing them in the body. | Camille GILLOT | -272/+271 |
| 2024-07-13 | Auto merge of #127450 - Kobzol:bootstrap-cmd-refactor-5, r=onur-ozkan | bors | -84/+193 |
| 2024-07-13 | Avoid more instances of unused command execution in dry run | Jakub Beránek | -15/+7 |
| 2024-07-13 | Auto merge of #127674 - jhpratt:rollup-0dxy3k7, r=jhpratt | bors | -38/+64 |
| 2024-07-13 | Rollup merge of #127668 - spencer3035:improve-slice-doc, r=jhpratt | Jacob Pratt | -10/+50 |
| 2024-07-13 | Rollup merge of #127661 - eduardosm:stabilize-io_slice_advance, r=cuviper | Jacob Pratt | -12/+4 |
| 2024-07-13 | Rollup merge of #127654 - nikic:llvm-ndebug-fix, r=cuviper | Jacob Pratt | -16/+10 |
| 2024-07-13 | Auto merge of #127397 - jyn514:multi-thread-panic-hook, r=workingjubilee | bors | -30/+53 |
| 2024-07-13 | Auto merge of #126606 - zachs18:patch-2, r=joboet | bors | -0/+77 |
| 2024-07-12 | Move assertion-free rustdoc ice tests to rustdoc-ui | Michael Howell | -0/+2 |
| 2024-07-12 | rustdoc: rename `issue-\d+.rs` tests to have meaningful names | Michael Howell | -0/+0 |
| 2024-07-12 | Add URL and crate_name to test cases | Michael Howell | -4/+26 |
| 2024-07-12 | Updated slice documentation | Spencer | -10/+50 |
| 2024-07-12 | Auto merge of #127665 - workingjubilee:rollup-g90yr21, r=workingjubilee | bors | -690/+1288 |