]> git.lizzy.rs Git - rust.git/history - src
Rename MacOS set global dtor function.
[rust.git] / src /
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 AstrauskasAdd a missing newline.
2020-04-27 Vytautas AstrauskasCleanup the implementation of adjust_global_const.
2020-04-27 Vytautas AstrauskasFix typo in a comment.
2020-04-27 Vytautas AstrauskasMake an assert message consistent with other asserts.
2020-04-27 Vytautas AstrauskasFix imports.
2020-04-27 Vytautas AstrauskasRename eval_maybe_thread_local_static_const to adjust_g...
2020-04-27 Vytautas AstrauskasAddress some of the reviewers comments.
2020-04-27 Vytautas AstrauskasGenerate thread local allocations in eval_maybe_thread_...
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 AstrauskasRename ThreadSet to ThreadManager.
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 AstrauskasReport that we do not support foreign thread local...
2020-04-27 Vytautas AstrauskasMove pthread_create and related shims to a separate...
2020-04-27 Vytautas AstrauskasFix the problem of sending pointed to thread local...
2020-04-27 Vytautas AstrauskasUpdate to support the updated API.
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 #1370 - samrat:add-scalar-size-test,...
2020-04-27 borsAuto merge of #1354 - divergentdave:dump-alloc-on-undef...
2020-04-27 David CookReview comments
2020-04-25 borsAuto merge of #1366 - RalfJung:rustc-exit, r=RalfJung
2020-04-25 Ralf Jungmake sure we do not discard information on the Ok exit...
2020-04-25 Ralf Jungfix exit code on rustc errors
2020-04-24 David CookAdd message before dumping alloc
2020-04-23 borsAuto merge of #1358 - dtolnay:ci, r=RalfJung
2020-04-23 David TolnayKeep MiriCommand out of ask_to_run function
2020-04-23 David TolnayPreserve consistent output whether or not CI is set
2020-04-23 David TolnayDisable interactive prompts in CI
2020-04-22 David CookReorder output
2020-04-22 borsAuto merge of #1348 - RalfJung:raw-addr-of-align, r...
2020-04-22 Ralf Jungrustup
2020-04-22 Ralf JungStacked Borrows: alignment does not matter
2020-04-22 borsAuto merge of #1353 - divergentdave:file-set-len, r...
2020-04-22 David CookAdd comment
2020-04-22 David CookPrint hex dump of alloc on reading undef bytes
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 stack and stack_mut implementation in Machine...
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 borsAuto merge of #1344 - RalfJung:rustup, r=RalfJung
2020-04-17 Ralf Jungrustup for FieldsShape::Primitive
2020-04-17 David CookHandle std::sync::atomic::spin_loop_hint()
2020-04-16 borsAuto merge of #1341 - RalfJung:force-ptr-everywhere...
2020-04-16 Ralf JungReadBytesAsPointer is always supported
2020-04-15 borsAuto merge of #1337 - RalfJung:intrinsic-tests, r=RalfJung
2020-04-15 Ralf Jungtest some so-far untested intrinsics
2020-04-15 borsAuto merge of #1334 - KrishnaSannasi:track-dealloc...
2020-04-15 Ozarenadded deallocation tracking
2020-04-15 borsAuto merge of #1330 - RalfJung:retag-return-place,...
2020-04-15 Ralf Jungretag return places
2020-04-15 Ralf Jungadjust for frame hook changes
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 borsAuto merge of #1332 - RalfJung:disable-alignment-check...
2020-04-14 Samrat Man SinghUse pre-defined u32 layout
2020-04-13 Ralf Jungmention new option in README and diagnostics
2020-04-13 Ralf Jungadd option to disable alignment checks
2020-04-13 Samrat Man Singh[macOS] Implement `mach_timebase_info`
2020-04-13 borsAuto merge of #1328 - RalfJung:align-false-pos, r=RalfJung
2020-04-13 Ralf Jungfor alignment errors, note that there might be false...
2020-04-12 borsAuto merge of #1327 - RalfJung:rustup, r=RalfJung
2020-04-12 Ralf Jungrustup
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 #1316 - RalfJung:compiletest, 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 Ralf Jungmemory reachable through globals is not a leak any...
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
next