]> git.lizzy.rs Git - rust.git/history - src/shims/foreign_items/posix.rs
Fix typo in a comment.
[rust.git] / src / shims / foreign_items / posix.rs
2020-04-27 Vytautas AstrauskasFix typo in a comment.
2020-04-27 Vytautas AstrauskasAddress some of the reviewers comments.
2020-04-27 Vytautas AstrauskasFix pthread_self.
2020-04-27 Vytautas AstrauskasStore the thread name.
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-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 CookAdd support for std::thread::yield_now
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-05 David CookUpdate comments, rearrange code
2020-04-05 David CookSet some explicit return value sizes
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-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-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 Jungposix_fadvise is Linux-only; also validate arguments...
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 Jungcleanup tcx usage and a few comments
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-02-28 borsAuto merge of #1194 - RalfJung:no-to-bits, r=RalfJung
2020-02-28 Ralf Jungavoid Scalar::to_bits
2020-02-26 borsAuto merge of #1152 - divergentdave:shim-directory...
2020-02-23 David CookAdd shims for opendir and closedir
2020-02-23 David CookAdd shims for mkdir and rmdir
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-19 Christian Povedaremove syscall shim from macos and move getrandom to...
2020-02-19 Christian Povedapromote memrchr to work on any platform
2020-02-19 Christian Povedapromote open and lseek shims to posix
2020-02-19 Christian Povedareorganize comments for shim's classification
2020-02-19 Christian Povedamove CreateThread to windows shims
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-14 Christian Povedamigrate more functions
2020-02-14 Christian Povedareorganize shims by platform