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
/
librustc_errors
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-27
Fix off by one error for delay_span_bug
Santiago Pastorino
-1
/
+4
2020-04-12
fix issue 69130
David Renshaw
-1
/
+4
2020-04-11
rustc: Add a warning count upon completion
RoccoDev
-3
/
+24
2020-03-30
rustc -> rustc_middle part 1
Mazdak Farrokhzad
-1
/
+1
2020-03-26
introduce `negative_impls` feature gate and document
Niko Matsakis
-2
/
+2
2020-03-20
Revised span-to-lines conversion to produce an empty vec on DUMMY_SP.
Felix S. Klock II
-3
/
+3
2020-03-10
rustc_errors: Use ensure_source_file_source_present where necessary.
Ana-Maria Mihalache
-0
/
+5
2020-03-04
Don't use "if let" bindings to only check a value and not actually bind anyth...
Matthias Krüger
-1
/
+1
2020-03-02
Rollup merge of #69623 - Centril:fix-69396-tmp, r=petrochenkov
Dylan DPC
-14
/
+4
2020-03-02
stash API: remove panic to fix ICE.
Mazdak Farrokhzad
-14
/
+4
2020-02-29
added `try_find_description` to distinguish no desc from invalid code
Jake Vossen
-2
/
+6
2020-02-22
Rename CodeMap to SourceMap follow up
Maxim Zholobak
-16
/
+16
2020-02-11
Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPC
Dylan DPC
-2
/
+0
2020-02-06
rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.
Eduard-Mihai Burtescu
-4
/
+4
2020-02-04
Remove unused feature gates from librustc_errors
bjorn3
-2
/
+0
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
[next]