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_llvm
/
llvm
/
ffi.rs
Age
Commit message (
Expand
)
Author
Lines
2018-07-30
rustc_codegen_llvm: use safe mutable references for output parameters.
Irina Popa
-10
/
+10
2018-07-30
rustc_codegen_llvm: use safe references for RustString.
Irina Popa
-12
/
+12
2018-07-30
rustc_codegen_llvm: use safe references for Twine, DiagnosticInfo, SMDiagnostic.
Irina Popa
-14
/
+11
2018-07-30
rustc_codegen_llvm: use safe references for Archive.
Irina Popa
-4
/
+3
2018-07-30
rustc_codegen_llvm: use safe references for TargetMachine.
Irina Popa
-8
/
+7
2018-07-30
rustc_codegen_llvm: use safe references for Pass.
Irina Popa
-4
/
+3
2018-07-30
rustc_codegen_llvm: use safe references for PassManagerBuilder.
Irina Popa
-14
/
+13
2018-07-30
rustc_codegen_llvm: use safe references for MemoryBuffer and ObjectFile.
Irina Popa
-7
/
+9
2018-07-30
rustc_codegen_llvm: remove more unused functions.
Irina Popa
-176
/
+19
2018-07-30
rustc_codegen_llvm: remove unused UseRef type.
Irina Popa
-7
/
+0
2018-07-30
rustc_codegen_llvm: use safe references for BasicBlock.
Irina Popa
-25
/
+24
2018-07-30
rustc_codegen_llvm: use safe references for Value.
Irina Popa
-462
/
+461
2018-07-30
rustc_codegen_llvm: remove _opaque suffix.
Irina Popa
-47
/
+47
2018-07-30
rustc_codegen_llvm: remove #![allow(dead_code)] from llvm.
Irina Popa
-8
/
+0
2018-07-30
rustc_codegen_llvm: remove unused ExecutionEngineRef type.
Irina Popa
-2
/
+0
2018-07-30
rustc_codegen_llvm: use safe references for Metadata and DI*.
Irina Popa
-107
/
+102
2018-07-30
rustc_codegen_llvm: use safe references for DIBuilder.
Irina Popa
-29
/
+28
2018-07-30
rustc_codegen_llvm: use safe references for Builder.
Irina Popa
-141
/
+140
2018-07-30
rustc_codegen_llvm: use safe references for Type.
Irina Popa
-82
/
+81
2018-07-30
rustc_codegen_llvm: use safe references for Context and Module.
Irina Popa
-86
/
+82
2018-07-30
rustc_codegen_llvm: move from empty enums to extern types.
Irina Popa
-83
/
+65
2018-07-30
rustc_llvm: move to rustc_codegen_llvm::llvm.
Irina Popa
-0
/
+1795
[prev]