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
2019-10-22
relax ExactSizeIterator bound on write_bytes: too many iterators don't have t...
Ralf Jung
-3
/
+4
2019-10-21
Rollup merge of #65647 - nnethercote:rm-unnecessary-traits, r=Centril
Mazdak Farrokhzad
-1
/
+1
2019-10-21
Remove many unnecessary trait derivations.
Nicholas Nethercote
-1
/
+1
2019-10-20
miri add write_bytes method to Memory doing bounds-checks and supporting iter...
Ralf Jung
-1
/
+20
2019-09-28
Allow reading non-mutable statics in const prop
Wesley Wiser
-0
/
+2
2019-09-02
Auto merge of #63561 - HeroicKatora:alloc-private-bytes, r=oli-obk
bors
-94
/
+23
2019-08-30
Move relocation range copies into allocation
Andreas Molzer
-27
/
+3
2019-08-29
Make allocation relocation field private
Andreas Molzer
-2
/
+2
2019-08-28
Address naming and comments from reviews
Andreas Molzer
-2
/
+2
2019-08-21
Expose encapsulated undef mask as immutable
Andreas Molzer
-1
/
+1
2019-08-21
Replace usage of alloc.bytes in interpret
Andreas Molzer
-10
/
+15
2019-08-17
fix typos
Dante-Broggi
-1
/
+1
2019-08-17
Move copy of undef_mask into allocation
Andreas Molzer
-55
/
+3
2019-08-14
Rollup merge of #63075 - RalfJung:deref-checks, r=oli-obk
Mazdak Farrokhzad
-2
/
+2
2019-08-05
Auto merge of #63079 - RalfJung:ctfe-no-align, r=oli-obk
bors
-13
/
+31
2019-08-02
dedup free-form Unsupported errors; add macros for free-form UB and Unsupport...
Ralf Jung
-6
/
+6
2019-08-02
miri: validity checks alignment even when machine otherwise does not
Ralf Jung
-2
/
+15
2019-08-02
CTFE: simplify Value type by not checking for alignment
Ralf Jung
-13
/
+18
2019-07-31
code review fixes
Saleem Jaffer
-1
/
+1
2019-07-31
code review fixes
Saleem Jaffer
-14
/
+11
2019-07-30
renaming throw_err_* to throw_*
Saleem Jaffer
-28
/
+26
2019-07-30
renaming err to err_unsup
Saleem Jaffer
-21
/
+23
2019-07-30
adding throw_ and err_ macros for InterpError
Saleem Jaffer
-21
/
+21
2019-07-29
code review fixes
Saleem Jaffer
-5
/
+6
2019-07-29
adding a err macro for each of the InterpError variants
Saleem Jaffer
-28
/
+25
2019-07-29
fixing fallout due to InterpError refactor
Saleem Jaffer
-32
/
+34
2019-07-28
better name for check_in_alloc
Ralf Jung
-2
/
+2
2019-07-28
get_size_and_align: fix handling of function pointers
Ralf Jung
-9
/
+15
2019-07-28
miri: add get and get_mut to AllocMap; use that in get_size_and_align and avo...
Ralf Jung
-38
/
+36
2019-07-26
Update src/librustc_mir/interpret/memory.rs
Oliver Scherer
-1
/
+1
2019-07-26
Update src/librustc_mir/interpret/memory.rs
Oliver Scherer
-1
/
+1
2019-07-26
Address review comments
Oliver Scherer
-7
/
+11
2019-07-26
Clear up `get_size_and_align`
Oliver Scherer
-34
/
+37
2019-07-26
Fix tidy
Oliver Scherer
-1
/
+1
2019-07-25
Rewrite `get_size_and_align` so it doesn't duplicate work
Oliver Scherer
-34
/
+35
2019-07-25
Don't access a static just for its size and alignment
Oliver Scherer
-14
/
+13
2019-07-06
Add check_mplace_ptr convenience method; provide ptr-normalization methods fo...
Ralf Jung
-24
/
+12
2019-07-06
Rollup merge of #62264 - RalfJung:inline-forcing, r=zackmdavis
Mazdak Farrokhzad
-11
/
+11
2019-07-06
Rollup merge of #62257 - RalfJung:miri-c-str, r=estebank
Mazdak Farrokhzad
-0
/
+10
2019-07-06
Rollup merge of #62245 - RalfJung:miri-extra-fn, r=eddyb,zackmdavis
Mazdak Farrokhzad
-36
/
+84
2019-07-04
make Memory::get_fn take a Scalar like most of the Memory API surface
Ralf Jung
-1
/
+2
2019-07-04
fix for tidy
Ralf Jung
-1
/
+1
2019-07-04
fix determinig the size of foreign static allocations
Ralf Jung
-5
/
+19
2019-07-04
Add basic support for "other" kinds of values for function pointers, determin...
Ralf Jung
-44
/
+77
2019-07-04
Go back to just passing MemoryExtra to the machine-level allocation hooks
Ralf Jung
-8
/
+8
2019-07-04
Machine: make self-like parameters come first
Ralf Jung
-6
/
+6
2019-07-04
Fix merge conflicts
Christian Poveda
-6
/
+9
2019-07-01
miri realloc: do not require giving old size+align
Ralf Jung
-6
/
+9
2019-07-01
forward read_c_str method from Memory to Alloc
Ralf Jung
-0
/
+10
2019-06-29
Add MemoryExtra in InterpretCx constructor params
Christian Poveda
-2
/
+2
[next]