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
2023-01-25
create and use GlobalAlloc::address_space
Erik Desjardins
-10
/
+3
2023-01-22
abi: add `AddressSpace` field to `Primitive::Pointer`
Erik Desjardins
-1
/
+1
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-2
/
+2
2022-12-05
Move linkage type check to HIR analysis and fix semantics issues.
Peter Collingbourne
-14
/
+4
2022-11-29
codegen-llvm: never combine DSOLocal and DllImport
David Rheinsberg
-6
/
+10
2022-11-15
Auto merge of #104054 - RalfJung:byte-provenance, r=oli-obk
bors
-7
/
+5
2022-11-09
Reuse SymbolAlreadyDefined
SLASHLogin
-5
/
+5
2022-11-09
Port LinkageConstOrMutType error
SLASHLogin
-8
/
+3
2022-11-09
Port InvalidMinimumAlignment
SLASHLogin
-1
/
+4
2022-11-06
move InitMask to its own module
Ralf Jung
-3
/
+1
2022-11-06
interpret: support for per-byte provenance
Ralf Jung
-4
/
+4
2022-11-03
Fix Access Violation when using lld & ThinLTO on windows-msvc
Wesley Wiser
-1
/
+3
2022-10-19
Get rid of native_library projection queries
nils
-1
/
+4
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-1
/
+1
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-1
/
+0
2022-08-27
interpret: rename relocation → provenance
Ralf Jung
-11
/
+11
2022-08-26
Implementation of import_name_type
Daniel Paoliello
-4
/
+8
2022-07-22
Auto merge of #99420 - RalfJung:vtable, r=oli-obk
bors
-1
/
+3
2022-07-21
Auto merge of #93718 - thomcc:used-macho, r=pnkfelix
bors
-2
/
+12
2022-07-20
consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable)
Ralf Jung
-1
/
+1
2022-07-20
add a Vtable kind of symbolic allocations
Ralf Jung
-1
/
+3
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-1
/
+1
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-3
/
+3
2022-05-11
Move `#[used]` check for Mach-O to `rustc_typeck` from `rustc_codegen_llvm`
Thom Chiovoloni
-27
/
+7
2022-05-11
Fix mixup between `llvm.compiler.used` and `llvm.used` in comment
Thom Chiovoloni
-1
/
+1
2022-05-11
Only compile #[used] as llvm.compiler.used for ELF targets
Thom Chiovoloni
-3
/
+33
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
[next]