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
2018-04-21
Add back missing `#![feature(never_type)]`s
kennytm
-0
/
+3
2018-03-29
Stabilize underscore lifetimes
Taylor Cramer
-1
/
+1
2018-03-28
Stabilize match_default_bindings
Taylor Cramer
-1
/
+1
2018-03-26
Stabilize i128_type
Mark Mansi
-1
/
+1
2018-03-26
Stabilize conservative_impl_trait
Taylor Cramer
-1
/
+1
2018-03-15
Keep the fields of RangeInclusive unstable.
kennytm
-0
/
+1
2018-03-15
Stabilize `inclusive_range_syntax` language feature.
kennytm
-1
/
+1
2018-03-15
Stabilize `inclusive_range` library feature.
kennytm
-1
/
+0
2018-03-14
stabilise feature(never_type)
Andrew Cann
-1
/
+2
2018-03-08
Merge const linting pass into const prop
Oliver Schneider
-1
/
+0
2018-03-08
Move the pattern checking code to hair
Oliver Schneider
-2
/
+2
2018-03-08
only export the two check* functions from check_match
Oliver Schneider
-1
/
+1
2018-03-08
The `const_eval` module is no more
Oliver Schneider
-2
/
+3
2018-03-08
Move librustc_const_eval to librustc_mir
Oliver Schneider
-1
/
+5
2018-03-02
Remove allow(bare_trait_object) from librustc_mir
Manish Goregaokar
-1
/
+0
2018-02-28
Rollup merge of #48461 - Manishearth:epoch-dyn-trait, r=nmatsakis
Manish Goregaokar
-0
/
+1
2018-02-23
Lint bare traits
Manish Goregaokar
-0
/
+1
2018-02-20
stage0 cfg cleanup
Mark Simulacrum
-1
/
+0
2018-01-19
Allow runtime switching between trans backends
bjorn3
-1
/
+0
2018-01-10
Use the new fs_read_write functions in rustc internals
Matt Brubeck
-0
/
+1
2018-01-04
rustc: Don't use relative paths for extended errors
Alex Crichton
-0
/
+1
2017-12-21
Mir: Abort on nounwind ABIs
David Henningsson
-0
/
+1
2017-12-20
Add three point error handling to borrowck
Santiago Pastorino
-0
/
+1
2017-12-18
Move collector to monomorphize
Maik Klein
-0
/
+2
2017-12-14
Move mir validation out of tree
Oliver Schneider
-4
/
+1
2017-12-12
Move large chunks of miri from rustc::mir::interpret to rustc_mir::interpret
Oliver Schneider
-0
/
+11
2017-12-06
Update miri to rustc changes
Oliver Schneider
-1
/
+11
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
[next]