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-12-06
Rename to `then_some` and `then`
varkor
-1
/
+1
2019-12-06
Use `to_option` in various places
varkor
-1
/
+1
2019-12-02
fix init_allocation_extra
Ralf Jung
-7
/
+13
2019-12-02
make alloc_extra machine hook a bit nicer
Ralf Jung
-6
/
+9
2019-12-02
Add From instances for Pointer -> ScalarMaybeUndef and Pointer -> Immediate
Ralf Jung
-1
/
+1
2019-11-28
do not consider memory allocated by caller_location leaked
Ralf Jung
-3
/
+7
2019-11-23
only print LEAK REPORT if there is a leak
Ralf Jung
-2
/
+4
2019-11-23
Miri: print leak report even without tracing
Ralf Jung
-11
/
+12
2019-11-22
fix reoccuring typo: dereferencable -> dereferenceable
Ralf Jung
-3
/
+3
2019-11-08
Rollup merge of #66154 - RalfJung:to_usize, r=oli-obk
Mazdak Farrokhzad
-1
/
+1
2019-11-08
miri: Rename to_{u,i}size to to_machine_{u,i}size
Ralf Jung
-1
/
+1
2019-11-08
rename Memory::get methods to get_raw to indicate their unchecked nature
Ralf Jung
-14
/
+18
2019-11-04
let caller of check_ptr_access_align control the error message
Ralf Jung
-4
/
+6
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
[next]