]> git.lizzy.rs Git - rust.git/history - src/shims
fix diagnostics printing when triggered during TLS dtor scheduling
[rust.git] / src / shims /
2020-07-27 Ralf Jungfix diagnostics printing when triggered during TLS...
2020-07-27 Ralf Jungdeallocate thread-local statics when the thread dies
2020-07-27 Ralf Jungfix and test order of TLS dtors and thread joining
2020-07-27 borsAuto merge of #1487 - pnadon:miri-rename-undef-uninit...
2020-07-27 Philippe NadonChanged not_undef to check_init in foreign_items.rs
2020-07-26 Philippe Nadonrenamed Immediate::to_scalar_or_undef
2020-07-26 Philippe Nadonrenamed ScalarMaybeUninit::not_undef to check_init
2020-07-25 borsAuto merge of #1485 - RalfJung:miri-extern-fn, r=oli-obk
2020-07-23 Ralf Jungenable leak check tests on Windows
2020-07-23 Ralf Jungadd a Miri extern fn to mark an allocation as being...
2020-07-23 Ralf Jungmake miri_start_panic intrinsic an FFI function
2020-07-23 borsAuto merge of #1482 - canova:remote-unreachable, r...
2020-07-23 borsAuto merge of #1484 - RalfJung:rustup, r=RalfJung
2020-07-23 Ralf Jungrustup
2020-07-18 borsAuto merge of #1483 - RalfJung:fs-errno, r=RalfJung
2020-07-18 Ralf Jungset errno on stdout write failure
2020-07-18 borsAuto merge of #1436 - samrat:support-stdin-read, r...
2020-07-18 Nazım Can AltınovaRemove unreachable intrinsic
2020-07-18 Samrat Man SinghRemove unnecessary cast
2020-07-17 Samrat Man SinghEnsure buffer for reading from Stdin is smaller than...
2020-07-16 borsAuto merge of #1479 - RalfJung:fs-nocast, r=RalfJung
2020-07-16 Ralf Jungremove an unnecessary intermediate cast
2020-07-15 borsAuto merge of #1477 - RalfJung:rustup, r=RalfJung
2020-07-15 Ralf Jungrustup; fix Windows TLS
2020-07-12 Samrat Man SinghRead into buffer of fixed size for `read`s to STDIN
2020-07-11 Samrat Man SinghHandle `read`s on STDIN
2020-07-08 borsAuto merge of #1470 - RalfJung:machine-tracking, r...
2020-07-08 Ralf Jungwe cannot track all machine memory any more due to...
2020-07-03 borsAuto merge of #1466 - RalfJung:target, r=RalfJung
2020-07-03 borsAuto merge of #1465 - nbdd0121:patch-1, r=RalfJung
2020-07-02 Gary GuoRemove likely and unlikely from intrinsics shim
2020-06-28 borsAuto merge of #1461 - RalfJung:rwlock-win, r=oli-obk
2020-06-28 Ralf Jungmove rwlock dequeuing to shared code, and use that...
2020-06-28 Ralf JungMove get/set_at_offset helpers to global helpers file
2020-06-27 Ralf Jungwith this, we support panics on Windows
2020-06-27 Ralf Jungimplement Windows SRWLock shims
2020-06-27 Ralf Jungintroduce platform-specific module hierarchy for dlsym...
2020-06-27 borsAuto merge of #1460 - RalfJung:modules, r=RalfJung
2020-06-27 Ralf Jungmodule organization: move platform-specific code to...
2020-06-27 Ralf JungRename shims::{sync -> posic_sync} and move sync_single...
2020-06-27 borsAuto merge of #1459 - RalfJung:ptr_guaranteed_eq, r...
2020-06-27 Ralf Jungsupply our own implementation of the CTFE pointer compa...
2020-06-09 borsAuto merge of #1418 - divergentdave:file-sync, r=RalfJung
2020-06-08 David CookExtract common logic for Windows host workaround
2020-06-06 David CookFinish fixing Windows host support
2020-05-31 borsAuto merge of #1441 - RalfJung:sync-cleanup, r=RalfJung
2020-05-30 Ralf Jungmake mutex_unlock infallible
2020-05-30 Ralf Jungtest and fix for rwlock unlock bug
2020-05-30 Ralf Jungalso combine re-locking into the dequeue-and-unblock...
2020-05-30 Ralf Jungsync cleanup: mark infallible ops as such; consistent...
2020-05-30 borsAuto merge of #1412 - josephlr:ptr, r=RalfJung
2020-05-30 Ralf Jungrustup (and account for stabilization)
2020-05-30 Joe RicheyRemove pointer arithmetic intrinsics
2020-05-26 David CookFix fsync shim for Windows hosts with RO files
2020-05-25 David CookUpdate comments
2020-05-25 borsAuto merge of #1435 - RalfJung:stdin-read-error, r...
2020-05-25 Ralf Jungbetter error when reading from stdin
2020-05-25 borsAuto merge of #1433 - RalfJung:condattr-setclock, r...
2020-05-25 Ralf Jungmacos does not have pthread_condattr_setclock/getclock
2020-05-25 borsAuto merge of #1362 - vakaras:add-sync-primitives-cr1...
2020-05-24 Vytautas AstrauskasFix compilation errors after rebase.
2020-05-24 Vytautas AstrauskasSmall fixes.
2020-05-24 Vytautas AstrauskasFix #1419.
2020-05-24 Vytautas AstrauskasSmall changes.
2020-05-24 Vytautas AstrauskasSmall changes.
2020-05-24 Vytautas AstrauskasSmall changes.
2020-05-24 Vytautas AstrauskasChange how the time is handled.
2020-05-24 Vytautas AstrauskasCleanup Condvar tests.
2020-05-24 Vytautas AstrauskasImprove code readability and comments.
2020-05-24 Vytautas AstrauskasImplement support for synchronization primitives.
2020-05-24 borsAuto merge of #1432 - RalfJung:int-size, r=RalfJung
2020-05-24 Ralf Junguse helper method to compute size of int type
2020-05-23 borsAuto merge of #1429 - RalfJung:discriminant_value,...
2020-05-22 borsAuto merge of #1428 - RalfJung:shim-arg-size-verify...
2020-05-22 Ralf Jungverify the size of all shim arguments
2020-05-21 borsAuto merge of #1424 - RalfJung:dlsym, r=RalfJung
2020-05-21 Ralf Jungalso pretend GetSystemTimePreciseAsFileTime does not...
2020-05-21 Ralf JungGetProcAddress: basic validation for hModule argument
2020-05-21 Ralf Jungdisentangle macos and linux dlsyms
2020-05-21 Ralf Jungprepare Dlsym system for dynamic symbols on Windows
2020-05-19 David CookReview comments
2020-05-18 David CookAdd file sync shims
2020-05-11 borsAuto merge of #1407 - RalfJung:appveyor, r=RalfJung
2020-05-11 Ralf Jungfix warnings for non-Unix builds
2020-05-09 borsAuto merge of #1403 - RalfJung:rustup, r=RalfJung
2020-05-09 Ralf Jungbump Rust, fix for renames
2020-05-06 borsAuto merge of #1396 - RalfJung:float-cast-tests, r...
2020-05-05 borsAuto merge of #1394 - RalfJung:fs-mode, r=RalfJung
2020-05-05 Ralf Jungfs shim: check that mode is default
2020-05-05 borsAuto merge of #1393 - RalfJung:arg-count-cleanup, r...
2020-05-05 Ralf Jungmake sure we check the size of all arguments
2020-05-05 Ralf Jungfix a comment now that we have concurrency
2020-05-05 Ralf Jungmake sure we check argument count everywhere
2020-05-05 Ralf Jungdeduplicate FD extraction
2020-05-05 borsAuto merge of #1298 - toc-the-younger:check-arg-count...
2020-05-04 Chase AlbertAddress comments.
2020-05-04 Chase AlbertAddress consistency of naming for unused/merely validat...
2020-05-04 Chase AlbertCheck that shims are called with the correct number...
2020-05-04 borsAuto merge of #1392 - RalfJung:win-lock-check, r=RalfJung
2020-05-04 Ralf JungWindows lock primitives: check that we are truly sinle...
next