| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-08-20 | Remove serialization of diagnostics to files | Mark Rousskov | -93/+0 | |
| This is no longer used by the index generator and was always an unstable compiler detail, so strip it out. This also leaves in RUSTC_ERROR_METADATA_DST since the stage0 compiler still needs it to be set. | ||||
| 2019-04-05 | remove lookup_char_pos_adj | Aleksey Kladov | -2/+2 | |
| It is now exactly equivalent to lookup_char_pos. | ||||
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -2/+2 | |
| 2019-02-07 | libsyntax => 2018 | Taiki Endo | -4/+5 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -1/+1 | |
| 2018-07-10 | Deny bare trait objects in in src/libsyntax | ljedrz | -1/+1 | |
| 2018-01-04 | rustc: Don't use relative paths for extended errors | Alex Crichton | -5/+6 | |
| These no longer work now that Cargo changes the cwd of rustc while it's running. Instead use an absolute path that's set by rustbuild. | ||||
| 2017-12-14 | Use PathBuf instead of String where applicable | Oliver Schneider | -2/+2 | |
| 2017-08-30 | Make fields of `Span` private | Vadim Petrochenkov | -1/+1 | |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -1/+1 | |
| 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. | ||||
