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_llvm
/
mir
/
block.rs
Age
Commit message (
Expand
)
Author
Lines
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-3
/
+3
2018-08-21
Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor
kennytm
-1
/
+1
2018-08-19
mv codemap() source_map()
Donato Sciarra
-1
/
+1
2018-08-19
Fix typos found by codespell.
Matthias Krüger
-1
/
+1
2018-08-19
Integrate OperandValue::UnsizedRef into OperandValue::Ref.
Masaki Hara
-20
/
+11
2018-08-19
Integrate PassMode::UnsizedIndirect into PassMode::Indirect.
Masaki Hara
-5
/
+3
2018-08-19
Implement simple codegen for unsized rvalues.
Masaki Hara
-1
/
+26
2018-07-31
Make globals with private linkage unnamed. Fixes #50862.
Colin Pronovost
-2
/
+2
2018-07-30
rustc_codegen_llvm: use safe references for BasicBlock.
Irina Popa
-4
/
+4
2018-07-30
rustc_codegen_llvm: use safe references for Value.
Irina Popa
-20
/
+28
2018-07-30
rustc_codegen_llvm: use safe references for Type.
Irina Popa
-13
/
+13
2018-07-23
Explain promoted extraction for simd shuffle
Oliver Schneider
-0
/
+3
2018-07-23
Promoteds are statics and statics have a place, not just a value
Oliver Schneider
-1
/
+24
2018-06-02
Generate br for all two target SwitchInts
Nikita Popov
-5
/
+14
2018-05-17
Make sure the type we think is uninhabited actually is
varkor
-1
/
+2
2018-05-17
Fix an ICE when attempting to transmute an uninhabited type
varkor
-3
/
+13
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-0
/
+895