about summary refs log tree commit diff
path: root/compiler/rustc_monomorphize/Cargo.toml
AgeCommit message (Expand)AuthorLines
2025-09-02Revert introduction of `[workspace.dependencies]`.Nicholas Nethercote-2/+2
2025-08-28Add `serde_json` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-27Add `tracing` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-14Complete functionality and general cleanupMarcelo Domínguez-2/+0
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-1/+0
2025-05-09don't depend on rustc_attr_parsing if rustc_data_structures will domejrs-1/+1
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
2025-01-29upstream rustc_codegen_ssa/rustc_middle changes for enzyme/autodiffManuel Drehwald-0/+2
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-1/+1
2024-11-28Share inline(never) generics across cratesMark Rousskov-0/+1
2024-11-02compiler: Add rustc_abi to _monomorphizeJubilee Young-0/+1
2023-10-30Clean up `rustc_*/Cargo.toml`.Nicholas Nethercote-6/+6
2023-10-18Remove unneeded dependencies from `rustc_monomorphize`.Nicholas Nethercote-1/+0
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-01-02Add json output to `-Zdump-mono-stats`Joshua Nelson-0/+2
2022-09-29Remove from compiler/ cratesreez12g-1/+0
2022-08-25rebased: convert rustc_monomorphize errors to SessionDiagnosticNathan Stocks-1/+3
2022-06-27Update `smallvec` to 1.8.1.Nicholas Nethercote-1/+1
2022-06-13remove currently unused depsklensy-1/+0
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-09-08Rebase fallout.Camille GILLOT-1/+0
2021-09-07Move monomorphize code to its own crate.Camille GILLOT-0/+20