]> git.lizzy.rs Git - rust.git/history - src/shims
Rename MacOS set global dtor function.
[rust.git] / src / shims /
2020-04-27 Vytautas AstrauskasRename MacOS set global dtor function.
2020-04-27 Vytautas AstrauskasAdd concurrency tests.
2020-04-27 Vytautas AstrauskasImplement thread::yield_now.
2020-04-27 Vytautas AstrauskasAdd a comment explaining global destructors on MacOS.
2020-04-27 Vytautas AstrauskasFix support for MacOS.
2020-04-27 Vytautas AstrauskasRename threads to thread to match the Rust standard...
2020-04-27 Vytautas AstrauskasFix typo in a comment.
2020-04-27 Vytautas AstrauskasFix imports.
2020-04-27 Vytautas AstrauskasAddress some of the reviewers comments.
2020-04-27 Vytautas AstrauskasGenerate fresh allocation ids for thread locals in...
2020-04-27 Vytautas AstrauskasSmall refactoring in pthread sync: extract common funct...
2020-04-27 Vytautas AstrauskasRebase on PR 1157.
2020-04-27 Vytautas AstrauskasFix pthread_self.
2020-04-27 Vytautas AstrauskasStore the thread name.
2020-04-27 Vytautas AstrauskasFix comments in TLS.
2020-04-27 Vytautas AstrauskasMove pthread_create and related shims to a separate...
2020-04-27 Vytautas AstrauskasAdd a warning that Miri does not check for data-races.
2020-04-27 Vytautas AstrauskasImplement basic support for concurrency (Linux only).
2020-04-27 borsAuto merge of #1354 - divergentdave:dump-alloc-on-undef...
2020-04-22 borsAuto merge of #1348 - RalfJung:raw-addr-of-align, r...
2020-04-22 borsAuto merge of #1353 - divergentdave:file-set-len, r...
2020-04-22 David CookAdd comment
2020-04-22 David CookImplement ftruncate64/ftruncate for File::set_len
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 CookAdd support for std::thread::yield_now
2020-04-19 David CookFlip matching
2020-04-18 borsAuto merge of #1349 - RalfJung:machine-layouts, r=RalfJung
2020-04-18 Ralf Junguse pre-computed layouts some more
2020-04-18 borsAuto merge of #1325 - RalfJung:float_to_int_unchecked...
2020-04-17 David CookHandle std::sync::atomic::spin_loop_hint()
2020-04-15 borsAuto merge of #1337 - RalfJung:intrinsic-tests, r=RalfJung
2020-04-15 Ralf Jungtest some so-far untested intrinsics
2020-04-14 borsAuto merge of #1331 - samrat:macos-mach-timebase-info...
2020-04-14 Samrat Man SinghReword comment in mach_timebase_info
2020-04-14 Samrat Man SinghUse precomputed TyLayout from `machine.layouts`
2020-04-14 Samrat Man SinghUse pre-defined u32 layout
2020-04-13 Samrat Man Singh[macOS] Implement `mach_timebase_info`
2020-04-12 Ralf Jungremove some unnecessary trait bounds
2020-04-12 Ralf Jungimplement float_to_int_unchecked
2020-04-12 borsAuto merge of #1324 - RalfJung:intrinsic-orga, r=RalfJung
2020-04-12 Ralf Jungthere is no 'align_of_val' intrinsic
2020-04-12 Ralf Jungremove an intrinsic that was moved to rustc
2020-04-12 Ralf Jungorganize intrinsics into groups
2020-04-12 borsAuto merge of #1323 - RalfJung:noref, r=RalfJung
2020-04-12 Ralf Jungavoid a bunch of as_ref/as_mut
2020-04-12 borsAuto merge of #1322 - RalfJung:noref, r=RalfJung
2020-04-12 Ralf Jungavoid ref in matches
2020-04-10 borsAuto merge of #1308 - RalfJung:miri, r=RalfJung
2020-04-10 borsAuto merge of #1304 - RalfJung:backtrace-sep, r=RalfJung
2020-04-07 borsAuto merge of #1301 - RalfJung:global-leaks, r=RalfJung
2020-04-07 borsAuto merge of #1310 - RalfJung:float-assoc, r=RalfJung
2020-04-06 borsAuto merge of #1157 - divergentdave:shim-pthread-try...
2020-04-06 David CookFix spelling typo
2020-04-05 David CookEagerly compute i32 and u32 layouts
2020-04-05 David CookChanges to error handling
2020-04-05 David CookUse Deadlock machine stop uniformly
2020-04-05 David CookRemove null checks, fall through to UB upon deref
2020-04-05 David CookUpdate comments, rearrange code
2020-04-05 borsAuto merge of #1305 - ssomers:map_first_last_vs_miri...
2020-04-05 David CookStore layouts of i32 and u32 inside Evaluator
2020-04-05 David CookSet explicit return value size for windows shim
2020-04-05 David CookSet some explicit return value sizes
2020-04-05 David CookImplement TryEnterCriticalSection
2020-04-05 David CookRearrange functions
2020-04-05 David CookAdd TerminationInfo::Deadlock, use in mutex shim
2020-04-05 David CookHandle variation in layout of pthread_mutex_t
2020-04-05 David CookAddress review comments
2020-04-05 David CookUse checked addition/subtraction on lock counts
2020-04-05 David CookRefactor sync shims with setters and getters
2020-04-05 David CookAdd comments explaining asserts
2020-04-05 David CookFix misleading function names
2020-04-05 David CookRevise mutex/rwlock memory layout for macOS compat
2020-04-05 David CookImplement mutex and rwlock functions
2020-04-05 David CookAdd failing tests for mutex and rwlock
2020-04-05 David CookAdd shims for RwLock::try_read/RwLock::try_write
2020-04-05 Stein SomersReplace last_entry with last_key_value
2020-04-04 borsAuto merge of #1293 - Firstyear:1289-miri-readme, r...
2020-04-04 borsAuto merge of #1300 - RalfJung:rust-src, r=RalfJung
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-04-02 Youngsuk KimUpdate comments in src/shims/time.rs
2020-04-02 Youngsuk KimUpdate comments in src/shims/time.rs
2020-04-02 Youngsuk KimUpdate comments in src/shims/time.rs
2020-04-02 borsAuto merge of #1297 - RalfJung:win-ticks, r=RalfJung
2020-04-02 Ralf Jungcorrect factual mistake in Windows message, and use...
2020-04-02 borsAuto merge of #1295 - RalfJung:ci-no-incremental, r...
2020-04-02 borsAuto merge of #1283 - RalfJung:backtrace, r=RalfJung
2020-04-02 Ralf Jungadjust for span not being passed around any more
2020-04-02 JOE1994fix incorrect error message in shim 'QueryPerformanceCo...
2020-04-02 JOE1994Add support for 'std::time::Instant' in Windows
2020-04-01 borsAuto merge of #1290 - RalfJung:rustup, r=RalfJung
2020-04-01 borsAuto merge of #1286 - JOE1994:windows_time, r=RalfJung
2020-04-01 Ralf Jungremove ICEin intrinsic
2020-04-01 JOE1994Implement 'GetSystemTimeAsFileTime' shim for Windows
2020-03-30 borsAuto merge of #1282 - RalfJung:rustup, r=RalfJung
2020-03-30 Ralf Jungrustup; fix Windows env var memory type
next