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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_mir
/
util
/
patch.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-183
/
+0
2020-05-06
Improve `LocalDecl` creation.
Nicholas Nethercote
-2
/
+2
2020-05-06
Add `SourceInfo::outermost`.
Nicholas Nethercote
-1
/
+1
2020-04-22
Use `Body` everywhere
Dylan MacKenzie
-1
/
+1
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-1
/
+1
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-2
/
+2
2020-02-28
use is_empty() instead of len() == x to determine if structs are empty.
Matthias Krüger
-1
/
+1
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-36
/
+32
2019-12-05
rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ...
Paul Daniel Faria
-1
/
+1
2019-12-02
Remove HasLocalDecls impl from BodyCache's, properly reborrow to Body, rename...
Paul Daniel Faria
-9
/
+9
2019-12-02
Simplify BodyCache impl and fix all remaining type errors in librustc_mir (li...
Paul Daniel Faria
-1
/
+1
2019-12-02
Add predecessors fn to ReadOnlyBodyCache, fix more Body -> (ReadOnly)BodyCach...
Paul Daniel Faria
-9
/
+9
2019-12-02
Move predecessors cache invalidation back to basic_blocks_mut, add a couple m...
Paul Daniel Faria
-1
/
+1
2019-12-02
Stop invalidating predecessors cache when accessing unique basic block, inval...
Paul Daniel Faria
-1
/
+1
2019-09-29
remove indexed_vec re-export from rustc_data_structures
csmoe
-1
/
+1
2019-09-11
Make Place Boxed on Statement to reduce size from 64 bytes to 32 bytes
Santiago Pastorino
-1
/
+1
2019-06-09
Changed usages of `mir` in librustc::mir and librustc_mir to `body`
Jad Ghalayini
-20
/
+20
2019-05-28
Changes the type `mir::Mir` into `mir::Body`
Claude-Alban RANÉLY-VERGÉ-DÉPRÉ
-4
/
+4
2019-02-08
librustc_mir => 2018
Taiki Endo
-2
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-09-24
Shrink StatementKind::Assign.
Nicholas Nethercote
-1
/
+1
2018-07-25
Improve readability in a few sorts
ljedrz
-1
/
+1
2018-05-30
rustc: rename mir::VisibilityScope to mir::SourceScope.
Eduard-Mihai Burtescu
-1
/
+1
2018-02-08
add transform for uniform array move out
Mikhail Modin
-1
/
+11
2017-12-01
MIR: s/lv(al(ue)?)?/place in function/variable/module names.
Eduard-Mihai Burtescu
-2
/
+2
2017-12-01
MIR: s/Lvalue/Place in type names.
Eduard-Mihai Burtescu
-1
/
+1
2017-08-16
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-1
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-1
/
+1
2017-07-28
Ignore drop check bools when testing for legal generator types
John Kåre Alsaker
-0
/
+7
2017-06-12
Add `EndRegion` statement kind to MIR.
Felix S. Klock II
-0
/
+1
2017-04-11
store Spans for all MIR locals
Ariel Ben-Yehuda
-2
/
+3
2017-03-18
move the drop expansion code to rustc_mir
Ariel Ben-Yehuda
-0
/
+178