]> git.lizzy.rs Git - rust.git/history - src/helpers.rs
Fix bug with reporting wrong thread for races with reads & add thread ids to data...
[rust.git] / src / helpers.rs
2020-11-29 borsAuto merge of #1617 - JCTyblaidd:data_race_detector...
2020-11-11 borsAuto merge of #1623 - RalfJung:rustup, r=RalfJung
2020-11-11 Ralf Jungrustup
2020-10-15 borsAuto merge of #1583 - est31:target_refactor, r=RalfJung
2020-10-15 est31Replace target.target with target
2020-10-04 borsAuto merge of #1563 - lzutao:dummy-actions, r=RalfJung
2020-10-03 borsAuto merge of #1568 - fusion-engineering-forks:futex...
2020-10-03 Mara BosRemove backtics from isolation error.
2020-09-20 borsAuto merge of #1553 - RalfJung:rustup, r=RalfJung
2020-09-20 Ralf Jungrustup
2020-09-08 borsAuto merge of #1536 - divergentdave:nanosleep, r=RalfJung
2020-09-07 David CookUse try block instead of closure
2020-09-07 David CookSimplify read_timespec error handling
2020-09-07 David CookReview comments
2020-09-06 David CookRefactor timespec parsing, improve error handling
2020-09-04 borsAuto merge of #1534 - LeSeulArtichaut:tys-kind, r=RalfJung
2020-09-04 LeSeulArtichautChange `ty.kind` -> `ty.kind()`
2020-09-03 borsAuto merge of #1532 - divergentdave:thread-panic-payloa...
2020-09-03 David CookAdd comment
2020-09-03 David CookPer-thread errno storage
2020-08-08 borsAuto merge of #1502 - RalfJung:isolation, r=RalfJung
2020-08-08 Ralf Jungfs: move isolation handling to inside trait
2020-08-03 borsAuto merge of #1495 - samrat:fd-trait, r=oli-obk
2020-07-27 borsAuto merge of #1487 - pnadon:miri-rename-undef-uninit...
2020-07-26 Philippe Nadonrenamed ScalarMaybeUninit::not_undef to check_init
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-06-28 borsAuto merge of #1461 - RalfJung:rwlock-win, r=oli-obk
2020-06-28 Ralf JungMove get/set_at_offset helpers to global helpers file
2020-06-13 borsAuto merge of #1448 - RalfJung:rustup, r=RalfJung
2020-06-13 Ralf Jungrustup; and a bit of UnsafeCell detection refactoring
2020-05-09 borsAuto merge of #1403 - RalfJung:rustup, r=RalfJung
2020-05-09 Ralf Jungbump Rust, fix for renames
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-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-18 borsAuto merge of #1325 - RalfJung:float_to_int_unchecked...
2020-04-17 borsAuto merge of #1344 - RalfJung:rustup, r=RalfJung
2020-04-17 Ralf Jungrustup for FieldsShape::Primitive
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-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 Jungfix for FieldPlacement rename
2020-04-02 Ralf Jungadjust for span not being passed around any more
2020-04-01 borsAuto merge of #1290 - RalfJung:rustup, r=RalfJung
2020-04-01 Ralf Jungrustup
2020-04-01 borsAuto merge of #1286 - JOE1994:windows_time, r=RalfJung
2020-04-01 JOE1994Implement 'GetSystemTimeAsFileTime' shim for Windows
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-30 borsAuto merge of #1280 - RalfJung:rustup, r=RalfJung
2020-03-30 Ralf Jungrustup; fix for TyLayout rename
2020-03-29 borsAuto merge of #1268 - JOE1994:dir, r=RalfJung
2020-03-29 JOE1994Follow-up to reviews from RalfJung
2020-03-29 JOE1994partially implement 'set_last_error_from_io_error'...
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 JOE1994move OsStr helpers to a separate file
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-27 borsAuto merge of #1266 - JOE1994:write_os_str_to_wide_str...
2020-03-27 JOE1994follow-up to reviews
2020-03-27 JOE1994change helper fn 'write_os_str_to_wide_str'
2020-03-25 borsAuto merge of #1262 - RalfJung:rustup, r=RalfJung
2020-03-25 Ralf Jungrustup; get rid of some try_from that are no longer...
2020-03-24 borsAuto merge of #1251 - RalfJung:win-cross, r=RalfJung
2020-03-24 Ralf Jungmove path methods together, to the bottom of the string...
2020-03-24 Ralf Jungconvert dir separators on path load/store
2020-03-24 Ralf Jungroute all path reading/writing through central read...
2020-03-24 borsAuto merge of #1258 - RalfJung:rustup, r=RalfJung
2020-03-24 borsAuto merge of #1256 - JOE1994:rw_widestr_helpers, r...
2020-03-23 JOE1994helper functions for env_var emulation in Windows
2020-03-23 borsAuto merge of #1255 - RalfJung:os_str_bytes, r=RalfJung
2020-03-23 Ralf Jungfix conditional compilation condition for os_str <...
2020-03-22 borsAuto merge of #1250 - RalfJung:error-context, r=oli-obk
2020-03-22 Ralf Jungmove -Zmiri-disable-isolation hint to help
2020-03-22 borsAuto merge of #1249 - RalfJung:rustup, r=RalfJung
2020-03-22 Ralf Jungplatform -> target
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
next