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
2024-03-12
Some comment nits
Oli Scherer
-3
/
+2
2024-03-12
Ensure nested allocations in statics do not get deduplicated
Oli Scherer
-3
/
+18
2024-03-12
Make some functions private that are only ever used in the same module
Oli Scherer
-1
/
+1
2024-03-12
Stop requiring a type when codegenning types. We can get all the type info we...
Oli Scherer
-10
/
+3
2024-03-12
Check whether a static is mutable instead of passing it down
Oli Scherer
-5
/
+5
2024-03-12
Swap the order of a piece of code to make follow up diffs simpler
Oli Scherer
-2
/
+2
2024-03-12
Use information from allocation instead of from the static's type
Oli Scherer
-2
/
+6
2024-03-12
Move `codegen_static` function body to an inherent method in preparation of s...
Oli Scherer
-23
/
+27
2024-03-12
Reduce some duplicate work that is being done around statics
Oli Scherer
-8
/
+18
2024-03-12
Share the llvm type computation between both arms of a condition
Oli Scherer
-5
/
+4
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-3
/
+3
2023-12-14
Auto merge of #118566 - klensy:cstr-new, r=WaffleLapkin
bors
-4
/
+3
2023-12-07
ctfe interpreter: extend provenance so that it can track whether a pointer is...
Ralf Jung
-6
/
+3
2023-12-03
compiler: replace cstr macro with c str literals in compiler and few other c ...
klensy
-4
/
+3
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-11-03
consts: remove dead code around `i1` constant values
Augie Fackler
-9
/
+1
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
[next]