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-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
2018-04-05
Bump the bootstrap compiler to 1.26.0 beta
Alex Crichton
-2
/
+0
2018-03-26
Stabilize i128_type
Mark Mansi
-1
/
+1
2018-03-26
Stabilize conservative_impl_trait
Taylor Cramer
-1
/
+1
2018-03-25
Rollup merge of #49046 - Zoxc:error-summary, r=michaelwoerister
kennytm
-16
/
+18
2018-03-24
Make queries thread safe. Remove the query stack and make queries point to th...
John Kåre Alsaker
-17
/
+8
2018-03-16
Always print `aborting due to n previous error(s)` and only print it once for...
John Kåre Alsaker
-16
/
+18
2018-03-15
Require the code mapper to be thread-safe
John Kåre Alsaker
-4
/
+7
2018-03-14
test for putting back check on json
Guillaume Gomez
-4
/
+47
2018-03-07
rustc: Migrate to `termcolor` crate from `term`
Alex Crichton
-10
/
+21
2018-03-02
Replace Rc with Lrc for shared data
John Kåre Alsaker
-4
/
+4
2018-02-01
Auto merge of #47540 - Manishearth:suggestion, r=nrc
bors
-0
/
+6
2018-01-29
Toggle span highlighting on `-Zteach`
Esteban Küber
-1
/
+1
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
[next]