about summary refs log tree commit diff
path: root/src/libsyntax/diagnostics/metadata.rs
AgeCommit message (Expand)AuthorLines
2019-08-20Remove serialization of diagnostics to filesMark Rousskov-93/+0
2019-04-05remove lookup_char_pos_adjAleksey Kladov-2/+2
2019-02-10rustc: doc commentsAlexander Regueiro-2/+2
2019-02-07libsyntax => 2018Taiki Endo-4/+5
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-19mv codemap() source_map()Donato Sciarra-1/+1
2018-07-10Deny bare trait objects in in src/libsyntaxljedrz-1/+1
2018-01-04rustc: Don't use relative paths for extended errorsAlex Crichton-5/+6
2017-12-14Use PathBuf instead of String where applicableOliver Schneider-2/+2
2017-08-30Make fields of `Span` privateVadim Petrochenkov-1/+1
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-1/+1
2016-03-22try! -> ?Jorge Aparicio-4/+4
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