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-06-23
Remove the zst allocation
Oliver Schneider
-45
/
+53
2017-06-22
use PrimVal::to_bool rather than bytes_to_bool
Ralf Jung
-8
/
+1
2017-06-22
permit bit-anding in pointer values below the alignment
Ralf Jung
-13
/
+33
2017-06-22
implement _nonzero intrinsics
Ralf Jung
-6
/
+18
2017-06-22
permit all kinds of 0-offsets on ZSTs
Ralf Jung
-1
/
+1
2017-06-22
permit offsetting a NULL-ptr by 0, to fix hashmap test
Ralf Jung
-4
/
+15
2017-06-22
fix unused variable warning
Ralf Jung
-8
/
+6
2017-06-22
use PrimVal::is_null
Ralf Jung
-1
/
+1
2017-06-22
allow any offset on integer pointers
Ralf Jung
-8
/
+8
2017-06-22
Merge pull request #201 from oli-obk/test_suite_fails
Oliver Schneider
-13
/
+119
2017-06-22
Update mod.rs
Oliver Schneider
-1
/
+1
2017-06-22
malloc should return null for zst allocs
Oliver Schneider
-5
/
+11
2017-06-21
test HashMap creation in libstd-MIR, and make it work again
Ralf Jung
-1
/
+2
2017-06-21
refactor pointer arithmetic handling
Ralf Jung
-28
/
+29
2017-06-21
correctly reject functions pointers that had arithmetic done to them
Ralf Jung
-9
/
+12
2017-06-21
permit integer addition and subtraction on ptr-integers
Ralf Jung
-6
/
+69
2017-06-21
refactor pointer handling in binops
Ralf Jung
-76
/
+76
2017-06-21
expand thread-local storage tests to cover dtor order and re-running dtors
Ralf Jung
-1
/
+1
2017-06-21
Report better errors on random numbers and threads
Oliver Schneider
-0
/
+18
2017-06-21
Implement `malloc` and `free`
Oliver Schneider
-0
/
+12
2017-06-21
Store env vars where necessary
Oliver Schneider
-5
/
+76
2017-06-21
Simplify numeric intrinsics
Oliver Schneider
-8
/
+7
2017-06-20
Enable more zst writes and reads
Oliver Schneider
-15
/
+20
2017-06-20
Use PrimVal instead of Pointer where applicable
Oliver Schneider
-31
/
+39
2017-06-20
Fix unions
Oliver Schneider
-3
/
+7
2017-06-20
Simplify the return lvalue
Oliver Schneider
-12
/
+19
2017-06-20
Run the tls destructors in the correct order
Oliver Schneider
-29
/
+40
2017-06-20
Add pthread docs
Oliver Schneider
-0
/
+18
2017-06-20
Get rid of the integer allocation
Oliver Schneider
-240
/
+252
2017-06-20
Update to latest nightly
Oliver Schneider
-0
/
+1
2017-06-20
handle EndRegion as no-op
David Renshaw
-0
/
+2
2017-06-12
Fix some clippy warnings
Oliver Schneider
-2
/
+2
2017-06-10
tcx.infer_ctxt() no longer takes an argument
David Renshaw
-2
/
+2
2017-06-08
typos
Ralf Jung
-2
/
+2
2017-06-07
Error out when "primitive MIR math" (as opposed to unchecked intrinsics) over...
Ralf Jung
-9
/
+15
2017-06-06
comments
Ralf Jung
-2
/
+2
2017-06-06
use type_align() and type_size() instaed of size_and_align_of_dst()
David Renshaw
-2
/
+3
2017-06-06
fix issue 184 by marking the destination as a packed struct
David Renshaw
-1
/
+10
2017-06-05
less strict kind test for pointer operations
Ralf Jung
-7
/
+7
2017-06-05
properly wrap pointer offsets at pointer size
Ralf Jung
-36
/
+40
2017-06-05
don't bother inserting integer relocations into the relocation table
Ralf Jung
-9
/
+5
2017-06-05
fix bitops being accidentally allowed on pointers from the same allocation
Ralf Jung
-39
/
+71
2017-06-05
Permit ptr->int->ptr roundtrip
Ralf Jung
-4
/
+13
2017-06-05
check bounds when using offset intrinsic or MIR op
Ralf Jung
-17
/
+26
2017-06-05
check for overflow when doing pointer arithmetic
Ralf Jung
-33
/
+59
2017-06-05
fix arith_offset not taking the size of the type into account; test for offset
Ralf Jung
-3
/
+4
2017-06-05
Permit int->ptr->int roundtrip
Ralf Jung
-2
/
+9
2017-06-05
write_bytes intrinsic: if the write count is 0, the pointer does not have to ...
Ralf Jung
-2
/
+5
2017-06-05
Implement Offset like the other binary operators, share code with the intrinsic
Ralf Jung
-126
/
+133
2017-06-05
remove our array drop glue and use rustc's instead; implement the new Offset ...
Ralf Jung
-214
/
+24
[prev]
[next]