| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-05-18 | identify inputs of `MetaData(X)` nodes | Niko Matsakis | -69/+191 | |
| Generate a second hash file that contains the metadata for an X node. | ||||
| 2016-05-18 | rename the dep-graph file to include crate ident | Niko Matsakis | -1/+7 | |
| This way, multiple compilations can share the same work directory. | ||||
| 2016-05-16 | Remove hir::Ident | Vadim Petrochenkov | -3/+3 | |
| 2016-05-14 | Remove ExplicitSelf from HIR | Vadim Petrochenkov | -5/+0 | |
| 2016-05-11 | rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users. | Eduard Burtescu | -21/+25 | |
| 2016-05-11 | rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper. | Eduard Burtescu | -37/+33 | |
| 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 | |
| The compiler created a directory as part of `-Z incremental` but that may be hierarchically used concurrently so we need to protect ourselves against that. | ||||
| 2016-04-14 | Auto merge of #32908 - oli-obk:hygienic_derive_encodable, r=alexcrichton | bors | -5/+2 | |
| prevent other `encode` methods from breaking `derive(RustcEncodable)` fixes https://github.com/rust-lang-nursery/rustc-serialize/issues/151 | ||||
| 2016-04-12 | rustbuild: Migrate tidy checks to Rust | Alex Crichton | -0/+0 | |
| This commit rewrites all of the tidy checks we have, namely: * featureck * errorck * tidy * binaries into Rust under a new `tidy` tool inside of the `src/tools` directory. This at the same time deletes all the corresponding Python tidy checks so we can be sure to only have one source of truth for all the tidy checks. cc #31590 | ||||
| 2016-04-12 | prevent other `encode` methods from breaking `derive(RustcEncodable)` | Oliver Schneider | -5/+2 | |
| 2016-04-07 | argh, overlooked two extern crates | Niko Matsakis | -0/+2 | |
| 2016-04-06 | remove incorrect dependency on librustc_front | Niko Matsakis | -1/+0 | |
| 2016-04-06 | rebase over the hir rename | Niko Matsakis | -11/+11 | |
| 2016-04-06 | patch name in incremental's Cargo.toml | Niko Matsakis | -2/+2 | |
| 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 | -1/+5 | |
| 2016-04-06 | rebase: get `bug!` macro | Niko Matsakis | -1/+1 | |
| 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 | |
| 2016-04-06 | make an incremental crate | Niko Matsakis | -0/+916 | |
| for now, this houses `svh` and the code to check `assert_dep_graph` is sane | ||||
