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
/
place.rs
Age
Commit message (
Expand
)
Author
Lines
2019-12-09
Make const index and subslice array projections more useful
Matthew Jasper
-1
/
+2
2019-12-06
use abort instead of unreachable
Ralf Jung
-1
/
+3
2019-12-05
comments
Ralf Jung
-0
/
+2
2019-12-05
codegen: mark invalid SetDiscriminant unreachable
Ralf Jung
-2
/
+3
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
-2
/
+3
2019-12-02
Fix tidy errors
Paul Daniel Faria
-1
/
+5
2019-12-02
Simplify BodyCache impl and fix all remaining type errors in librustc_mir (li...
Paul Daniel Faria
-1
/
+1
2019-12-02
Account for new maybe_sideeffect helper that requires predecessors
Paul Daniel Faria
-1
/
+1
2019-12-02
Revert back to using FunctionCx's Body
Paul Daniel Faria
-7
/
+6
2019-12-02
Add Body back as field of FunctionCx, but under a different lifetime
Paul Daniel Faria
-1
/
+1
2019-12-02
Remove Body from FunctionCx, pass it along during librustc_codegen_ssa
Paul Daniel Faria
-6
/
+7
2019-12-02
Simplify Cache wrapper to single type, impl Deref on it, fix all compilation ...
Paul Daniel Faria
-1
/
+1
2019-11-21
Aggregation of drive-by cosmetic changes.
Alexander Regueiro
-12
/
+11
2019-11-12
Fix tidy.
Camille GILLOT
-1
/
+3
2019-11-12
Rename in librustc_codegen_ssa.
Camille GILLOT
-1
/
+1
2019-10-31
rustc_codegen_ssa: move local variable debuginfo to mir::debuginfo.
Eduard-Mihai Burtescu
-0
/
+4
2019-10-13
Remove is_const_integral method from ConstMethods
bjorn3
-2
/
+2
2019-09-25
Rename `sty` to `kind`
varkor
-1
/
+1
2019-09-14
Rollup merge of #64435 - eddyb:arguments-against-arg, r=rkruppe
Mazdak Farrokhzad
-6
/
+2
2019-09-12
codegen: be more explicit about setting giving names to allocas.
Eduard-Mihai Burtescu
-6
/
+2
2019-09-09
Use slice patterns to match projection base
Santiago Pastorino
-6
/
+2
2019-09-09
Convert Place's projection to a boxed slice
Santiago Pastorino
-17
/
+18
2019-08-29
`new_sized` is mostly used without align
Dante-Broggi
-2
/
+15
2019-08-29
`new_thin_place` is only used with `align` = `layout.align.abi`
Dante-Broggi
-3
/
+2
2019-08-22
Handle statics in `Subst::subst()` by implementing `TypeFoldable`
Wesley Wiser
-9
/
+2
2019-08-22
Fix tidy
Wesley Wiser
-1
/
+0
2019-08-22
Move def_id out add substsref
Wesley Wiser
-5
/
+16
2019-08-02
CTFE: simplify Value type by not checking for alignment
Ralf Jung
-2
/
+2
2019-07-20
Avoid cloning Place in codegen_place
Santiago Pastorino
-19
/
+18
2019-07-20
Migrate from Place enum to Place struct
Santiago Pastorino
-22
/
+42
2019-07-12
rustc_codegen_ssa: fix range check in codegen_get_discr.
Eduard-Mihai Burtescu
-23
/
+47
2019-07-11
rustc_codegen_ssa: try to make codegen_get_discr more readable.
Eduard-Mihai Burtescu
-18
/
+32
2019-07-08
normalize use of backticks for compiler messages in librustc_codegen
Samy Kacimi
-1
/
+1
2019-06-25
Implement From<Local> for Place and PlaceBase
Santiago Pastorino
-1
/
+1
2019-06-19
Change `ByRef` to a struct variant to clarify its fields via names
Oliver Scherer
-1
/
+1
2019-06-19
Remove the `AllocId` from `ByRef` values
Oliver Scherer
-2
/
+2
2019-06-19
Weave the alignment through `ByRef`
Oliver Scherer
-2
/
+2
2019-06-18
rustc: remove 'x: 'y bounds (except from comments/strings).
Eduard-Mihai Burtescu
-3
/
+3
2019-06-05
Aggregation of drive-by cosmetic changes.
Alexander Regueiro
-22
/
+23
2019-05-28
Avoid unneeded bug!() call
Santiago Pastorino
-14
/
+12
2019-04-25
Generalize discriminant info calls for generators and ADTs
Tyler Mandry
-12
/
+4
2019-04-25
Support variantful generators
Tyler Mandry
-3
/
+9
2019-04-11
Add discr_index to multi-variant layouts
Tyler Mandry
-6
/
+8
2019-04-02
Remove adt_def from PlaceTy and make it a struct
Tyler Mandry
-3
/
+3
2019-03-31
Rollup merge of #59519 - eddyb:layout-variants-refactor, r=oli-obk
Mazdak Farrokhzad
-16
/
+20
2019-03-29
Misc
bjorn3
-2
/
+3
2019-03-29
rustc_target: factor out common fields of non-Single Variants.
Eduard-Mihai Burtescu
-16
/
+20
2019-03-23
adding mir::StaticKind enum for static and promoted
Saleem Jaffer
-2
/
+6
[next]