about summary refs log tree commit diff
path: root/compiler/rustc_metadata/Cargo.toml
AgeCommit message (Expand)AuthorLines
2025-09-02Revert introduction of `[workspace.dependencies]`.Nicholas Nethercote-5/+5
2025-08-28Add `odht` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-28Add `tempfile` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-28Add `libc` 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-07-31remove rustc_attr_data_structuresJana Dönszelmann-1/+0
2025-07-04Reuse metadata file from work products.Camille GILLOT-0/+1
2025-05-27Do not get proc_macro from the sysroot in rustcbjorn3-0/+3
2025-05-18Remove rustc_attr_data_structures re-export from rustc_attr_parsingmejrs-0/+1
2025-05-04Initial support for dynamically linked cratesBryanskiy-0/+1
2025-04-25Retry if creating temp fails with access deniedChris Denton-1/+0
2025-03-20Use `-Wunused_crate_dependencies` for compiler crates.Nicholas Nethercote-1/+5
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-22Upgrade the compiler to edition 2024Michael Goulet-1/+1
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-1/+1
2024-11-21aix: fix archive formatHenry Jiang-0/+1
2024-10-31Remove support for decompressing dylib metadatabjorn3-1/+0
2024-10-27compiler: Add rustc_abi dependence to the compilerJubilee Young-0/+1
2024-01-10deps: deduplicate the version of libloading usedSimonas Kazlauskas-1/+1
2023-12-30Update to bitflags 2 in the compilerNilstrieb-1/+1
2023-10-30Clean up `rustc_*/Cargo.toml`.Nicholas Nethercote-10/+10
2023-04-22drop unused deps, gate libc under unix for one crateklensy-1/+0
2023-04-18Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb-0/+1
2023-03-16Add `try_canonicalize` to `rustc_fs_util` and use it over `fs::canonicalize`John Kåre Alsaker-0/+1
2023-01-21rustc_metadata: Encode `doc(hidden)` flag to metadataVadim Petrochenkov-0/+1
2022-09-29Remove from compiler/ cratesreez12g-1/+0
2022-07-02move encode_and_write_metadata to rustc_metadata::fsYoshiki Matsuda-0/+1
2022-06-27Update `smallvec` to 1.8.1.Nicholas Nethercote-1/+1
2022-05-28Initial fixes on top of type interner commitMichael Goulet-0/+1
2021-12-06replace dynamic library module with libloadingAndy Russell-4/+1
2021-10-29Update odht crate to 0.3.1 (big-endian bugfix)Michael Woerister-1/+1
2021-09-21Auto merge of #89103 - Mark-Simulacrum:migrate-2021, r=estebankbors-1/+1
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-09-20Update odht crate to 0.3.0Michael Woerister-1/+1
2021-09-17Update odht to 0.2.1Michael Woerister-1/+1
2021-09-14Use on-disk-hash-table format for DefPathHashMap in hir::definitions.Michael Woerister-0/+1
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2021-06-25rustc_metadata: Remove unused dependency stable_deref_traitJosh Triplett-1/+0
2021-03-30Add an Mmap wrapper to rustc_data_structuresbjorn3-1/+0
2021-03-18Upgrade memmap to memmap2 in other crates.Camille GILLOT-1/+1
2021-02-14bumped smallvec depsklensy-1/+1
2020-09-13Don't query unstable data when `staged_api` is offJonas Schievink-0/+1
2020-08-30mv compiler to compiler/mark-0/+33