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_mir
/
mir_map.rs
Age
Commit message (
Expand
)
Author
Lines
2017-01-26
rustc: rename TyCtxt's `map` field to `hir`.
Eduard-Mihai Burtescu
-6
/
+6
2017-01-06
rustc: keep track of tables everywhere as if they were per-body.
Eduard-Mihai Burtescu
-153
/
+48
2016-12-28
rustc: move function arguments into hir::Body.
Eduard-Mihai Burtescu
-2
/
+3
2016-12-28
rustc: separate bodies for static/(associated)const and embedded constants.
Eduard-Mihai Burtescu
-16
/
+15
2016-12-28
rustc: separate TraitItem from their parent Item, just like ImplItem.
Eduard-Mihai Burtescu
-1
/
+1
2016-12-05
Refactor ty::FnSig to privatize all fields
Mark-Simulacrum
-2
/
+2
2016-11-29
revamp `Visitor` with a single method for controlling nested visits
Niko Matsakis
-3
/
+3
2016-11-29
Split nested_visit_mode function off from nested_visit_map
Florian Diebold
-3
/
+3
2016-11-29
rustc_mir: fix compilation
Florian Diebold
-4
/
+10
2016-11-16
refactor Visitor into ItemLikeVisitor and intravisit::Visitor
Niko Matsakis
-2
/
+2
2016-11-14
Remove `scope_auxiliary`.
Nicholas Nethercote
-3
/
+3
2016-11-10
rustc: clean up lookup_item_type and remove TypeScheme.
Eduard Burtescu
-4
/
+6
2016-11-10
rustc: use an Expr instead of a Block for function bodies.
Eduard Burtescu
-1
/
+1
2016-11-02
rustc: make all read access to tcx.tables go through a method.
Eduard Burtescu
-2
/
+2
2016-10-28
rustc: move the MIR map into TyCtxt.
Eduard Burtescu
-25
/
+14
2016-10-28
rustc: move mir::repr::* to mir.
Eduard Burtescu
-1
/
+1
2016-09-28
Call arrays "arrays" instead of "vecs" internally
Jonas Schievink
-1
/
+1
2016-08-12
rustc: rename ProjectionMode and its variant to be more memorable.
Eduard Burtescu
-2
/
+2
2016-08-08
track MIR through the dep-graph
Niko Matsakis
-6
/
+7
2016-07-29
intravisit: Fold functionality of IdVisitor into the regular Visitor.
Michael Woerister
-1
/
+1
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-1
/
+1
2016-06-05
mir: report when overflow checks would be missing cross-crate.
Eduard Burtescu
-15
/
+1
2016-05-11
rustc: Split local type contexts interners from the global one.
Eduard Burtescu
-29
/
+96
2016-05-11
rustc: Wrap users of InferCtxt in an anonymous scope.
Eduard Burtescu
-7
/
+6
2016-05-11
rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.
Eduard Burtescu
-4
/
+4
2016-05-11
rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.
Eduard Burtescu
-7
/
+7
2016-05-11
rustc: Avoid free functions taking &TyCtxt and &InferCtxt.
Eduard Burtescu
-4
/
+4
2016-05-11
infer: Use methods for creating an InferCtxt.
Eduard Burtescu
-5
/
+4
2016-05-07
mir: qualify and promote constants.
Eduard Burtescu
-4
/
+19
2016-05-07
mir: prepare for rvalue promotion support.
Eduard Burtescu
-11
/
+24
2016-05-07
mir: build MIR for constants and static initializers.
Eduard Burtescu
-2
/
+64
2016-05-07
mir: factor out the parts of MIR building which are not fn-specific.
Eduard Burtescu
-69
/
+41
2016-05-07
mir: remove the unused attribute logic in the MIR map construction.
Eduard Burtescu
-70
/
+4
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-3
/
+2
2016-03-31
librustc_mir: use bug!(), span_bug!()
Benjamin Herr
-2
/
+1
2016-03-27
rustc: move cfg, infer, traits and ty from middle to top-level.
Eduard Burtescu
-3
/
+3
2016-03-23
introduce "call-site-scope" as the outermost scope
Niko Matsakis
-5
/
+2
2016-03-23
Add `ScopeAuxiliaryVec`, return MIR+aux via tuple
Niko Matsakis
-2
/
+2
2016-03-23
Rename `MirPlusPlus` to `MirAndScopeAuxiliary`
Niko Matsakis
-2
/
+2
2016-03-23
allow dumping intermediate IR with -Z dump-mir
Niko Matsakis
-1
/
+9
2016-03-23
integrate scopes into MIR
Niko Matsakis
-3
/
+9
2016-03-21
Expose attached attributes to `FnKind` abstraction so that I can look at them...
Felix S. Klock II
-1
/
+1
2016-03-17
mir: Support RustCall ABI functions.
Eduard Burtescu
-7
/
+15
2016-03-14
Fixes after a rebase
Aaron Turon
-0
/
+1
2016-03-14
Move projection_mode to InferContext rather than SelectionContext to reduce c...
Aaron Turon
-2
/
+6
2016-03-13
Auto merge of #31916 - nagisa:mir-passmgr-2, r=arielb1
bors
-56
/
+5
2016-03-07
Auto merge of #31606 - Ms2ger:ClosureKind, r=eddyb
bors
-3
/
+3
2016-03-04
Add Pass manager for MIR
Simonas Kazlauskas
-56
/
+5
2016-03-03
Rename middle::ty::ctxt to TyCtxt
Jeffrey Seyfried
-5
/
+5
2016-02-20
use the FulfillmentContext and InferCtxt more correctly
Ariel Ben-Yehuda
-4
/
+4
[next]