about summary refs log tree commit diff
path: root/src/libsyntax/diagnostics/metadata.rs
AgeCommit message (Collapse)AuthorLines
2015-06-20diagnostics: Resurrect the Compiler Error Index.Michael Sproul-83/+29
2015-04-30Add metadata output to the diagnostics system.Michael Sproul-0/+155
Diagnostic errors are now checked for uniqueness across the compiler and error metadata is written to JSON files.