├── README.md └── notes └── next-solver ├── impl-shadowing-via-env.md └── search-graph ├── general.md └── why-nested-goals-global-cache.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rust-lang/trait-system-refactor-initiative/HEAD/README.md -------------------------------------------------------------------------------- /notes/next-solver/impl-shadowing-via-env.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rust-lang/trait-system-refactor-initiative/HEAD/notes/next-solver/impl-shadowing-via-env.md -------------------------------------------------------------------------------- /notes/next-solver/search-graph/general.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rust-lang/trait-system-refactor-initiative/HEAD/notes/next-solver/search-graph/general.md -------------------------------------------------------------------------------- /notes/next-solver/search-graph/why-nested-goals-global-cache.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rust-lang/trait-system-refactor-initiative/HEAD/notes/next-solver/search-graph/why-nested-goals-global-cache.md --------------------------------------------------------------------------------