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
about
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-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
2019-04-09
Improve miri's error reporting in check_in_alloc
LooMaclin
-5
/
+4
2019-04-09
Improve miri's error reporting in check_in_alloc
LooMaclin
-1
/
+2
2019-04-08
Improve miri's error reporting in check_in_alloc
LooMaclin
-30
/
+14
2019-04-02
Improve miri's error reporting in check_in_alloc
LooMaclin
-1
/
+0
2019-04-02
Improve miri's error reporting in check_in_alloc
LooMaclin
-1
/
+2
2019-04-02
Improve miri's error reporting in check_in_alloc
LooMaclin
-2
/
+1
2019-04-02
Improve miri's error reporting in check_in_alloc
LooMaclin
-13
/
+57
2019-03-15
Auto merge of #58556 - oli-obk:imperative_recursion, r=pnkfelix
bors
-13
/
+63
2019-03-13
Use derive macro for HashStable
John Kåre Alsaker
-1
/
+2
2019-03-12
Explain the bits of `UndefMask`
Oliver Scherer
-0
/
+2
2019-03-04
Use bit operations for setting large ranges of bits in a u64
Oliver Scherer
-16
/
+33
2019-03-04
No magic numbers
Oliver Scherer
-1
/
+1
2019-03-04
Optimize copying large ranges of undefmask blocks
Oliver Scherer
-7
/
+38
2019-02-10
rustc: doc comments
Alexander Regueiro
-10
/
+10
2019-02-05
move librustc to 2018
Mark Mansi
-2
/
+2
2018-12-27
Auto merge of #57129 - RalfJung:check-bounds, r=oli-obk
bors
-1
/
+1
2018-12-26
make Alloc::check_bounds_ptr private; you should use Memory::check_bounds_ptr...
Ralf Jung
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-27
Auto merge of #56094 - RalfJung:memory-data-revived, r=oli-obk
bors
-99
/
+151
2018-11-25
Typo
Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer
-1
/
+1
2018-11-25
fix length of slice returned from read_c_str
Ralf Jung
-3
/
+5
2018-11-25
yay for NLL
Ralf Jung
-5
/
+3
2018-11-25
read_c_str should call the AllocationExtra hooks
Ralf Jung
-4
/
+3
2018-11-25
Typo
Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer
-1
/
+1
2018-11-25
make memory allocation hook infallible
Ralf Jung
-3
/
+3
2018-11-25
bring back MemoryExtra
Ralf Jung
-99
/
+151
2018-11-24
Rebase fallout
Oliver Scherer
-11
/
+2
2018-11-24
Document `Allocation`
Oliver Scherer
-2
/
+17
2018-11-24
Explain {read,write}_scalar failure to cope with zsts
Oliver Scherer
-0
/
+10
2018-11-24
Move alignment checks out of `Allocation`
Oliver Scherer
-57
/
+12
2018-11-24
Reorder methods in `allocation.rs`
Oliver Scherer
-85
/
+85
[prev]
[next]