about summary refs log tree commit diff
path: root/src/librustc/dep_graph/safe.rs
AgeCommit message (Expand)AuthorLines
2020-03-26Retire DepGraphSafe and HashStableContext.Camille GILLOT-9/+0
2020-03-23Fallout in other crates.Camille GILLOT-0/+9
2020-03-23Move dep_graph to new crate librustc_query_system.Camille GILLOT-57/+0
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-1/+1
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-2/+3
2019-12-22Format the worldMark Rousskov-24/+13
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-1/+1
2019-06-12Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-2/+1
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-1/+1
2019-06-12Fix fallout from `deny(unused_lifetimes)`.Eduard-Mihai Burtescu-1/+1
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-1/+1
2019-02-05move librustc to 2018Mark Mansi-3/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2017-09-18incr.comp.: Move result fingerprinting to DepGraph::with_task().Michael Woerister-0/+7
2017-06-03Module doc comment for librustc/dep_graph/safe.rsbjorn3-0/+2
2017-05-02simplify the MirPass traits and passes dramaticallyNiko Matsakis-0/+6
2017-03-10add comments and remove unused code pathsNiko Matsakis-29/+22
2017-03-10isolate dep-graph tasksNiko Matsakis-0/+70