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-09-12
Box `DiagnosticBuilder`.
Nicholas Nethercote
-37
/
+48
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-09-06
Rollup merge of #64206 - phansch:update_issue_number, r=varkor
Mazdak Farrokhzad
-1
/
+1
2019-09-06
annotate-snippet emitter: Update issue number
Philipp Hansch
-1
/
+1
2019-09-05
annotate-snippet emitter: Deal with multispans from macros, too
Philipp Hansch
-126
/
+137
2019-09-03
Rollup merge of #64058 - phansch:refactor_out_method, r=estebank
Mazdak Farrokhzad
-12
/
+32
2019-09-01
librustc_errors: Extract sugg/subst handling into method
Philipp Hansch
-12
/
+32
2019-08-31
Use saturating_sub
Esteban Küber
-4
/
+6
2019-08-30
Tweak terminal width trimming
Esteban Küber
-2
/
+2
2019-08-30
Account for rounding errors when deciding the diagnostic boundaries
Esteban Küber
-2
/
+2
2019-08-21
Add terminal_width debugging flag
Esteban Küber
-8
/
+18
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
[prev]
[next]