about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-05-30Auto merge of #141657 - petrochenkov:nobinroot, r=jieyouxubors-1/+0
2025-05-30Do not run PGO/BOLT in x64 Linux alt buildsJakub Beránek-8/+31
2025-05-30fix clippy warningsonur-ozkan-235/+230
2025-05-30fix bootstrap testsonur-ozkan-14/+1
2025-05-30fix fs bug on CI and update ming-check-1 Dockerfileonur-ozkan-0/+9
2025-05-30fix CI-rustc bugsonur-ozkan-11/+27
2025-05-30be able to build stage1 library with CI-rustconur-ozkan-33/+14
2025-05-30add "library" to `RUSTC_IF_UNCHANGED_ALLOWED_PATHS`onur-ozkan-15/+2
2025-05-30improve comments and docsonur-ozkan-73/+36
2025-05-30add change entryonur-ozkan-0/+5
2025-05-30update dev guidelinesonur-ozkan-61/+41
2025-05-30split `mingw-check` into twoonur-ozkan-26/+61
2025-05-30use stage 1 for std on CIonur-ozkan-6/+6
2025-05-30bless bootstrap testsonur-ozkan-3/+3
2025-05-30update stage defaultsonur-ozkan-7/+7
2025-05-30handle cfg bootstrap on compiler and mirionur-ozkan-3/+26
2025-05-30improve `check::Std` handlingonur-ozkan-0/+9
2025-05-30update std uplifting algorithmonur-ozkan-2/+9
2025-05-30use initial rustc's std on stage 0onur-ozkan-31/+26
2025-05-30Merge pull request #4359 from RalfJung/cargo-miri-verboseRalf Jung-1/+1
2025-05-30cargo-miri: recognize --verbose alongside -vRalf Jung-1/+1
2025-05-30Merge pull request #4314 from yoctocell/fine-grained-trackingRalf Jung-175/+391
2025-05-30* Merge `Cfg::render_long_html` and `Cfg::render_long_plain` methods common codeGuillaume Gomez-13/+16
2025-05-30ci: use free runner for aarch64-gnu-llvm-19-1 PR jobMarcoIeni-1/+1
2025-05-30Add some more `hir_expand::files` conversionsLukas Wirth-64/+137
2025-05-30Use "accessed" instead of "initialized" in `LocationState`Xinglu Chen-65/+68
2025-05-30Track permissions on the byte-levelXinglu Chen-116/+329
2025-05-30Auto merge of #141765 - matthiaskrgr:rollup-4hug83b, r=matthiaskrgrbors-56/+91
2025-05-30Rollup merge of #141749 - Noratrieb:RUSTC_ACTUALLY_DO_NOT_RETRY_LINKER_ON_SEG...Matthias Krüger-5/+0
2025-05-30Rollup merge of #141746 - Urgau:rework-doc_cfg-checks, r=GuillaumeGomezMatthias Krüger-50/+88
2025-05-30Rollup merge of #141736 - onur-ozkan:resolve-stage0-syroot-from-rustc, r=KobzolMatthias Krüger-1/+3
2025-05-30build dist for x86_64-pc-solaris and sparcv9-sun-solarisPetr Sumbera-172/+285
2025-05-30Auto merge of #141573 - nnethercote:rustdoc-alloc-cleanups, r=camelidbors-146/+140
2025-05-30Merge pull request #19861 from vremyavnikuda/docs/find-all-refs-constructor-s...Lukas Wirth-3/+88
2025-05-30Change diagnostic wordingtiif-12/+6
2025-05-30Rollup merge of #141747 - lolbinarycat:rustdoc-cfg-138112, r=GuillaumeGomezMatthias Krüger-3/+12
2025-05-30Rollup merge of #141507 - RalfJung:atomic-intrinsics, r=bjorn3Matthias Krüger-5/+25
2025-05-30Rollup merge of #141407 - mu001999-contrib:dead-code/refactor, r=petrochenkovMatthias Krüger-0/+3
2025-05-30Rollup merge of #141004 - matthewjasper:unicode-before-expansion, r=davidtwcoMatthias Krüger-0/+12
2025-05-30Address review comments.Nicholas Nethercote-6/+6
2025-05-29Auto merge of #141739 - GuillaumeGomez:rollup-ivboqwd, r=GuillaumeGomezbors-15/+138
2025-05-29jsondocck: command -> directiveAlona Enraght-Moony-39/+41
2025-05-29Remove RUSTC_RETRY_LINKER_ON_SEGFAULT hackNoratrieb-5/+0
2025-05-29rustdoc: display doc(cfg(false)) properlybinarycat-3/+12
2025-05-29Rework `#[doc(cfg(..))]` checks as distinct pass in rustdocUrgau-50/+88
2025-05-29Auto merge of #141490 - compiler-errors:bump-pgo, r=Kobzolbors-11/+11
2025-05-29some refactoring of the allocatorRalf Jung-67/+74
2025-05-29add separate allocator for MiriMachineNia Espera-22/+519
2025-05-30Reorder fields in `hir::ItemKind` variants.Nicholas Nethercote-31/+31
2025-05-29Rollup merge of #141729 - onur-ozkan:fix-141722, r=jieyouxuGuillaume Gomez-10/+26