]> git.lizzy.rs Git - rust.git/history - tests
Merge pull request #717 from Eijebong/metadata
[rust.git] / tests /
2019-04-22 Oliver SchererMerge pull request #702 from RalfJung/exit
2019-04-22 Ralf JungMerge branch 'master' into exit
2019-04-21 Ralf JungMerge pull request #710 from RalfJung/travis
2019-04-21 Ralf JungTravis: test cargo miri on foreign arch
2019-04-21 Ralf JungMerge pull request #708 from RalfJung/alloc-tests
2019-04-21 Ralf Jungtest System/Global allocator API: alloc_zeroed, realloc
2019-04-21 Ralf Jungfix compile-fail ref files
2019-04-21 Ralf Jungimplement exit
2019-04-21 Ralf JungMerge branch 'master' into dev
2019-04-19 Ralf JungMerge pull request #697 from RalfJung/linked-list
2019-04-19 Ralf Jungadd LinkedList test and mention the bug Miri found...
2019-04-19 Oliver SchererMerge pull request #699 from RalfJung/stacked-borrows-2
2019-04-19 Ralf Jungtest another version of 'creating a shared ref must...
2019-04-18 Ralf JungMerge pull request #698 from RalfJung/stacked-borrows-2
2019-04-18 Ralf JungMerge branch 'master' into stacked-borrows-2
2019-04-18 Ralf JungMerge pull request #696 from TimDiekmann/realloc
2019-04-18 Tim DiekmannAdd handling for `nullptr` and `size == 0`
2019-04-18 Ralf Jungtest that creating a 2nd mutable ref from a NonNull...
2019-04-18 Tim DiekmannMerge branch 'master' into realloc
2019-04-18 Ralf JungMerge pull request #695 from RalfJung/stacked-borrows-2
2019-04-17 Tim DiekmannAdd `realloc`
2019-04-17 Ralf Jungmore tests -- also one showing why we are not done yet
2019-04-17 Ralf Jungadd tests for fixes: sharing no longer leaks, and we...
2019-04-17 Ralf Jungbarriers are dead, long live protectors -- this enables...
2019-04-17 Ralf Jungtest creating two raw pointers from the same mutable ref
2019-04-17 Ralf Jungorganize stacked borrows run-pass tests
2019-04-17 Ralf Jungtry to test the problematic cast-to-raw case... unfortu...
2019-04-17 Ralf Jungadjust compile-fail error messages
2019-04-17 Ralf Jungmake run-pass tests pass. tweak how we remove barriers.
2019-04-17 Ralf JungMerge pull request #692 from RalfJung/rand
2019-04-16 Ralf JungMerge branch 'master' into rand
2019-04-16 Oliver SchererMerge pull request #691 from RalfJung/pragmatic-ptr-eq
2019-04-16 Ralf Jungfix compile-fail test
2019-04-16 Ralf Jungtweak entropy tests a bit
2019-04-16 Ralf Jungbe pragmatic about ptr-int comparisons, for now
2019-04-14 Ralf JungMerge pull request #690 from RalfJung/rustup
2019-04-14 Ralf Jungrustup
2019-04-12 Ralf JungMerge pull request #688 from RalfJung/rustup
2019-04-12 Ralf Jungrustup
2019-04-11 Ralf JungMerge pull request #680 from RalfJung/miri-unsized
2019-04-11 Ralf JungMerge remote-tracking branch 'origin/master'
2019-04-10 Ralf Jungfix async-fn test
2019-04-10 Ralf JungMerge pull request #683 from Aaron1011/feature/random
2019-04-10 Aaron HillDon't create HashMap<K, V> when not needed
2019-04-09 Oliver SchererMerge branch 'master' into feature/random
2019-04-09 Aaron HillFix compile-fail error message
2019-04-09 Aaron HillUse 'ignore-' instead of 'only-'
2019-04-09 Aaron HillOnly run 'getrandom' test on Linux
2019-04-09 Aaron HillOS X is "macos", not "darwin"
2019-04-09 Aaron HillDisable normal HashMap test on OS X
2019-04-09 Aaron HillRefactor random number generation
2019-04-09 Aaron HillOnly run test with default hasher
2019-04-09 Aaron HillSimplify cast using as_mut_ptr()
2019-04-08 Ralf JungMerge pull request #681 from TimDiekmann/calloc
2019-04-08 Tim DiekmannMerge branch 'master' into calloc
2019-04-07 Tim DiekmannFix calloc test
2019-04-07 Aaron HillImplement non-deterministc mode
2019-04-07 Tim DiekmannAdd calloc test
2019-04-07 Ralf Jungtest calling Box<dyn FnOnce>
2019-04-07 Ralf JungMerge pull request #678 from RalfJung/test-env
2019-04-07 Ralf Jungrename MIRI_TARGET -> MIRI_COMPILETEST_TARGET to clarif...
2019-04-07 Ralf Jungcompiletest can just propagate MIRI_SYSROOT from the...
2019-04-06 Ralf JungMerge pull request #677 from RalfJung/async
2019-04-06 Ralf Jungtemporarily ignore async fn test
2019-04-06 Ralf JungMerge pull request #674 from matthewjasper/2phase-on...
2019-04-06 Matthew JasperRemove unnecessary test directive
2019-04-06 Ralf JungMerge branch 'master' into 2phase-on-edition
2019-04-05 Matthew JasperUse edition flag for 2phase test
2019-03-11 Ralf JungMerge pull request #659 from rust-lang/update
2019-03-11 Oliver SchererRemove dead code and docs
2019-02-26 Ralf JungMerge pull request #635 from alexreg/cosmetic-2
2019-02-26 Alexander RegueiroVarious cosmetic improvements.
2019-02-26 Alexander RegueiroRemoved copyright notices.
2019-02-26 Ralf JungMerge pull request #646 from rchaser53/issue-58645
2019-02-26 rchaser53use copy_op directly insteadof write_scalar
2019-02-25 Oliver SchererMerge pull request #645 from RalfJung/box-alloc
2019-02-25 Ralf Jungtest using the Global allocator trait to alloc/free...
2019-02-24 Ralf JungMerge pull request #644 from matthewjasper/no-two-phase...
2019-02-24 Ralf JungMerge branch 'master' into no-two-phase-matches
2019-02-24 Ralf JungMerge pull request #631 from RalfJung/btree
2019-02-24 Ralf JungMerge remote-tracking branch 'origin/master' into btree
2019-02-24 Matthew JasperRemove test of two-phase borrows in match
2019-02-23 Ralf JungMerge pull request #642 from taiki-e/update-links
2019-02-23 Taiki EndoUpdate some links
2019-02-22 Ralf Jungtest BTree a bit more
2019-02-15 Ralf JungMerge pull request #634 from RalfJung/trophy-case
2019-02-15 Ralf Jungtest VecDeque debug printing
2019-02-15 Ralf JungMerge pull request #623 from RalfJung/fat-ptr-eq
2019-02-15 Ralf Jungfix async-fn test
2019-02-15 Ralf Jungtypo and comments
2019-02-15 Ralf Jungactually they should be equal
2019-02-15 Ralf JungFix comparing fat pointers
2019-02-14 Ralf JungMerge pull request #611 from RalfJung/str-index-mut
2019-02-14 Ralf JungMerge remote-tracking branch 'origin/master' into str...
2019-02-13 Ralf JungMerge pull request #632 from RalfJung/memalign
2019-02-13 Ralf Jungignore overaligned tests on Windows (because, of course...
2019-02-13 Ralf Jungimplement and test posix_memalign
2019-02-13 Ralf JungMerge pull request #626 from RalfJung/format-padding
2019-02-13 Ralf Jungfix ptr comparison test
2019-02-13 Ralf JungMerge branch 'master' into format-padding
next