about summary refs log tree commit diff
path: root/src/libsyntax/json.rs
AgeCommit message (Expand)AuthorLines
2017-11-02Make the difference between lint codes and error codes explicitOliver Schneider-2/+6
2017-10-24Reduce the repetition in json error outputOliver Schneider-17/+9
2017-08-30Make fields of `Span` privateVadim Petrochenkov-4/+4
2017-08-17Rollup merge of #43891 - Fourchaux:master, r=steveklabnikCorey Farwell-1/+1
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-7/+7
2017-08-15Fix typos & us spellingsFourchaux-1/+1
2017-07-21make JSON error byte position start at top of fileZack M. Davis-3/+2
2017-07-06Only underline suggestion if it is not the only code being shownEsteban Küber-1/+1
2017-06-11Added consumption logic for external sources in FileMapInokentiy Babushkin-1/+1
2017-05-16Rollup merge of #41957 - llogiq:clippy-libsyntax, r=petrochenkovMark Simulacrum-1/+1
2017-05-12Fix some clippy warnings in libsyntaxAndre Bogus-1/+1
2017-05-11Address PR reviewsOliver Schneider-5/+5
2017-05-10Refactor suggestion diagnostic API to allow for multiple suggestionsOliver Schneider-35/+33
2017-05-02Auto merge of #40851 - oli-obk:multisugg, r=jonathandturnerbors-2/+12
2017-04-26Implement a file-path remapping feature in support of debuginfo and reproduci...Michael Woerister-2/+3
2017-04-25Minimize single span suggestions into a noteOliver Schneider-2/+12
2017-03-29Merge `ExpnId` and `SyntaxContext`.Jeffrey Seyfried-1/+1
2017-01-20Auto merge of #38955 - estebank:highlighted-diags, r=nikomatsakisbors-10/+10
2017-01-17tolerate `None` return from `get_line`Niko Matsakis-1/+1
2017-01-17Teach Diagnostics to highlight textEsteban Küber-10/+10
2016-09-28Allow supplying an error destination via the compiler driverNick Cameron-3/+13
2016-07-14Rename emit_struct->emitJonathan Turner-1/+1
2016-07-14Remove emit from emitter, leaving emit_structJonathan Turner-24/+1
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-0/+369