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-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
2015-04-12
Auto merge of #24072 - ebfull:explain_closure_type_err, r=pnkfelix
bors
-1
/
+1
2015-04-10
Add a new `span_suggestion` infrastructure. This lets you edit a snippet
Niko Matsakis
-0
/
+7
2015-04-08
Allow plugins to register LLVM passes
Keegan McAllister
-0
/
+2
2015-04-05
Work towards a non-panicing parser (libsyntax)
Phil Dawes
-2
/
+2
2015-04-04
Fixed bug calling .note() instead of .help(). Added small note when two
Sean Bowe
-1
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-2
/
+2
2015-03-05
Auto merge of #23026 - nikomatsakis:issue-20220-supertrait, r=nikomatsakis
bors
-0
/
+9
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-8
/
+9
2015-03-04
Extend the "treat-err-as-bug" option to cover calls to fatal.
Niko Matsakis
-0
/
+9
2015-02-28
Separate most of rustc::lint::builtin into a separate crate.
Huon Wilson
-2
/
+0
2015-02-25
Auto merge of #22796 - Manishearth:rollup, r=Manishearth
bors
-3
/
+3
[next]