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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
session
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2016-04-12
std: Stabilize APIs for the 1.9 release
Alex Crichton
-3
/
+3
2016-03-31
librustc: excise Session's now-unused bug methods
Benjamin Herr
-17
/
+0
2016-03-31
librustc: replace tcx.sess.bug calls with bug!()
Benjamin Herr
-1
/
+1
2016-03-31
librustc: add {span_,}bug! macros
Benjamin Herr
-0
/
+34
2016-03-28
Auto merge of #32267 - durka:inclusive-range-error, r=nrc
bors
-0
/
+4
2016-03-26
Rollup merge of #32199 - nikomatsakis:limiting-constants-in-patterns-2, r=pnk...
Manish Goregaokar
-1
/
+7
2016-03-25
store krate information more uniformly
Niko Matsakis
-2
/
+3
2016-03-25
Compute a salt from arguments passed via -Cmetadata.
Michael Woerister
-2
/
+7
2016-03-25
suppress duplicate lints
Niko Matsakis
-1
/
+7
2016-03-24
fatal error instead of ICE for impossible range during HIR lowering
Alex Burka
-0
/
+4
2016-03-04
Add Pass manager for MIR
Simonas Kazlauskas
-3
/
+3
2016-02-09
Allow registering MIR-passes through compiler plugins
Oliver Schneider
-0
/
+3
2016-02-02
Auto merge of #31279 - DanielJCampbell:MacroReferencing, r=nrc
bors
-1
/
+7
2016-02-02
Reviewer requested changes and test fixes
Nick Cameron
-4
/
+4
2016-02-01
Implemented macro referencing for save analysis
Daniel Campbell
-1
/
+7
2016-02-01
Replace some aborts with Results
Nick Cameron
-11
/
+12
2016-01-28
Auto merge of #30411 - mitaa:multispan, r=nrc
bors
-44
/
+44
2016-01-28
Implement MultiSpan error reporting
mitaa
-44
/
+44
2016-01-28
Fix checking if there have been new errors.
Tomasz Miąsko
-2
/
+2
2016-01-26
Initial work towards abort-free compilation
Nick Cameron
-5
/
+18
2016-01-22
The war on abort_if_errors
Nick Cameron
-3
/
+4
2016-01-15
Address reviewer comments
Nick Cameron
-4
/
+8
2016-01-15
Add an --output option for specifying an error emitter
Nick Cameron
-10
/
+24
2015-12-30
use structured errors
Nick Cameron
-34
/
+46
2015-12-30
Structured diagnostics
Nick Cameron
-29
/
+50
2015-12-18
Auto merge of #30389 - nikomatsakis:rfc1214-error, r=arielb1
bors
-7
/
+0
2015-12-18
Make RFC 1214 warnings into errors, and rip out the "warn or err"
Niko Matsakis
-7
/
+0
2015-12-17
Move a bunch of stuff from Session to syntax::errors
Nick Cameron
-60
/
+11
2015-12-17
move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*
Nick Cameron
-30
/
+29
2015-12-11
Make name resolution errors non-fatal
Nick Cameron
-0
/
+9
2015-11-26
split the metadata code into rustc_metadata
Ariel Ben-Yehuda
-2
/
+2
2015-11-26
make CrateStore a trait object
Ariel Ben-Yehuda
-7
/
+9
2015-11-22
Look up macro names as well when suggesting replacements for function resolve...
Manish Goregaokar
-1
/
+7
2015-10-27
Make fatal errors more consistent.
Eli Friedman
-3
/
+3
2015-10-09
Cache ids between lowering runs
Nick Cameron
-0
/
+4
2015-10-09
Move `for` loop desugaring to lowering
Nick Cameron
-4
/
+7
2015-09-25
std: Update MatchIndices to return a subslice
Alex Crichton
-2
/
+2
2015-08-25
Respect `--color` when printing early errors
Barosl Lee
-4
/
+4
2015-08-14
rustc: Allow changing the default allocator
Alex Crichton
-3
/
+11
2015-08-12
Introduce a "origin/cause" for new requirements (or bugfixes...) introduced b...
Niko Matsakis
-0
/
+14
2015-08-07
Turn nonzeroing move hints back off by default.
Felix S. Klock II
-1
/
+1
2015-07-28
debugflag to turn off nonzeroing move hint optimization.
Felix S. Klock II
-0
/
+3
2015-07-18
split "has incompatible type for trait" errors into multiple lines
Andrew Paseltiner
-1
/
+2
2015-05-24
Auto merge of #25168 - Manishearth:register_attr, r=eddyb
bors
-0
/
+3
2015-05-14
syntax: replace sess.span_diagnostic.cm with sess.codemap().
Eduard Burtescu
-1
/
+1
2015-05-14
syntax: refactor (Span)Handler and ParseSess constructors to be methods.
Eduard Burtescu
-3
/
+3
2015-05-14
Move tracking of the next NodeId from syntax's ParseSess to rustc's Session.
Eduard Burtescu
-4
/
+14
2015-05-07
Add support for registering attributes with rustc in plugins
Manish Goregaokar
-0
/
+3
2015-05-05
rustc: Fix more verbatim paths leaking to gcc
Alex Crichton
-2
/
+3
2015-04-13
Delay specific span_bug() call until abort_if_errors()
Sean Bowe
-1
/
+17
[next]