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-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
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
2019-06-23
expand comment
Ralf Jung
-1
/
+2
2019-06-23
deduplicate some code
Ralf Jung
-17
/
+15
2019-06-23
comment tweaks, better validation errors, update UI tests
Ralf Jung
-15
/
+13
2019-06-23
clean up internals of pointer checks; make get_size_and_align also check for ...
Ralf Jung
-88
/
+65
2019-06-23
Centralize bounds, alignment and NULL checking for memory accesses in one fun...
Ralf Jung
-27
/
+97
2019-06-20
Fix merge issues
Christian Poveda
-61
/
+23
2019-06-20
Updated tag methods for consistency
Christian Poveda
-7
/
+7
2019-06-20
Replace MemoryExtra by Memory in intptrcast methods
Christian Poveda
-2
/
+2
2019-06-19
More FIXMEs
Oliver Scherer
-0
/
+1
2019-06-19
Prevent cyclic locks of `alloc_map`
Oliver Scherer
-1
/
+4
2019-06-19
Make interning explicitly care about types and the mutability of memory
Oliver Scherer
-60
/
+18
2019-06-16
Replace to_bits by force_bits and move size as parameter
Christian Poveda
-2
/
+6
2019-06-16
Change to_ptr by force_ptr
Christian Poveda
-3
/
+3
2019-06-16
Add force_bits and force_ptr methods
Christian Poveda
-0
/
+17
2019-06-14
Unify all uses of 'gcx and 'tcx.
Eduard-Mihai Burtescu
-3
/
+3
[next]