about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/Cargo.toml
AgeCommit message (Expand)AuthorLines
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-1/+0
2025-07-03Port `#[target_feature]` to the new attribute parsing infrastructureJonathan Brouwer-0/+1
2025-05-06support duplicates in the opaque_types_storagelcnr-1/+0
2025-05-05Rollup merge of #140559 - rperier:type-ir-to-type-middle, r=compiler-errorsGuillaume Gomez-0/+1
2025-05-05Rollup merge of #140307 - mejrs:condition_parser, r=nnethercoteTrevor Gross-1/+0
2025-05-02Refactor rustc_on_unimplemented's filter parsermejrs-1/+0
2025-05-02Use less rustc_type_ir in the compiler codebaseRomain Perier-0/+1
2025-04-30Use less rustc_type_ir in the compiler codebaseRomain Perier-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
2025-02-19Make fewer crates depend on rustc_ast_irMichael Goulet-1/+0
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-2/+0
2024-11-02compiler: Replace rustc_target with _abi in _trait_selectionJubilee Young-1/+1
2024-10-12Swap PredicateObligation to ThinVecGnomedDev-0/+1
2024-06-29Remove unused compiler dependenciesJakub Beránek-4/+0
2024-05-18Move NormalizesTo back downMichael Goulet-0/+2
2024-05-18Make proof tree building genericMichael Goulet-0/+2
2024-03-08bump itertools to 0.12klensy-1/+1
2024-03-05Convert `TypeVisitor` and `DefIdVisitor` to use `VisitorResult`Jason Newcomb-0/+1
2024-01-09avoid always rerunning in case of a cyclelcnr-0/+1
2023-12-16Provide better suggestions for T == &T and &T == Tsjwang05-0/+1
2023-12-08Uplift canonicalizer into new trait solver crateMichael Goulet-0/+1
2023-11-22Replace `custom_encodable` with `encodable`.Nicholas Nethercote-1/+0
2023-10-30Clean up `rustc_*/Cargo.toml`.Nicholas Nethercote-7/+7
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-02-10Multiple candidates with same response is not ambiguousMichael Goulet-0/+1
2023-02-06remove unused importsklensy-1/+0
2023-01-18update cachelcnr-0/+1
2022-09-29Remove from compiler/ cratesreez12g-1/+0
2022-07-27Initial (incomplete) implementation of transmutability trait.Jack Wrenn-0/+1
2022-06-27Update `smallvec` to 1.8.1.Nicholas Nethercote-1/+1
2021-10-07Rollup merge of #89461 - crlf0710:dyn_upcasting_lint, r=nikomatsakisGuillaume Gomez-0/+1
2021-10-03Remove re-export.Camille GILLOT-0/+1
2021-10-03Add `deref_into_dyn_supertrait` lint.Charles Lew-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/+25