diff --git a/Note-rustc-hacking-guide.md b/Note-rustc-hacking-guide.md new file mode 100644 index 0000000..51e1395 --- /dev/null +++ b/Note-rustc-hacking-guide.md @@ -0,0 +1,5 @@ +This is a collection of pages intended to help new hackers learn their way around the internals of the Rust compiler. It will probably always be incomplete. Please help by extending and adding pages as you learn new things about the compiler. + +[[Note rustc hacking guide - Front end|Front end]] +[[Note rustc hacking guide - Front end|Middle end]] +[[Note rustc hacking guide - Front end|Back end]] \ No newline at end of file