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
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
2019-07-25
Avoid ICE when suggestion span is at Eof
Esteban Küber
-1
/
+2
2019-07-23
cleanup: Remove `extern crate serialize as rustc_serialize`s
Vadim Petrochenkov
-3
/
+0
2019-07-05
Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk
Mazdak Farrokhzad
-1
/
+0
2019-07-03
Remove needless lifetimes
Jeremy Stucki
-42
/
+42
2019-06-24
Enable internal lints in bootstrap
flip1995
-1
/
+0
2019-06-22
Count all errors for `track_errors`
Matthew Jasper
-3
/
+13
2019-06-22
Prefer to use `has_errors` to `err_count`
Matthew Jasper
-4
/
+3
2019-06-11
Auto merge of #61741 - Centril:rollup-fgro5kz, r=Centril
bors
-0
/
+5
2019-06-11
Add deny(unused_lifetimes) to all the crates that have deny(internal).
Eduard-Mihai Burtescu
-0
/
+1
2019-06-10
Address review comments
Philipp Hansch
-1
/
+2
2019-06-10
librustc_errors: Add some more documentation
Philipp Hansch
-0
/
+4
2019-06-08
Remove unused `#![feature(custom_attribute)]`s
Vadim Petrochenkov
-1
/
+0
2019-06-05
librustc_errors: Rename AnnotateRs -> AnnotateSnippet
Philipp Hansch
-1
/
+1
2019-06-04
Add new diagnostic writer using annotate-snippet library
Philipp Hansch
-0
/
+1
2019-05-21
Make -Zemit-artifact-notifications also emit the artifact type
Jeremy Fitzhardinge
-2
/
+2
2019-05-07
rustc: rename -Z emit-directives to -Z emit-artifact-notifications and simpli...
Eduard-Mihai Burtescu
-12
/
+6
2019-04-30
In JSON output, emit a directive after metadata is generated.
Nicholas Nethercote
-6
/
+16
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-10
/
+14
2019-04-17
Promote regular comments to rustdoc comments
Alexey Shmalko
-6
/
+6
2019-04-17
Deny `internal` in stage0
Mateusz Mikuła
-1
/
+1
2019-04-03
Deny internal lints on non conflicting crates
flip1995
-0
/
+1
2019-03-30
Remove redundant imports
Fabian Drinck
-1
/
+1
2019-03-12
Stabilize Range*::contains.
Steven Malis
-1
/
+0
2019-03-07
fix bad logic
Esteban Küber
-2
/
+1
2019-03-07
Keep current behavior while accepting error count
Esteban Küber
-8
/
+18
2019-03-06
Make `-Z treat-err-as-bug` take a number of errors to be emitted
Esteban Küber
-9
/
+18
[next]