index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
json.rs
Age
Commit message (
Expand
)
Author
Lines
2018-04-25
Approximate -> Applicability
Manish Goregaokar
-13
/
+13
2018-04-24
Use enum for approximate suggestions
Manish Goregaokar
-5
/
+5
2018-03-15
Require the code mapper to be thread-safe
John Kåre Alsaker
-2
/
+2
2018-03-02
Replace Rc with Lrc for shared data
John Kåre Alsaker
-5
/
+5
2018-02-26
Support flag `-Z ui-testing` for tweaking diagnostic output for UI tests
Vadim Petrochenkov
-1
/
+9
2018-02-01
Auto merge of #47540 - Manishearth:suggestion, r=nrc
bors
-10
/
+30
2018-01-29
Toggle span highlighting on `-Zteach`
Esteban Küber
-1
/
+1
2018-01-29
Add internal-only rustc_serialize_exclude_null attribute for making the field...
Manish Goregaokar
-0
/
+2
2018-01-29
Add -Zapproximate-suggestions
Manish Goregaokar
-4
/
+18
2018-01-29
Add approximate suggestions for rustfix
Manish Goregaokar
-7
/
+11
2017-12-14
Use PathBuf instead of String where applicable
Oliver Schneider
-1
/
+1
2017-11-20
Address PR comments
Oliver Schneider
-1
/
+1
2017-11-20
Include rendered diagnostic in json
Oliver Schneider
-3
/
+25
2017-11-16
Remove left over dead code from suggestion diagnostic refactoring
Oliver Schneider
-12
/
+2
2017-11-09
Auto merge of #45741 - oli-obk:refactor_suggestions, r=estebank
bors
-4
/
+4
2017-11-03
Refactor internal suggestion API
Oliver Schneider
-4
/
+4
2017-11-03
Pretty print json in ui tests
Oliver Schneider
-6
/
+16
2017-11-03
Remove outdated documentation
Oliver Schneider
-6
/
+2
2017-11-02
Make the difference between lint codes and error codes explicit
Oliver Schneider
-2
/
+6
2017-10-24
Reduce the repetition in json error output
Oliver Schneider
-17
/
+9
2017-08-30
Make fields of `Span` private
Vadim Petrochenkov
-4
/
+4
2017-08-17
Rollup merge of #43891 - Fourchaux:master, r=steveklabnik
Corey Farwell
-1
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-7
/
+7
2017-08-15
Fix typos & us spellings
Fourchaux
-1
/
+1
2017-07-21
make JSON error byte position start at top of file
Zack M. Davis
-3
/
+2
2017-07-06
Only underline suggestion if it is not the only code being shown
Esteban Küber
-1
/
+1
2017-06-11
Added consumption logic for external sources in FileMap
Inokentiy Babushkin
-1
/
+1
2017-05-16
Rollup merge of #41957 - llogiq:clippy-libsyntax, r=petrochenkov
Mark Simulacrum
-1
/
+1
2017-05-12
Fix some clippy warnings in libsyntax
Andre Bogus
-1
/
+1
2017-05-11
Address PR reviews
Oliver Schneider
-5
/
+5
2017-05-10
Refactor suggestion diagnostic API to allow for multiple suggestions
Oliver Schneider
-35
/
+33
2017-05-02
Auto merge of #40851 - oli-obk:multisugg, r=jonathandturner
bors
-2
/
+12
2017-04-26
Implement a file-path remapping feature in support of debuginfo and reproduci...
Michael Woerister
-2
/
+3
2017-04-25
Minimize single span suggestions into a note
Oliver Schneider
-2
/
+12
2017-03-29
Merge `ExpnId` and `SyntaxContext`.
Jeffrey Seyfried
-1
/
+1
2017-01-20
Auto merge of #38955 - estebank:highlighted-diags, r=nikomatsakis
bors
-10
/
+10
2017-01-17
tolerate `None` return from `get_line`
Niko Matsakis
-1
/
+1
2017-01-17
Teach Diagnostics to highlight text
Esteban Küber
-10
/
+10
2016-09-28
Allow supplying an error destination via the compiler driver
Nick Cameron
-3
/
+13
2016-07-14
Rename emit_struct->emit
Jonathan Turner
-1
/
+1
2016-07-14
Remove emit from emitter, leaving emit_struct
Jonathan Turner
-24
/
+1
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-0
/
+369