about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-01-14add tidy warning for unrecognized directivescod10129-30/+68
2025-01-12Auto merge of #135384 - saethlin:inline-copy-from-slice, r=joboetbors-0/+1
2025-01-12Auto merge of #135281 - onur-ozkan:build-stamps, r=jieyouxubors-362/+434
2025-01-12Auto merge of #135402 - matthiaskrgr:rollup-cz7hs13, r=matthiaskrgrbors-542/+853
2025-01-12Auto merge of #135262 - mrkajetanp:ci-aarch64-dist-reland, r=Kobzolbors-95/+134
2025-01-12Rollup merge of #135398 - matthiaskrgr:crash, r=lqdMatthias Krüger-0/+56
2025-01-12Rollup merge of #135397 - lqd:compiletest-enums, r=jieyouxuMatthias Krüger-3/+34
2025-01-12Rollup merge of #135378 - compiler-errors:unnecessary-stashing, r=chenyukangMatthias Krüger-181/+173
2025-01-12Rollup merge of #135377 - compiler-errors:impossible-step, r=oli-obkMatthias Krüger-46/+99
2025-01-12Rollup merge of #135374 - compiler-errors:typo-trait-method, r=fee1-deadMatthias Krüger-2/+79
2025-01-12Rollup merge of #129259 - clarfonthey:maybe_uninit_slices, r=tgross35Matthias Krüger-310/+412
2025-01-12add more crash testsMatthias Krüger-0/+56
2025-01-12Auto merge of #135396 - matthiaskrgr:rollup-zublg1c, r=matthiaskrgrbors-24/+77
2025-01-12Rollup merge of #135389 - jieyouxu:fix-stage0-rustdoc-rmake, r=onur-ozkanMatthias Krüger-3/+11
2025-01-12Rollup merge of #135379 - steffahn:uniquerc-invariant, r=Mark-SimulacrumMatthias Krüger-2/+48
2025-01-12Rollup merge of #135375 - lolbinarycat:bootstrap-allow-stage0-rustdoc-js, r=j...Matthias Krüger-1/+4
2025-01-12Rollup merge of #135364 - yotamofek:borrowck-diag-fix, r=compiler-errorsMatthias Krüger-16/+13
2025-01-12Rollup merge of #135266 - kadiwa4:no_emsdk_update, r=Mark-SimulacrumMatthias Krüger-2/+1
2025-01-12add error message to `string_enum!`s string conversionsRémy Rakic-4/+4
2025-01-12add test for `string_enum`Rémy Rakic-0/+31
2025-01-12update doc-comment of `BuildStamp::add_stamp`onur-ozkan-1/+3
2025-01-12Auto merge of #135322 - scottmcm:inst-simplify-repeat-one, r=oli-obkbors-29/+149
2025-01-12rename `done_stamp` to `lld_stamp`onur-ozkan-3/+3
2025-01-12rustc-dev-guide: update outdated LLVM stamp filenameonur-ozkan-1/+1
2025-01-12add change entry for renamingsonur-ozkan-0/+5
2025-01-12avoid magical `AsRef<Path>` implementationonur-ozkan-29/+37
2025-01-12refactor `with_stamp` as `add_stamp` for incrementalityonur-ozkan-14/+13
2025-01-12extend sanitizers stamp calculationonur-ozkan-7/+13
2025-01-12run git only inside the current directoryonur-ozkan-0/+2
2025-01-12migrate lld build stamponur-ozkan-5/+5
2025-01-12apply minor improvements on build_stamponur-ozkan-1/+4
2025-01-12auto label `A-bootstrap-stamp`onur-ozkan-0/+5
2025-01-12migrate `program_out_of_date` to `BuildStamp::is_up_to_date`onur-ozkan-46/+20
2025-01-12add coverage for `BuildStamp::with_prefix`onur-ozkan-0/+16
2025-01-12fix an invalid prefix usage on enzymeonur-ozkan-1/+1
2025-01-12fix compiler errorsonur-ozkan-2/+2
2025-01-12migrate `generate_smart_stamp_hash`onur-ozkan-55/+55
2025-01-12add test coverage for `build_stamp` implementationonur-ozkan-0/+47
2025-01-12document `build_stamp` implementationonur-ozkan-6/+18
2025-01-12migrate `Builder::clear_if_dirty`onur-ozkan-30/+29
2025-01-12migrate helper stamp functionsonur-ozkan-141/+79
2025-01-12migrate `HashStamp` to `BuildStamp`onur-ozkan-66/+29
2025-01-12use `BuildStamp` instead of std paths and stringsonur-ozkan-69/+86
2025-01-12implement `BuildStamp` that is stricter impl for build stampsonur-ozkan-2/+78
2025-01-12run-make-support: don't use lossy on `TARGET_RPATH_DIR`许杰友 Jieyou Xu (Joe)-2/+1
2025-01-12compiletest: include stage0-sysroot libstd dylib in recipe dylib search path许杰友 Jieyou Xu (Joe)-1/+10
2025-01-11Add inherent versions of MaybeUninit methods for slicesltdk-310/+412
2025-01-11Address PR feedbackScott McMurray-13/+54
2025-01-11[mir-opt] simplify `Repeat`s that don't actually repeat the operandScott McMurray-23/+102
2025-01-11Add #[inline] to copy_from_sliceBen Kimock-0/+1