]> git.lizzy.rs Git - rust.git/history - src/shims/foreign_items.rs
fix for latest rustc
[rust.git] / src / shims / foreign_items.rs
2019-08-05 Ralf Jungfix for latest rustc
2019-08-04 borsAuto merge of #886 - Aaron1011:shim/getrandom, r=RalfJung
2019-08-04 Aaron HillApply more formatting fixes
2019-08-04 Aaron HillAdd trailing comma
2019-08-04 Aaron HillCleanup formatting
2019-08-04 Aaron HillShim 'libc::getrandom' in addition to 'libc::syscall...
2019-08-04 borsAuto merge of #887 - RalfJung:readme, r=RalfJung
2019-08-04 borsAuto merge of #883 - RalfJung:gen_random, r=RalfJung
2019-08-04 Ralf Junggen_random helper: move ptr argument to front
2019-08-04 borsAuto merge of #882 - RalfJung:miri-rustc, r=RalfJung
2019-08-03 borsAuto merge of #881 - RalfJung:rustup, r=RalfJung
2019-08-03 Ralf Jungtest memalign contract (rustc is fixed)
2019-08-03 Ralf Jungadjust for rustc changes
2019-08-03 borsAuto merge of #877 - christianpoveda:ldexp-shim, r...
2019-08-03 Christian PovedaFormatting
2019-08-03 borsAuto merge of #878 - RalfJung:rustup, r=RalfJung
2019-08-03 Ralf Jungfix for error refactoring
2019-08-02 Christian PovedaAdd shim for ldexp
2019-07-24 borsAuto merge of #853 - RalfJung:readme, r=RalfJung
2019-07-24 borsAuto merge of #852 - lzutao:rustup, r=RalfJung
2019-07-24 Lzu Taobuild: Fix build after rust-lang/rust#60951
2019-07-21 borsAuto merge of #849 - RalfJung:rustup, r=RalfJung
2019-07-21 Ralf Jungbump rust
2019-07-11 borsAuto merge of #833 - RalfJung:win, r=RalfJung
2019-07-11 Ralf Jungthread creation error for Windows
2019-07-11 borsAuto merge of #830 - RalfJung:check-place, r=RalfJung
2019-07-10 Ralf Jungadjust for rustc changes; normalize mplace before doing...
2019-07-06 borsAuto merge of #827 - lzutao:patch-1, r=RalfJung
2019-07-06 borsAuto merge of #826 - RalfJung:uninit, r=RalfJung
2019-07-06 borsAuto merge of #824 - RalfJung:c_str, r=RalfJung
2019-07-06 Ralf Junguse Memory::read_c_str, avoid a few to_ptr
2019-07-06 borsAuto merge of #808 - RalfJung:extra-fn, r=RalfJung
2019-07-06 Ralf Jungadjust for get_fn signature change
2019-07-06 Ralf Jungmove gen_random to helpers
2019-07-06 Ralf Jungbetter error message when the program tries to spawn...
2019-07-06 Ralf Jungupdate to FnVal changes; implement basic Dlsym support...
2019-07-06 Ralf JungMerge remote-tracking branch 'origin/master' into rustup
2019-07-05 borsAuto merge of #817 - RalfJung:small-alloc, r=RalfJung
2019-07-05 Ralf Jungrename InterpretCx -> InterpCx
2019-07-05 Ralf Jungalign small malloc-allocations even less, and test...
2019-07-05 borsAuto merge of #803 - christianpoveda:intptrcast-explici...
2019-07-05 Ralf JungMerge remote-tracking branch 'origin/master'
2019-07-05 borsAuto merge of #825 - RalfJung:no-null, r=RalfJung
2019-07-05 Ralf Jungfix deallocating/reallocating with integer pointers
2019-07-05 Ralf Jungavoid Scalar::is_null_ptr, it is going away
2019-07-01 borsAuto merge of #815 - RalfJung:memory-audit, r=RalfJung
2019-07-01 borsAuto merge of #814 - RalfJung:shims, r=RalfJung
2019-07-01 Ralf JungMerge branch 'master' into rustup
2019-06-30 Ralf Jungmove find_fn (which is not specific to foreign items...
2019-06-30 Ralf Jungdon't call Memory::get without checking the pointer...
2019-06-30 borsAuto merge of #809 - RalfJung:intptrcast, r=RalfJung
2019-06-30 Ralf Jungtest even more size-alignment combinations. found a...
2019-06-30 Ralf Jungfix minimal alignment for system allocation functions
2019-06-30 borsAuto merge of #805 - RalfJung:shims, r=RalfJung
2019-06-30 Ralf Jungmove shims (foreign items and intrinsics) into submodule