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
2015-11-21
backport: Fix hygiene regression in patterns
Vadim Petrochenkov
-1
/
+2
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
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-20
/
+50
2015-08-21
Add a `allow_asm` option so virtual ISA based targets (JS/PNaCl/WAsm) can dis...
Richard Diamond
-0
/
+3
2015-08-17
feature gate `cfg(target_feature)`.
Huon Wilson
-3
/
+16
2015-08-14
rustc: Allow changing the default allocator
Alex Crichton
-80
/
+78
2015-08-01
Split off `LocalCrateReader` from `CrateReader`
mitaa
-2
/
+2
2015-07-10
Change some instances of .connect() to .join()
Wesley Wiser
-1
/
+1
2015-07-08
trans: Link rlibs to dylibs with --whole-archive
Alex Crichton
-2
/
+2
2015-07-05
Feature-gate #[prelude_import].
Eduard Burtescu
-1
/
+1
2015-06-27
Address nits
Jared Roesch
-1
/
+1
2015-06-26
rustc: switch most remaining middle::ty functions to methods.
Eduard Burtescu
-10
/
+10
2015-06-20
Auto merge of #26417 - brson:feature-err, r=steveklabnik
bors
-2
/
+4
2015-06-20
Auto merge of #26382 - alexcrichton:less-racy-path, r=brson
bors
-7
/
+0
2015-06-18
Make a better error message for using #[feature] on stable rust
Brian Anderson
-2
/
+4
2015-06-19
rustc: enforce stack discipline on ty::ctxt.
Eduard Burtescu
-114
/
+135
2015-06-19
rustc_resolve: don't require redundant arguments to resolve_crate.
Eduard Burtescu
-5
/
+1
2015-06-19
rustc: remove ownership of tcx from trans' context.
Eduard Burtescu
-22
/
+21
2015-06-17
rustc_driver: Frob the global PATH less
Alex Crichton
-7
/
+0
2015-06-11
Auto merge of #26199 - swgillespie:issue-26092, r=alexcrichton
bors
-2
/
+2
2015-06-11
Conver reborrows to .iter() calls where appropriate
Joshua Landau
-1
/
+1
2015-06-10
fix #26092 by returning an empty OS string when the output file path has no f...
swgillespie
-2
/
+2
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-3
/
+3
2015-06-10
syntax: move ast_map to librustc.
Eduard Burtescu
-1
/
+1
2015-05-26
Make caching in stability work. This improves stability check performance
Ariel Ben-Yehuda
-1
/
+1
2015-05-24
Auto merge of #25168 - Manishearth:register_attr, r=eddyb
bors
-3
/
+5
2015-05-14
Move configuration 1 phase before crate metadata collection
Kevin Ballard
-11
/
+11
2015-05-10
Rollup merge of #25252 - inrustwetrust:crate-type-attribute, r=alexcrichton
Manish Goregaokar
-5
/
+2
2015-05-10
Upgraded warning for invalid crate_type attribute syntax to an error
inrustwetrust
-5
/
+2
[next]