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
/
src
/
librustc
/
mir
/
interpret
/
allocation.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-16
Miri: refactor new allocation tagging
Ralf Jung
-53
/
+20
2019-03-15
Auto merge of #58556 - oli-obk:imperative_recursion, r=pnkfelix
bors
-13
/
+63
2019-03-13
Use derive macro for HashStable
John Kåre Alsaker
-1
/
+2
2019-03-12
Explain the bits of `UndefMask`
Oliver Scherer
-0
/
+2
2019-03-04
Use bit operations for setting large ranges of bits in a u64
Oliver Scherer
-16
/
+33
2019-03-04
No magic numbers
Oliver Scherer
-1
/
+1
2019-03-04
Optimize copying large ranges of undefmask blocks
Oliver Scherer
-7
/
+38
2019-02-10
rustc: doc comments
Alexander Regueiro
-10
/
+10
2019-02-05
move librustc to 2018
Mark Mansi
-2
/
+2
2018-12-27
Auto merge of #57129 - RalfJung:check-bounds, r=oli-obk
bors
-1
/
+1
2018-12-26
make Alloc::check_bounds_ptr private; you should use Memory::check_bounds_ptr...
Ralf Jung
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-27
Auto merge of #56094 - RalfJung:memory-data-revived, r=oli-obk
bors
-99
/
+151
2018-11-25
Typo
Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer
-1
/
+1
2018-11-25
fix length of slice returned from read_c_str
Ralf Jung
-3
/
+5
2018-11-25
yay for NLL
Ralf Jung
-5
/
+3
2018-11-25
read_c_str should call the AllocationExtra hooks
Ralf Jung
-4
/
+3
2018-11-25
Typo
Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer
-1
/
+1
2018-11-25
make memory allocation hook infallible
Ralf Jung
-3
/
+3
2018-11-25
bring back MemoryExtra
Ralf Jung
-99
/
+151
2018-11-24
Rebase fallout
Oliver Scherer
-11
/
+2
2018-11-24
Document `Allocation`
Oliver Scherer
-2
/
+17
2018-11-24
Explain {read,write}_scalar failure to cope with zsts
Oliver Scherer
-0
/
+10
2018-11-24
Move alignment checks out of `Allocation`
Oliver Scherer
-57
/
+12
2018-11-24
Reorder methods in `allocation.rs`
Oliver Scherer
-85
/
+85
2018-11-24
Make a method that doesn't need `Self` a free function instead
Oliver Scherer
-18
/
+17
2018-11-24
Make zst accesses in allocations take the regular path.
Oliver Scherer
-21
/
+0
2018-11-24
Remove unnecessary `Result` (function always returned `Ok`)
Oliver Scherer
-6
/
+6
2018-11-24
Adjust rustc_mir::interpret to changes in `Allocation`/`Memory` methods
Oliver Scherer
-43
/
+69
2018-11-24
Move some byte and scalar accessors from `Memory` to `Allocation`
Oliver Scherer
-0
/
+200
2018-11-24
Fiddle a `HasDataLayout` through the allocation methods
Oliver Scherer
-19
/
+41
2018-11-24
Access `self` instead of `alloc`
Oliver Scherer
-30
/
+14
2018-11-24
Adjust generics to `Allocation` parameters
Oliver Scherer
-9
/
+9
2018-11-24
Move alignment and bounds check from `Memory` to `Allocation`
Oliver Scherer
-0
/
+45
2018-11-24
Move undef mask methods from `Memory` to `Allocation`
Oliver Scherer
-0
/
+33
2018-11-24
Move relocation methods from `Memory` to `Allocation`
Oliver Scherer
-0
/
+73
2018-11-24
Preliminary code adjustment to let the compiler complain about missing methods
Oliver Scherer
-4
/
+4
2018-11-24
Move some methods from `Memory` to `Allocation`
Oliver Scherer
-0
/
+84
2018-11-22
rustc_target: avoid using AbiAndPrefAlign where possible.
Eduard-Mihai Burtescu
-5
/
+5
2018-11-22
rustc_target: separate out an individual Align from AbiAndPrefAlign.
Eduard-Mihai Burtescu
-2
/
+2
2018-11-22
rustc_target: rename abi::Align to AbiAndPrefAlign.
Eduard-Mihai Burtescu
-5
/
+5
2018-11-15
do not accept out-of-bounds pointers in enum discriminants, they might be NULL
Ralf Jung
-0
/
+8
2018-11-12
for uniformity, also move memory_deallocated to AllocationExtra
Ralf Jung
-0
/
+11
2018-11-08
Give `AllocationExtra`s access to their entire `Allocation`
Oliver Scherer
-6
/
+2
2018-11-08
Fallout
Oliver Scherer
-4
/
+7
2018-11-08
Move UndefMask and Relocations into `allocation.rs`
Oliver Scherer
-5
/
+134
2018-11-08
Move the `memory_accessed` hook onto the `Extra` value
Oliver Scherer
-0
/
+30
2018-11-08
Move `Allocation` into its own module
Oliver Scherer
-682
/
+5
2018-11-08
Duplicate mod.rs for better diff tracking
Oliver Scherer
-0
/
+752