]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 Ralf Jungtry to fix Windows CI
2019-04-18 Ralf Jungremove some unneeded 'extern crate'
2019-04-18 Tim DiekmannAdd handling for `nullptr` and `size == 0`
2019-04-18 Ralf JungCI: build with debug assertions
2019-04-18 Ralf Jungtest that creating a 2nd mutable ref from a NonNull...
2019-04-18 Tim DiekmannFix for latest upstream update
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 Jungembrace find_map and some whitespace changes
2019-04-17 Oliver SchererApply suggestions from code review
2019-04-17 Ralf Jungmore tests -- also one showing why we are not done yet
2019-04-17 Ralf Jungbump Rust
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 Jungabstract mapping over all the stacks in some memory...
2019-04-17 Ralf Junglet the permission of a new pointer depend on the type...
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 Jungsome failures are impossible
2019-04-17 Ralf Jungadjust compile-fail error messages
2019-04-17 Ralf Jungmore comments
2019-04-17 Ralf Jungmake run-pass tests pass. tweak how we remove barriers.
2019-04-17 Ralf Jungrewrite Stacked Borrows Core. this passes stacked-borro...
2019-04-17 Oliver SchererMerge pull request #694 from RalfJung/readme
2019-04-17 Ralf Jungdocument -Zmiri-seed
2019-04-17 Ralf JungMerge pull request #692 from RalfJung/rand
2019-04-16 Ralf Jungfix RtlGenRandom argument size
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 Jungtry to really fix tests on macOS
2019-04-16 Ralf Jungfix tests on macOS
2019-04-16 Ralf Jungpick better test names
2019-04-16 Ralf Jungfix ref file
2019-04-16 Ralf Jungstub out pthread_atfork to that we support thread_rng()
2019-04-16 Ralf Jungfix 0-sized getrandom
2019-04-16 Ralf Jungupdate cargo miri test to test rng crate a bit; this...
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 #689 from RalfJung/rustup
2019-04-12 Ralf JungMerge branch 'master' into rustup
2019-04-12 Ralf Junglower rand version requirement
2019-04-12 Ralf JungMerge pull request #688 from RalfJung/rustup
2019-04-12 Ralf Jungrustup
2019-04-12 Ralf JungMerge pull request #687 from RalfJung/rustup
2019-04-12 Ralf Jungrustup
2019-04-11 Ralf JungMerge pull request #680 from RalfJung/miri-unsized
2019-04-11 Ralf Jungbump Rust version
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-10 Ralf JungFix typo
2019-04-09 Oliver SchererMerge branch 'master' into feature/random
2019-04-09 Aaron HillSome final cleanup
2019-04-09 Aaron HillRetrieve SYS_getrandom from libc using const-eval
2019-04-09 Aaron HillFix compile-fail error message
2019-04-09 Aaron HillImprove deterministic mode error message
2019-04-09 Aaron HillUse 'ignore-' instead of 'only-'
2019-04-09 Aaron HillFix 'RtlGenRandom' argument slots
2019-04-09 Aaron HillOnly run 'getrandom' test on Linux
2019-04-09 Aaron HillOS X is "macos", not "darwin"
2019-04-09 Aaron HillInterpret system call numbers relative to target archit...
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 HillCleanup argument parsing
2019-04-09 Aaron HillSimplify cast using as_mut_ptr()
2019-04-08 Ralf Jungfix dumping uninitialized locals
2019-04-08 Ralf JungMerge pull request #681 from TimDiekmann/calloc
2019-04-08 Tim DiekmannMerge branch 'master' into calloc
2019-04-08 bjorn3Update src/fn_call.rs
2019-04-08 Aaron HillUse raw syscall numbers
2019-04-07 Aaron HillUse getrandom() syscall number from libc
2019-04-07 Aaron HillFix benchmark
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 Tim DiekmannTidy up calloc code
2019-04-07 Eduard-Mihai... Merge pull request #682 from Manishearth/compiletestup
2019-04-07 Manish GoregaokarUpdate compiletest
2019-04-07 Tim DiekmannFix tagging order
2019-04-07 Tim DiekmannAdd `calloc`
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-06 Ralf JungMerge pull request #671 from timotree3/patch-1
2019-04-06 Ralf JungMerge branch 'master' into patch-1
next