about summary refs log tree commit diff
path: root/src/librustc_incremental
AgeCommit message (Expand)AuthorLines
2016-04-14Auto merge of #32908 - oli-obk:hygienic_derive_encodable, r=alexcrichtonbors-5/+2
2016-04-12rustbuild: Migrate tidy checks to RustAlex Crichton-0/+0
2016-04-12prevent other `encode` methods from breaking `derive(RustcEncodable)`Oliver Schneider-5/+2
2016-04-07argh, overlooked two extern cratesNiko Matsakis-0/+2
2016-04-06remove incorrect dependency on librustc_frontNiko Matsakis-1/+0
2016-04-06rebase over the hir renameNiko Matsakis-11/+11
2016-04-06patch name in incremental's Cargo.tomlNiko Matsakis-2/+2
2016-04-06remove use of rbml and just use opaque encoderNiko Matsakis-41/+16
2016-04-06Fix another call to bug into the macroNiko Matsakis-3/+1
2016-04-06FIXME for lockfileNiko Matsakis-0/+3
2016-04-06add FIXME #32753 markers: SVH vs ICHNiko Matsakis-1/+5
2016-04-06rebase: get `bug!` macroNiko Matsakis-1/+1
2016-04-06add some commentsNiko Matsakis-1/+19
2016-04-06add code to persist graph and for unit-testingNiko Matsakis-0/+726
2016-04-06make an incremental crateNiko Matsakis-0/+916