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_driver
/
driver.rs
Age
Commit message (
Expand
)
Author
Lines
2016-04-07
Put in `-Z continue-parse-after-error`
Felix S. Klock II
-0
/
+4
2016-02-20
fix a few remaining bugs - make check runs!
Ariel Ben-Yehuda
-8
/
+12
2016-02-13
Auto merge of #31524 - jonas-schievink:autoderef, r=steveklabnik
bors
-1
/
+1
2016-02-12
Use more autoderef in rustc_driver
Jonas Schievink
-1
/
+1
2016-02-12
Auto merge of #30726 - GuillaumeGomez:compile-fail, r=brson
bors
-1
/
+1
2016-02-09
Allow registering MIR-passes through compiler plugins
Oliver Schneider
-2
/
+7
2016-02-09
make `MirMap` a struct instead of a type alias for `NodeMap`
Oliver Schneider
-1
/
+1
2016-02-07
Add compile-fail test in rustdoc
Guillaume Gomez
-1
/
+1
2016-02-05
Instrument a bunch of tasks that employ the HIR map in one way or
Niko Matsakis
-21
/
+31
2016-02-01
Try to run compiler callbacks when we error out
Nick Cameron
-67
/
+93
2016-02-01
Replace some aborts with Results
Nick Cameron
-12
/
+14
2016-01-26
rebasing
Nick Cameron
-2
/
+2
2016-01-26
Initial work towards abort-free compilation
Nick Cameron
-202
/
+203
2016-01-22
test fallout
Nick Cameron
-11
/
+22
2016-01-22
The war on abort_if_errors
Nick Cameron
-31
/
+33
2016-01-21
move more checks out of librustc
Oliver Schneider
-6
/
+7
2016-01-15
move const block checks before lowering step
Oliver Schneider
-1
/
+5
2016-01-11
Replace --show-span with -Z show-span
Matt Kraai
-1
/
+1
2016-01-05
Annotate the compiler with information about what it is doing when.
Niko Matsakis
-1
/
+1
2015-12-30
use structured errors
Nick Cameron
-2
/
+3
2015-12-25
Delete the AST after lowering
Jonas Schievink
-3
/
+11
2015-12-24
ast_map => hir_map
Jonas Schievink
-22
/
+20
2015-12-21
syntax: Respect allow_internal_unstable in macros
Alex Crichton
-1
/
+1
2015-12-15
Move built-in syntax extensions to a separate crate
Seo Sanghyeon
-6
/
+10
2015-12-05
Do MTWT resolution during lowering to HIR
Vadim Petrochenkov
-6
/
+7
2015-12-02
Now that MIR regressions are fixed, re-enable MIR for all users.
Niko Matsakis
-15
/
+4
2015-11-26
split the metadata code into rustc_metadata
Ariel Ben-Yehuda
-4
/
+4
2015-11-26
move librustc/plugin to librustc_plugin
Ariel Ben-Yehuda
-2
/
+2
2015-11-26
make CrateStore a trait object
Ariel Ben-Yehuda
-3
/
+9
2015-11-22
Look up macro names as well when suggesting replacements for function resolve...
Manish Goregaokar
-6
/
+7
2015-11-19
Changes to data produced by privacy pass
Vadim Petrochenkov
-9
/
+6
2015-11-18
Port a bunch of code new-visitor; all of these ports were
Niko Matsakis
-1
/
+1
2015-11-18
Auto merge of #29083 - petrochenkov:stability3, r=alexcrichton
bors
-2
/
+1
2015-11-18
MIR: Add pass that erases all regions right before trans
Michael Woerister
-3
/
+7
2015-11-18
Rework stability annotation pass
Vadim Petrochenkov
-2
/
+1
2015-11-12
Make the mir_map available to the after_analysis CompileController step.
Scott Olson
-0
/
+5
2015-11-12
Auto merge of #29764 - nrc:stats, r=nikomatsakis
bors
-0
/
+17
2015-11-12
Fix hygiene regression in patterns
Vadim Petrochenkov
-1
/
+2
2015-11-12
Add -Zinput-stats
Nick Cameron
-0
/
+17
2015-11-10
Manual fixups.
Jose Narvaez
-1
/
+1
2015-11-10
Rustfmting librustc_driver.
Jose Narvaez
-339
/
+356
2015-11-04
Remove use of RefCell<DefMap> in resolve_lifetime
Jonathan S
-2
/
+2
2015-11-04
Remove use of RefCell<DefMap> in check_static_recursion
Jonathan S
-1
/
+1
2015-11-03
Pass the mir map to trans
Niko Matsakis
-11
/
+16
2015-10-26
Disable MIR on beta/stable until we've resolved #29227 is resolved.
Niko Matsakis
-3
/
+13
2015-10-21
save-analysis: don't recompute crate name
Nick Cameron
-5
/
+8
2015-10-09
Misc fixups
Nick Cameron
-1
/
+1
2015-10-09
Cache ids between lowering runs
Nick Cameron
-5
/
+4
2015-10-09
Move `for` loop desugaring to lowering
Nick Cameron
-16
/
+16
2015-10-09
Add a lowering context
Nick Cameron
-6
/
+16
[next]