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
/
compiler
/
rustc_codegen_llvm
/
src
/
consts.rs
Age
Commit message (
Expand
)
Author
Lines
2022-04-15
Add codegen for global_asm! sym operands
Amanieu d'Antras
-0
/
+7
2022-04-05
Use WrappingRange::full instead of hand-rolling it
Oli Scherer
-1
/
+1
2022-04-05
Mark scalar layout unions so that backends that do not support partially init...
Oli Scherer
-1
/
+4
2022-03-14
debuginfo: Refactor debuginfo generation for types
Michael Woerister
-1
/
+1
2022-03-07
Introduce `ConstAllocation`.
Nicholas Nethercote
-3
/
+5
2022-02-25
Auto merge of #94130 - erikdesjardins:partially, r=nikic
bors
-22
/
+19
2022-02-20
add check for llvm 14
Erik Desjardins
-1
/
+8
2022-02-19
Adopt let else in more places
est31
-3
/
+2
2022-02-19
switch to limiting the number of init/uninit chunks
Erik Desjardins
-21
/
+9
2022-02-18
Use undef for partially-uninit constants up to 1024 bytes
Erik Desjardins
-2
/
+4
2022-02-06
`#[used(linker)]` attribute (https://github.com/dtolnay/linkme/issues/41)
cynecx
-0
/
+9
2021-12-16
Remove `in_band_lifetimes` from `rustc_codegen_llvm`
LegionMammal978
-7
/
+7
2021-12-09
Remove redundant [..]s
est31
-1
/
+1
2021-11-10
Use more robust checks in rustc for wasm
Alex Crichton
-1
/
+1
2021-11-10
Update more rustc/libtest things for wasm64
Alex Crichton
-1
/
+1
2021-10-01
Fix clippy lints
Guillaume Gomez
-9
/
+9
2021-09-09
Make `abi::Abi` `Copy` and remove a *lot* of refs
Andreas Liljeqvist
-1
/
+1
2021-09-02
rustc_target: move `LayoutOf` to `ty::layout`.
Eduard-Mihai Burtescu
-1
/
+2
2021-08-25
improve comment
Erik Desjardins
-1
/
+1
2021-08-25
don't generate partially-undef consts
Erik Desjardins
-9
/
+13
2021-08-25
use undef for uninitialized bytes in constants
Erik Desjardins
-13
/
+54
2021-08-23
Rename to WrappingRange
Andreas Liljeqvist
-5
/
+2
2021-08-22
Use custom wrap-around type instead of Range
Andreas Liljeqvist
-2
/
+7
2021-08-21
Always use llvm.used for coverage symbols
Nikita Popov
-2
/
+15
2021-08-16
Use llvm.compiler.used insetad of llvm.used
Nikita Popov
-1
/
+1
2021-07-14
consistently treat None-tagged pointers as ints; get rid of some deprecated S...
Ralf Jung
-2
/
+5
2021-07-14
CTFE/Miri engine Pointer type overhaul: make Scalar-to-Pointer conversion inf...
Ralf Jung
-1
/
+1
2021-05-28
Fix static relocation model for PowerPC64
Boris-Chengbiao Zhou
-6
/
+3
2021-05-18
Set dso_local for more items
Boris-Chengbiao Zhou
-0
/
+13
2021-02-14
Replace const_cstr with cstr crate
Xidorn Quan
-3
/
+3
2021-02-04
Use is_local instead of as_local
bjorn3
-2
/
+2
2021-02-02
Avoid a hir access inside get_static
bjorn3
-56
/
+24
2020-11-08
Collapse all uses of `target.options.foo` into `target.foo`
Vadim Petrochenkov
-3
/
+3
2020-11-04
Auto merge of #78280 - bugadani:span, r=lcnr
bors
-14
/
+14
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-4
/
+2
2020-10-27
Query span as late as possible
Dániel Buga
-14
/
+14
2020-10-15
Replace target.target with target and target.ptr_width with target.pointer_width
est31
-3
/
+3
2020-09-21
Rollup merge of #76962 - est31:const_cstr, r=oli-obk
Ralf Jung
-4
/
+3
2020-09-20
Use const_cstr macro in consts.rs
est31
-4
/
+3
2020-09-19
Stop using the `const_eval` query for initializers of statics
Oliver Scherer
-5
/
+2
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+512