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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
middle
/
dataflow.rs
Age
Commit message (
Expand
)
Author
Lines
2017-10-08
address more FIXME whose associated issues were marked as closed
Niv Kaminer
-1
/
+1
2017-09-01
rustc: use hir::ItemLocalId instead of ast::NodeId in CFG.
Eduard-Mihai Burtescu
-47
/
+49
2017-08-07
rustc::middle::dataflow - visit the CFG in RPO
Ariel Ben-Yehuda
-4
/
+13
2017-07-11
Refactor methods onto Printer struct.
Mark Simulacrum
-2
/
+1
2017-07-05
use field init shorthand in src/librustc
Zack M. Davis
-8
/
+8
2017-01-26
rustc: rename TyCtxt's `map` field to `hir`.
Eduard-Mihai Burtescu
-1
/
+1
2016-12-28
rustc: always print nested nodes where a HIR map is available.
Eduard-Mihai Burtescu
-14
/
+8
2016-12-28
rustc: move function arguments into hir::Body.
Eduard-Mihai Burtescu
-11
/
+15
2016-12-28
rustc: separate bodies for static/(associated)const and embedded constants.
Eduard-Mihai Burtescu
-4
/
+4
2016-11-29
revamp `Visitor` with a single method for controlling nested visits
Niko Matsakis
-1
/
+3
2016-11-29
Split nested_visit_mode function off from nested_visit_map
Florian Diebold
-0
/
+2
2016-11-10
rustc: use an Expr instead of a Block for function bodies.
Eduard Burtescu
-4
/
+4
2016-09-20
rustc_metadata: go only through rustc_serialize in astencode.
Eduard Burtescu
-2
/
+2
2016-07-03
prefer `if let` to match with `None => {}` arm in some places
Zack M. Davis
-3
/
+2
2016-05-16
fix bug in `debug!` output from `rustc::middle::dataflow`
Felix S. Klock II
-2
/
+2
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
-2
/
+2
2016-04-06
syntax: dismantle ast_util.
Eduard Burtescu
-2
/
+1
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-3
/
+3
2016-03-27
rustc: move cfg, infer, traits and ty from middle to top-level.
Eduard Burtescu
-3
/
+3
2016-03-22
try! -> ?
Jorge Aparicio
-6
/
+6
2016-03-21
scaffolding for borrowck on MIR.
Felix S. Klock II
-1
/
+1
2016-03-03
Rename middle::ty::ctxt to TyCtxt
Jeffrey Seyfried
-3
/
+3
2016-02-26
Use .copy_from_slice() where applicable
Ulrik Sverdrup
-2
/
+2
2016-01-25
librustc/middle/dataflow.rs: Debug to STDERR
Adrian Heine
-2
/
+1
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-6
/
+10
2015-11-24
Use the EntryOrExit variants qualified.
Ms2ger
-5
/
+3
2015-11-18
Port a bunch of code new-visitor; all of these ports were
Niko Matsakis
-5
/
+5
2015-09-23
Remove random Idents outside of libsyntax
Vadim Petrochenkov
-1
/
+1
2015-09-16
Use ast attributes every where (remove HIR attributes).
Nick Cameron
-0
/
+1
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-8
/
+11
2015-07-09
Use vec![elt; n] where possible
Ulrik Sverdrup
-7
/
+6
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-1
/
+1
2015-04-17
Port to using the newer graph, which offers iterators instead of the
Niko Matsakis
-3
/
+2
2015-04-15
Dataflow changes and associated borrowck fix.
Felix S. Klock II
-17
/
+63
2015-04-03
Auto merge of #23832 - petrochenkov:usize, r=aturon
bors
-4
/
+4
2015-04-01
rollup merge of #23860: nikomatsakis/copy-requires-clone
Alex Crichton
-1
/
+1
2015-04-01
Fallout out rustc
Niko Matsakis
-1
/
+1
2015-04-01
Pretty print ids for assoc items
Nick Cameron
-1
/
+1
2015-03-30
Remove unnecessary `as usize`
Vadim Petrochenkov
-4
/
+4
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-28
/
+28
2015-03-27
default => or_insert per RFC
Alexis Beingessner
-2
/
+2
2015-03-26
update everything to use Entry defaults
Alexis
-12
/
+2
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-28
/
+28
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-5
/
+7
2015-03-02
core: Audit num module for int/uint
Brian Anderson
-5
/
+5
2015-02-22
Add support for mapping a single ast-node to multiple cfg-nodes.
James Miller
-39
/
+67
2015-02-22
Distinguish between AST and various Dummy nodes in CFG.
James Miller
-3
/
+3
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-1
/
+1
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-2
/
+2
[next]