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
/
traversal.rs
Age
Commit message (
Expand
)
Author
Lines
2020-03-30
rustc -> rustc_middle part 1
Mazdak Farrokhzad
-294
/
+0
2020-01-28
Fix a few spelling mistakes
gorilskij
-2
/
+2
2019-12-22
Format the world
Mark Rousskov
-10
/
+6
2019-09-29
remove bit_set re-export from rustc_data_structures
csmoe
-1
/
+1
2019-06-18
rustc: remove 'x: 'y bounds (except from comments/strings).
Eduard-Mihai Burtescu
-3
/
+3
2019-06-09
Changed usages of `mir` in librustc::mir and librustc_mir to `body`
Jad Ghalayini
-25
/
+25
2019-05-28
Changes the type `mir::Mir` into `mir::Body`
Claude-Alban RANÉLY-VERGÉ-DÉPRÉ
-9
/
+9
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-11-11
Fix typos.
Bruce Mitchener
-2
/
+2
2018-10-23
Unimplement ExactSizeIterator
Shotaro Yamada
-12
/
+24
2018-09-18
Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs.
Nicholas Nethercote
-5
/
+5
2018-08-19
Fix typos found by codespell.
Matthias Krüger
-1
/
+1
2018-08-01
Split out growth functionality into BitVector type
Mark Rousskov
-5
/
+5
2018-07-29
Replace push loops with collect() and extend() where possible
ljedrz
-3
/
+1
2018-07-25
parameterize `BitVector` and `BitMatrix` by their index types
Niko Matsakis
-7
/
+6
2018-05-01
rustc: return impl Iterator from Terminator(Kind)::successors(_mut).
Eduard-Mihai Burtescu
-11
/
+5
2018-03-20
Implement some trivial size_hints for various iterators
Phlosioneer
-0
/
+26
2017-08-15
Fix typos & us spellings
Fourchaux
-1
/
+1
2017-07-05
use field init shorthand in src/librustc
Zack M. Davis
-5
/
+5
2016-10-28
rustc: move mir::repr::* to mir.
Eduard Burtescu
-1
/
+1
2016-06-09
make the basic_blocks field private
Ariel Ben-Yehuda
-15
/
+7
2016-06-09
introduce the type-safe IdxVec and use it instead of loose indexes
Ariel Ben-Yehuda
-0
/
+1
2016-06-08
remove the librustc_trans -> librustc_mir dependency
Ariel Ben-Yehuda
-0
/
+286