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-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
2015-10-06
rename `dump` to `mir_map`, which seems more suitable
Niko Matsakis
-1
/
+1
2015-10-06
make mir map available to later passes (currently unused)
Niko Matsakis
-2
/
+3
2015-10-04
do MIR construction after pattern evaluation for now to sidestep
Niko Matsakis
-3
/
+3
2015-10-02
Auto merge of #28650 - sanxiyn:attr-usage, r=nrc
bors
-0
/
+4
2015-10-02
Auto merge of #28768 - alexcrichton:dep-info++, r=brson
bors
-32
/
+29
2015-10-02
rustc: Emit phony targets for inputs in dep-info
Alex Crichton
-1
/
+8
2015-10-03
Check attribute usage
Seo Sanghyeon
-0
/
+4
2015-10-01
move job of creating local-def-ids to ast-map (with a few stragglers)
Niko Matsakis
-1
/
+1
2015-09-30
rustc: Support output filenames for each emit type
Alex Crichton
-31
/
+21
2015-09-17
Auto merge of #28454 - GSam:master, r=nrc
bors
-1
/
+3
2015-09-17
Add compiler option to keep mtwt tables
Garming Sam
-1
/
+3
2015-09-17
Change to a multi-trait approach
Nick Cameron
-3
/
+6
2015-09-17
Changes to tests
Nick Cameron
-4
/
+3
2015-09-17
Add an early lint pass for lints that operate on the AST
Nick Cameron
-3
/
+5
2015-09-06
add MIR crate and link it into the driver
Niko Matsakis
-0
/
+4
2015-09-03
Move lints to HIR
Manish Goregaokar
-1
/
+1
[next]