]> git.lizzy.rs Git - rust.git/history - src/shims/foreign_items.rs
with this, we support panics on Windows
[rust.git] / src / shims / foreign_items.rs
2020-06-27 Ralf Jungwith this, we support panics on Windows
2020-06-27 borsAuto merge of #1460 - RalfJung:modules, r=RalfJung
2020-06-27 Ralf Jungmodule organization: move platform-specific code to...
2020-05-05 borsAuto merge of #1298 - toc-the-younger:check-arg-count...
2020-05-04 Chase AlbertAddress comments.
2020-05-04 Chase AlbertCheck that shims are called with the correct number...
2020-05-03 borsAuto merge of #1390 - RalfJung:conc, r=RalfJung
2020-05-03 Ralf Jungyield on x86 'pause' hint
2020-04-20 borsAuto merge of #1335 - vakaras:add-threads-noop, r=RalfJung
2020-04-20 Vytautas AstrauskasMove the stack to the evaluator to make Miri compile...
2020-04-19 borsAuto merge of #1342 - divergentdave:pause-instruction...
2020-04-19 David CookReview comments
2020-04-19 David CookFlip matching
2020-04-17 David CookHandle std::sync::atomic::spin_loop_hint()
2020-04-04 borsAuto merge of #1293 - Firstyear:1289-miri-readme, r...
2020-04-03 borsAuto merge of #1294 - JOE1994:windows_instant, r=RalfJung
2020-04-02 borsAuto merge of #1299 - RalfJung:rustup, r=RalfJung
2020-04-02 Ralf Jungrustup for import changes
2020-03-30 borsAuto merge of #1270 - RalfJung:incremental, r=RalfJung
2020-03-30 borsAuto merge of #1279 - divergentdave:open_O_EXCL, r...
2020-03-30 borsAuto merge of #1281 - RalfJung:rustup, r=RalfJung
2020-03-30 Ralf Jungadjust for librustc rename; reduce 'extern crate' to...
2020-03-29 borsAuto merge of #1277 - RalfJung:rustup, r=RalfJung
2020-03-29 Ralf Jungrustup
2020-03-28 borsAuto merge of #1276 - RalfJung:scalar-precise-sizes...
2020-03-28 Ralf Jungavoid Scalar::from_(u)int in favor of giving the size...
2020-03-28 borsAuto merge of #1275 - JOE1994:move_string_helpers,...
2020-03-28 borsAuto merge of #1265 - RalfJung:float-cast, r=RalfJung
2020-03-28 borsAuto merge of #1263 - RalfJung:shims-limit, r=RalfJung
2020-03-28 Ralf Jungorganize shims and make some only available to libstd...
2020-03-28 borsAuto merge of #1271 - RalfJung:env-clean, r=RalfJung
2020-03-28 borsAuto merge of #1269 - RalfJung:windows-dtor, r=RalfJung
2020-03-28 Ralf Jungrun Windows TLS dtor function
2020-03-28 Ralf Jungcleanup tcx usage and a few comments
2020-03-22 borsAuto merge of #1249 - RalfJung:rustup, r=RalfJung
2020-03-22 Ralf Jungplatform -> target
2020-03-21 borsAuto merge of #1241 - RalfJung:dont-panic, r=RalfJung
2020-03-21 Ralf Jungtest windows panic message
2020-03-19 Ralf Jungwhitelist platforms where panicking should work
2020-03-19 borsAuto merge of #1219 - RalfJung:error-cleanup, r=RalfJung
2020-03-19 Ralf Junggetting a path should never fail
2020-03-19 Ralf Jungstart messages in lower-case
2020-03-19 Ralf Jungadjust for error reform
2020-03-18 borsAuto merge of #1239 - elichai:2020-03-abort-intrinsics...
2020-03-17 borsAuto merge of #1235 - RalfJung:check-arith, r=RalfJung
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
next