]> git.lizzy.rs Git - rust.git/history - src/fn_call.rs
tweak inttoptr allocation behavior
[rust.git] / src / fn_call.rs
2019-06-29 Ralf Jungtweak inttoptr allocation behavior
2019-06-26 borsAuto merge of #779 - christianpoveda:intptrcast-model...
2019-06-25 Christian PovedaFix merge conflicts
2019-06-24 borsAuto merge of #787 - RalfJung:pointer-checks, r=RalfJung
2019-06-24 Christian PovedaRename new fields and move rng to MemoryExtra
2019-06-23 Ralf Jungadjust for refactored memory pointer checks
2019-06-20 Ralf JungMerge branch 'master' into patch-1
2019-06-16 Ralf JungMerge pull request #771 from kennethbgoodin/foreign_mat...
2019-06-16 Ralf JungMerge branch 'master' into foreign_math_functions
2019-06-14 Oliver SchererFix indentation
2019-06-14 Kenny GoodinAdd more missing math functions
2019-06-13 Ralf JungMerge pull request #769 from RalfJung/rustup
2019-06-13 Ralf Jungrustup for lifetime refactorings
2019-06-12 Ralf JungMerge pull request #763 from kennethbgoodin/fix_cmath_f...
2019-06-12 Kenny GoodinImplement cbrt and hypot function calls
2019-06-11 Ralf JungMerge pull request #764 from RalfJung/minmax
2019-06-11 Ralf Jungfix from to/from f32/f64 changes
2019-06-11 Ralf JungMerge branch 'master' into sysroot
2019-06-10 Ralf JungMerge pull request #767 from RalfJung/rustup
2019-06-10 Ralf Jungfix for rustc rename mir -> body
2019-06-08 Ralf JungMerge pull request #765 from RalfJung/rustup
2019-06-08 Ralf Jungrustup for EvalResult rename
2019-05-29 Ralf JungMerge branch 'master' into miri-build
2019-05-29 Ralf Jungfix for rustc changes (#749)
2019-05-29 Ralf Jungfix for rustc changes
2019-05-28 Ralf Jungupdate for rustc Scalar changes, test for pointer wrapp...
2019-05-28 Ralf Jungadjust for rustc changes
2019-05-15 Ralf JungRustup (#723)
2019-05-13 Ralf Jungfix for latest rustc
2019-04-27 Ralf JungMerge pull request #716 from RalfJung/rustup
2019-04-27 Ralf Jungfix HeapFree return value
2019-04-22 Oliver SchererMerge pull request #702 from RalfJung/exit
2019-04-22 Ralf Jungunify code paths
2019-04-22 Ralf JungMerge branch 'master' into exit
2019-04-22 Ralf JungMerge pull request #709 from RalfJung/macos-rand
2019-04-22 Ralf Junggen_random: handle size 0 and writing to mem
2019-04-22 Ralf Jungimplement SecRandomCopyBytes for macOS RNG
2019-04-21 Ralf JungMerge pull request #708 from RalfJung/alloc-tests
2019-04-21 Ralf JungWindows: implement heap functions
2019-04-21 Ralf Jungimplement ExitProcess for Windows
2019-04-21 Ralf Jungimplement exit
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 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 Jungrewrite Stacked Borrows Core. this passes stacked-borro...
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 Ralf Jungstub out pthread_atfork to that we support thread_rng()
2019-04-16 Ralf Jungfix 0-sized getrandom
2019-04-12 Ralf JungMerge pull request #687 from RalfJung/rustup
2019-04-12 Ralf Jungrustup
2019-04-11 Ralf JungMerge remote-tracking branch 'origin/master'
2019-04-10 Ralf JungMerge pull request #683 from Aaron1011/feature/random
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 HillImprove deterministic mode error message
2019-04-09 Aaron HillFix 'RtlGenRandom' argument slots
2019-04-09 Aaron HillInterpret system call numbers relative to target archit...
2019-04-09 Aaron HillRefactor random number generation
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 HillImplement non-deterministc mode
2019-04-07 Tim DiekmannTidy up calloc code
2019-04-07 Tim DiekmannFix tagging order
2019-04-07 Tim DiekmannAdd `calloc`
2019-04-06 Ralf JungMerge branch 'master' into patch-1
2019-04-03 Oliver SchererMerge pull request #672 from rust-lang/update
2019-04-03 Oliver SchererUpdate to rustc nightly
2019-03-30 Ralf JungMerge pull request #668 from kenta7777/rename-evalconte...
2019-03-30 kenta7777renames EvalContext to InterpretCx
2019-03-02 Ralf JungMerge pull request #647 from spastorino/place_base
2019-03-01 Santiago PastorinoPlace::Local(x) is now Place::Base(PlaceBase::Local(x))
2019-02-27 Ralf JungMerge pull request #648 from RalfJung/avoid-full-slice
2019-02-27 Ralf Jungavoid [..]
2019-02-26 Ralf JungMerge pull request #635 from alexreg/cosmetic-2
2019-02-26 Alexander RegueiroVarious cosmetic improvements.
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 Jungimplement and test posix_memalign
2019-02-08 Ralf JungMerge branch 'master' into bash
2019-02-08 Ralf JungMerge pull request #620 from RalfJung/stderr-flush
2019-02-08 Ralf Jungwe don't need to flush stderr
2019-02-08 Oliver SchererMerge pull request #619 from RalfJung/stderr-flush
2019-02-07 Ralf Jungflush stdout/stderr to make sure it appears on the...
2019-02-06 Ralf JungMerge pull request #610 from RalfJung/panic
2019-02-06 Ralf Jungpanic_impl is another way to panic
2019-01-25 Ralf JungMerge pull request #601 from RalfJung/comment
2019-01-25 Ralf Jungremove outdated comment
2018-12-24 Ralf JungMerge pull request #586 from solson/rustup
2018-12-23 Ralf Jungfix for infallible allocation
next