]> git.lizzy.rs Git - rust.git/history - src/shims/foreign_items.rs
Auto merge of #1159 - divergentdave:shim-seek, r=RalfJung
[rust.git] / src / shims / foreign_items.rs
2020-02-08 borsAuto merge of #1159 - divergentdave:shim-seek, r=RalfJung
2020-01-30 borsAuto merge of #1163 - RalfJung:raw-cast, r=RalfJung
2020-01-30 borsAuto merge of #1151 - divergentdave:statx-AT_EMPTY_PATH...
2020-01-29 borsAuto merge of #1154 - TimDiekmann:rename-alloc, r=RalfJung
2020-01-29 borsAuto merge of #1155 - divergentdave:shim-posix_fadivse...
2020-01-27 David CookApply shim to lseek too (for macOS)
2020-01-26 David CookAdd no-op shim for posix_fadvise
2020-01-26 David CookAdd shim for lseek64
2020-01-26 David CookAdd fstat shim for OSX
2020-01-15 borsAuto merge of #1146 - RalfJung:rustup, r=RalfJung
2020-01-10 borsAuto merge of #1143 - christianpoveda:symlink-shim...
2020-01-07 borsAuto merge of #1140 - RalfJung:no-macos, r=oli-obk
2020-01-07 Christian PovedaAdd lstat shim for macos
2020-01-07 borsAuto merge of #1142 - JohnTitor:rustup-0107, r=RalfJung
2020-01-06 Christian PovedaAdd shim for symbolic link creation
2020-01-06 Yuki OkushiRustup
2020-01-06 borsAuto merge of #1141 - RalfJung:lint-adjust, r=RalfJung
2020-01-06 borsAuto merge of #1137 - anp:track-caller-update, r=RalfJung
2020-01-05 Yuki OkushiRustup
2019-12-31 borsAuto merge of #1134 - RalfJung:macos-hashmap, r=RalfJung
2019-12-31 borsAuto merge of #1130 - christianpoveda:ignore-close...
2019-12-30 borsAuto merge of #1131 - JOE1994:alloc_os_str_as_c_str...
2019-12-28 JOE1994Add helper 'alloc_os_str_as_c_str' and use it in env_va...
2019-12-27 borsAuto merge of #1114 - rust-lang:to_ptr_considered_harmf...
2019-12-27 Oliver SchererRemove `to_ptr` uses
2019-12-27 borsAuto merge of #1129 - christianpoveda:stat64-shim,...
2019-12-25 Christian Povedaprovide correct name for shim
2019-12-25 Christian Povedaadd dummy stat shim
2019-12-23 borsAuto merge of #1124 - RalfJung:sysroot-check, r=oli-obk
2019-12-23 borsAuto merge of #1118 - rust-lang:stacked_borrow_tracing...
2019-12-23 Oliver SchererRustfmt all the things
2019-12-22 borsAuto merge of #1101 - christianpoveda:stat-shim, r...
2019-12-22 Christian Povedaadd `statx` shim for linux
2019-12-08 borsAuto merge of #1108 - RalfJung:rustup, r=RalfJung
2019-12-08 Ralf Jungrustup
2019-12-03 borsAuto merge of #1093 - RalfJung:throw-machine-stop,...
2019-12-03 Ralf Junguse throw_machine_stop macro
2019-12-03 borsAuto merge of #1094 - Aaron1011:rustup-body, r=RalfJung
2019-12-03 Aaron HillRustup for `BodyCache` changes
2019-12-02 borsAuto merge of #1084 - RalfJung:assert-panic, r=RalfJung
2019-12-02 Ralf Jungimplement proper panicking for other MIR assertions
2019-12-02 borsAuto merge of #1092 - RalfJung:rustup, r=RalfJung
2019-12-02 Ralf Junguse new MachineStop error variant
2019-11-29 borsAuto merge of #1085 - RalfJung:panic-runtime, r=RalfJung
2019-11-29 Ralf Jungavoid injected_panic_runtime which is going away
2019-11-27 borsAuto merge of #1077 - RalfJung:unwind_to_block, r=RalfJung
2019-11-27 Ralf Jungadjust for goto_block refactoring
2019-11-22 borsAuto merge of #1067 - Aaron1011:feature/inverse-trig...
2019-11-21 Aaron HillAdd acos, asin, and atan foreign functions
2019-11-19 borsAuto merge of #693 - Aaron1011:feature/panic_unwind_fin...
2019-11-19 Aaron HillUpdate panic runtime comment
2019-11-19 Aaron HillDelegate to the actual panic runtime crate
2019-11-19 Ralf Jungcomments and slight refactoring
2019-11-17 Aaron HillSupport unwinding after a panic
2019-11-17 borsAuto merge of #1055 - RalfJung:panic-stub, r=RalfJung
2019-11-13 Aaron HillRustup for panic changes
2019-11-09 Christian PovedaFix merge conflicts
2019-11-08 borsAuto merge of #1044 - RalfJung:uprust, r=RalfJung
2019-11-08 Ralf Jungrustup
2019-11-03 borsAuto merge of #961 - rust-lang:exact_div_reuse, r=RalfJung
2019-11-02 borsAuto merge of #1028 - RalfJung:place-apis, r=RalfJung
2019-11-02 Ralf Jungstore scalars where appropriate
2019-10-24 borsAuto merge of #1020 - RalfJung:compiletest, r=RalfJung
2019-10-24 borsAuto merge of #1019 - RalfJung:rustup, r=RalfJung
2019-10-24 Ralf Jungrustup: more flexible write_bytes avoids allocations...
2019-10-22 Christian PovedaUse new write_bytes method
2019-10-22 borsAuto merge of #1015 - RalfJung:appv, r=RalfJung
2019-10-22 borsAuto merge of #1014 - RalfJung:rustup, r=RalfJung
2019-10-22 Ralf Jungfix field index
2019-10-22 Ralf Jungrustup: fix for write_bytes and new union rules
2019-10-21 Christian PovedaFix merge conflicts
2019-10-21 borsAuto merge of #991 - christianpoveda:errno-place, r...
2019-10-21 borsAuto merge of #1010 - RalfJung:xargo, r=RalfJung
2019-10-20 Christian PovedaTransform the last error place to an immediate instead
2019-10-20 Christian PovedaChange last_error to a place
2019-10-20 Christian PovedaMove last error functions to helpers
2019-10-20 borsAuto merge of #1009 - RalfJung:expect_none, r=RalfJung
2019-10-20 Ralf Junguse expect_none and unwrap_none where it makes sense
2019-10-19 borsAuto merge of #1006 - RalfJung:bounds, r=RalfJung
2019-10-19 Ralf Jungaudit our bounds checks
2019-10-18 borsAuto merge of #1005 - RalfJung:cleanup, r=RalfJung
2019-10-18 Ralf Jungcleanup now that borrow checker knows memory is a field
2019-10-18 borsAuto merge of #1004 - JohnTitor:use-memory, r=RalfJung
2019-10-18 Yuki OkushiUse memory field instead of memory()
2019-10-16 borsAuto merge of #987 - christianpoveda:check-unsupported...
2019-10-15 borsAuto merge of #980 - JOE1994:master, r=RalfJung
2019-10-15 borsAuto merge of #975 - christianpoveda:clock-shim, r...
2019-10-11 Christian PovedaMove time related functions to its own module
2019-10-11 Christian PovedaAdd helper function to write structs
2019-10-11 Christian PovedaAdd gettimeofday shim for macOS
2019-10-11 Christian PovedaGet size of integers using libc
2019-10-11 Christian PovedaReturn negative times when the current time is before...
2019-10-11 Christian PovedaReduce size of nanoseconds
2019-10-11 Christian PovedaAdd clock_gettime shim
2019-10-11 borsAuto merge of #983 - christianpoveda:fs-shims-tweaks...
2019-10-11 Christian PovedaMove functions to eval libc constants to helpers
2019-10-08 borsAuto merge of #976 - christianpoveda:unlink-shim, r...
2019-10-08 Christian PovedaAdd errno_location shim for MacOS
2019-10-08 Christian PovedaAdd unlink shim to delete files
2019-10-08 borsAuto merge of #977 - christianpoveda:last-error-ptr...
next