Commit Graph

2575 Commits

Author SHA1 Message Date
Oliver Scherer
a672abddfa Make the rustc test runner build again 2019-03-11 10:25:21 +01:00
Ralf Jung
2c7357dc54 bump Rust 2019-03-11 10:16:20 +01:00
Oliver Scherer
ecae3751b4 Reintroduce prepending the input file name to the miri arguments 2019-03-11 09:43:52 +01:00
John Kåre Alsaker
7d142ecf75 Use the new rustc interface 2019-03-11 09:43:52 +01:00
Ralf Jung
e66d6ec58b
Merge pull request #660 from rust-lang/readme
README: mention --exclude-should-panic
2019-03-10 18:21:53 +01:00
Ralf Jung
8c74325441 mention --exclude-should-panic 2019-03-10 17:53:30 +01:00
Ralf Jung
a6cbc054c7
Merge pull request #657 from RalfJung/readme
expand README
2019-03-08 13:07:22 +01:00
Ralf Jung
2ef399979b README 2019-03-08 10:51:35 +01:00
Ralf Jung
e3527fdba7
Merge pull request #647 from spastorino/place_base
Place::Local(x) is now Place::Base(PlaceBase::Local(x))
2019-03-02 09:31:04 +01:00
Ralf Jung
355135bb89 bump Rust version 2019-03-02 09:01:03 +01:00
Santiago Pastorino
0bb6ae8f62
Place::Local(x) is now Place::Base(PlaceBase::Local(x)) 2019-03-01 11:27:30 -03:00
Ralf Jung
909045d848
Merge pull request #650 from RalfJung/compiletest
the stable part of compiletest_rs is enough
2019-03-01 09:55:04 +01:00
Ralf Jung
6265f6658e the stable part of compiletest_rs is enough 2019-03-01 09:16:14 +01:00
Ralf Jung
c654940fbf
Merge pull request #648 from RalfJung/avoid-full-slice
avoid [..]
2019-02-27 12:14:24 +01:00
Ralf Jung
a9b03f9411 avoid [..] 2019-02-27 11:39:59 +01:00
Ralf Jung
820186647e
Merge pull request #635 from alexreg/cosmetic-2
Various cosmetic improvements
2019-02-26 20:22:31 +01:00
Alexander Regueiro
205490b85c Fixed nits raised in review. 2019-02-26 18:37:46 +00:00
Alexander Regueiro
12d3ecbaff Various cosmetic improvements. 2019-02-26 18:37:46 +00:00
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