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-13
expand comment
Ralf Jung
-1
/
+3
2017-07-13
Reuse the `const_eval` method for syscall name resolution
Oliver Schneider
-34
/
+22
2017-07-13
Don't use magic numbers for synconf names
Oliver Schneider
-10
/
+59
2017-07-13
Copy `path_to_def` from clippy
Oliver Schneider
-1
/
+34
2017-07-12
fix "unaligned" transmute
Ralf Jung
-2
/
+2
2017-07-12
track alignment also for ByRef values
Ralf Jung
-100
/
+156
2017-07-12
Memory::read_ptr has to check for relocations on the edges
Ralf Jung
-0
/
+1
2017-07-12
Rename value accessors to "into_*" so the three of them are better aligned
Ralf Jung
-43
/
+45
2017-07-12
Re-do packed memory accesses
Ralf Jung
-138
/
+83
2017-07-12
Produce `ConstInt` from a `def_id` for rustc
Oliver Schneider
-0
/
+68
2017-07-11
hooking mmap is no longer needed
Ralf Jung
-6
/
+0
2017-07-11
Document the reason for `Pointer`'s existence
Oliver Schneider
-0
/
+4
2017-07-11
Simplify `with_extra`
Oliver Schneider
-16
/
+19
2017-07-11
Remove `*offset*` methods from `PrimVal` onto `Pointer`
Oliver Schneider
-36
/
+24
2017-07-11
Use a wrapper type to differentiate between PrimVal and pointers
Oliver Schneider
-108
/
+170
2017-07-11
Add a dedicated `write_null` method
Oliver Schneider
-15
/
+22
2017-07-11
Rename Pointer to MemoryPointer
Oliver Schneider
-79
/
+79
2017-07-10
leave notes regarding possible alignment checks
Ralf Jung
-0
/
+2
2017-07-10
update for allocator API
Ralf Jung
-77
/
+95
2017-07-10
simplify reallocate
Ralf Jung
-40
/
+7
2017-07-05
Merge pull request #234 from RalfJung/reallocate
Oliver Schneider
-88
/
+115
2017-07-05
refine comment explaining the order of checks on deallocate
Ralf Jung
-1
/
+1
2017-07-04
Merge pull request #232 from oli-obk/master
Oliver Schneider
-106
/
+104
2017-07-04
Merge pull request #235 from RalfJung/intrinsics
Oliver Schneider
-17
/
+57
2017-07-03
catch overflows that are hidden by first casting the RHS to u32
Ralf Jung
-14
/
+14
2017-07-03
check the assumptions made by the unchecked_ and copy_nonoverlapping intrinsics
Ralf Jung
-6
/
+19
2017-07-03
implement the unchecked_ intrinsics; add all the doctests from one of the int...
Ralf Jung
-0
/
+27
2017-07-03
validate size and alignment on reallocate and deallocate
Ralf Jung
-23
/
+32
2017-07-03
properly check for: double-free, use-after-reallocate
Ralf Jung
-66
/
+84
2017-07-03
Fix transmute on ByValPair
Ralf Jung
-9
/
+7
2017-07-03
Only check pointers when dereferencing
Oliver Schneider
-106
/
+104
2017-06-29
get cargo-miri to work
David Renshaw
-19
/
+17
2017-06-29
Merge pull request #223 from oli-obk/lvalue_read
Oliver Schneider
-7
/
+102
2017-06-29
normalize signature before passing to check_sig_compat
David Renshaw
-0
/
+1
2017-06-28
update for upstream changes to TyFnDef
David Renshaw
-8
/
+11
2017-06-28
Merge pull request #222 from oli-obk/const_eval_checks
Oliver Schneider
-19
/
+23
2017-06-28
cast -> transmute
Ralf Jung
-2
/
+2
2017-06-28
Optimize lvalue reads from Value::ByVal and Value::ByValPair
Oliver Schneider
-5
/
+100
2017-06-28
Code nits
Oliver Schneider
-2
/
+2
2017-06-28
Address comments
Oliver Schneider
-19
/
+23
2017-06-28
Reword comments
Oliver Schneider
-2
/
+2
2017-06-27
Simplify all the code
Oliver Schneider
-118
/
+36
2017-06-26
Initial work towards checking const eval rules in miri
Oliver Schneider
-0
/
+46
2017-06-24
fix build after rebase
Ralf Jung
-3
/
+1
2017-06-24
Clarify pattern matching
Ralf Jung
-13
/
+18
2017-06-24
check alignment of pointers on Ref
Ralf Jung
-0
/
+21
2017-06-24
handle ptr-int casts explicitly in cast.rs
Ralf Jung
-22
/
+27
2017-06-23
PrimVal used to allow comparing `Undef`
Oliver Schneider
-4
/
+16
2017-06-23
fetch_tls_dtor "read" an `Undef` as nonzero
Oliver Schneider
-5
/
+9
2017-06-23
Typo
Oliver Schneider
-1
/
+1
[prev]
[next]