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_codegen_ssa
/
mir
/
analyze.rs
Age
Commit message (
Expand
)
Author
Lines
2019-08-04
tweak output and tests
Esteban Küber
-8
/
+19
2019-08-04
review comments: clean up
Esteban Küber
-6
/
+1
2019-08-03
Point to local place span on "type too big" error
Esteban Küber
-1
/
+7
2019-07-22
Place::as_place_ref is now Place::as_ref
Santiago Pastorino
-1
/
+1
2019-07-20
Implement Place::as_place_ref
Santiago Pastorino
-6
/
+1
2019-07-20
Avoid cloning place in LocalAnalyzer visitor
Santiago Pastorino
-56
/
+85
2019-07-20
Migrate from Place enum to Place struct
Santiago Pastorino
-5
/
+20
2019-07-03
Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2019-06-18
Run `rustfmt --file-lines ...` for changes from previous commits.
Eduard-Mihai Burtescu
-3
/
+4
2019-06-18
rustc: remove 'x: 'y bounds (except from comments/strings).
Eduard-Mihai Burtescu
-3
/
+3
2019-06-11
rustc_codegen_*: deny(unused_lifetimes).
Eduard-Mihai Burtescu
-1
/
+1
2019-06-07
Revert "Make LocalAnalizer visitor iterate instead of recurse"
Santiago Pastorino
-48
/
+37
2019-06-06
Make LocalAnalizer visitor iterate instead of recurse
Santiago Pastorino
-37
/
+48
2019-05-28
Changes the type `mir::Mir` into `mir::Body`
Claude-Alban RANÉLY-VERGÉ-DÉPRÉ
-4
/
+4
2019-05-15
Get ty from local_decls instead of using Place
Santiago Pastorino
-3
/
+2
2019-04-26
Remove region from borrow place contexts
Matthew Jasper
-6
/
+6
2019-04-26
Remove BasicBlock parameter from mir visitor methods
Matthew Jasper
-4
/
+2
2019-04-02
Remove adt_def from PlaceTy and make it a struct
Tyler Mandry
-3
/
+3
2019-03-01
Put Local, Static and Promoted as one Base variant of Place
Santiago Pastorino
-2
/
+3
2019-02-09
librustc_codegen_ssa => 2018
Taiki Endo
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-3
/
+3
2018-11-16
[eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`.
Eduard-Mihai Burtescu
-1
/
+1
2018-11-16
Great separation of librustc_codegen_llvm: librustc_codegen_ssa compiles
Denis Merigoux
-0
/
+382
[prev]