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
/
debuginfo
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-4
/
+4
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-3
/
+3
2018-10-09
codegen_llvm/misc: improve common patterns
ljedrz
-8
/
+6
2018-10-09
codegen_llvm/misc: remove explicit returns
ljedrz
-2
/
+2
2018-09-30
use is_uninhabited in more places
Jorge Aparicio
-1
/
+1
2018-09-29
Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung"
Ralf Jung
-1
/
+1
2018-09-22
use is_uninhabited in more places
Jorge Aparicio
-1
/
+1
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-4
/
+4
2018-08-10
Introduce SmallCStr and use it where applicable.
Michael Woerister
-3
/
+4
2018-08-04
Normalize DebugInfoLevel to standard style
Mark Rousskov
-4
/
+4
2018-07-30
rustc_codegen_llvm: fix ownership of DIBuilder.
Irina Popa
-2
/
+9
2018-07-30
rustc_codegen_llvm: use safe references for Value.
Irina Popa
-6
/
+6
2018-07-30
rustc_codegen_llvm: use safe references for Metadata and DI*.
Irina Popa
-37
/
+42
2018-07-30
rustc_codegen_llvm: use safe references for DIBuilder.
Irina Popa
-2
/
+2
2018-07-30
rustc_codegen_llvm: use safe references for Type.
Irina Popa
-8
/
+10
2018-07-30
rustc_codegen_llvm: use safe references for Context and Module.
Irina Popa
-6
/
+6
2018-07-30
rustc_codegen_llvm: move from empty enums to extern types.
Irina Popa
-11
/
+12
2018-07-29
Replace push loops with collect() and extend() where possible
ljedrz
-3
/
+4
2018-06-30
Fortify dummy span checking
Vadim Petrochenkov
-1
/
+1
2018-05-21
rustc_codegen_llvm: remove debuginfo::VariableKind::CapturedVariable.
Eduard-Mihai Burtescu
-10
/
+2
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-0
/
+542