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
/
place.rs
Age
Commit message (
Expand
)
Author
Lines
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
2019-03-18
fixed all compilation errors
Saleem Jaffer
-3
/
+7
2019-03-01
Put Local, Static and Promoted as one Base variant of Place
Santiago Pastorino
-5
/
+7
2019-02-16
Reuse the `Pointer` type instead of passing reassembling it at many use sites
Oliver Scherer
-2
/
+2
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-5
/
+5
2019-02-10
rustc: doc comments
Alexander Regueiro
-5
/
+5
2019-02-09
librustc_codegen_ssa => 2018
Taiki Endo
-4
/
+4
2019-02-05
Do not ICE in codegen given a extern_type static
Dan Robertson
-1
/
+18
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-21
Fix alignment for array indexing
Nikita Popov
-2
/
+11
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-2
/
+2
2018-11-29
Move get_static from CodegenCx to Builder
bjorn3
-1
/
+1
2018-11-29
Don't use llvm intrinsic names in cg_ssa
bjorn3
-2
/
+1
2018-11-22
rustc_target: avoid using AbiAndPrefAlign where possible.
Eduard-Mihai Burtescu
-11
/
+11
2018-11-22
rustc_target: separate out an individual Align from AbiAndPrefAlign.
Eduard-Mihai Burtescu
-4
/
+4
2018-11-22
rustc_target: rename abi::Align to AbiAndPrefAlign.
Eduard-Mihai Burtescu
-6
/
+5
2018-11-16
[eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`.
Eduard-Mihai Burtescu
-1
/
+1
2018-11-16
All Builder methods now take &mut self instead of &self
Denis Merigoux
-27
/
+30
2018-11-16
Great separation of librustc_codegen_llvm: librustc_codegen_ssa compiles
Denis Merigoux
-0
/
+496
[prev]