Commit Graph

2390 Commits

Author SHA1 Message Date
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
Ralf Jung 0802b3a108 implement passing arguments to the interpreted program 2019-02-09 20:00:40 +01:00
Ralf Jung 7827924bfc test padding in format strings 2019-02-09 15:52:59 +01:00
Ralf Jung df659d9ae6 Merge pull request #625 from RalfJung/likely
fix (un)likely intrinsics
2019-02-09 13:30:11 +01:00
Ralf Jung 0f6e82db36 fix (un)likely intrinsics 2019-02-09 13:08:23 +01:00
Ralf Jung c4c12ade33 Merge pull request #621 from RalfJung/bash
make bash more strict
2019-02-08 13:58:40 +01:00
Ralf Jung b7e6212df2 Merge branch 'master' into bash 2019-02-08 12:54:51 +01:00
Ralf Jung 75444e16fa Merge pull request #620 from RalfJung/stderr-flush
we don't need to flush stderr
2019-02-08 12:14:15 +01:00
Ralf Jung e747c65f8d make bash more strict 2019-02-08 12:13:07 +01:00
Ralf Jung 7af75abdd7 we don't need to flush stderr 2019-02-08 10:41:44 +01:00
Oliver Scherer 77d12bb465 Merge pull request #619 from RalfJung/stderr-flush
flush stdout/stderr to make sure it appears on the screen
2019-02-08 09:47:39 +01:00
Ralf Jung 68e8ff1a09 flush stdout/stderr to make sure it appears on the screen 2019-02-07 18:04:58 +01:00
Ralf Jung b1b9387c33 Merge pull request #618 from RalfJung/cargo-miri
Fix cargo miri test on lib crates
2019-02-07 18:03:47 +01:00
Ralf Jung e0891bd619 Fix cargo miri test on lib crates 2019-02-07 16:33:46 +01:00
Ralf Jung 1e14e66e32 Merge pull request #617 from RalfJung/cargo-miri
update docs
2019-02-07 15:27:08 +01:00
Ralf Jung 08180f07ba update docs 2019-02-07 14:44:30 +01:00
Oliver Scherer 1889b9fe5a Merge pull request #616 from RalfJung/cargo-miri
Fix cargo miri on unit tests, refactor it a bit, set rust flag instead of feature flag
2019-02-07 14:44:14 +01:00
Ralf Jung 5766b32871 update test for cargo-miri 2019-02-07 13:03:03 +01:00