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
/
rvalue.rs
Age
Commit message (
Expand
)
Author
Lines
2019-08-29
`new_sized` is mostly used without align
Dante-Broggi
-1
/
+1
2019-08-07
Auto merge of #63152 - estebank:big-array, r=oli-obk
bors
-4
/
+9
2019-08-05
Fiddle param env through to `try_eval_bits` in most places
Oliver Scherer
-1
/
+1
2019-08-05
Don't abort on unevaluated constants without at least tryting to eval them
Oliver Scherer
-1
/
+1
2019-08-04
review comments: clean up
Esteban Küber
-4
/
+4
2019-08-03
Simplify change to layout_of
Esteban Küber
-1
/
+0
2019-08-03
Point to local place span on "type too big" error
Esteban Küber
-4
/
+10
2019-07-22
Place::as_place_ref is now Place::as_ref
Santiago Pastorino
-3
/
+3
2019-07-20
Remove explicit return from last line of fn
Santiago Pastorino
-1
/
+1
2019-07-20
Avoid cloning Place in codegen_place
Santiago Pastorino
-3
/
+3
2019-07-20
Migrate from Place enum to Place struct
Santiago Pastorino
-1
/
+4
2019-06-18
rustc: remove 'x: 'y bounds (except from comments/strings).
Eduard-Mihai Burtescu
-4
/
+4
2019-06-11
is_fp and is_floating_point do the same thing, remove the former
Ralf Jung
-2
/
+2
2019-06-02
remove unneeded deps
Mark Mansi
-1
/
+0
2019-06-02
deduplicate ty::Instance constructors
Mark Mansi
-2
/
+2
2019-05-13
Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.
Nicholas Nethercote
-3
/
+3
2019-05-04
Auto merge of #59897 - tmandry:variantful-generators, r=eddyb
bors
-6
/
+5
2019-04-25
Update existing usages
varkor
-1
/
+1
2019-04-25
Generalize discriminant info calls for generators and ADTs
Tyler Mandry
-6
/
+5
2019-04-15
basic refactor. Adding PointerCast enum
Saleem Jaffer
-8
/
+8
2019-03-31
Rollup merge of #59580 - taiki-e:coerce-closure, r=oli-obk
Mazdak Farrokhzad
-1
/
+1
2019-03-31
Rollup merge of #59519 - eddyb:layout-variants-refactor, r=oli-obk
Mazdak Farrokhzad
-2
/
+1
2019-04-01
Allow closure to unsafe fn coercion
Taiki Endo
-1
/
+1
2019-03-30
Remove redundant imports
Fabian Drinck
-1
/
+0
2019-03-29
Remove type_variadic_func and typ_array from cg_ssa
bjorn3
-25
/
+4
2019-03-29
Use Builder instead of CodegenCx for OperandRef and LocalRef
bjorn3
-2
/
+5
2019-03-29
rustc_target: factor out common fields of non-Single Variants.
Eduard-Mihai Burtescu
-2
/
+1
2019-03-03
Auto merge of #58673 - matthewjasper:typeck-ptr-coercions, r=pnkfelix
bors
-2
/
+4
2019-03-01
Put Local, Static and Promoted as one Base variant of Place
Santiago Pastorino
-1
/
+1
2019-02-23
Type check coercions to pointer types
Matthew Jasper
-2
/
+4
2019-02-09
librustc_codegen_ssa => 2018
Taiki Endo
-5
/
+5
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-21
Fix alignment for array indexing
Nikita Popov
-1
/
+2
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-2
/
+2
2018-11-29
Move IntrinsicCallMethods::call_overflow_intrinsics to BuilderMethods::checke...
bjorn3
-1
/
+1
2018-11-29
Don't use llvm intrinsic names in cg_ssa
bjorn3
-80
/
+2
2018-11-22
rustc_target: separate out an individual Align from AbiAndPrefAlign.
Eduard-Mihai Burtescu
-1
/
+1
2018-11-22
rustc_target: rename abi::Align to AbiAndPrefAlign.
Eduard-Mihai Burtescu
-4
/
+4
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
-92
/
+97
2018-11-16
Added some docs + start to &mut self builder methods
Denis Merigoux
-3
/
+3
2018-11-16
Great separation of librustc_codegen_llvm: librustc_codegen_ssa compiles
Denis Merigoux
-0
/
+996
[prev]