about summary refs log tree commit diff
path: root/src/error-index-generator/main.rs
AgeCommit message (Collapse)AuthorLines
2016-02-14Rename `error-index-generator` to `error_index_generator`Dirk Gadsden-203/+0
This is because the tool compiler passes the name of the tool as a command line `--cfg`. The improved session config parser is stricter and no longer permits invalid meta items (such as "error-index-generator").
2016-02-07Update long error explanationsGuillaume Gomez-7/+7
2016-02-07Add compile-fail test in rustdocGuillaume Gomez-34/+120
2015-10-11Run rustfmt on error-index-generator.Ahmed Charles-10/+6
2015-06-20diagnostics: Resurrect the Compiler Error Index.Michael Sproul-1/+3
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1
2015-05-05Error index style tweaks.Michael Sproul-1/+9
2015-05-03Add error index generator.Michael Sproul-0/+111