summary refs log tree commit diff
path: root/src/librustc_incremental/persist/load.rs
AgeCommit message (Expand)AuthorLines
2016-05-31expand `DepNode::TraitSelect` to include type idsNiko Matsakis-6/+6
2016-05-18load/save hashes of metadataNiko Matsakis-2/+3
2016-05-18identify inputs of `MetaData(X)` nodesNiko Matsakis-9/+8
2016-05-11rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.Eduard Burtescu-7/+9
2016-05-11rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.Eduard Burtescu-9/+8
2016-04-06rebase over the hir renameNiko Matsakis-1/+1
2016-04-06remove use of rbml and just use opaque encoderNiko Matsakis-23/+11
2016-04-06Fix another call to bug into the macroNiko Matsakis-3/+1
2016-04-06FIXME for lockfileNiko Matsakis-0/+1
2016-04-06add FIXME #32753 markers: SVH vs ICHNiko Matsakis-0/+1
2016-04-06add some commentsNiko Matsakis-1/+6
2016-04-06add code to persist graph and for unit-testingNiko Matsakis-0/+221