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
/
consts.rs
Age
Commit message (
Expand
)
Author
Lines
2018-08-27
Rename hir::map::NodeKind to hir::Node
varkor
-3
/
+3
2018-08-27
Remove path prefixes from NodeKind
varkor
-3
/
+3
2018-08-27
Rename hir::map::Node to hir::map::NodeKind
varkor
-2
/
+2
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-1
/
+1
2018-08-14
Rollup merge of #53274 - bjorn3:remove_statics_field, r=nagisa
kennytm
-1
/
+0
2018-08-11
Remove statics field from CodegenCx
bjorn3
-1
/
+0
2018-08-10
Introduce const_cstr!() macro and use it where applicable.
Michael Woerister
-1
/
+1
2018-08-07
Fix issue around dllimport and ThinLTO as LLD runs it.
Michael Woerister
-1
/
+14
2018-07-31
Make globals with private linkage unnamed. Fixes #50862.
Colin Pronovost
-7
/
+13
2018-07-30
rustc_codegen_llvm: use safe references for Value.
Irina Popa
-21
/
+23
2018-07-30
rustc_codegen_llvm: use safe references for Type.
Irina Popa
-7
/
+7
2018-07-24
Deduplicate linkage checking code for statics
Gabriel Smith
-85
/
+69
2018-07-24
Properly set the linkage type on non-local statics
Gabriel Smith
-6
/
+53
2018-07-23
Promoteds are statics and statics have a place, not just a value
Oliver Schneider
-3
/
+5
2018-07-16
rustc: Use link_section, not wasm_custom_section
Alex Crichton
-10
/
+35
2018-07-16
ItemKind
csmoe
-1
/
+1
2018-07-16
ForeignItemKind
csmoe
-1
/
+1
2018-06-30
Do not allow LLVM to increase a TLS's alignment on macOS.
kennytm
-1
/
+39
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-0
/
+322
[prev]