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_driver
/
driver.rs
Age
Commit message (
Expand
)
Author
Lines
2016-03-25
Compute a salt from arguments passed via -Cmetadata.
Michael Woerister
-3
/
+30
2016-03-22
fix alignment
Jorge Aparicio
-16
/
+16
2016-03-22
try! -> ?
Jorge Aparicio
-32
/
+32
2016-03-21
scaffolding for borrowck on MIR.
Felix S. Klock II
-1
/
+1
2016-03-14
Auto merge of #32169 - mitaa:anon-tip, r=nrc
bors
-5
/
+4
2016-03-14
Allow custom filenames for anonymous inputs
mitaa
-5
/
+4
2016-03-13
Auto merge of #31916 - nagisa:mir-passmgr-2, r=arielb1
bors
-10
/
+15
2016-03-09
Auto merge of #32073 - jseyfried:fix_another_trait_privacy_error, r=nikomatsakis
bors
-4
/
+1
2016-03-09
Auto merge of #31631 - jonas-schievink:agoraphobia, r=nrc
bors
-10
/
+17
2016-03-06
Refactor away `ExternalExports`
Jeffrey Seyfried
-4
/
+1
2016-03-04
Address comments
Simonas Kazlauskas
-2
/
+1
2016-03-04
Add Pass manager for MIR
Simonas Kazlauskas
-11
/
+17
2016-03-03
Rename middle::ty::ctxt to TyCtxt
Jeffrey Seyfried
-7
/
+7
2016-02-20
fix a few remaining bugs - make check runs!
Ariel Ben-Yehuda
-8
/
+12
2016-02-19
Do less panicking in general
Jonas Schievink
-1
/
+7
2016-02-16
Move more uses of `panictry!` out of libsyntax
Jonas Schievink
-10
/
+11
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
[prev]
[next]