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
Age
Commit message (
Expand
)
Author
Lines
2017-10-07
Auto merge of #44860 - kennytm:fix-44731, r=alexcrichton
bors
-1
/
+17
2017-10-02
incr.comp.: Remove saving and loading of legacy dep-graph.
Michael Woerister
-5
/
+5
2017-09-26
Fix issue #44731.
kennytm
-1
/
+17
2017-09-25
Auto merge of #44085 - bjorn3:no_llvm_write_metadata, r=arielb1
bors
-150
/
+64
2017-09-25
Auto merge of #44646 - petrochenkov:scompress, r=michaelwoerister
bors
-2
/
+2
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
incr.comp.: Do some various cleanup.
Michael Woerister
-7
/
+0
2017-09-23
Fix error
bjorn3
-1
/
+2
2017-09-23
Remove now unused dependency on flate2 from rustc_driver
bjorn3
-1
/
+0
2017-09-23
Fix tidy errors
bjorn3
-1
/
+2
2017-09-23
Remove build_diagnostic_array hack
bjorn3
-2
/
+1
2017-09-23
Fix some nits
bjorn3
-19
/
+13
2017-09-23
Merge rustc_trans_trait into rustc_trans_utils
bjorn3
-7
/
+5
2017-09-23
Move NoLlvmMetadataLoader to rustc_trans_traits
bjorn3
-204
/
+25
2017-09-23
Add TransCrate trait
bjorn3
-50
/
+136
2017-09-23
[WIP] Less hacky way of supporting dylibs
bjorn3
-20
/
+14
2017-09-23
Dont do no-trans for llvm enabled builds
bjorn3
-1
/
+1
2017-09-23
Allow building stage 2 compiler libraries
bjorn3
-9
/
+28
2017-09-23
Allow writing metadata without llvm
bjorn3
-3
/
+5
2017-09-23
Compress "small" spans to 32 bits and intern "large" spans
Vadim Petrochenkov
-2
/
+2
2017-09-20
incr.comp.: Add some comments.
Michael Woerister
-1
/
+1
2017-09-20
incr.comp.: Remove IncrementalHashesMap and calculate_svh module.
Michael Woerister
-20
/
+10
2017-09-20
incr.comp.: Store result fingerprints in DepGraph.
Michael Woerister
-1
/
+1
2017-09-19
rework the README.md for rustc and add other readmes
Niko Matsakis
-0
/
+12
2017-09-18
incr.comp.: Remove tcx from StableHashingContext.
Michael Woerister
-2
/
+2
2017-09-17
rustc: Move codegen to a query
Alex Crichton
-13
/
+41
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
-21
/
+34
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
-19
/
+49
2017-09-11
rustc: replace usize with u64 and ConstUsize.
Eduard-Mihai Burtescu
-11
/
+11
2017-09-09
rustc: Remove `DepGraph` handling from rustc_metadata
Alex Crichton
-3
/
+3
2017-09-05
rustc: Store InternedString in `DefPathData`
Alex Crichton
-3
/
+0
2017-09-05
rustc: Move stability functionality into queries
Alex Crichton
-7
/
+0
2017-09-05
rustc: Remove lang item methods from CrateStore
Alex Crichton
-3
/
+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-09-04
Auto merge of #43067 - pornel:libdeps, r=nrc
bors
-1
/
+6
2017-09-01
rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree.
Eduard-Mihai Burtescu
-11
/
+11
2017-09-01
rustc: use hir::ItemLocalId instead of ast::NodeId in CodeExtent.
Eduard-Mihai Burtescu
-16
/
+14
2017-09-01
rustc: use hir::ItemLocalId instead of ast::NodeId in CFG.
Eduard-Mihai Burtescu
-1
/
+1
2017-08-28
Merge branch 'master' of https://github.com/rust-lang/rust into gen
John Kåre Alsaker
-4
/
+3
2017-08-27
Additional libc cleanup
Tatsuyuki Ishi
-1
/
+2
2017-08-27
Move unused-extern-crate to late pass
Tatsuyuki Ishi
-0
/
+1
2017-08-25
*: remove crate_{name,type} attributes
Tamir Duberstein
-3
/
+0
[next]