about summary refs log tree commit diff
path: root/compiler/rustc_passes/Cargo.toml
AgeCommit message (Expand)AuthorLines
2025-09-02Revert introduction of `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-27Add `tracing` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-1/+0
2025-07-11Fix ICE for parsed attributes with longer path not handled by CheckAttrVisitorJonathan Brouwer-0/+1
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-02-09compiler: start using rustc_ast_lowering in rustc_passesJubilee Young-0/+1
2024-12-17Auto merge of #134381 - jdonszelmann:move-attribute-types, r=oli-obkbors-1/+1
2024-12-17Remove `rustc::existing_doc_keyword` lint.Nicholas Nethercote-1/+0
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-1/+1
2024-10-27compiler: Add rustc_abi dependence to the compilerJubilee Young-0/+1
2024-03-14Test and implement reachability for trait objects and generic parameters of f...Oli Scherer-0/+1
2024-03-08bump itertools to 0.12klensy-1/+0
2023-11-22Replace `custom_encodable` with `encodable`.Nicholas Nethercote-1/+0
2023-11-22Update itertools to 0.11.Nicholas Nethercote-1/+1
2023-10-30Clean up `rustc_*/Cargo.toml`.Nicholas Nethercote-9/+11
2023-04-18Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb-0/+1
2023-03-14Simplify proc macro signature validity checkMichael Goulet-0/+1
2022-07-15passes: migrate half of `check_attr`David Wood-0/+1
2022-06-19collapse dead code warnings into a single diagnosticTakayuki Maeda-0/+1
2022-06-13remove currently unused depsklensy-1/+0
2022-05-03Add support for a new attribute `#[debugger_visualizer]` to support embedding...ridwanabdillahi-0/+1
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-08-21Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`Aaron Hill-0/+2
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2021-06-25rustc_passes: Remove unused dependency rustc_trait_selectionJosh Triplett-1/+0
2021-03-14Use pretty-printer instead of `span_to_snippet`Camelid-0/+1
2020-12-02Add rustc_lexer as dependency to rustc_passesGuillaume Gomez-0/+1
2020-09-26liveness: Use newtype_index for Variable and LiveNodeTomasz Miąsko-0/+1
2020-08-30mv compiler to compiler/mark-0/+19