about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-05-28Fix run-make-support doc errorsChris Denton-3/+3
2024-05-28Add run-make-support to x docChris Denton-0/+9
2024-05-27rewrite mixing-deps in rmakeOneirical-1/+0
2024-05-27rewrite lto-smoke to rmakeOneirical-1/+0
2024-05-27miri: avoid making a full copy of all new allocationsRalf Jung-37/+19
2024-05-27Auto merge of #125628 - matthiaskrgr:rollup-3zk9v3w, r=matthiaskrgrbors-18/+94
2024-05-27Rollup merge of #125625 - ChrisDenton:line-endings, r=Mark-SimulacrumMatthias Krüger-11/+11
2024-05-27Rollup merge of #125616 - RalfJung:mir-validate-downcast-projection, r=compil...Matthias Krüger-1/+1
2024-05-27Rollup merge of #125542 - GuillaumeGomez:migrate-rustdoc-verify-output-files,...Matthias Krüger-2/+78
2024-05-27Rollup merge of #125339 - tbu-:pr_tidy_ui_tests_u32, r=clubby789Matthias Krüger-4/+4
2024-05-27Auto merge of #125599 - camelid:clarify-stability, r=notriddle,GuillaumeGomezbors-27/+51
2024-05-27Use grep to implement verify-line-endingsChris Denton-11/+11
2024-05-27Auto merge of #17258 - maxwase:code-assist-async-sugar, r=Veykrilbors-0/+644
2024-05-27Auto merge of #17253 - ThouCheese:master, r=Veykrilbors-0/+702
2024-05-27Auto merge of #17291 - kilpkonn:master, r=Veykrilbors-5/+19
2024-05-27MIR validation: ensure that downcast projection is followed by field projectionRalf Jung-1/+1
2024-05-27Auto merge of #125611 - GuillaumeGomez:rollup-dfavpgg, r=GuillaumeGomezbors-7/+16
2024-05-27Migrate `run-make/rustdoc-verify-output-files` to `rmake.rs`Guillaume Gomez-1/+0
2024-05-27Add `Rustdoc::output_format`Guillaume Gomez-0/+7
2024-05-27Add file path in case it cannot be read in `Diff::actual_file`Guillaume Gomez-1/+4
2024-05-27Add `copy_dir_all` and `recursive_diff` functions to `run-make-support`Guillaume Gomez-0/+67
2024-05-27Rollup merge of #125607 - GuillaumeGomez:migrate-compile-stdin, r=jieyouxuGuillaume Gomez-1/+0
2024-05-27Rollup merge of #125535 - onur-ozkan:remove-deprecated-field, r=clubby789Guillaume Gomez-4/+5
2024-05-27Rollup merge of #125522 - spastorino:fix-lint-docs-edition-handling, r=Urgau,...Guillaume Gomez-2/+11
2024-05-27Auto merge of #125602 - RalfJung:interpret-mir-lifetime, r=oli-obkbors-505/+458
2024-05-27Migrate `run-make/compile-stdin` to `rmake.rs`Guillaume Gomez-1/+0
2024-05-27Update description of install-mingwChris Denton-2/+1
2024-05-27Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercotebors-47/+112
2024-05-27Auto merge of #125468 - BoxyUwU:remove_defid_from_regionparam, r=compiler-errorsbors-10/+9
2024-05-27interpret: get rid of 'mir lifetime everywhereRalf Jung-493/+440
2024-05-27interpret: the MIR is actually at lifetime 'tcxRalf Jung-23/+29
2024-05-26rustdoc: Show "const" for const-unstable if also overall unstableNoah Lev-19/+38
2024-05-27Auto merge of #125580 - RalfJung:miri-sync, r=RalfJungbors-1192/+1138
2024-05-26Cleanup custom mingw in CIChris Denton-44/+4
2024-05-26Auto merge of #125576 - lnicola:sync-from-ra, r=lnicolabors-1321/+1974
2024-05-26Auto merge of #125546 - ChrisDenton:mingw-ci, r=Mark-Simulacrumbors-41/+4
2024-05-26Auto merge of #3631 - RalfJung:blocking-refactor, r=RalfJungbors-1043/+951
2024-05-26add a macro to declare thread unblock callbacksRalf Jung-249/+256
2024-05-26Auto merge of #3632 - RalfJung:readdir, r=RalfJungbors-35/+33
2024-05-26unix/fs: a bit of cleanup in macos_fbsd_readdir_rRalf Jung-35/+33
2024-05-26fix './miri run --dep --target _'Ralf Jung-1/+7
2024-05-26data_race: vector indices can be reused immediately when the thread is goneRalf Jung-82/+37
2024-05-26completely refactor how we manage blocking and unblocking threadsRalf Jung-895/+832
2024-05-26Rollup merge of #125473 - weihanglo:respect-existing-config-toml, r=KobzolMatthias Krüger-17/+14
2024-05-26Rollup merge of #125307 - workingjubilee:uproot-entry-limit, r=Mark-SimulacrumMatthias Krüger-13/+2
2024-05-26Do less reinstalling in mingw CIChris Denton-41/+4
2024-05-26Auto merge of #17296 - mathew-horner:no-clone-target, r=Veykrilbors-3/+3
2024-05-26make release_clock always work on the current threadRalf Jung-106/+115
2024-05-25rustdoc: Elide const-unstable if also unstable overallNoah Lev-8/+13
2024-05-25opt-dist: dont overrwite config.toml when verifyingWeihang Lo-17/+14