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
2018-01-29
Add approximate suggestions for rustfix
Manish Goregaokar
-0
/
+6
2018-01-26
Merge branch 'explain' of https://github.com/estebank/rust into rollup
Alex Crichton
-0
/
+18
2018-01-26
Do not capture stderr in the compiler. Instead just panic silently for fatal ...
John Kåre Alsaker
-1
/
+15
2018-01-25
Add description to field and method
Esteban Küber
-0
/
+8
2018-01-22
Only emit expanded diagnostic information once
Esteban Küber
-0
/
+10
2018-01-14
Auto merge of #47274 - Manishearth:rustdoc-span, r=QuietMisdreavus
bors
-0
/
+1
2018-01-10
Use correct line offsets for doctests (fixes #45868)
Manish Goregaokar
-0
/
+1
2018-01-08
Clean emitted diagnostics when `reset_err_count` is called.
Rafael Fernández López
-2
/
+6
2018-01-03
Only bump error count when we are sure that the diagnostic is not a repetition.
Rafael Fernández López
-0
/
+3
2017-12-21
Make err_count thread safe
John Kåre Alsaker
-8
/
+10
2017-12-14
When attempting to write str with single quote suggest double quotes
Esteban Küber
-0
/
+1
2017-11-20
address review comments
Alex Burka
-18
/
+44
2017-11-19
use -Z flag instead of env var
Alex Burka
-1
/
+5
2017-11-16
Remove left over dead code from suggestion diagnostic refactoring
Oliver Schneider
-14
/
+0
2017-11-03
Refactor internal suggestion API
Oliver Schneider
-77
/
+55
2017-11-02
Make the difference between lint codes and error codes explicit
Oliver Schneider
-14
/
+18
2017-10-26
Auto merge of #45519 - michaelwoerister:dedup-errors, r=arielb1
bors
-6
/
+31
2017-10-25
librustc_errors: Don't emit the same error message twice.
Michael Woerister
-6
/
+31
2017-10-20
Add short message-format
Guillaume Gomez
-1
/
+1
2017-08-30
Auto merge of #43968 - petrochenkov:span2, r=michaelwoerister
bors
-11
/
+7
2017-08-30
Make fields of `Span` private
Vadim Petrochenkov
-11
/
+7
2017-08-29
Rollup merge of #43778 - topecongiro:handler-reset-err-count, r=arielb1
Ariel Ben-Yehuda
-0
/
+6
2017-08-27
Additional libc cleanup
Tatsuyuki Ishi
-1
/
+2
2017-08-26
Auto merge of #44071 - alexcrichton:no-cycles, r=nikomatsakis
bors
-10
/
+6
2017-08-25
rustc_errors: Add the ability to delay as bugs
Alex Crichton
-10
/
+6
2017-08-25
Auto merge of #43994 - tamird:remove-attributes, r=alexcrichton
bors
-3
/
+0
2017-08-25
*: remove crate_{name,type} attributes
Tamir Duberstein
-3
/
+0
2017-08-24
rustc: Capture diagnostics from all queries
Alex Crichton
-1
/
+22
2017-08-23
Add reset_err_count() to errors::Handler
Seiichi Uchida
-0
/
+6
2017-08-21
Auto merge of #43986 - petrochenkov:pubcrate3, r=pnkfelix
bors
-15
/
+6
2017-08-19
rustc: Remove some dead code
Vadim Petrochenkov
-15
/
+6
2017-08-18
Add an additional empty line between the suggested `use` and the next item
Oliver Schneider
-2
/
+4
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-4
/
+4
2017-07-31
fix `-Z treat-err-as-bug`
Ariel Ben-Yehuda
-4
/
+1
2017-07-17
Add flag to hide code on inline suggestions
Esteban Küber
-0
/
+1
2017-07-06
Remove unused code from librustc_errors
Kevin Mehall
-2
/
+2
2017-07-06
Only underline suggestion if it is not the only code being shown
Esteban Küber
-6
/
+17
2017-07-02
Revert "Change error count messages"
Ariel Ben-Yehuda
-1
/
+4
2017-06-19
Bump version and stage0 compiler
Alex Crichton
-4
/
+0
2017-06-12
External spans: address review.
Inokentiy Babushkin
-2
/
+2
2017-06-11
Added consumption logic for external sources in FileMap
Inokentiy Babushkin
-5
/
+6
2017-06-11
Improved lazy external source loading and inserted calls.
Inokentiy Babushkin
-1
/
+1
2017-06-10
Added external crates' sources to FileMap.
Inokentiy Babushkin
-0
/
+1
2017-05-31
Use callsite's span for macro calls on suggestion
Esteban Küber
-0
/
+1
2017-05-30
Add new error code
Guillaume Gomez
-0
/
+6
2017-05-24
Change error count messages
Michael Kohl
-4
/
+1
2017-05-19
fix some clippy warnings in librustc_errors
Andre Bogus
-2
/
+2
2017-05-13
Auto merge of #41965 - Mark-Simulacrum:rollup, r=Mark-Simulacrum
bors
-31
/
+75
2017-05-11
rustc: Remove #![unstable] annotation
Alex Crichton
-3
/
+4
2017-05-11
Address PR reviews
Oliver Schneider
-5
/
+23
[prev]
[next]