Alexander Regueiro
a478bfebd2
Removed copyright notices.
2019-02-26 18:37:45 +00:00
Ralf Jung
433e494d79
Merge pull request #646 from rchaser53/issue-58645
...
use copy_op directly insteadof write_scalar
2019-02-26 12:28:14 +01:00
rchaser53
b1c0cf2ef9
use copy_op directly insteadof write_scalar
...
- fix volatile_store logic
- rename test to be able to read back from later
- expand test to use assert_eq! and confirm to fix volatile_store
- expand test to use assert_eq! and confirm normal load
2019-02-26 19:49:02 +09:00
Oliver Scherer
5566aec8c9
Merge pull request #645 from RalfJung/box-alloc
...
test using the Global allocator trait to alloc/free a Box
2019-02-25 10:32:55 +01:00
Ralf Jung
ac23bcd298
test using the Global allocator trait to alloc/free a Box
2019-02-25 09:47:34 +01:00
Ralf Jung
724be298a1
Merge pull request #644 from matthewjasper/no-two-phase-matches
...
Remove test of two-phase borrows in match
2019-02-24 17:24:07 +01:00
Ralf Jung
5a8a15361d
Merge branch 'master' into no-two-phase-matches
2019-02-24 16:26:42 +01:00
Ralf Jung
fa4c04036f
Merge pull request #631 from RalfJung/btree
...
test BTree a bit more
2019-02-24 16:25:46 +01:00
Ralf Jung
8a779bc260
bump Rust
2019-02-24 12:22:53 +01:00
Ralf Jung
6edf674f4f
Merge remote-tracking branch 'origin/master' into btree
2019-02-24 12:22:42 +01:00
Matthew Jasper
acc304c0bd
Remove test of two-phase borrows in match
2019-02-24 08:16:21 +00:00
Ralf Jung
e9be42280b
Merge pull request #642 from taiki-e/update-links
...
Update some links
2019-02-23 13:21:36 +01:00
Taiki Endo
441442e071
Update some links
2019-02-23 19:56:29 +09:00
Ralf Jung
edd9e5b7b1
test BTree a bit more
2019-02-22 17:42:01 +01:00
Ralf Jung
76138c5657
Merge pull request #637 from RalfJung/profile
...
we can't have profiles because we are also in the rustc worksapce
2019-02-17 22:52:27 +01:00
Ralf Jung
17e05540ad
we can't have profiles because we are also in the rustc worksapce
2019-02-17 12:09:38 +01:00
Ralf Jung
3b834667fd
Merge pull request #634 from RalfJung/trophy-case
...
List some bugs that we found
2019-02-15 13:20:54 +01:00
Ralf Jung
a4c852ddfe
link to bug list from intro
2019-02-15 10:43:27 +01:00
Ralf Jung
a3eae6c8ab
collect some bugs that we found
2019-02-15 10:41:25 +01:00
Ralf Jung
5190b5b1e8
test VecDeque debug printing
2019-02-15 10:41:12 +01:00
Ralf Jung
526b8aec28
Merge pull request #623 from RalfJung/fat-ptr-eq
...
Fix comparing fat pointers
2019-02-15 10:01:34 +01:00
Ralf Jung
e630175867
fix async-fn test
2019-02-15 09:35:55 +01:00
Ralf Jung
15722fab51
update Rust
2019-02-15 09:35:55 +01:00
Ralf Jung
9397b36ab8
typo and comments
2019-02-15 09:35:55 +01:00
Ralf Jung
1921fa5766
actually they should be equal
2019-02-15 09:35:55 +01:00
Ralf Jung
2c3ee678b1
Fix comparing fat pointers
2019-02-15 09:35:55 +01:00
Ralf Jung
457741d6d2
update for new bin_op APIs
2019-02-15 09:35:55 +01:00
Ralf Jung
b468789f9b
Merge pull request #611 from RalfJung/str-index-mut
...
test mutable string slice indexing
2019-02-14 08:59:58 +01:00
Ralf Jung
ad8a5d965b
bump Rust
2019-02-14 08:33:48 +01:00
Ralf Jung
c6e747e14c
Merge remote-tracking branch 'origin/master' into str-index-mut
2019-02-14 08:33:37 +01:00
Ralf Jung
39275ab9f7
Merge pull request #632 from RalfJung/memalign
...
implement and test posix_memalign
2019-02-13 20:30:01 +01:00
Ralf Jung
8466f78e83
ignore overaligned tests on Windows (because, of course, Windows' API is broken here)
2019-02-13 19:48:26 +01:00
Ralf Jung
2d323857e9
implement and test posix_memalign
2019-02-13 17:47:54 +01:00
Ralf Jung
bd1dc2860a
Merge pull request #630 from RalfJung/rust-src
...
skip installing rust-src if XARGO_RUST_SRC is set
2019-02-13 13:17:40 +01:00
Ralf Jung
2d892c160b
skip installing rust-src if XARGO_RUST_SRC is set
2019-02-13 12:10:05 +01:00
Ralf Jung
60a39dfa14
Merge pull request #626 from RalfJung/format-padding
...
test padding in format strings
2019-02-13 11:12:39 +01:00
Ralf Jung
d91ab9a7a6
fix ptr comparison test
2019-02-13 10:07:31 +01:00
Ralf Jung
93cf2e5491
update Rust
2019-02-13 08:13:07 +01:00
Ralf Jung
604095fff2
Merge branch 'master' into format-padding
2019-02-13 08:12:11 +01:00
Ralf Jung
4816bfb774
Merge pull request #629 from RalfJung/rename
...
Rename things away from 'Shr'
2019-02-12 13:02:49 +01:00
Ralf Jung
fd6bd5ba4b
rename things away from 'Shr' that are used for much more than just shared references
2019-02-12 10:58:18 +01:00
Ralf Jung
3c652032c0
be more clear which stack we are talking about
2019-02-12 10:51:03 +01:00
Ralf Jung
258cc493ef
Merge pull request #627 from RalfJung/appveyor
...
TIL that you can also use .appveyor.yml
2019-02-11 12:57:02 +01:00
Ralf Jung
bab9abefa1
Merge branch 'master' into appveyor
2019-02-11 10:05:29 +01:00
Ralf Jung
88bb7a1525
TIL that you can also use .appveyor.yml
2019-02-11 10:03:07 +01:00
Oliver Scherer
ecb8755c97
Merge pull request #624 from RalfJung/args
...
implement passing arguments to the interpreted program
2019-02-10 15:11:56 +01:00
Ralf Jung
866aeaecfc
explain arument passing in the docs
2019-02-09 20:00:40 +01:00
Ralf Jung
35ed590075
also enable passing arguments through from cargo-miri
2019-02-09 20:00:40 +01:00
Ralf Jung
5e468766b7
also pass actual arguments to Windows
2019-02-09 20:00:40 +01:00
Ralf Jung
e400b42c21
fix build
2019-02-09 20:00:40 +01:00