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-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
2019-02-14
Rollup merge of #58296 - estebank:hidden-suggestion, r=oli-obk
Mazdak Farrokhzad
-1
/
+25
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-1
/
+1
2019-02-11
Add way to completely hide suggestion from cli output
Esteban Küber
-2
/
+4
2019-02-11
Add way to hide suggestion snippet window from cli output
Esteban Küber
-1
/
+23
2019-02-10
rustc: doc comments
Alexander Regueiro
-1
/
+1
2019-02-10
Revert removed #![feature(nll)]
Taiki Endo
-0
/
+1
2019-02-07
Remove images' url to make it work even without internet connection
Guillaume Gomez
-3
/
+1
2019-02-07
librustc_errors => 2018
Taiki Endo
-19
/
+11
2019-01-26
document `Applicability`
Andy Russell
-2
/
+18
2019-01-18
Fix suggestions given mulitple bad lifetimes
Dan Robertson
-4
/
+5
2018-12-29
Replace LockCell with atomic types
John Kåre Alsaker
-8
/
+6
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-04
adds DocTest filename variant, refactors doctest_offset out of source_map, fi...
Matthew Russo
-1
/
+1
2018-10-29
Rename other occs of (Code/File)Map to Source(Map/File) #51574
David Lavati
-1
/
+1
2018-10-19
Free some memory instead of just dropping elements
Oliver Scherer
-1
/
+2
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-4
/
+4
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-4
/
+4
2018-09-27
Bump to 1.31.0 and bootstrap from 1.30 beta
Josh Stone
-1
/
+1
2018-09-18
Log when buffering a diagnostic.
David Wood
-0
/
+2
2018-09-17
Add -Z dont-buffer-diagnostics, a way to force NLL to immediately emit its di...
Felix S. Klock II
-0
/
+11
2018-09-11
stabalize infer outlives requirements (RFC 2093).
toidiu
-1
/
+0
2018-08-24
check that adding infer-outlives requirement to all crates works
Niko Matsakis
-0
/
+1
2018-08-19
fix tidy errors
Donato Sciarra
-1
/
+8
2018-08-19
mv filemap source_file
Donato Sciarra
-1
/
+1
2018-08-19
mv FileMap SourceFile
Donato Sciarra
-2
/
+2
2018-08-19
mv CodeMap SourceMap
Donato Sciarra
-5
/
+5
2018-08-09
[nll] librustc_errors: enable feature(nll) for bootstrap
memoryruins
-0
/
+1
2018-07-29
Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakis
bors
-3
/
+2
2018-07-27
Remove unnecessary `.collect()`
Shotaro Yamada
-3
/
+2
2018-07-25
Deny bare_trait_objects globally
Tatsuyuki Ishi
-2
/
+0
2018-07-21
Sequence-field should have plural name
Oliver Schneider
-4
/
+4
2018-07-20
Make sure the compiler actually panics on `delay_span_bug`
Oliver Schneider
-6
/
+26
2018-07-14
Deny bare trait objects in src/librustc_errors
ljedrz
-4
/
+7
2018-05-09
use fmt::Result where applicable
Andre Bogus
-2
/
+2
2018-04-25
Approximate -> Applicability
Manish Goregaokar
-2
/
+2
2018-04-24
Use enum for approximate suggestions
Manish Goregaokar
-1
/
+9
2018-04-17
Make Handler more thread-safe
John Kåre Alsaker
-21
/
+26
2018-04-08
Move deny(warnings) into rustbuild
Mark Simulacrum
-1
/
+0
2018-04-07
Auto merge of #49661 - alexcrichton:bump-bootstrap, r=nikomatsakis
bors
-2
/
+0
2018-04-06
Print query stack on ICEs
John Kåre Alsaker
-0
/
+5
2018-04-05
Auto merge of #49045 - Zoxc:tls, r=michaelwoerister
bors
-17
/
+8
[next]