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
Age
Commit message (
Expand
)
Author
Lines
2019-01-05
Auto merge of #57145 - RalfJung:panic-if-uninhabited, r=alexcrichton
bors
-46
/
+50
2019-01-01
`<&'tcx ty::Const as Deref>::deref`
Oliver Scherer
-4
/
+4
2019-01-01
Add `unwrap_usize` to `LazyConst`, too
Oliver Scherer
-2
/
+2
2019-01-01
Move the `Unevaluated` constant arm upwards in the type structure
Oliver Scherer
-8
/
+7
2018-12-27
use a better way to get at the type parameter
Ralf Jung
-6
/
+1
2018-12-27
panic when calling MaybeUninhabited::into_inner on uninhabited type
Ralf Jung
-46
/
+55
2018-12-25
Remove licenses
Mark Rousskov
-80
/
+0
2018-12-21
Fix alignment for array indexing
Nikita Popov
-3
/
+13
2018-12-18
treat ref-to-raw cast like a reborrow: do a special kind of retag
Ralf Jung
-1
/
+0
2018-12-11
Remove env_alloca hack
Nikita Popov
-24
/
+2
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-9
/
+9
2018-11-29
Move get_static from CodegenCx to Builder
bjorn3
-1
/
+1
2018-11-29
Use implicit deref instead of BuilderMethods::cx()
bjorn3
-79
/
+79
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
-89
/
+6
2018-11-28
Fix alignment of stores to scalar pair
Nikita Popov
-5
/
+15
2018-11-25
Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakis
bors
-1
/
+0
2018-11-24
Rollup merge of #56097 - ogoffart:union-abi, r=eddyb
kennytm
-3
/
+14
2018-11-22
rustc_target: avoid using AbiAndPrefAlign where possible.
Eduard-Mihai Burtescu
-33
/
+33
2018-11-22
rustc_target: separate out an individual Align from AbiAndPrefAlign.
Eduard-Mihai Burtescu
-11
/
+11
2018-11-22
rustc_target: rename abi::Align to AbiAndPrefAlign.
Eduard-Mihai Burtescu
-14
/
+13
2018-11-20
Add comments and rename a local variable
Olivier Goffart
-5
/
+8
2018-11-20
Fix invalid bitcast taking bool out of a union represented as a scalar
Olivier Goffart
-3
/
+11
2018-11-18
Remove mir::StatementKind::EndRegion
Matthew Jasper
-1
/
+0
2018-11-16
[eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`.
Eduard-Mihai Burtescu
-9
/
+9
2018-11-16
[eddyb] rustc_codegen_ssa: handle LLVM unsafety correctly.
Eduard-Mihai Burtescu
-1
/
+3
2018-11-16
All Builder methods now take &mut self instead of &self
Denis Merigoux
-209
/
+231
2018-11-16
Added some docs + start to &mut self builder methods
Denis Merigoux
-25
/
+25
2018-11-16
Great separation of librustc_codegen_llvm: librustc_codegen_ssa compiles
Denis Merigoux
-0
/
+4351