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
2017-10-02
incr.comp.: Remove saving and loading of legacy dep-graph.
Michael Woerister
-5
/
+5
2017-09-25
Auto merge of #44085 - bjorn3:no_llvm_write_metadata, r=arielb1
bors
-73
/
+54
2017-09-24
address review comments
Ariel Ben-Yehuda
-4
/
+0
2017-09-24
move unsafety checking to MIR
Ariel Ben-Yehuda
-4
/
+5
2017-09-24
add lint levels to VisibilityScope
Ariel Ben-Yehuda
-3
/
+4
2017-09-23
incr.comp.: Serialize and deserialize new DepGraph
Michael Woerister
-2
/
+10
2017-09-23
Fix tidy errors
bjorn3
-1
/
+2
2017-09-23
Fix some nits
bjorn3
-19
/
+13
2017-09-23
Merge rustc_trans_trait into rustc_trans_utils
bjorn3
-1
/
+1
2017-09-23
Move NoLlvmMetadataLoader to rustc_trans_traits
bjorn3
-41
/
+22
2017-09-23
Add TransCrate trait
bjorn3
-24
/
+19
2017-09-23
[WIP] Less hacky way of supporting dylibs
bjorn3
-18
/
+8
2017-09-23
Allow building stage 2 compiler libraries
bjorn3
-9
/
+28
2017-09-23
Allow writing metadata without llvm
bjorn3
-1
/
+2
2017-09-20
incr.comp.: Remove IncrementalHashesMap and calculate_svh module.
Michael Woerister
-18
/
+8
2017-09-20
incr.comp.: Store result fingerprints in DepGraph.
Michael Woerister
-1
/
+1
2017-09-18
incr.comp.: Remove tcx from StableHashingContext.
Michael Woerister
-1
/
+1
2017-09-17
rustc: Move codegen to a query
Alex Crichton
-10
/
+15
2017-09-17
rustc: Attach an mpsc channel to TyCtxt
Alex Crichton
-6
/
+15
2017-09-17
rustc: Calculate `ExportedSymbols` in a query
Alex Crichton
-2
/
+2
2017-09-17
rustc: Use reachablility through a query
Alex Crichton
-10
/
+2
2017-09-14
rustc: Remove `Session::dep_graph`
Alex Crichton
-10
/
+26
2017-09-12
rustc: Make `CrateStore` private to `TyCtxt`
Alex Crichton
-3
/
+1
2017-09-12
Remove the `cstore` reference from Session in order to prepare encapsulating ...
Michael Woerister
-8
/
+18
2017-09-05
rustc: Move stability functionality into queries
Alex Crichton
-7
/
+0
2017-09-05
rustc: Migrate lang items to a query
Alex Crichton
-7
/
+0
2017-09-05
rustc: Remove a number of mutable fields in cstore
Alex Crichton
-1
/
+0
2017-08-28
Merge branch 'master' of https://github.com/rust-lang/rust into gen
John Kåre Alsaker
-0
/
+1
2017-08-27
Move unused-extern-crate to late pass
Tatsuyuki Ishi
-0
/
+1
2017-08-25
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-4
/
+18
2017-08-24
Auto merge of #43345 - matthewhammer:master, r=nikomatsakis
bors
-0
/
+14
2017-08-24
Auto merge of #43532 - petrochenkov:pgargs, r=nikomatsakis
bors
-4
/
+4
2017-08-23
-Z profile-query-and-key, separate from -Z profile-query; query key is string...
Matthew Hammer
-3
/
+3
2017-08-23
inc comp: -Z profile-queries support; see also https://github.com/rust-lang-n...
Matthew Hammer
-0
/
+14
2017-08-21
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-4
/
+4
2017-08-21
Remove the `rustc_mir::transform` entry point for mir-borrowck.
Felix S. Klock II
-4
/
+0
2017-08-21
Expose mir-borrowck via a query.
Felix S. Klock II
-0
/
+4
2017-08-19
Desugar parenthesized generic arguments in HIR
Vadim Petrochenkov
-4
/
+4
2017-08-17
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-1
/
+1
2017-08-17
Rollup merge of #43891 - Fourchaux:master, r=steveklabnik
Corey Farwell
-1
/
+1
2017-08-16
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-0
/
+9
2017-08-16
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-3
/
+3
2017-08-16
Moved mir-borrowck pass down to where comments say it should be.
Felix S. Klock II
-1
/
+9
2017-08-16
MIR based borrow check (opt-in).
Felix S. Klock II
-0
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-3
/
+3
2017-08-15
Fix typos & us spellings
Fourchaux
-1
/
+1
2017-08-14
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-37
/
+29
2017-08-14
Auto merge of #43842 - bjorn3:no_llvm_cleanup, r=alexcrichton
bors
-35
/
+27
2017-08-13
Fix error
bjorn3
-0
/
+1
2017-08-13
Update driver.rs
bjorn3
-1
/
+1
[next]