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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_mir
/
interpret
/
memory.rs
Age
Commit message (
Expand
)
Author
Lines
2018-12-31
Explain the math
Oliver Scherer
-4
/
+9
2018-12-31
Remove a wrong multiplier on relocation offset computation
Oliver Scherer
-4
/
+4
2018-11-27
Auto merge of #56094 - RalfJung:memory-data-revived, r=oli-obk
bors
-11
/
+25
2018-11-26
Auto merge of #56070 - oli-obk:const_let, r=eddyb
bors
-4
/
+4
2018-11-25
make memory allocation hook infallible
Ralf Jung
-1
/
+1
2018-11-25
pass MemoryExtra to find_foreign_static and adjust_static_allocation; they mi...
Ralf Jung
-6
/
+8
2018-11-25
bring back MemoryExtra
Ralf Jung
-5
/
+17
2018-11-24
Rebase fallout
Oliver Scherer
-5
/
+20
2018-11-24
tidy
Oliver Scherer
-1
/
+2
2018-11-24
comment nit
Ralf Jung
-1
/
+1
2018-11-24
Move alignment checks out of `Allocation`
Oliver Scherer
-6
/
+6
2018-11-24
Rebase fallout
Oliver Scherer
-1
/
+1
2018-11-24
Reintroduce zst-slice reading `read_bytes` method on `Memory`
Oliver Scherer
-0
/
+16
2018-11-24
Remove unnecessary `Result` (function always returned `Ok`)
Oliver Scherer
-1
/
+1
2018-11-24
Adjust rustc_mir::interpret to changes in `Allocation`/`Memory` methods
Oliver Scherer
-5
/
+11
2018-11-24
Move some byte and scalar accessors from `Memory` to `Allocation`
Oliver Scherer
-197
/
+0
2018-11-24
Move alignment and bounds check from `Memory` to `Allocation`
Oliver Scherer
-42
/
+0
2018-11-24
Move undef mask methods from `Memory` to `Allocation`
Oliver Scherer
-29
/
+0
2018-11-24
Move relocation methods from `Memory` to `Allocation`
Oliver Scherer
-73
/
+0
2018-11-24
Move some methods from `Memory` to `Allocation`
Oliver Scherer
-84
/
+0
2018-11-22
rustc_target: avoid using AbiAndPrefAlign where possible.
Eduard-Mihai Burtescu
-35
/
+33
2018-11-22
rustc_target: separate out an individual Align from AbiAndPrefAlign.
Eduard-Mihai Burtescu
-11
/
+11
2018-11-22
rustc_target: rename abi::Align to AbiAndPrefAlign.
Eduard-Mihai Burtescu
-27
/
+29
2018-11-19
Make const_eval_raw query return just an AllocId
Ralf Jung
-9
/
+6
2018-11-19
Also catch static mutation at evaluation time
Oliver Scherer
-4
/
+4
2018-11-15
do not accept out-of-bounds pointers in enum discriminants, they might be NULL
Ralf Jung
-23
/
+27
2018-11-12
for uniformity, also move memory_deallocated to AllocationExtra
Ralf Jung
-1
/
+1
2018-11-08
Give `AllocationExtra`s access to their entire `Allocation`
Oliver Scherer
-2
/
+2
2018-11-08
Fallout
Oliver Scherer
-3
/
+3
2018-11-06
Auto merge of #55262 - oli-obk:dangling_alloc_id_ice, r=RalfJung
bors
-0
/
+5
2018-11-04
rustc_target: pass contexts by reference, not value.
Eduard-Mihai Burtescu
-10
/
+2
2018-10-29
the memory_deallocated hook can make good use of knowing the size
Ralf Jung
-1
/
+2
2018-10-29
provide mutable borrows when hooking memory write access
Ralf Jung
-3
/
+3
2018-10-29
Turn ICE for dangling pointers into error
Oliver Scherer
-0
/
+5
2018-10-28
don't be too perf-greedy
Ralf Jung
-1
/
+1
2018-10-28
don't tag new memory inside memory.rs; add machine hook to tag new memory
Ralf Jung
-12
/
+12
2018-10-26
Auto merge of #53821 - oli-obk:sanity_query, r=RalfJung
bors
-3
/
+8
2018-10-25
Fix rebase fallout
Oliver Schneider
-3
/
+6
2018-10-25
Report const eval error inside the query
Oliver Schneider
-2
/
+4
2018-10-23
fix typos in various places
Matthias Krüger
-3
/
+3
2018-10-21
Rename alloc_map_ref to alloc_map
bjorn3
-1
/
+1
2018-10-21
Add alloc_map accessor
bjorn3
-0
/
+5
2018-10-18
Forward entire ptr used for dealloaction to machine
Ralf Jung
-2
/
+2
2018-10-18
provide machine hooks for creating references and accessing memory
Ralf Jung
-8
/
+14
2018-10-18
give machine more control over what counts as memory leak
Ralf Jung
-8
/
+13
2018-10-18
add support for storing extra data in an allocation
Ralf Jung
-15
/
+9
2018-10-13
run-time validation: accept undef in int arrays, as we do for ints
Ralf Jung
-4
/
+4
2018-10-13
address nits
Ralf Jung
-0
/
+1
2018-10-13
validation: accept pointers in integer arrays
Ralf Jung
-1
/
+23
2018-10-10
tidy up
Ralf Jung
-1
/
+6
[next]