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