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
/
common.rs
Age
Commit message (
Collapse
)
Author
Lines
2018-10-08
codegen_llvm: improve common patterns
ljedrz
-9
/
+6
2018-08-22
Remove Ty prefix from ↵
varkor
-5
/
+5
Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closure|Generator|GeneratorWitness|Never|Tuple|Projection|Anon|Infer|Error}
2018-07-30
rustc_codegen_llvm: fix tidy errors.
Irina Popa
-2
/
+10
2018-07-30
rustc_codegen_llvm: use safe references for OperandBundleDef.
Irina Popa
-2
/
+2
2018-07-30
rustc_codegen_llvm: use safe mutable references for output parameters.
Irina Popa
-2
/
+2
2018-07-30
rustc_codegen_llvm: use safe references for Value.
Irina Popa
-46
/
+45
2018-07-30
rustc_codegen_llvm: use safe references for Type.
Irina Popa
-23
/
+24
2018-07-30
rustc_codegen_llvm: use safe references for Context and Module.
Irina Popa
-3
/
+3
2018-07-16
BinOpKind
csmoe
-2
/
+2
2018-06-14
Declare DebruijnIndex via newtype_index macro
Fabian Drinck
-1
/
+1
2018-05-28
stop invoking `DebruijnIndex::new` directly
Niko Matsakis
-1
/
+1
Co-authored-by: csmoe <35686186+csmoe@users.noreply.github.com>
2018-05-21
rustc: use intern_* instead of mk_* where possible.
Eduard-Mihai Burtescu
-2
/
+4
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-0
/
+448