| Age | Commit message (Expand) | Author | Lines |
| 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 | clippy: fix up `include_str!` spans in diagnostics | Michael Howell | -9/+8 |
| 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 |
| 2024-03-26 | Auto merge of #3423 - RalfJung:proc-macro-2, r=RalfJung | bors | -67/+37 |
| 2024-03-26 | update the remaining test-cargo-miri dependencies as well (while we are at it) | Ralf Jung | -11/+11 |
| 2024-03-26 | Change `f16` and `f128` clippy stubs to be nonpanicking | Trevor Gross | -4/+11 |
| 2024-03-26 | update proc-macro2 | Ralf Jung | -2/+2 |
| 2024-03-26 | rename our proc-macro test crate to a more clear name | Ralf Jung | -45/+20 |
| 2024-03-26 | test-cargo-miri: add proc-macro2 instead of anyhow | Ralf Jung | -11/+6 |
| 2024-03-26 | In ConstructCoroutineInClosureShim, pass receiver by ref, not pointer | Michael Goulet | -14/+70 |
| 2024-03-26 | avoid mutating the global environment | Ralf Jung | -11/+6 |
| 2024-03-26 | Auto merge of #3420 - RalfJung:eyre, r=RalfJung | bors | -0/+25 |
| 2024-03-26 | add eyre to test-cargo-miri | Ralf Jung | -0/+25 |
| 2024-03-26 | Auto merge of #3415 - JoJoDeveloping:tree-borrows-initialized-root, r=RalfJung | bors | -20/+40 |
| 2024-03-26 | Tree Borrows: Make tree root always be `Active` and initialized | Johannes Hostert | -20/+40 |
| 2024-03-26 | Auto merge of #3419 - RalfJung:rustup, r=RalfJung | bors | -27/+23 |