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-10-13
Format all the let chains in compiler
Michael Goulet
-3
/
+10
2023-08-01
Auto merge of #105545 - erikdesjardins:ptrclean, r=bjorn3
bors
-13
/
+7
2023-07-30
inline format!() args up to and including rustc_codegen_llvm
Matthias Krüger
-2
/
+1
2023-07-29
cg_ssa: remove pointee types and pointercast/bitcast-of-ptr
Erik Desjardins
-4
/
+0
2023-07-29
cg_llvm: remove pointee types and pointercast/bitcast-of-ptr
Erik Desjardins
-9
/
+7
2023-07-05
Revert "use new c literals instead of cstr! macro"
León Orell Valerian Liehr
-3
/
+4
2023-06-02
Rollup merge of #111647 - klensy:cstr, r=oli-obk
Matthias Krüger
-4
/
+3
2023-06-01
Use translatable diagnostics in `rustc_const_eval`
Deadbeef
-5
/
+14
2023-05-31
use new c literals instead of cstr! macro
klensy
-4
/
+3
2023-04-05
review
klensy
-10
/
+7
2023-02-16
fix some lines, and do a consistency fix
Tshepang Mbambo
-2
/
+2
2023-02-10
Update the minimum external LLVM to 14
Josh Stone
-8
/
+1
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
[next]