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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2017-10-04
Generate DepNodeIndexNew using newtype_index macro
Santiago Pastorino
-0
/
+1
2017-10-04
Make newtype_index get debug_name using reflection
Santiago Pastorino
-0
/
+1
2017-10-04
Generate Idx in nll using newtype_index!
Santiago Pastorino
-1
/
+2
2017-09-17
Remove rustc_bitflags; use the bitflags crate
Tamir Duberstein
-3
/
+2
2017-08-25
*: remove crate_{name,type} attributes
Tamir Duberstein
-3
/
+0
2017-08-21
Expose mir-borrowck via a query.
Felix S. Klock II
-0
/
+2
2017-08-19
rustc: Remove some dead code
Vadim Petrochenkov
-2
/
+2
2017-08-16
Move borrowck error msg construction to module in `rustc_mir` (for later reus...
Felix S. Klock II
-0
/
+1
2017-08-06
de-orphan extended information
Zack M. Davis
-0
/
+2
2017-07-25
Bump master to 1.21.0
Alex Crichton
-2
/
+0
2017-07-06
remove associated_consts feature gate
Sean McArthur
-1
/
+2
2017-06-28
Shift mir-dataflow from `rustc_borrowck` to `rustc_mir` crate.
Felix S. Klock II
-0
/
+3
2017-06-19
Bump version and stage0 compiler
Alex Crichton
-4
/
+0
2017-05-11
rustc: Remove #![unstable] annotation
Alex Crichton
-3
/
+4
2017-05-02
move queries code into transform
Niko Matsakis
-2
/
+0
2017-05-02
delete dead code
Niko Matsakis
-2
/
+1
2017-05-02
rename `mir_map` to `queries` and remove `build_mir_for_crate`
Niko Matsakis
-2
/
+2
2017-05-02
retool MIR passes completely
Niko Matsakis
-1
/
+1
2017-03-29
rustbuild: Update bootstrap compiler
Alex Crichton
-2
/
+1
2017-03-18
move the drop expansion code to rustc_mir
Ariel Ben-Yehuda
-3
/
+1
2017-03-18
refactor away callee::Callee and translate virtual calls through a MIR shim
Ariel Ben-Yehuda
-0
/
+1
2017-03-18
move Instance to rustc and use it in the collector
Ariel Ben-Yehuda
-0
/
+1
2017-03-18
translate tuple-variant constructors using MIR
Ariel Ben-Yehuda
-0
/
+2
2017-03-10
Initial implementation of inlining for MIR
James Miller
-1
/
+2
2017-02-25
rustc_const_eval: demand that the MIR qualify_consts ran on each evaluated body.
Eduard-Mihai Burtescu
-0
/
+6
2017-02-10
SwitchInt over Switch
Simonas Kazlauskas
-0
/
+2
2017-02-03
Bump version, upgrade bootstrap
Alex Crichton
-2
/
+1
2017-01-22
Remove unused `extern crate`s.
Jeffrey Seyfried
-1
/
+0
2017-01-08
Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc
bors
-1
/
+1
2016-12-30
Such large. Very 128. Much bits.
Simonas Kazlauskas
-0
/
+2
2016-12-29
Remove not(stage0) from deny(warnings)
Alex Crichton
-1
/
+1
2016-12-29
Fallout from updating bootstrap Cargo
Alex Crichton
-1
/
+0
2016-11-30
Update the bootstrap compiler
Alex Crichton
-2
/
+0
2016-11-21
Stabilize RFC 1560.
Jeffrey Seyfried
-0
/
+1
2016-11-03
Stabilize `..` in tuple (struct) patterns
Vadim Petrochenkov
-1
/
+1
2016-10-12
Stabilise `?`
Nick Cameron
-1
/
+1
2016-09-19
librustc: Implement def-use chains and trivial copy propagation on MIR.
Patrick Walton
-0
/
+2
2016-09-04
Replace `_, _, _` with `..`
Vadim Petrochenkov
-0
/
+1
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-0
/
+1
2016-06-08
remove the librustc_trans -> librustc_mir dependency
Ariel Ben-Yehuda
-1
/
+0
2016-05-07
mir: qualify and promote constants.
Eduard Burtescu
-0
/
+8
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-1
/
+0
2016-04-03
Auto merge of #32210 - Aatch:mir-traversal, r=nikomatsakis
bors
-0
/
+1
2016-03-31
librustc_mir: use bug!(), span_bug!()
Benjamin Herr
-0
/
+1
2016-03-30
move `const_eval` and `check_match` out of `librustc`
Oliver Schneider
-0
/
+1
2016-03-30
rename `rustc_const_eval` to `rustc_const_math`
Oliver Schneider
-1
/
+1
2016-03-30
Add some standard traversal iterators for MIR
James Miller
-0
/
+1
2016-03-22
sprinkle feature gates here and there
Jorge Aparicio
-0
/
+1
2016-03-10
typestrong constant integers
Oliver Schneider
-0
/
+1
2016-02-20
type-check lvalues
Ariel Ben-Yehuda
-0
/
+1
[next]