about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/Cargo.toml
AgeCommit message (Expand)AuthorLines
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-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-10-28compiler: Add `is_uninhabited` and use LayoutS accessorsJubilee Young-0/+1
2024-08-03Simplify match based on the cast result of `IntToInt`.DianQK-0/+1
2024-05-24compiler: const_eval/transform/validate.rs -> mir_transform/validate.rsJubilee Young-0/+1
2024-03-08bump itertools to 0.12klensy-1/+1
2023-12-07coverage: Avoid unnecessary macros in unit testsZalathar-5/+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-10/+12
2023-10-21Implement JumpThreading pass.Camille GILLOT-0/+1
2023-07-22Make `unconditional_recursion` warning detect recursive dropsMartin Nordholts-0/+1
2023-05-02Migrate `mir_transform` to translatable diagnosticsclubby789-0/+2
2022-11-18interpret: use Either over Result when it is not representing an error conditionRalf Jung-0/+1
2022-09-29Remove from compiler/ cratesreez12g-1/+0
2022-06-27Update `smallvec` to 1.8.1.Nicholas Nethercote-1/+1
2022-06-13remove currently unused depsklensy-1/+0
2022-03-04Update `itertools`pierwill-1/+1
2022-01-14Update itertools to deduplicate itRémy Rakic-1/+1
2021-10-03Remove re-export.Camille GILLOT-0/+1
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-09-08Rebase fallout.Camille GILLOT-1/+0
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-1/+1
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-0/+1
2021-09-07Move rustc_mir::transform to rustc_mir_transform.Camille GILLOT-0/+29