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
/
allocation.rs
Age
Commit message (
Expand
)
Author
Lines
2019-11-19
More HashStable.
Camille GILLOT
-4
/
+2
2019-10-22
relax ExactSizeIterator bound on write_bytes: too many iterators don't have t...
Ralf Jung
-2
/
+5
2019-10-21
remove write_repeat; it is subsumed by the new write_bytes
Ralf Jung
-19
/
+0
2019-10-21
points the user away from the Allocation type and towards the Memory type
Ralf Jung
-0
/
+12
2019-10-20
also check the iterator is not too long
Ralf Jung
-0
/
+1
2019-10-20
miri add write_bytes method to Memory doing bounds-checks and supporting iter...
Ralf Jung
-2
/
+7
2019-09-17
rename Allocation::retag -> with_tags_and_extra
Ralf Jung
-2
/
+2
2019-09-07
Apply suggestions from code review
Alexander Regueiro
-4
/
+5
2019-09-07
Aggregation of cosmetic changes made during work on REPL PRs: librustc
Alexander Regueiro
-55
/
+54
2019-09-06
Fix miri
Oliver Scherer
-0
/
+28
2019-09-02
Auto merge of #63561 - HeroicKatora:alloc-private-bytes, r=oli-obk
bors
-13
/
+196
2019-08-31
Reorder AllocationDefinedness members
Andreas Molzer
-2
/
+3
2019-08-31
Improve documentation around allocation accessors
Andreas Molzer
-8
/
+13
2019-08-30
Move relocation range copies into allocation
Andreas Molzer
-0
/
+50
2019-08-29
Make allocation relocation field private
Andreas Molzer
-4
/
+9
2019-08-28
Address naming and comments from reviews
Andreas Molzer
-4
/
+4
2019-08-21
Expose encapsulated undef mask as immutable
Andreas Molzer
-0
/
+5
2019-08-21
Replace usage of alloc.bytes in interpret
Andreas Molzer
-0
/
+2
2019-08-17
fix typos
Dante-Broggi
-1
/
+1
2019-08-17
Move copy of undef_mask into allocation
Andreas Molzer
-0
/
+85
2019-08-17
Derive HashStable for Allocation
Andreas Molzer
-1
/
+12
2019-08-17
Store allocation size, make bytes, undef_mask private
Andreas Molzer
-8
/
+27
2019-07-31
code review fixes
Saleem Jaffer
-3
/
+3
2019-07-30
renaming throw_err_* to throw_*
Saleem Jaffer
-3
/
+3
2019-07-30
renaming err to err_unsup
Saleem Jaffer
-3
/
+3
2019-07-30
adding throw_ and err_ macros for InterpError
Saleem Jaffer
-3
/
+3
2019-07-29
adding a err macro for each of the InterpError variants
Saleem Jaffer
-4
/
+3
2019-07-29
fixing fallout due to InterpError refactor
Saleem Jaffer
-3
/
+4
2019-07-23
cleanup: Remove `extern crate serialize as rustc_serialize`s
Vadim Petrochenkov
-1
/
+1
2019-06-24
fix reoccurring typo
Ralf Jung
-10
/
+10
2019-06-23
clean up internals of pointer checks; make get_size_and_align also check for ...
Ralf Jung
-10
/
+1
2019-06-23
move CheckInAllocMsg to more logical place
Ralf Jung
-22
/
+0
2019-06-23
Centralize bounds, alignment and NULL checking for memory accesses in one fun...
Ralf Jung
-49
/
+51
2019-06-19
mark_definedness cannot fail
Oliver Scherer
-5
/
+7
2019-06-08
rename EvalResult -> InterpResult and EvalError -> InterpErrorInfo
Ralf Jung
-23
/
+23
2019-06-02
no longer assume that there is a default tag: give the machine the chance to ...
Ralf Jung
-7
/
+8
2019-05-30
Make the `type_name` intrinsic's output deterministic
Oliver Scherer
-4
/
+6
2019-05-28
Rollup merge of #61164 - RalfJung:scalar, r=oli-obk
Mazdak Farrokhzad
-13
/
+3
2019-05-27
Auto merge of #59627 - LooMaclin:issue_57128_improve_miri_error_reporting_in_...
bors
-7
/
+32
2019-05-26
centralize Scalar size sanity checks and also do them in release builds
Ralf Jung
-13
/
+3
2019-05-26
Improve miri's error reporting in check_in_alloc
Rust
-1
/
+1
2019-05-26
Improve miri's error reporting in check_in_alloc
loomaclin
-5
/
+5
2019-05-26
rename Scalar::Bits to Scalar::Raw and bits field to data
Ralf Jung
-3
/
+3
2019-04-23
Improve miri's error reporting in check_in_alloc
Loo Maclin
-1
/
+1
2019-04-23
Improve miri's error reporting in check_in_alloc
LooMaclin
-1
/
+3
2019-04-19
Improve miri's error reporting in check_in_alloc
LooMaclin
-3
/
+3
2019-04-19
Improve miri's error reporting in check_in_alloc
LooMaclin
-7
/
+7
2019-04-16
Miri: refactor new allocation tagging
Ralf Jung
-53
/
+20
2019-04-16
Update src/librustc/mir/interpret/allocation.rs
Ralf Jung
-1
/
+1
2019-04-10
Improve miri's error reporting in check_in_alloc
LooMaclin
-11
/
+7
[next]