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
/
cfg
/
mod.rs
Age
Commit message (
Collapse
)
Author
Lines
2019-09-06
Move the HIR cfg to `rustc_ast_borrowck`
Matthew Jasper
-60
/
+0
No new code should be using it.
2019-07-03
Remove needless lifetimes
Jeremy Stucki
-1
/
+1
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
2018-07-12
rename `control_flow_graph` to `graph`
Niko Matsakis
-1
/
+1
2018-07-12
rename `graph` to `control_flow_graph::implementation`
Niko Matsakis
-1
/
+1
2017-09-01
rustc: use hir::ItemLocalId instead of ast::NodeId in CFG.
Eduard-Mihai Burtescu
-6
/
+7
2017-02-28
remove special-case code for statics and just use `borrowck_fn`
Niko Matsakis
-1
/
+1
Fixes #38520
2016-11-10
rustc: use an Expr instead of a Block for function bodies.
Eduard Burtescu
-2
/
+2
2016-05-18
identify inputs of `MetaData(X)` nodes
Niko Matsakis
-1
/
+1
Generate a second hash file that contains the metadata for an X node.
2016-05-11
rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.
Eduard Burtescu
-2
/
+2
2016-05-11
rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.
Eduard Burtescu
-1
/
+1
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-1
/
+1
2016-03-27
rustc: move cfg, infer, traits and ty from middle to top-level.
Eduard Burtescu
-0
/
+70