summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-04-25hir typeck: look into nested goalslcnr
2024-04-25Auto merge of #124058 - TechVest:master, r=fmeasebors
2024-04-25Auto merge of #124368 - RalfJung:miri, r=RalfJungbors
2024-04-25Auto merge of #3514 - RalfJung:hyperfine, r=RalfJungbors
2024-04-25CI: run benches with hyperfine rather than bashRalf Jung
2024-04-25Auto merge of #3501 - RalfJung:tls-many-seeds, r=RalfJungbors
2024-04-25run many-seeds tests at least a few times on all tier 1 targetsRalf Jung
2024-04-25add a test for the TLS memory leakRalf Jung
2024-04-25weak memory outdated loads: show where the load was fromRalf Jung
2024-04-25Auto merge of #3512 - RalfJung:miri-script-build, r=RalfJungbors
2024-04-25Auto merge of #3513 - rust-lang:rustup-2024-04-25, r=RalfJungbors
2024-04-25Auto merge of #3505 - RalfJung:ci, r=RalfJungbors
2024-04-25fmtThe Miri Cronjob Bot
2024-04-25Merge from rustcThe Miri Cronjob Bot
2024-04-25Preparing for merge from rustcThe Miri Cronjob Bot
2024-04-25Rollup merge of #124327 - Kobzol:ci-skip-jobs, r=pietroalbiniMatthias Krüger
2024-04-25Rollup merge of #124257 - JoverZhang:rmake-diff, r=jieyouxuMatthias Krüger
2024-04-25Fix some typos in commentsTechVest
2024-04-25Rewrite `no-input-file.stderr` test in Rust and support diffJover Zhang
2024-04-25Rollup merge of #124335 - ChrisDenton:stabilize-absolute, r=dtolnayMatthias Krüger
2024-04-25Rollup merge of #124333 - Urgau:better-bad-print, r=fmeaseMatthias Krüger
2024-04-25Rollup merge of #124322 - whosehang:master, r=NilstriebMatthias Krüger
2024-04-24Auto merge of #124330 - fmease:rollup-a98y7jf, r=fmeasebors
2024-04-24make miri-script a workspace rootRalf Jung
2024-04-24Upgrade to `actions/checkout@v4` in `ci.yml`.Predrag Gruevski
2024-04-24Stabilize `std::path::absolute`Chris Denton
2024-04-24Improve diagnostic for unknown --print requestUrgau
2024-04-24unix_sigpipe: don't inline DEFAULT, just use it from rustcRalf Jung
2024-04-24Auto merge of #3492 - eduardosm:intrinsics-x86-avx2, r=oli-obkbors
2024-04-24Fix miri testGary Guo
2024-04-24Fix and bless clippy testsGary Guo
2024-04-24Stabilise `inline_const`Gary Guo
2024-04-24Rollup merge of #123881 - erickt:bump-fuchsia, r=tmandryLeón Orell Valerian Liehr
2024-04-24Turn CI_ONLY_WHEN_CHANNEL from an environment variable to a job attributeJakub Beránek
2024-04-24Fix documentationJakub Beránek
2024-04-24Remove step YAML anchor and `env.SKIP_JOB`Jakub Beránek
2024-04-24Remove `should-skip-this.sh`Jakub Beránek
2024-04-24Skip jobs based on the active channel in PythonJakub Beránek
2024-04-24Use a type alias for a CI jobJakub Beránek
2024-04-24Auto merge of #123792 - oli-obk:coroutine_closures, r=compiler-errorsbors
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer
2024-04-24Auto merge of #3507 - RalfJung:let-underscore, r=RalfJungbors
2024-04-24avoid 'let _' in tests where we actually want the value to be computedRalf Jung
2024-04-24Auto merge of #3502 - RalfJung:GetUserProfileDirectoryW, r=RalfJungbors
2024-04-24avoid some unnecessary Scalar-i32-Scalar roundtripsRalf Jung
2024-04-24make the obsucre truncating variant of this.write_os_str_to_wide_str a non-de...Ralf Jung
2024-04-24windows buffer size protocol: turns out std resets last_error to 0; let's req...Ralf Jung
2024-04-24windows: basic support for GetUserProfileDirectoryWRalf Jung
2024-04-24Auto merge of #124175 - Kobzol:ci-dynamic-job, r=pietroalbinibors
2024-04-24chore: fix some typos in commentswhosehang