]> git.lizzy.rs Git - rust.git/history - src/shims/foreign_items.rs
avoid using unchecked casts or arithmetic
[rust.git] / src / shims / foreign_items.rs
2020-03-17 Ralf Jungavoid using unchecked casts or arithmetic
2020-03-15 borsAuto merge of #1227 - RalfJung:unwind, r=RalfJung
2020-03-15 Ralf Jungadjust Miri to needs of changed unwinding strategy
2020-03-12 borsAuto merge of #1224 - RalfJung:diverge, r=RalfJung
2020-03-12 Ralf Jungrefactor handling of diverging intrinsics/foreign functions
2020-03-04 borsAuto merge of #1206 - RalfJung:int_asooc, r=RalfJung
2020-03-04 Ralf Jungfinally stop using min/max_value and the integer modules
2020-03-01 borsAuto merge of #1197 - RalfJung:rustup, r=RalfJung
2020-03-01 Ralf Jungrustup
2020-02-23 borsAuto merge of #1189 - RalfJung:cleanup, r=RalfJung
2020-02-23 Ralf Jungavoid lowercasing platforms
2020-02-23 borsAuto merge of #1167 - christianpoveda:shims-refactor...
2020-02-22 Christian Povedaminor fixes
2020-02-19 Christian Povedapromote memrchr to work on any platform
2020-02-19 Christian Povedaadd docs for `emulate_foreign_item_by_bame
2020-02-19 Christian Povedaremove hack for panics
2020-02-19 Christian Povedamove remaining shims
2020-02-19 Christian Povedamove pthread related functions
2020-02-16 borsAuto merge of #1177 - RalfJung:debug-assert, r=RalfJung
2020-02-14 Christian Povedamigrate more functions
2020-02-14 Christian Povedamigrate more functions
2020-02-14 Christian Povedareorganize shims by platform
2020-02-14 borsAuto merge of #1158 - divergentdave:shim-rename, r...
2020-02-14 borsAuto merge of #1174 - RalfJung:rusutp, r=RalfJung
2020-02-13 Ralf Jungfix for Panic InterpError refactoring
2020-02-09 David CookAdd shim for rename
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
next