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_incremental
/
persist
Age
Commit message (
Expand
)
Author
Lines
2016-05-31
expand `DepNode::TraitSelect` to include type ids
Niko Matsakis
-14
/
+14
2016-05-18
nit: cache crate-hash for next time
Niko Matsakis
-0
/
+5
2016-05-18
load/save hashes of metadata
Niko Matsakis
-92
/
+249
2016-05-18
allow retracing paths across crates
Niko Matsakis
-1
/
+1
2016-05-18
make the filename computation take a cratenum
Niko Matsakis
-8
/
+10
2016-05-18
identify inputs of `MetaData(X)` nodes
Niko Matsakis
-68
/
+190
2016-05-18
rename the dep-graph file to include crate ident
Niko Matsakis
-1
/
+7
2016-05-11
rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.
Eduard Burtescu
-13
/
+17
2016-05-11
rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.
Eduard Burtescu
-24
/
+20
2016-05-03
Remove unused trait imports flagged by lint
Seo Sanghyeon
-2
/
+0
2016-05-02
rustc: Handle concurrent `create_dir` requests
Alex Crichton
-2
/
+24
2016-04-14
Auto merge of #32908 - oli-obk:hygienic_derive_encodable, r=alexcrichton
bors
-5
/
+2
2016-04-12
rustbuild: Migrate tidy checks to Rust
Alex Crichton
-0
/
+0
2016-04-12
prevent other `encode` methods from breaking `derive(RustcEncodable)`
Oliver Schneider
-5
/
+2
2016-04-06
rebase over the hir rename
Niko Matsakis
-6
/
+6
2016-04-06
remove use of rbml and just use opaque encoder
Niko Matsakis
-41
/
+16
2016-04-06
Fix another call to bug into the macro
Niko Matsakis
-3
/
+1
2016-04-06
FIXME for lockfile
Niko Matsakis
-0
/
+3
2016-04-06
add FIXME #32753 markers: SVH vs ICH
Niko Matsakis
-0
/
+2
2016-04-06
add some comments
Niko Matsakis
-1
/
+19
2016-04-06
add code to persist graph and for unit-testing
Niko Matsakis
-0
/
+726