| Age | Commit message (Expand) | Author | Lines |
| 2024-04-01 | Fix error message for `env!` when env var is not valid Unicode | beetrees | -1/+23 |
| 2024-03-31 | Rollup merge of #123180 - Oneirical:master, r=Mark-Simulacrum | Jubilee | -1/+14 |
| 2024-03-31 | Auto merge of #123246 - Kobzol:tarball-reproducible, r=Mark-Simulacrum | bors | -3/+9 |
| 2024-03-31 | Sort directories when generating tarballs | Jakub Beránek | -1/+4 |
| 2024-03-31 | Make tarball generation more deterministic | Jakub Beránek | -2/+5 |
| 2024-03-31 | Auto merge of #123264 - matthiaskrgr:rollup-smyy7j9, r=matthiaskrgr | bors | -186/+214 |
| 2024-03-31 | Merge commit 'f5a9250147f6569d8d89334dc9cca79c0322729f' into sync-from-ra | Laurențiu Nicola | -3632/+5731 |
| 2024-03-31 | Merge from rustc | The Miri Cronjob Bot | -2/+4 |
| 2024-03-31 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-03-30 | Rewrite core-no-fp-fmt-parse in Rust | Oneirical | -1/+14 |
| 2024-03-30 | Auto merge of #3434 - RalfJung:stacked-borrows-cache-consistency, r=RalfJung | bors | -10/+18 |
| 2024-03-30 | cotrol stacked borrows consistency check with its own feature flag | Ralf Jung | -10/+18 |
| 2024-03-30 | move tests away from the slow Windows builder | Ralf Jung | -2/+2 |
| 2024-03-30 | run GC stress test only for host tests | Ralf Jung | -2/+2 |
| 2024-03-30 | Auto merge of #3430 - RalfJung:doc, r=RalfJung | bors | -5/+5 |
| 2024-03-30 | make some doc comments not doc tests | Ralf Jung | -5/+5 |
| 2024-03-30 | Rollup merge of #123224 - pacak:better-error-message, r=compiler-errors | Matthias Krüger | -1/+3 |
| 2024-03-30 | Merge from rustc | The Miri Cronjob Bot | -71/+111 |
| 2024-03-30 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-03-30 | Auto merge of #121948 - Gankra:stab-align, r=dtolnay | bors | -1/+1 |
| 2024-03-29 | compiletest: print reason for failing to read tests | Michael Baikov | -1/+3 |
| 2024-03-29 | stabilize ptr.is_aligned, move ptr.is_aligned_to to a new feature gate | Aria Beingessner | -1/+1 |
| 2024-03-29 | Auto merge of #123208 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-03-29 | Update cargo | Weihang Lo | -0/+0 |
| 2024-03-29 | Auto merge of #122520 - scottmcm:stabilize_unchecked_math_basics, r=jhpratt | bors | -8/+0 |
| 2024-03-29 | Auto merge of #123080 - Jules-Bertholet:mut-ref-mut, r=Nadrieril | bors | -63/+111 |
| 2024-03-29 | Merge from rustc | The Miri Cronjob Bot | -209/+853 |
| 2024-03-29 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-03-29 | Auto merge of #122671 - Mark-Simulacrum:const-panic-msg, r=Nilstrieb | bors | -2/+10 |
| 2024-03-28 | Rollup merge of #123146 - jieyouxu:use-compiletest-directives, r=clubby789 | Matthias Krüger | -3/+10 |
| 2024-03-27 | Convert wasmtime check into a compiletest needs directive | 许杰友 Jieyou Xu (Joe) | -0/+6 |
| 2024-03-27 | Accept only-wasm32-wasip1 directives | 许杰友 Jieyou Xu (Joe) | -3/+4 |
| 2024-03-27 | Add FIXME to remind removing the check once all tests are ported over | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2024-03-27 | Point out you can use --bless to update allow list for removed entries | 许杰友 Jieyou Xu (Joe) | -1/+2 |
| 2024-03-27 | Add rustfmt test for mut ref mut | Jules Bertholet | -0/+20 |
| 2024-03-27 | Use a line-separated plain-text allowlist instead | 许杰友 Jieyou Xu (Joe) | -359/+341 |
| 2024-03-27 | Add run-make/link-framework/Makefile to allowlist | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2024-03-27 | Rename expected_run_make_makefiles -> allowed_run_make_makefiles | 许杰友 Jieyou Xu (Joe) | -9/+9 |
| 2024-03-27 | Pass tests_path and src_path separately | 许杰友 Jieyou Xu (Joe) | -5/+3 |
| 2024-03-27 | Add comment for `include!()` usage | 许杰友 Jieyou Xu (Joe) | -0/+3 |
| 2024-03-27 | Add tidy check to error on new `Makefile`s in `tests/run-make` | 许杰友 Jieyou Xu (Joe) | -0/+443 |
| 2024-03-27 | Auto merge of #122460 - jieyouxu:rmake-example-refactor, r=Nilstrieb | bors | -177/+306 |
| 2024-03-27 | Implement `mut ref`/`mut ref mut` | Jules Bertholet | -63/+91 |
| 2024-03-27 | Rollup merge of #123024 - maurer:kcfi-testing, r=workingjubilee | Guillaume Gomez | -0/+1 |
| 2024-03-26 | Auto merge of #123108 - matthiaskrgr:rollup-zossklv, r=matthiaskrgr | bors | -27/+96 |
| 2024-03-26 | Rollup merge of #123103 - compiler-errors:inherited-is-a-weird-name, r=oli-obk | Matthias Krüger | -6/+6 |
| 2024-03-26 | Rollup merge of #123087 - tgross35:clippy-f16-f128-check-stubs, r=blyxyas | Matthias Krüger | -4/+11 |
| 2024-03-26 | Rollup merge of #123055 - onur-ozkan:miri-rustdoc, r=RalfJung | Matthias Krüger | -3/+9 |
| 2024-03-26 | Auto merge of #118644 - madsmtm:macos-weak-linking-test, r=compiler-errors | bors | -0/+1 |
| 2024-03-26 | Inherited -> TypeckRootCtxt | Michael Goulet | -6/+6 |