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
Age
Commit message (
Expand
)
Author
Lines
2019-08-21
Further unicode checks
Esteban Küber
-10
/
+20
2019-08-21
Center trim on the span labels and handle unicode
Esteban Küber
-22
/
+35
2019-08-21
Fix tidy
Esteban Küber
-11
/
+10
2019-08-21
Introduce `term-size` dependency and consider term width when trimming
Esteban Küber
-93
/
+160
2019-08-21
clean up
Esteban Küber
-63
/
+157
2019-08-21
Strip code to the left and right in diagnostics for long lines
Esteban Küber
-32
/
+118
2019-08-15
syntax_pos: `NO_EXPANSION`/`SyntaxContext::empty()` -> `SyntaxContext::root()`
Vadim Petrochenkov
-3
/
+2
2019-08-14
remove unused Level::PhaseFatal
Aleksey Kladov
-7
/
+3
2019-08-12
DiagnosticBuilder docs
Ralf Jung
-0
/
+6
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-26
Rollup merge of #62985 - phansch:support_ui_testing_flag, r=estebank
Mazdak Farrokhzad
-7
/
+3
2019-07-25
Avoid ICE when suggestion span is at Eof
Esteban Küber
-1
/
+2
2019-07-25
librustc_errors: Support ui-testing flag in annotate-snippet emitter
Philipp Hansch
-7
/
+3
2019-07-23
cleanup: Remove `extern crate serialize as rustc_serialize`s
Vadim Petrochenkov
-4
/
+1
2019-07-11
Emit dropped unemitted errors to aid in ICE debugging
Esteban Küber
-3
/
+6
2019-07-11
syntax: Make def-site span mandatory in ExpnInfo/MacroBacktrace/DiagnosticSpa...
Vadim Petrochenkov
-33
/
+31
2019-07-07
rustc: Remove `dylib` crate type from most rustc crates
Alex Crichton
-2
/
+1
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
-43
/
+43
2019-06-27
Rollup merge of #62131 - Xanewok:clip-some-nits, r=petrochenkov
Mazdak Farrokhzad
-4
/
+4
2019-06-26
Fix clippy::print_with_newline
Igor Matuszewski
-2
/
+2
2019-06-26
Fix clippy::redundant_field_names
Igor Matuszewski
-2
/
+2
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-17
Make use of `ptr::null(_mut)` instead of casting zero
Lzu Tao
-1
/
+1
2019-06-15
Remove unnecessary `.clone()`
Shotaro Yamada
-1
/
+1
2019-06-11
Auto merge of #61741 - Centril:rollup-fgro5kz, r=Centril
bors
-1
/
+15
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
-2
/
+3
2019-06-10
librustc_errors: Add some more documentation
Philipp Hansch
-1
/
+14
2019-06-08
Remove unused `#![feature(custom_attribute)]`s
Vadim Petrochenkov
-1
/
+0
2019-06-05
librustc_errors: Rename AnnotateRs -> AnnotateSnippet
Philipp Hansch
-13
/
+13
2019-06-04
eprint -> eprintln to add trailing newline
Philipp Hansch
-1
/
+1
2019-06-04
Simplify source_string and block-format methods
Philipp Hansch
-14
/
+13
2019-06-04
Print to stderr and bless
Philipp Hansch
-1
/
+4
2019-06-04
Add new diagnostic writer using annotate-snippet library
Philipp Hansch
-2
/
+216
2019-05-28
librustc_errors: Move annotation collection to own impl
Philipp Hansch
-167
/
+174
2019-05-23
Rollup merge of #61073 - phansch:remove_unused_annotation_style, r=matthewjasper
Mazdak Farrokhzad
-2
/
+1
2019-05-23
librustc_errors: Remove unused annotation style `OldSchoolNoteText`
Philipp Hansch
-2
/
+1
2019-05-21
Make -Zemit-artifact-notifications also emit the artifact type
Jeremy Fitzhardinge
-3
/
+3
2019-05-10
Remove hir::ExprKind::If and replace it with lowering to hir::ExprKind::Match.
Mazdak Farrokhzad
-0
/
+12
2019-05-07
rustc: rename -Z emit-directives to -Z emit-artifact-notifications and simpli...
Eduard-Mihai Burtescu
-15
/
+11
2019-05-02
introduce unescape module
Aleksey Kladov
-1
/
+1
2019-04-30
In JSON output, emit a directive after metadata is generated.
Nicholas Nethercote
-8
/
+22
2019-04-22
Fix #58270, fix off-by-one error in error diagnostics.
Xavier Denis
-0
/
+10
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-10
/
+14
[prev]
[next]