about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-04-02Rollup merge of #123349 - compiler-errors:async-closure-captures, r=oli-obkJubilee-0/+101
2024-04-03Auto merge of #123398 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-04-02Update cargoWeihang Lo-0/+0
2024-04-02Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=AmanieuJacob Pratt-34/+34
2024-04-02Comments, comments, commentsMichael Goulet-0/+2
2024-04-02Fix capture analysis for by-move closure bodiesMichael Goulet-0/+99
2024-04-02Rollup merge of #122614 - notriddle:notriddle/search-desc, r=GuillaumeGomezGuillaume Gomez-27/+74
2024-04-01Auto merge of #123192 - RalfJung:bootstrap-test-miri, r=onur-ozkanbors-6/+10
2024-04-01Fix error message for `env!` when env var is not valid Unicodebeetrees-1/+23
2024-03-31Rollup merge of #123180 - Oneirical:master, r=Mark-SimulacrumJubilee-1/+14
2024-03-31cargo-miri: better debug output; reorder a comment to make it less confusingRalf Jung-6/+10
2024-03-31Auto merge of #123246 - Kobzol:tarball-reproducible, r=Mark-Simulacrumbors-3/+9
2024-03-31Sort directories when generating tarballsJakub Beránek-1/+4
2024-03-31Make tarball generation more deterministicJakub Beránek-2/+5
2024-03-31Auto merge of #123264 - matthiaskrgr:rollup-smyy7j9, r=matthiaskrgrbors-186/+214
2024-03-31Merge commit 'f5a9250147f6569d8d89334dc9cca79c0322729f' into sync-from-raLaurențiu Nicola-3632/+5731
2024-03-31Merge from rustcThe Miri Cronjob Bot-2/+4
2024-03-31Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-03-30Rewrite core-no-fp-fmt-parse in RustOneirical-1/+14
2024-03-30Auto merge of #3434 - RalfJung:stacked-borrows-cache-consistency, r=RalfJungbors-10/+18
2024-03-30cotrol stacked borrows consistency check with its own feature flagRalf Jung-10/+18
2024-03-30move tests away from the slow Windows builderRalf Jung-2/+2
2024-03-30run GC stress test only for host testsRalf Jung-2/+2
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-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