about summary refs log tree commit diff
path: root/compiler/rustc_infer/Cargo.toml
AgeCommit message (Expand)AuthorLines
2025-09-02Revert introduction of `[workspace.dependencies]`.Nicholas Nethercote-2/+2
2025-08-27Add `tracing` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-27Add `thin-vec` to newly added `[workspace.dependencies]`.Nicholas Nethercote-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-19Make fewer crates depend on rustc_ast_irMichael Goulet-1/+0
2024-11-07Remove unused intercrate dependenciesclubby789-2/+0
2024-10-12Swap PredicateObligation to ThinVecGnomedDev-0/+1
2024-07-06Uplift PredicateEmittingRelation firstMichael Goulet-0/+1
2024-07-05Split SolverDelegate back out from InferCtxtLikeMichael Goulet-0/+1
2024-06-13Remove some unnecessary crate dependencies.Nicholas Nethercote-1/+0
2024-06-06Uplift TypeRelation and RelateMichael Goulet-0/+1
2024-03-05Convert `TypeVisitor` and `DefIdVisitor` to use `VisitorResult`Jason Newcomb-0/+1
2023-11-22Replace `custom_encodable` with `encodable`.Nicholas Nethercote-1/+0
2023-10-30Clean up `rustc_*/Cargo.toml`.Nicholas Nethercote-3/+5
2023-04-18Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb-0/+1
2023-02-06remove unused importsklensy-1/+0
2022-08-23Migrate OpaqueHiddenType, E0282, E0283, E0284, E0698Nikita Tomashevich-0/+1
2022-06-27Update `smallvec` to 1.8.1.Nicholas Nethercote-1/+1
2022-06-13remove currently unused depsklensy-1/+0
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2021-06-25rustc_infer: Remove unused dependency rustc_astJosh Triplett-1/+0
2021-06-25rustc_infer: Remove unused dependency rustc_graphvizJosh Triplett-1/+0
2021-02-14bumped smallvec depsklensy-1/+1
2020-09-23Move MiniSet to data_structuresAndreas Jonson-1/+0
2020-09-17Intorduced MiniMap - a tiny small storage optimized map implementationValerii Lashmanov-0/+1
2020-08-30mv compiler to compiler/mark-0/+24