summary refs log tree commit diff
path: root/src/libsyntax/json.rs
AgeCommit message (Expand)AuthorLines
2019-05-21Make -Zemit-artifact-notifications also emit the artifact typeJeremy Fitzhardinge-2/+4
2019-05-07rustc: rename -Z emit-directives to -Z emit-artifact-notifications and simpli...Eduard-Mihai Burtescu-6/+7
2019-04-30In JSON output, emit a directive after metadata is generated.Nicholas Nethercote-2/+20
2019-04-17Rollup merge of #59128 - oli-obk:colorful_json, r=mark-i-m,eddybMazdak Farrokhzad-11/+20
2019-04-10Tweak unstable diagnostic outputEsteban Küber-13/+11
2019-04-02Rename `colorful-json` to `json-rendered` and make it a selection instead of ...Oliver Scherer-9/+9
2019-04-02Emit ansi color codes in the `rendered` field of json diagnosticsOliver Scherer-10/+19
2019-02-13Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasperMazdak Farrokhzad-5/+6
2019-02-13Cleanup importsTaiki Endo-1/+2
2019-02-13Rename rustc_errors dependency in rust 2018 cratesTaiki Endo-4/+4
2019-02-10rustc: doc commentsAlexander Regueiro-1/+1
2019-02-07libsyntax => 2018Taiki Endo-8/+8
2019-01-13Cosmetic improvementsAlexander Regueiro-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-29Rename other occs of (Code/File)Map to Source(Map/File) #51574David Lavati-9/+9
2018-08-19mv (mod) codemap source_mapDonato Sciarra-1/+1
2018-08-19mv filemap source_fileDonato Sciarra-2/+2
2018-08-19mv FileMap SourceFileDonato Sciarra-1/+1
2018-08-19mv CodeMap SourceMapDonato Sciarra-6/+6
2018-07-10Deny bare trait objects in in src/libsyntaxljedrz-3/+3
2018-05-21Stabilize suggestion applicability field in json outputManish Goregaokar-17/+4
2018-04-25Approximate -> ApplicabilityManish Goregaokar-13/+13
2018-04-24Use enum for approximate suggestionsManish Goregaokar-5/+5
2018-03-15Require the code mapper to be thread-safeJohn Kåre Alsaker-2/+2
2018-03-02Replace Rc with Lrc for shared dataJohn Kåre Alsaker-5/+5
2018-02-26Support flag `-Z ui-testing` for tweaking diagnostic output for UI testsVadim Petrochenkov-1/+9
2018-02-01Auto merge of #47540 - Manishearth:suggestion, r=nrcbors-10/+30
2018-01-29Toggle span highlighting on `-Zteach`Esteban Küber-1/+1
2018-01-29Add internal-only rustc_serialize_exclude_null attribute for making the field...Manish Goregaokar-0/+2
2018-01-29Add -Zapproximate-suggestionsManish Goregaokar-4/+18
2018-01-29Add approximate suggestions for rustfixManish Goregaokar-7/+11
2017-12-14Use PathBuf instead of String where applicableOliver Schneider-1/+1
2017-11-20Address PR commentsOliver Schneider-1/+1
2017-11-20Include rendered diagnostic in jsonOliver Schneider-3/+25
2017-11-16Remove left over dead code from suggestion diagnostic refactoringOliver Schneider-12/+2
2017-11-09Auto merge of #45741 - oli-obk:refactor_suggestions, r=estebankbors-4/+4
2017-11-03Refactor internal suggestion APIOliver Schneider-4/+4
2017-11-03Pretty print json in ui testsOliver Schneider-6/+16
2017-11-03Remove outdated documentationOliver Schneider-6/+2
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