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_codegen_ssa
/
mir
/
analyze.rs
Age
Commit message (
Expand
)
Author
Lines
2019-12-03
rustc: expose the mir::Body reference lifetime from mir::ReadOnlyBodyCache (#...
Eduard-Mihai Burtescu
-1
/
+1
2019-12-02
Remove HasLocalDecls impl from BodyCache's, properly reborrow to Body, rename...
Paul Daniel Faria
-1
/
+1
2019-12-02
Remove BodyCache.body and rely on Deref as much as possible for ReadOnlyBodyC...
Paul Daniel Faria
-1
/
+1
2019-12-02
Undo minor changes that weren't needed, fix one lifetime typo
Paul Daniel Faria
-4
/
+5
2019-12-02
Fix compilation errors created during rebase
Paul Daniel Faria
-1
/
+1
2019-12-02
Simplify BodyCache impl and fix all remaining type errors in librustc_mir (li...
Paul Daniel Faria
-8
/
+8
2019-12-02
Account for new maybe_sideeffect helper that requires predecessors
Paul Daniel Faria
-15
/
+14
2019-12-02
Convert &mut to & since the reference didn't need to be mutable
Paul Daniel Faria
-1
/
+1
2019-12-02
Revert back to using FunctionCx's Body
Paul Daniel Faria
-1
/
+1
2019-12-02
Add Body back as field of FunctionCx, but under a different lifetime
Paul Daniel Faria
-14
/
+11
2019-12-02
Improved BodyCache body impl so it only returns a sharable ref, add new body_...
Paul Daniel Faria
-6
/
+7
2019-12-02
Remove Body from FunctionCx, pass it along during librustc_codegen_ssa
Paul Daniel Faria
-20
/
+15
2019-12-02
Simplify Cache wrapper to single type, impl Deref on it, fix all compilation ...
Paul Daniel Faria
-16
/
+24
2019-11-27
rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebug...
Eduard-Mihai Burtescu
-31
/
+82
2019-10-31
rustc_codegen_ssa: move local variable debuginfo to mir::debuginfo.
Eduard-Mihai Burtescu
-7
/
+15
2019-10-22
Pattern match over PlaceRef rather than Place
Santiago Pastorino
-4
/
+1
2019-09-29
remove indexed_vec re-export from rustc_data_structures
csmoe
-1
/
+1
2019-09-29
remove bit_set re-export from rustc_data_structures
csmoe
-1
/
+1
2019-09-25
Rename `sty` to `kind`
varkor
-1
/
+1
2019-09-09
Use slice patterns to match projection base
Santiago Pastorino
-4
/
+1
2019-09-09
Convert Place's projection to a boxed slice
Santiago Pastorino
-13
/
+13
2019-08-16
Remove redundant `ty` fields from `mir::Constant` and `hair::pattern::Pattern...
Eduard-Mihai Burtescu
-1
/
+1
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