about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/Cargo.toml
AgeCommit message (Expand)AuthorLines
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