about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/Cargo.toml
AgeCommit message (Expand)AuthorLines
2025-09-19[win] Use find-msvc-tools instead of cc to find the linker and rc on WindowsDaniel Paoliello-3/+1
2025-09-09Auto merge of #146018 - lambdageek:add-winres-version, r=wesleywiserbors-1/+1
2025-09-05compiler: Add Windows resources to rustc-main and rustc_driverAleksey Kliger-1/+1
2025-09-02Revert introduction of `[workspace.dependencies]`.Nicholas Nethercote-7/+7
2025-08-29Update to ar_archive_writer 0.5.1Daniel Paoliello-1/+1
2025-08-28Add `tempfile` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-28Add `serde_json` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-28Add `libc` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-27Add `itertools` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-27Add `tracing` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-27Add `bitflags` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-27Add `thin-vec` to newly added `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-13fix tail calls to `#[track_caller]` functionsWaffle Lapkin-0/+1
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-1/+0
2025-07-29cc dependencies: clarify commentRalf Jung-2/+2
2025-06-17CodeGen: rework Aggregate implemention for rvalue_creates_operand casesScott McMurray-2/+0
2025-06-05Bump objectWANG Rui-1/+1
2025-05-19Rollup merge of #140874 - mejrs:rads, r=WaffleLapkinStuart Cook-0/+1
2025-05-18Remove rustc_attr_data_structures re-export from rustc_attr_parsingmejrs-0/+1
2025-05-17compiler & tools: bump windows crate to dedupe versionsklensy-1/+1
2025-03-24bump thorin to drop duped depsklensy-1/+1
2025-03-20Use `-Wunused_crate_dependencies` for compiler crates.Nicholas Nethercote-2/+0
2025-03-15Stop relying on rustc_type_ir in non-type-system cratesMichael Goulet-1/+0
2025-03-10Revert "Use workspace lints for crates in `compiler/` #138084"许杰友 Jieyou Xu (Joe)-3/+0
2025-03-08Specify rust lints for `compiler/` crates via Cargo.Nicholas Nethercote-0/+3
2025-02-28compiler: bump `cc` to 1.2.16 to fix `x86` Windows jobs on newest Windows SDK许杰友 Jieyou Xu (Joe)-1/+1
2025-02-22Upgrade the compiler to edition 2024Michael Goulet-1/+1
2025-02-16Move hashes from rustc_data_structure to rustc_hashes so they can be shared w...Ben Kimock-0/+1
2025-02-10Bump `cc` to v1.2.13 for the compiler workspaceclubby789-1/+1
2025-01-25Shorten linker output even more when `--verbose` is not presentjyn-0/+1
2025-01-21bumpt compiler and tools to windows 0.59klensy-1/+1
2025-01-03Bump cc in the compilerChris Denton-1/+1
2024-12-29Bump compiler ccclubby789-1/+1
2024-12-19Bump compiler `cc` to 1.2.5许杰友 Jieyou Xu (Joe)-2/+3
2024-12-18Auto merge of #134425 - clubby789:cargo-update, r=jieyouxubors-1/+2
2024-12-17compiler & tools dependencies:clubby789-1/+2
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-1/+1
2024-12-15Add hir::AttributeJonathan Dönszelmann-0/+1
2024-12-13Remove jobserver from Sessionbjorn3-1/+0
2024-12-10Rollup merge of #133456 - clubby789:cargo-update, r=ChrisDentonLeón Orell Valerian Liehr-1/+1
2024-12-01Run `cargo update` and update licensesclubby789-1/+1
2024-11-15fix: rust-lang/rust#47446Sven Kanoldt-0/+1
2024-11-07Remove unused intercrate dependenciesclubby789-1/+0
2024-10-08compiler: Factor rustc_target::abi out of cg_ssaJubilee Young-0/+1
2024-10-02Rollup merge of #130863 - compiler-errors:relax-codegen-dyn-assert, r=lcnrMatthias Krüger-0/+1
2024-09-30Unpin `cc` and upgrade to the latest versionTrevor Gross-1/+1
2024-09-30Relax a debug assertion in codegenMichael Goulet-0/+1
2024-09-27bump few depsklensy-2/+2
2024-08-29Update the `wasm-component-ld` binary dependencyAlex Crichton-1/+1
2024-08-24Rollup merge of #129290 - tgross35:pin-cc, r=Mark-SimulacrumMatthias Krüger-1/+1