about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-09-29Auto merge of #129687 - Urgau:rfc3127-sysroot-2, r=jieyouxubors-4/+15
2024-09-28compiletest: normalize to `$SRC_DIR_REAL` before `$TEST_BUILD_DIR`Urgau-6/+6
2024-09-28Rollup merge of #130973 - matthiaskrgr:crash_rename, r=jieyouxuMatthias Krüger-1/+1
2024-09-28Rollup merge of #128778 - RalfJung:atomic-read-read-races, r=Mark-SimulacrumMatthias Krüger-275/+262
2024-09-28Auto merge of #130964 - matthiaskrgr:rollup-suriuub, r=matthiaskrgrbors-3/+0
2024-09-28compiletest: rename "runtest/crash.rs" to "runtest/crashes.rs" to be in line ...Matthias Krüger-1/+1
2024-09-28Further clarificarion for atomic and UnsafeCell docs:Ralf Jung-0/+17
2024-09-28allow mixed-size atomic readsRalf Jung-153/+202
2024-09-28miri: no longer complain about read-read racesRalf Jung-122/+43
2024-09-28Rollup merge of #130953 - workingjubilee:rename-a-few-ctypes-tests, r=fee1-deadMatthias Krüger-3/+0
2024-09-28Auto merge of #130874 - klensy:bumpme, r=jieyouxubors-3/+5
2024-09-28Auto merge of #130929 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-09-27tests: issue-34798.rs => allow-phantomdata-in-ffi.rsJubilee Young-1/+0
2024-09-27tests: issue-14309.* => repr-rust-is-undefined.*Jubilee Young-1/+0
2024-09-27tests: issue-69488.rs => load-preserves-partial-init-issue-69488.rsJubilee Young-1/+0
2024-09-27Update cargoWeihang Lo-0/+0
2024-09-27Rollup merge of #130926 - ChrisDenton:cc-1-1-22, r=tgross35Matthias Krüger-0/+1
2024-09-27compiletest: fallback to the original path if it's not a symlinkUrgau-11/+6
2024-09-27Implement RFC3137 trim-paths sysroot changesUrgau-3/+19
2024-09-27Allow shlex stdlib dependencyChris Denton-0/+1
2024-09-27bless tidyklensy-1/+3
2024-09-27bump few depsklensy-2/+2
2024-09-26Rollup merge of #130912 - estebank:point-at-arg-type, r=compiler-errorsJubilee-2/+2
2024-09-26Rollup merge of #130911 - notriddle:notriddle/suggest-wrap-parens-fn-pointer,...Jubilee-1/+0
2024-09-26Rollup merge of #130889 - tgross35:rustbook-cargo-update, r=tgross35Jubilee-226/+222
2024-09-26diagnostics: wrap fn cast suggestions in parensMichael Howell-1/+0
2024-09-27On implicit `Sized` bound on fn argument, point at type instead of patternEsteban Küber-2/+2
2024-09-27Extend rustdoc template check to detect unneeded commentsGuillaume Gomez-1/+33
2024-09-26Adjust allowed dependencies from the latest `cargo update`Trevor Gross-1/+1
2024-09-26cargo update: rustbookgithub-actions-226/+222
2024-09-26Stabilize `const_refs_to_static`Ding Xiang Fei-2/+0
2024-09-25Auto merge of #130812 - lnicola:sync-from-ra, r=lnicolabors-22630/+14369
2024-09-25Auto merge of #130778 - flip1995:clippy-subtree-update, r=Manishearthbors-2572/+7430
2024-09-25Add missing rustc_privateLaurențiu Nicola-0/+7
2024-09-25Auto merge of #18183 - lnicola:sync-from-rust, r=lnicolabors-10207/+16459
2024-09-25Run rustfmtLaurențiu Nicola-3/+1
2024-09-25Pass all-targets for build scripts in more cli commandsLukas Wirth-12/+30
2024-09-25Add more LayoutError variantsLaurențiu Nicola-3/+8
2024-09-25Bump rustc cratesLaurențiu Nicola-17/+17
2024-09-25Merge from rust-lang/rustLaurențiu Nicola-10189/+16438
2024-09-25Preparing for merge from rust-lang/rustLaurențiu Nicola-1/+1
2024-09-25Auto merge of #130807 - tgross35:rollup-p304vzf, r=tgross35bors-23/+15
2024-09-24Rollup merge of #130793 - jieyouxu:mention-crashes-verbose, r=matthiaskrgrTrevor Gross-4/+5
2024-09-24Rollup merge of #130764 - compiler-errors:inherent, r=estebankTrevor Gross-14/+5
2024-09-24Auto merge of #130739 - jieyouxu:stage0_run_make, r=Kobzolbors-2/+3
2024-09-24be even more precise about "cast" vs "coercion"Lukas Markeffsky-5/+5
2024-09-24unify dyn* coercions with other pointer coercionsLukas Markeffsky-1/+1
2024-09-24Mention `COMPILETEST_VERBOSE_CRASHES` on crash test failure许杰友 Jieyou Xu (Joe)-4/+5
2024-09-24Remove unused import from Clippy versions.py filePhilipp Krones-1/+0
2024-09-24Auto merge of #18164 - ShoyuVanilla:use-as-alias, r=Veykrilbors-13/+97