| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-03-22 | try! -> ? | Jorge Aparicio | -4/+4 | |
| Automated conversion using the untry tool [1] and the following command: ``` $ find -name '*.rs' -type f | xargs untry ``` at the root of the Rust repo. [1]: https://github.com/japaric/untry | ||||
| 2015-06-20 | diagnostics: Resurrect the Compiler Error Index. | Michael Sproul | -83/+29 | |
| 2015-04-30 | Add 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. | ||||
