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_mir
/
src
/
interpret
/
memory.rs
Age
Commit message (
Expand
)
Author
Lines
2021-05-23
support creating mutable allocations from byte slices
Ralf Jung
-1
/
+3
2021-05-23
avoid redundant immutability check
Ralf Jung
-3
/
+0
2021-05-23
reject deallocation of read-only allocations
Ralf Jung
-0
/
+3
2021-05-22
CTFE get_alloc_extra_mut: also provide ref to MemoryExtra
Ralf Jung
-2
/
+3
2021-05-19
CTFE Machine: do not expose Allocation
Ralf Jung
-6
/
+7
2021-05-18
add Align::ONE; add methods to access alloc.extra
Ralf Jung
-8
/
+20
2021-05-18
reduce number of allocation lookups during copy
Ralf Jung
-6
/
+6
2021-05-18
CTFE core engine allocation & memory API improvemenets
Ralf Jung
-86
/
+252
2021-05-17
Rollup merge of #85412 - RalfJung:c_str, r=oli-obk
Ralf Jung
-75
/
+0
2021-05-17
remove some functions that were only used by Miri
Ralf Jung
-75
/
+0
2021-05-17
remove size field from Allocation
Ralf Jung
-7
/
+7
2021-05-02
Change 'NULL' to 'null'
Brent Kerby
-5
/
+5
2021-03-18
Remove unwrap_none/expect_none from compiler/.
Mara Bos
-3
/
+11
2020-12-03
move interpret::MemoryKind::Heap to const eval
Vishnunarayan K I
-5
/
+0
2020-12-03
move intrinsic to CTFE, add FIXME
Vishnunarayan K I
-0
/
+1
2020-12-02
rename MemoryKind::Heap to ConstHeap; bless test
Vishnunarayan K I
-3
/
+3
2020-12-01
review comments
Vishnunarayan K I
-2
/
+2
2020-12-01
add const_allocate intrisic
Vishnunarayan K I
-0
/
+4
2020-09-22
Miri: more informative deallocation error messages
Ralf Jung
-4
/
+8
2020-09-19
Address review comments
Oliver Scherer
-1
/
+1
2020-09-19
Rename const eval queries to reflect the validation changes
Oliver Scherer
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+1028