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
Age
Commit message (
Expand
)
Author
Lines
2017-07-25
for references, validate alignment and handle ZSTs
Ralf Jung
-4
/
+13
2017-07-25
validate TyClosure, TyTuple, TyNever
Ralf Jung
-2
/
+26
2017-07-25
various small fixes and tracing
Ralf Jung
-10
/
+12
2017-07-25
Also release locks on ReleaseValidation and EndRegion
Ralf Jung
-31
/
+61
2017-07-25
fix release_lock_until to no longer remove inactive locks
Ralf Jung
-7
/
+8
2017-07-25
avoid downcasting for enum variants without further fields
Ralf Jung
-5
/
+10
2017-07-25
validate boxes
Ralf Jung
-13
/
+25
2017-07-25
implement checking for ADTs
Ralf Jung
-2
/
+49
2017-07-25
implement stub validity check for basic types (bool, int, float); acquire loc...
Ralf Jung
-28
/
+112
2017-07-25
implement acquiring and releasing locks
Ralf Jung
-20
/
+109
2017-07-25
add locking data structures and lock checks
Ralf Jung
-11
/
+160
2017-07-25
update for rustc changes: treat new MIR commands as NOP
Ralf Jung
-0
/
+3
2017-07-24
Merge pull request #267 from RalfJung/cast
Oliver Schneider
-129
/
+181
2017-07-24
Pass `HasDataLayout` instead of the data layout itself
Oliver Schneider
-46
/
+60
2017-07-23
Use rustc traits instead of our own
Oliver Schneider
-21
/
+19
2017-07-22
move pointer truncation to a common method in memory.rs
Ralf Jung
-70
/
+113
2017-07-21
fix nits
Ralf Jung
-2
/
+2
2017-07-21
refactor casting code to more clearly handle pointers
Ralf Jung
-32
/
+29
2017-07-21
fix casting integers to pointers
Ralf Jung
-3
/
+3
2017-07-21
Remove unused `IntoValTyPair` hack
Oliver Schneider
-40
/
+12
2017-07-21
Prep miri repository for rustc merger
Oliver Schneider
-0
/
+37
2017-07-21
Merge pull request #266 from RalfJung/align
Oliver Schneider
-16
/
+38
2017-07-20
always test alignment in memory.rs
Ralf Jung
-16
/
+38
2017-07-20
Also test optimized MIR
Oliver Schneider
-13
/
+15
2017-07-20
Merge pull request #264 from oli-obk/paths
Oliver Schneider
-14
/
+16
2017-07-20
Reduce the usage of global paths
Oliver Schneider
-14
/
+16
2017-07-20
Merge pull request #262 from RalfJung/never
Eduard-Mihai Burtescu
-8
/
+3
2017-07-20
Merge pull request #259 from RalfJung/ref-validate
Oliver Schneider
-18
/
+18
2017-07-19
remove ad-hoc 'never' type check in read_lvalue
Ralf Jung
-8
/
+3
2017-07-19
fix checking alignment of pointer loads
Ralf Jung
-9
/
+15
2017-07-19
fix a warning
Ralf Jung
-2
/
+2
2017-07-19
Don't pretend that casts to bool are a thing
Ralf Jung
-3
/
+1
2017-07-19
No longer check aligment and non-NULLness on `&`
Ralf Jung
-4
/
+0
2017-07-19
Merge pull request #257 from oli-obk/cleanups
Oliver Schneider
-1
/
+2
2017-07-19
Export types and functions needed by priroda
Oliver Schneider
-1
/
+2
2017-07-18
Merge pull request #254 from RalfJung/dangling
Oliver Schneider
-2
/
+2
2017-07-18
use libstd methods for floating-point <-> bytes conversion
Ralf Jung
-5
/
+4
2017-07-18
remove reundant dangling checks in {r,d}eallocate
Ralf Jung
-2
/
+2
2017-07-18
Merge pull request #245 from oli-obk/funky_allocs
Oliver Schneider
-109
/
+158
2017-07-14
lvalue: refactoring to permit applying a mir projection to a miri lvalue
Ralf Jung
-15
/
+13
2017-07-14
Add a comment explaining the static "local" during `deallocate_local`
Oliver Schneider
-1
/
+4
2017-07-14
Fix static mutation tests
Oliver Schneider
-5
/
+22
2017-07-14
Use enum instead of boolean
Oliver Schneider
-51
/
+61
2017-07-14
Clarify documentation
Oliver Schneider
-1
/
+1
2017-07-14
Ensure that it is not possible to explicitly free stack memory
Oliver Schneider
-90
/
+109
2017-07-14
Merge pull request #247 from RalfJung/packed
Oliver Schneider
-229
/
+239
2017-07-13
use closures to ensure proper bracketing of unaligned accesses
Ralf Jung
-72
/
+78
2017-07-13
simplify
Ralf Jung
-1
/
+1
2017-07-13
show alignedness of ByRefs; allow converting unaligned ByRef to ptr
Ralf Jung
-4
/
+5
2017-07-13
make all Value::into_* methods handle alignment the same way
Ralf Jung
-15
/
+13
[prev]
[next]