about summary refs log tree commit diff
path: root/compiler/rustc_ast_lowering/Cargo.toml
AgeCommit message (Expand)AuthorLines
2025-06-24Rewrite #[track_caller]Jana Dönszelmann-0/+1
2025-03-20Use `-Wunused_crate_dependencies` for compiler crates.Nicholas Nethercote-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-24Introduce new parsing infrastructure and types for parsed attributesJana Dönszelmann-0/+2
2025-02-22Upgrade the compiler to edition 2024Michael Goulet-1/+1
2025-02-09compiler: gate `extern "{abi}"` in ast_loweringJubilee Young-0/+1
2025-02-07compiler: use rustc_abi in rustc_ast_*Jubilee Young-0/+1
2024-11-16Fix ICE when passing DefId-creating args to legacy_const_generics.Luca Versari-0/+1
2024-11-07Remove unused intercrate dependenciesclubby789-1/+0
2023-10-30Clean up `rustc_*/Cargo.toml`.Nicholas Nethercote-2/+4
2023-04-18Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb-0/+1
2023-02-21Upgrade `thin-vec` from 0.2.9 to 0.2.12.Nicholas Nethercote-1/+1
2023-02-06remove unused importsklensy-2/+0
2022-11-02rustdoc: use ThinVec for cleaned genericsMichael Howell-1/+1
2022-08-29Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`.Nicholas Nethercote-6/+7
2022-08-22Migrate ast_lowering::path to SessionDiagnosticJean CASPAR-0/+1
2022-06-27Update `smallvec` to 1.8.1.Nicholas Nethercote-1/+1
2022-06-14Make ResolverAstLowering a struct.Camille GILLOT-0/+1
2021-10-09Forbid hashing HIR outside of indexing.Camille GILLOT-0/+1
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2021-02-14bumped smallvec depsklensy-1/+1
2020-08-30mv compiler to compiler/mark-0/+22