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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_errors
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2020-03-05
stash API: remove panic to fix ICE.
Mazdak Farrokhzad
-14
/
+4
2020-01-24
Do not ICE on multipart suggestions touching multiple files
Esteban Küber
-5
/
+6
2020-01-16
review comments
Esteban Küber
-12
/
+9
2020-01-16
Do not ICE on malformed suggestion spans
Esteban Küber
-0
/
+13
2020-01-10
Fix invalid bounding box
Esteban Küber
-1
/
+1
2020-01-08
Remove `-Z continue-parse-after-error`
Vadim Petrochenkov
-20
/
+0
2020-01-03
Address review comments + Fix rebase
Vadim Petrochenkov
-1
/
+2
2020-01-03
Introduce an option for disabling deduplication of diagnostics
Vadim Petrochenkov
-5
/
+7
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-4
/
+4
2019-12-29
Auto merge of #67614 - Mark-Simulacrum:global-callbacks, r=Zoxc
bors
-6
/
+4
2019-12-25
Store callbacks in global statics
Mark Rousskov
-6
/
+4
2019-12-24
Deprecate Error::description for real
David Tolnay
-5
/
+1
2019-12-22
Format the world
Mark Rousskov
-113
/
+109
2019-11-26
Move ErrorReported to rustc_errors
Mark Rousskov
-0
/
+7
2019-11-18
Auto merge of #58281 - mark-i-m:synthesis, r=estebank
bors
-0
/
+5
2019-11-16
review comments and fix rebase
Esteban Küber
-0
/
+1
2019-11-15
Move JSON emitter to rustc_errors
Mark Rousskov
-0
/
+1
2019-11-15
Remove SourceMapper trait
Mark Rousskov
-28
/
+5
2019-11-15
Move FatalError to syntax_pos
Mark Rousskov
-30
/
+1
2019-11-11
Tiny cleanup to size assertions
Vadim Petrochenkov
-3
/
+1
2019-11-07
move PResult to librustc_errors
Mazdak Farrokhzad
-1
/
+9
2019-11-05
use American spelling for `pluralize!`
Andy Russell
-1
/
+1
2019-10-27
add and use struct_help
Mark Mansi
-0
/
+5
2019-10-16
Check if there are any delayed_span_bugs and abort incremental compilation in...
Quentin Boyer
-0
/
+6
2019-10-14
Use heuristics for capitalization warning in suggestions
Esteban Küber
-4
/
+2
2019-10-13
Bring attention to suggestions when the only difference is capitalization
Esteban Küber
-11
/
+21
2019-10-03
review comments
Esteban Küber
-0
/
+2
2019-10-02
Fully clear `HandlerInner` in `Handler::reset_err_count`
AnthonyMikh
-5
/
+8
2019-09-23
cleanup librustc_errors Handler code.
Mazdak Farrokhzad
-135
/
+166
2019-09-23
stash_diagnostic: ICE in a different way
Mazdak Farrokhzad
-9
/
+18
2019-09-23
Introduce a diagnostic stashing API.
Mazdak Farrokhzad
-12
/
+72
2019-09-23
Auto merge of #64272 - Mark-Simulacrum:parallel-handler, r=estebank
bors
-164
/
+225
2019-09-17
Protect error handler fields with single lock
Mark Rousskov
-132
/
+204
2019-09-17
Remove unused methods from Handler
Mark Rousskov
-6
/
+0
2019-09-17
Remove Handler::{emit, emit_with_code}
Mark Rousskov
-31
/
+28
2019-09-17
Remove Handler::cancel
Mark Rousskov
-4
/
+0
2019-09-17
Privatize DiagnosticBuilder constructors
Mark Rousskov
-3
/
+2
2019-09-17
Take Diagnostic in Handler::emit_diagnostic
Mark Rousskov
-6
/
+8
2019-09-17
Replace DiagnosticBuilder with Diagnostic when emitting error
Mark Rousskov
-1
/
+2
2019-09-16
Fix failure note `to_str` implementation
Afnan Enayet
-1
/
+1
2019-09-08
Dedent macro definition
V1shvesh
-3
/
+3
2019-09-08
Remove extra trailing newline
V1shvesh
-1
/
+0
2019-09-08
Add pluralise macro
V1shvesh
-0
/
+8
2019-08-21
Add terminal_width debugging flag
Esteban Küber
-1
/
+1
2019-08-15
syntax_pos: `NO_EXPANSION`/`SyntaxContext::empty()` -> `SyntaxContext::root()`
Vadim Petrochenkov
-3
/
+2
2019-08-14
remove unused Level::PhaseFatal
Aleksey Kladov
-5
/
+2
2019-07-28
Auto merge of #63090 - Centril:rollup-xnjwm2h, r=Centril
bors
-1
/
+2
2019-07-28
Rollup merge of #62995 - estebank:issue-62973, r=varkor
Mazdak Farrokhzad
-1
/
+2
2019-07-28
Deny `unused_lifetimes` through rustbuild
Vadim Petrochenkov
-1
/
+0
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-2
/
+0
[next]