about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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-8/+66
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-30Upgrade more intrinsics to the new versionsayantn-24/+54
2025-05-30Use the new definition of `rdtscp` intrinsicsayantn-4/+6
2025-05-30Fix s390x intrinsicssayantn-9/+9
2025-05-30Fix PPC shift and rotate intrinsicssayantn-9/+9
2025-05-30Fix `ldpte` and `lddir` signaturesayantn-4/+6
2025-05-30Pin compiler_builtins to 0.1.160 to fix some f128 testsAntoni Boucher-0/+39
2025-05-30mark gfni, vaes, vpclmulqdq intrinsics as safeusamoi-132/+165
2025-05-30cmpxchg16b: use atomic_compare_exchange from libcoreRalf Jung-28/+2
2025-05-30Fix spans for unsafe bindersMatthew Jasper-2/+111
2025-05-30Check cfg on features that stage0 compiler supportTsukasa OI-20/+0
2025-05-30Update `compiler-builtins` to 0.1.160Trevor Gross-4/+4
2025-05-30Move naked fn checks to hir_typeckOli Scherer-77/+73
2025-05-30implement `va_arg` for `powerpc64` and `powerpc64le`Folkert de Vries-3/+48
2025-05-30Auto merge of #139385 - joboet:threadlocal_address, r=nikicbors-9/+20
2025-05-30chore: releasegithub-actions[bot]-1/+16
2025-05-30Merge pull request #4359 from RalfJung/cargo-miri-verboseRalf Jung-1/+1
2025-05-30Change a per-module query to just run on the items it internally filters forOli Scherer-38/+19
2025-05-30[`explicit_deref_methods`]: do not lint on method chains (#14921)Samuel Tardieu-25/+15
2025-05-30Move naked asm check into typeckOli Scherer-44/+22
2025-05-30[`explicit_deref_methods`]: do not lint on method chainsa-yossy-25/+15
2025-05-30cargo-miri: recognize --verbose alongside -vRalf Jung-1/+1
2025-05-30Merge coroutine obligation checking into borrowck parallel loopOli Scherer-4/+0
2025-05-30Increase timeout for new bors try buildsJakub Beránek-1/+2
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 arm to calculate job matrixMarcoIeni-1/+1
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-169/+251
2025-05-30Rollup merge of #141749 - Noratrieb:RUSTC_ACTUALLY_DO_NOT_RETRY_LINKER_ON_SEG...Matthias Krüger-57/+2
2025-05-30Rollup merge of #141746 - Urgau:rework-doc_cfg-checks, r=GuillaumeGomezMatthias Krüger-65/+127
2025-05-30Rollup merge of #141736 - onur-ozkan:resolve-stage0-syroot-from-rustc, r=KobzolMatthias Krüger-1/+3
2025-05-30Rollup merge of #141719 - Berrysoft:cygwin-tls-model, r=mati865Matthias Krüger-1/+4
2025-05-30Rollup merge of #141703 - compiler-errors:deref-place, r=lcnrMatthias Krüger-45/+115
2025-05-30Address review comments.Orson Peters-1/+7
2025-05-30Directly use from_immediate for handling boolbjorn3-6/+3
2025-05-30Directly use from_immediate for handling boolbjorn3-12/+7
2025-05-30Avoid computing function type for intrinsic instancesbjorn3-8/+3
2025-05-30Avoid computing function type for intrinsic instancesbjorn3-22/+13
2025-05-30Use layout field of OperandRef in generic_simd_intrinsicbjorn3-47/+41
2025-05-30Use layout field of OperandRef in generic_simd_intrinsicbjorn3-79/+67
2025-05-30Use layout field of OperandRef and PlaceRef in codegen_intrinsic_callbjorn3-10/+11