about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-03-30Auto merge of #3430 - RalfJung:doc, r=RalfJungbors-5/+5
2024-03-30make some doc comments not doc testsRalf Jung-5/+5
2024-03-30Rollup merge of #123224 - pacak:better-error-message, r=compiler-errorsMatthias Krüger-1/+3
2024-03-30Merge from rustcThe Miri Cronjob Bot-71/+111
2024-03-30Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-03-30Auto merge of #121948 - Gankra:stab-align, r=dtolnaybors-1/+1
2024-03-29compiletest: print reason for failing to read testsMichael Baikov-1/+3
2024-03-29stabilize ptr.is_aligned, move ptr.is_aligned_to to a new feature gateAria Beingessner-1/+1
2024-03-29Auto merge of #123208 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-03-29Update cargoWeihang Lo-0/+0
2024-03-29clippy: fix up `include_str!` spans in diagnosticsMichael Howell-9/+8
2024-03-29Auto merge of #122520 - scottmcm:stabilize_unchecked_math_basics, r=jhprattbors-8/+0
2024-03-29Auto merge of #123080 - Jules-Bertholet:mut-ref-mut, r=Nadrierilbors-63/+111
2024-03-29Merge from rustcThe Miri Cronjob Bot-209/+853
2024-03-29Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-03-29Auto merge of #122671 - Mark-Simulacrum:const-panic-msg, r=Nilstriebbors-2/+10
2024-03-28Rollup merge of #123146 - jieyouxu:use-compiletest-directives, r=clubby789Matthias Krüger-3/+10
2024-03-27Convert wasmtime check into a compiletest needs directive许杰友 Jieyou Xu (Joe)-0/+6
2024-03-27Accept only-wasm32-wasip1 directives许杰友 Jieyou Xu (Joe)-3/+4
2024-03-27Add FIXME to remind removing the check once all tests are ported over许杰友 Jieyou Xu (Joe)-0/+1
2024-03-27Point out you can use --bless to update allow list for removed entries许杰友 Jieyou Xu (Joe)-1/+2
2024-03-27Add rustfmt test for mut ref mutJules Bertholet-0/+20
2024-03-27Use a line-separated plain-text allowlist instead许杰友 Jieyou Xu (Joe)-359/+341
2024-03-27Add run-make/link-framework/Makefile to allowlist许杰友 Jieyou Xu (Joe)-0/+1
2024-03-27Rename expected_run_make_makefiles -> allowed_run_make_makefiles许杰友 Jieyou Xu (Joe)-9/+9
2024-03-27Pass tests_path and src_path separately许杰友 Jieyou Xu (Joe)-5/+3
2024-03-27Add comment for `include!()` usage许杰友 Jieyou Xu (Joe)-0/+3
2024-03-27Add tidy check to error on new `Makefile`s in `tests/run-make`许杰友 Jieyou Xu (Joe)-0/+443
2024-03-27Auto merge of #122460 - jieyouxu:rmake-example-refactor, r=Nilstriebbors-177/+306
2024-03-27Implement `mut ref`/`mut ref mut`Jules Bertholet-63/+91
2024-03-27Rollup merge of #123024 - maurer:kcfi-testing, r=workingjubileeGuillaume Gomez-0/+1
2024-03-26Auto merge of #123108 - matthiaskrgr:rollup-zossklv, r=matthiaskrgrbors-27/+96
2024-03-26Rollup merge of #123103 - compiler-errors:inherited-is-a-weird-name, r=oli-obkMatthias Krüger-6/+6
2024-03-26Rollup merge of #123087 - tgross35:clippy-f16-f128-check-stubs, r=blyxyasMatthias Krüger-4/+11
2024-03-26Rollup merge of #123055 - onur-ozkan:miri-rustdoc, r=RalfJungMatthias Krüger-3/+9
2024-03-26Auto merge of #118644 - madsmtm:macos-weak-linking-test, r=compiler-errorsbors-0/+1
2024-03-26Inherited -> TypeckRootCtxtMichael Goulet-6/+6
2024-03-26Auto merge of #3423 - RalfJung:proc-macro-2, r=RalfJungbors-67/+37
2024-03-26update the remaining test-cargo-miri dependencies as well (while we are at it)Ralf Jung-11/+11
2024-03-26Change `f16` and `f128` clippy stubs to be nonpanickingTrevor Gross-4/+11
2024-03-26update proc-macro2Ralf Jung-2/+2
2024-03-26rename our proc-macro test crate to a more clear nameRalf Jung-45/+20
2024-03-26test-cargo-miri: add proc-macro2 instead of anyhowRalf Jung-11/+6
2024-03-26In ConstructCoroutineInClosureShim, pass receiver by ref, not pointerMichael Goulet-14/+70
2024-03-26avoid mutating the global environmentRalf Jung-11/+6
2024-03-26Auto merge of #3420 - RalfJung:eyre, r=RalfJungbors-0/+25
2024-03-26add eyre to test-cargo-miriRalf Jung-0/+25
2024-03-26Auto merge of #3415 - JoJoDeveloping:tree-borrows-initialized-root, r=RalfJungbors-20/+40
2024-03-26Tree Borrows: Make tree root always be `Active` and initializedJohannes Hostert-20/+40
2024-03-26Auto merge of #3419 - RalfJung:rustup, r=RalfJungbors-27/+23