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_cranelift
/
src
/
constant.rs
Age
Commit message (
Expand
)
Author
Lines
2022-07-25
Merge commit 'c19edfd71a1d0ddef86c2c67fdb40718d40a72b4' into sync_cg_clif-202...
bjorn3
-9
/
+14
2022-07-20
various nits from review
Ralf Jung
-1
/
+0
2022-07-20
slightly cleaner, if more verbose, vtable handling in codegen backends
Ralf Jung
-6
/
+14
2022-07-20
consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable)
Ralf Jung
-4
/
+4
2022-07-20
rename get_global_alloc to try_get_global_alloc
Ralf Jung
-1
/
+1
2022-07-20
add a Vtable kind of symbolic allocations
Ralf Jung
-8
/
+18
2022-07-09
tweak names and output and bless
Ralf Jung
-1
/
+1
2022-07-09
review feedback
Ralf Jung
-1
/
+1
2022-07-09
fix cranelift and gcc backends
Ralf Jung
-0
/
+1
2022-06-14
implement valtrees as the type-system representation for constant values
b-naber
-4
/
+5
2022-06-14
Rename the `ConstS::val` field as `kind`.
Nicholas Nethercote
-3
/
+3
2022-05-23
Refactor call terminator to always hold a destination place
Jakob Degen
-2
/
+2
2022-04-11
Add new `Deinit` statement kind
Jakob Degen
-0
/
+1
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-2
/
+1
2022-03-07
Introduce `ConstAllocation`.
Nicholas Nethercote
-7
/
+12
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-2
/
+2
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-5
/
+5
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-1
/
+1
2022-01-17
Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu
bors
-1
/
+1
2022-01-15
initial revert
Ellen
-4
/
+6
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-1
/
+1
2021-12-15
Remove `SymbolStr`.
Nicholas Nethercote
-2
/
+3
2021-09-18
ty::layout: replicate `layout_of` setup for `fn_abi_of_{fn_ptr,instance}`.
Eduard-Mihai Burtescu
-3
/
+1
2021-08-26
make unevaluated const substs optional
lcnr
-5
/
+5
2021-07-14
fix cranelift
Ralf Jung
-10
/
+11
2021-07-07
Merge commit '3a31c6d8272c14388a34622193baf553636fe470' into sync_cg_clif-202...
bjorn3
-65
/
+76
2021-06-28
Update other codegens to use tcx managed vtable allocations.
Charles Lew
-1
/
+1
2021-05-27
Merge commit '40dd3e2b7089b5e96714e064b731f6dbf17c61a9' into sync_cg_clif-202...
bjorn3
-4
/
+93
2021-05-23
(try to) fix cranelift
Ralf Jung
-0
/
+2
2021-05-18
CTFE core engine allocation & memory API improvemenets
Ralf Jung
-3
/
+2
2021-04-30
Sync rustc_codegen_cranelift 'ddd4ce25535cf71203ba3700896131ce55fde795'
Erin Power
-31
/
+36
2021-03-29
Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1' into sync_cg_clif-202...
bjorn3
-11
/
+18
2021-03-20
update `const_eval_resolve`
lcnr
-5
/
+5
2021-03-15
s/ConstantSource/ConstantKind/
Oli Scherer
-6
/
+6
2021-03-12
Prepare mir::Constant for ty::Const only supporting valtrees
Oli Scherer
-13
/
+17
2021-03-05
Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-202...
bjorn3
-78
/
+40
2021-01-24
clean up some const error reporting around promoteds
Ralf Jung
-5
/
+3
2020-12-27
Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484' into sync_cg_clif-202...
bjorn3
-2
/
+6
2020-11-27
Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a' into sync_cg_clif-202...
bjorn3
-7
/
+2
2020-11-16
update `cg_clif`
Bastian Kauschke
-3
/
+3
2020-11-04
s/Scalar::Raw/Scalar::Int
oli
-1
/
+1
2020-11-04
Fix cranelift build
oli
-3
/
+2
2020-11-03
Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into update_cg_clif-2...
bjorn3
-14
/
+12
2020-10-26
Add 'compiler/rustc_codegen_cranelift/' from commit '793d26047f994e23415f8f6b...
bjorn3
-0
/
+476
[prev]