about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-04-15Update how WASI toolchains are used in CI and bootstrapAlex Crichton-102/+94
2024-04-15Remove TypeVariableOriginKindMichael Goulet-2/+2
2024-04-15Rustfmt, clippyMichael Goulet-3/+17
2024-04-15Auto merge of #3467 - RossSmyth:bumpSysroot, r=RalfJungbors-3/+3
2024-04-15Auto merge of #3462 - eduardosm:chunk-128, r=RalfJungbors-44/+33
2024-04-15lint-docs: Add redirects for renamed lints.Eric Huss-0/+89
2024-04-15Move --check-cfg documentation to stable booksUrgau-23/+26
2024-04-15Stabilize checking of cfgs at compile-time: --check-cfg optionUrgau-6/+3
2024-04-15mention json target specs in `run_make_support`Rémy Rakic-2/+1
2024-04-15Add commentsJakub Beránek-1/+7
2024-04-15add `link_arg` helper to `run_make_support`Rémy Rakic-0/+6
2024-04-15port `rust-lld-custom-target` test to rmakeRémy Rakic-1/+0
2024-04-15port `rust-lld` test to rmakeRémy Rakic-1/+0
2024-04-15add regex to run_make_supportRémy Rakic-0/+2
2024-04-15add missing lld directive to compiletestRémy Rakic-0/+1
2024-04-15Auto merge of #123968 - jieyouxu:rollup-1pnkxor, r=jieyouxubors-11/+88
2024-04-15Rollup merge of #123666 - mountcount:master, r=lqd许杰友 Jieyou Xu (Joe)-3/+3
2024-04-15Rollup merge of #123548 - RalfJung:what-is-time, r=joboet许杰友 Jieyou Xu (Joe)-1/+1
2024-04-15Bump rustc-build-sysroot to 0.4.6Ross Smyth-3/+3
2024-04-15Make `split_simd_to_128bit_chunks` take only one operandEduardo Sánchez Muñoz-44/+33
2024-04-15Auto merge of #3466 - RalfJung:GetFullPathNameW, r=RalfJungbors-22/+174
2024-04-15Auto merge of #3411 - RalfJung:sysroot, r=RalfJungbors-54/+51
2024-04-15add some basic support for GetFullPathNameWRalf Jung-22/+174
2024-04-15Auto merge of #123937 - RalfJung:miri-link-section, r=oli-obkbors-146/+204
2024-04-15Distribute LLVM bitcode linker as a preview componentKjetil Kjeka-7/+84
2024-04-15Auto merge of #115717 - jsgf:stablize-json-unused-externs, r=oli-obkbors-0/+30
2024-04-15Fix some typos in docmountcount-3/+3
2024-04-15Auto merge of #3465 - RalfJung:run-dep-error-format, r=RalfJungbors-1/+2
2024-04-15fix error display for './miri run --dep'Ralf Jung-1/+2
2024-04-15libtest: also measure time in MiriRalf Jung-1/+1
2024-04-15Windows: add basic support for FormatMessageWRalf Jung-19/+79
2024-04-15Auto merge of #122997 - matthiaskrgr:compiletest_ices, r=oli-obkbors-7/+78
2024-04-15Provide prebuilt std for gnullvm targetsMateusz Mikuła-15/+46
2024-04-15Auto merge of #123828 - cuviper:cargo-aarch64-gnu, r=Mark-Simulacrumbors-1/+3
2024-04-14Rollup merge of #123905 - notriddle:notriddle/redundant-explicit-link-hunks, ...Guillaume Gomez-11/+8
2024-04-14Rollup merge of #123373 - onur-ozkan:skip-codegen, r=Mark-SimulacrumGuillaume Gomez-0/+10
2024-04-14Add documentation for unused-externs(-silent)Jeremy Fitzhardinge-0/+30
2024-04-14Miri: run .CRT$XLB linker section on thread-endRalf Jung-208/+179
2024-04-14Fix ENV quotes in aarch64-gnu/DockerfileJosh Stone-1/+1
2024-04-14Run static initializersbjorn3-15/+102
2024-04-14update README and add COMPILETEST_VERBOSE_CRASHES env var which when set prin...Matthias Krüger-7/+12
2024-04-14crashes: fix ice detection which did not trigger if code compiled without err...Matthias Krüger-8/+8
2024-04-14compiletest: switch crash detection logic for run_crash_test aroundMatthias Krüger-5/+6
2024-04-14run_crash_test(): better error message when we get a none-iceMatthias Krüger-1/+5
2024-04-14compiletest: crashes: turn off backtraces for faster testsMatthias Krüger-2/+13
2024-04-14tidy: add tidy check agains \.rs files inside tests/crashes that are missing ...Matthias Krüger-1/+21
2024-04-14add ignore-mode-crashes to the know list of compiletest directive namesMatthias Krüger-0/+1
2024-04-14crashes: add another test showing that everything works fine when we need com...Matthias Krüger-1/+1
2024-04-14bootstrap/compiletest: implement "crashes" tests that fail if no ice is repro...Matthias Krüger-6/+35
2024-04-14Rollup merge of #123902 - ehuss:update-rustfix2, r=Mark-SimulacrumMatthias Krüger-1/+1