about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/Cargo.toml
AgeCommit message (Expand)AuthorLines
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-1/+0
2025-06-12introduce new lint infraJana Dönszelmann-0/+1
2025-06-08add (back) unsupported_calling_conventions lint to reject more invalid callin...Ralf Jung-0/+1
2025-05-09don't depend on rustc_attr_parsing if rustc_data_structures will domejrs-1/+1
2025-04-27Move inline_asm to typeck, properly handle aliasesMichael Goulet-1/+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-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-07Remove unused intercrate dependenciesclubby789-1/+0
2024-10-27compiler: Add rustc_abi dependence to the compilerJubilee Young-0/+1
2024-03-08bump itertools to 0.12klensy-1/+1
2024-01-14Use zip_eq to enforce that things being zipped have equal sizesMichael Goulet-0/+1
2024-01-06Disallow reference to `static mut` for expressionsObei Sideg-0/+1
2023-10-30Clean up `rustc_*/Cargo.toml`.Nicholas Nethercote-10/+12
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-04-16Use lints via `lint_defs` instead of `lints`Nilstrieb-1/+1
2023-02-21Use `ThinVec` in various AST types.Nicholas Nethercote-1/+2
2023-02-06remove unused importsklensy-3/+0
2022-10-07Rewrite representabilityCameron Steffen-1/+0
2022-09-27rustc_typeck to rustc_hir_analysislcnr-0/+33