rust/compiler/rustc_middle
Martin Gammelsæter 041121a184 Optimize relate_substs by extracting match
There was no need to keep doing the match inside the iterator.
2022-04-16 17:42:27 +02:00
..
benches mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
src Optimize relate_substs by extracting match 2022-04-16 17:42:27 +02:00
Cargo.toml Propagate parallel_compiler feature through rustc crates. Turned off feature gives change of builded crates: 238 -> 224. 2022-03-28 08:41:12 +03:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

For more information about how rustc works, see the rustc dev guide.