about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-07-19Auto merge of #144166 - matthiaskrgr:rollup-wccepuo, r=matthiaskrgrbors-4/+9
2025-07-19add -Zmiri-no-extra-rounding-error to specifically disable just that part of ...Ralf Jung-6/+18
2025-07-19interpret: fix TypeId pointers being considered data pointersRalf Jung-4/+23
2025-07-19Fix compiler for dist LLVM bitcode linkerJakub Beránek-12/+29
2025-07-19minor: remove unused varYoung-Flash-3/+1
2025-07-19Add Deref -> DerefMut for generate_mut_trait_implA4-Tacks-0/+37
2025-07-19Rollup merge of #144092 - Gelbpunkt:musl-stage0, r=KobzolMatthias Krüger-1/+6
2025-07-19Rollup merge of #144083 - RalfJung:miri-sleep, r=oli-obkMatthias Krüger-3/+3
2025-07-19Fix ide-assist: Deref transtiveA4-Tacks-2/+25
2025-07-19Merge from rustcThe Miri Cronjob Bot-2191/+3910
2025-07-19Auto merge of #144145 - matthiaskrgr:rollup-swc74s4, r=matthiaskrgrbors-98/+250
2025-07-19Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-07-18add unstable-books doc for offloadManuel Drehwald-0/+8
2025-07-18enzyme submodule updateManuel Drehwald-0/+0
2025-07-18Rename optional-mingw-check to optional-pr-checkChris Denton-2/+2
2025-07-19Mitigate `#[align]` name resolution ambiguity regression with a renameJieyou Xu-3/+7
2025-07-18docs: update link to RISC-V and Xtensa installation guideMicke-1/+1
2025-07-18Rollup merge of #143961 - 1c3t3a:correct-exploit-mitigations, r=rcvalleMatthias Krüger-11/+11
2025-07-18Rollup merge of #143928 - ognevny:opt-dist-build-llvm, r=KobzolMatthias Krüger-56/+87
2025-07-18Rollup merge of #142673 - oli-obk:uninit-read-mem, r=RalfJungMatthias Krüger-31/+152
2025-07-18Auto merge of #143845 - cjgillot:stability-query, r=jieyouxubors-3/+3
2025-07-18unicode-table-gen: more clippy fixesMarijn Schouten-8/+8
2025-07-18unicode-table-gen: edition 2024Marijn Schouten-2/+2
2025-07-18unicode-table-gen: clippy fixesMarijn Schouten-35/+28
2025-07-18Rollup merge of #144069 - marcoieni:windows-22-free, r=jieyouxuMatthias Krüger-2/+4
2025-07-18move page protection logic inside native_libRalf Jung-93/+84
2025-07-18fix typosYiqun Liu-1/+1
2025-07-18populate the target_config now before its usage and update the test accordinglybit-aloo-2/+3
2025-07-18RA config: disable default features for faster build script buildRalf Jung-0/+2
2025-07-18make native-lib support compile-time-optional, and centralize cfg usageRalf Jung-37/+52
2025-07-18Auto merge of #144114 - lnicola:sync-from-ra, r=lnicolabors-1185/+3731
2025-07-18opt-dist: make llvm builds optionalMaksim Bondarenkov-56/+87
2025-07-18Show the memory of uninit readsOli Scherer-77/+82
2025-07-18bootstrap: Detect musl hostsJens Reidel-1/+6
2025-07-18Auto merge of #144109 - matthiaskrgr:rollup-mz0mrww, r=matthiaskrgrbors-999/+172
2025-07-18Update lockfileLaurențiu Nicola-0/+3
2025-07-18bootstrap: Ignore `rust.debuginfo-level-tests` for codegen testsMartin Nordholts-1/+18
2025-07-18Merge from rustcThe Miri Cronjob Bot-311/+224
2025-07-18Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-07-18Clean up an unused compiler-stage parameterZalathar-11/+6
2025-07-18Don't trigger an LLVM build from check builds using the stage 0 compilerZalathar-18/+19
2025-07-18Split some multi-snapshot tests to make blessing easierZalathar-0/+8
2025-07-18Rollup merge of #144056 - Kobzol:gcc-build-src, r=nikicMatthias Krüger-14/+11
2025-07-18Rollup merge of #144049 - tshepang:rust-push, r=jieyouxuMatthias Krüger-983/+151
2025-07-18Rollup merge of #144010 - xdoardo:bootstrap-warning-optimize-false, r=clubby789Matthias Krüger-0/+8
2025-07-18Rollup merge of #143293 - folkertdev:naked-function-kcfi, r=compiler-errorsMatthias Krüger-2/+2
2025-07-18Auto merge of #143545 - compiler-errors:coroutine-obl, r=oli-obkbors-2/+0
2025-07-18Merge pull request #19783 from A4-Tacks/generate-single-field-fromShoyu Vanilla (Flint)-6/+1043
2025-07-17Include ErrorGuaranteed in StableSince::Err.Camille GILLOT-3/+3
2025-07-18Use SyntaxEditorA4-Tacks-8/+50