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-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
2016-01-24
rustc_mir: Mark the crate as unstable
Alex Crichton
-0
/
+2
2016-01-24
mk: Move from `-D warnings` to `#![deny(warnings)]`
Alex Crichton
-0
/
+1
2016-01-04
Add a human-readable textual form for MIR.
Scott Olson
-3
/
+3
2015-12-28
Rewrite MIR graphviz printing and improve MIR debug printing.
Scott Olson
-1
/
+0
2015-11-30
Also move the MIR visitor to librustc.
Michael Woerister
-1
/
+0
2015-11-30
Move the core MIR datastructures to librustc.
Michael Woerister
-2
/
+0
2015-11-12
Add a MIR pass to simplify the control flow graph
Björn Steinbrink
-0
/
+1
2015-11-03
Add a MIR visitor
Niko Matsakis
-0
/
+1
2015-11-03
Add helper methods that require tcx; these compute types of
Niko Matsakis
-1
/
+1
2015-11-03
Move the "HAIR" code that reads the tcx tables etc out of the `tcx`
Niko Matsakis
-2
/
+3
2015-10-25
std: Stabilize library APIs for 1.5
Alex Crichton
-1
/
+1
2015-10-06
rename `dump` to `mir_map`, which seems more suitable
Niko Matsakis
-1
/
+1
2015-10-06
strip out the hair trait and use concrete types instead
Niko Matsakis
-0
/
+3
2015-09-06
add MIR code (unused thus far)
Niko Matsakis
-0
/
+34