about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-09-05compiler: Add Windows resources to rustc-main and rustc_driverAleksey Kliger-8/+271
2025-09-05Optimize Cargo with LTOJakub Beránek-2/+4
2025-09-05Fix conditionJakub Beránek-1/+1
2025-09-05single buffer for exponent fmt of integersPascal S. de Kloe-176/+213
2025-09-05rustc_middle: clippy fixesMarijn Schouten-20/+14
2025-09-05Auto merge of #146121 - Muscraft:filter-suggestion-parts, r=petrochenkovbors-8/+4
2025-09-05Auto merge of #146121 - Muscraft:filter-suggestion-parts, r=petrochenkovbors-24/+21
2025-09-05Add a comment about the "specialization" feature required because of `im-rc`Jakub Beránek-0/+2
2025-09-05Merge pull request #2577 from ada4a/patch-2Tshepang Mbambo-2/+2
2025-09-05Update renamed `take_region_var_origins`Ada Alakbarova-2/+2
2025-09-05Add snapshot test for disting compiler docsJakub Beránek-1/+53
2025-09-05Respect top stage when documenting CargoJakub Beránek-2/+15
2025-09-05Merge pull request #2576 from ada4a/patch-1Tshepang Mbambo-1/+1
2025-09-05Allow `specialization` feature when documenting CargoJakub Beránek-4/+16
2025-09-05Add __isOSVersionAtLeast and __isPlatformVersionAtLeast symbolsMads Marquart-2/+1127
2025-09-05Update link to `resolve_regions_and_report_errors`Ada Alakbarova-1/+1
2025-09-05rustc-dev-guide: update docs for `run-make-cargo`Jieyou Xu-30/+39
2025-09-05triagebot: account for new `tests/run-make-cargo` test suiteJieyou Xu-0/+3
2025-09-05tidy: account for moved `tests/run-make/uefi-qemu`Jieyou Xu-1/+1
2025-09-05cg_gcc: run `run-make-cargo` testsJieyou Xu-3/+19
2025-09-05cg_clif: run `run-make-cargo` test suiteJieyou Xu-1/+1
2025-09-05cg_clif: account for moved `tests/run-make-cargo/compiler-builtins`Jieyou Xu-1/+1
2025-09-05ci: update jobs to also run `tests/run-make-cargo`Jieyou Xu-7/+9
2025-09-05remove couple of clonesMatthias Krüger-4/+4
2025-09-05tests: update test instruction in `thumb-none-cortex-m`Jieyou Xu-1/+1
2025-09-05tests: move `run-make` tests requiring in-tree cargo to `run-make-cargo` test...Jieyou Xu-0/+0
2025-09-05`run-make-support`: handle unavailable in-tree cargo under `run-make` test suiteJieyou Xu-6/+13
2025-09-05compiletest: implement {`run-make`,`run-make-cargo`} test suite splitJieyou Xu-7/+10
2025-09-05bootstrap: split `run-make` into {`run-make`,`run-make-cargo`} test suitesJieyou Xu-21/+80
2025-09-05Ensure that `--html-after-content` option is used to check `scrape_examples_i...Guillaume Gomez-2/+4
2025-09-05rustc_infer: change top-level doc comment to innerMarijn Schouten-1/+1
2025-09-05DynamicConfig: use canonical clone implMarijn Schouten-1/+1
2025-09-05Auto merge of #146044 - estebank:issue-88727, r=chenyukangbors-49/+393
2025-09-05Merge pull request #4570 from RalfJung/atomic-rmw-intRalf Jung-1/+2
2025-09-05gpu offload: change suspicious map into filterMarijn Schouten-1/+1
2025-09-05atomic rmw intrinsics: RHS must be an integerRalf Jung-1/+2
2025-09-05Merge pull request #4569 from RalfJung/atomic-rmwRalf Jung-127/+83
2025-09-05atomics: unify handling min/max and the other RMWsRalf Jung-127/+83
2025-09-05change file-is-generated doc comment to innerMarijn Schouten-2/+2
2025-09-05Auto merge of #146224 - tgross35:rollup-1bgjms3, r=tgross35bors-136/+798
2025-09-05Merge pull request #2575 from rust-lang/tshepang/inline-external-linksTshepang Mbambo-3/+4
2025-09-05avoid inline external linksTshepang Mbambo-3/+4
2025-09-05Merge pull request #2574 from rust-lang/tshepang/sembrTshepang Mbambo-3/+9
2025-09-05sembrTshepang Mbambo-3/+9
2025-09-05clarify typo pr guidanceTshepang Mbambo-2/+4
2025-09-05RawVecInner: add missing `unsafe` to unsafe fnsBart Jacobs-36/+123
2025-09-05Fix indent for unresolved_field fixesA4-Tacks-13/+52
2025-09-05Merge pull request #4568 from RalfJung/duration-from-nanosRalf Jung-8/+2
2025-09-05make use of Duration::from_nanos_u128Ralf Jung-8/+2
2025-09-05Merge pull request #4567 from rust-lang/rustup-2025-09-05Ralf Jung-2885/+9298