1
Fork 0
rust/compiler/rustc_middle
est31 a0fc455d30 Replace absolute paths with relative ones
Modern compilers allow reaching external crates
like std or core via relative paths in modules
outside of lib.rs and main.rs.
2020-10-13 14:16:45 +02:00
..
benches mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
src Replace absolute paths with relative ones 2020-10-13 14:16:45 +02:00
Cargo.toml Update chalk to 0.32.0 2020-10-08 13:17:01 +02: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.