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
/
debuginfo
/
metadata.rs
Age
Commit message (
Expand
)
Author
Lines
2018-08-09
Move Fingerprint to data structures
Mark Rousskov
-1
/
+2
2018-08-09
Move path2cstr to rustc_fs_util
Mark Rousskov
-1
/
+1
2018-07-30
rustc_codegen_llvm: use safe references for Value.
Irina Popa
-8
/
+13
2018-07-30
rustc_codegen_llvm: use safe references for Metadata and DI*.
Irina Popa
-175
/
+212
2018-07-30
rustc_codegen_llvm: use safe references for Context and Module.
Irina Popa
-1
/
+1
2018-07-30
rustc_codegen_llvm: move from empty enums to extern types.
Irina Popa
-28
/
+30
2018-07-29
Replace push loops with collect() and extend() where possible
ljedrz
-12
/
+11
2018-06-30
Fortify dummy span checking
Vadim Petrochenkov
-1
/
+1
2018-05-26
Use `Ident`s for fields in HIR
Vadim Petrochenkov
-3
/
+3
2018-05-24
Add constant for `Size::from_bytes(0)`
Oliver Schneider
-6
/
+6
2018-05-17
Fixed accidental removal of StableHasher declaration.
iancormac84
-0
/
+1
2018-05-17
Removed use of TypeIdHasher in debuginfo and replaced it with StableHasher. A...
iancormac84
-6
/
+10
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-0
/
+1773
[prev]