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_middle
/
src
/
mir
/
interpret
/
allocation.rs
Age
Commit message (
Expand
)
Author
Lines
2022-02-19
switch to limiting the number of init/uninit chunks
Erik Desjardins
-0
/
+1
2021-10-16
clippy::complexity changes
Matthias Krüger
-3
/
+3
2021-08-25
use a peekable iterator to check the first chunk
Erik Desjardins
-3
/
+14
2021-08-25
yet more comment improvements
Erik Desjardins
-2
/
+7
2021-08-25
improve comments
Erik Desjardins
-9
/
+14
2021-08-25
put code in a more logical order
Erik Desjardins
-345
/
+350
2021-08-25
add comments
Erik Desjardins
-19
/
+119
2021-08-25
implement InitMaskCompressed using InitChunkIter, cleanup
Erik Desjardins
-23
/
+33
2021-08-25
optimize initialization checks
Erik Desjardins
-9
/
+102
2021-08-25
use undef for uninitialized bytes in constants
Erik Desjardins
-5
/
+52
2021-08-05
replace Vec<u8> with Box<[u8]>
The8472
-5
/
+4
2021-08-05
use box->vec conversion API that doesn't reallocate
The8472
-1
/
+1
2021-08-05
use zeroed allocation instead of eagerly initializing the memory
The8472
-3
/
+4
2021-07-31
CTFE: throw unsupported error when partially overwriting a pointer
Ralf Jung
-21
/
+43
2021-07-16
add some comments regarding the two major quirks of our memory model
Ralf Jung
-1
/
+8
2021-07-16
get rid of incorrect erase_for_fmt
Ralf Jung
-1
/
+3
2021-07-15
enable Miri to fix the bytes in an allocation (since ptr offsets have differe...
Ralf Jung
-16
/
+24
2021-07-14
consistently treat None-tagged pointers as ints; get rid of some deprecated S...
Ralf Jung
-2
/
+2
2021-07-14
CTFE/Miri engine Pointer type overhaul: make Scalar-to-Pointer conversion inf...
Ralf Jung
-34
/
+25
2021-07-12
remove remaining use of Pointer in Allocation API
Ralf Jung
-10
/
+9
2021-07-06
Rollup merge of #86685 - RalfJung:alloc-mut, r=oli-obk
Yuki Okushi
-0
/
+3
2021-07-02
Allocation failure in constprop panics right away
Smitty
-1
/
+4
2021-06-30
Delay ICE on evaluation fail
Smitty
-0
/
+5
2021-06-30
Note that even ConstProp follows the rules
Smittyvb
-2
/
+2
2021-06-30
simplify explanation comment
Smittyvb
-9
/
+2
2021-06-29
Properly handle const prop failures
Smitty
-5
/
+8
2021-06-29
Add comment with reasoning for non-determinism
Smitty
-0
/
+9
2021-06-29
Simplify allocation creation
Smitty
-2
/
+1
2021-06-29
Support allocation failures when interperting MIR
Smitty
-6
/
+15
2021-06-28
double-check mutability inside Allocation
Ralf Jung
-0
/
+3
2021-05-23
fix comment
Ralf Jung
-1
/
+1
2021-05-23
support creating mutable allocations from byte slices
Ralf Jung
-4
/
+8
2021-05-18
add Align::ONE; add methods to access alloc.extra
Ralf Jung
-1
/
+1
2021-05-18
CTFE core engine allocation & memory API improvemenets
Ralf Jung
-209
/
+136
2021-05-17
Rollup merge of #85412 - RalfJung:c_str, r=oli-obk
Ralf Jung
-23
/
+0
2021-05-17
remove some functions that were only used by Miri
Ralf Jung
-23
/
+0
2021-05-17
remove size field from Allocation
Ralf Jung
-6
/
+5
2021-03-18
Remove unwrap_none/expect_none from compiler/.
Mara Bos
-1
/
+1
2021-02-25
Auto merge of #82338 - RalfJung:interp-error-allocs, r=oli-obk
bors
-2
/
+2
2021-02-21
remove redundant return value Ok(()) of clear_relocations()
Matthias Krüger
-10
/
+3
2021-02-20
all InterpError allocate now, so adjust alloc-error-check
Ralf Jung
-2
/
+2
2020-10-13
Replace absolute paths with relative ones
est31
-1
/
+1
2020-09-04
Remove reference to byteorder limits
Jubilee Young
-8
/
+4
2020-08-30
mv compiler to compiler/
mark
-0
/
+887
[prev]