]> git.lizzy.rs Git - rust.git/history - src
with this, we support panics on Windows
[rust.git] / src /
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-15 borsAuto merge of #1451 - RalfJung:rustup, r=RalfJung
2020-06-15 Ralf Jungrustup
2020-06-13 borsAuto merge of #1448 - RalfJung:rustup, r=RalfJung
2020-06-13 Ralf Jungrustup; and a bit of UnsafeCell detection refactoring
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-06-01 borsAuto merge of #1443 - RalfJung:rustup, r=RalfJung
2020-06-01 Ralf Jungrustup
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-29 borsAuto merge of #1439 - RalfJung:rustup, r=RalfJung
2020-05-29 Ralf Jungstr_strip is stable
2020-05-28 borsAuto merge of #1422 - RalfJung:cargo-miri-workspace...
2020-05-28 borsAuto merge of #1438 - RalfJung:rustup, r=RalfJung
2020-05-28 Ralf Jungmake cargo-miri a separate crate in a workspace
2020-05-28 borsAuto merge of #1437 - RalfJung:strip, r=RalfJung
2020-05-28 Ralf Junguse strip_prefix where it makes sense
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 Jungadd an assertion
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 AstrauskasChange the scheduling to execute timeout callbacks...
2020-05-24 Vytautas AstrauskasSmall changes.
2020-05-24 Vytautas AstrauskasAdd comments explaining the declare_id macro.
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 AstrauskasCleanup.
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-24 borsAuto merge of #1426 - RalfJung:no-wrapper, r=RalfJung
2020-05-24 Ralf Jungunset RUSTC_WRAPPER for xargo invocation
2020-05-23 borsAuto merge of #1429 - RalfJung:discriminant_value,...
2020-05-22 borsAuto merge of #1374 - divergentdave:InvalidUndefBytes...
2020-05-22 David CookUpdate to match rustc changes
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-17 borsAuto merge of #1417 - RalfJung:libstd-rebuilds, r=RalfJung
2020-05-17 Ralf Jungfix libstd rebuilds due to RUSTFLAGS changes
2020-05-17 borsAuto merge of #1415 - RalfJung:test-suite-filter, r...
2020-05-17 Ralf Jungadd test suite filter example to README and 'cargo...
2020-05-16 borsAuto merge of #1413 - RalfJung:catch_with_exit_code...
2020-05-16 Ralf Junguse new rustc_driver::catch_with_exit_code
2020-05-11 borsAuto merge of #1407 - RalfJung:appveyor, r=RalfJung
2020-05-11 Ralf Jungfix warnings for non-Unix builds
2020-05-10 borsAuto merge of #1408 - RalfJung:comments, r=RalfJung
2020-05-10 Ralf Jungfix some comments, and run_compiler return type
2020-05-10 borsAuto merge of #1406 - RalfJung:miri-as-rustc, r=RalfJung
2020-05-10 Ralf Jungwe do not need to set RUSTFLAGS for xargo any more...
2020-05-10 Ralf Jungcargo-miri: never invoke rustc, always go through ...
2020-05-10 borsAuto merge of #1402 - rust-lang:alloc_map_unlock, r...
2020-05-10 Oliver SchererUpdate to rustc changes
2020-05-09 borsAuto merge of #1405 - RalfJung:stage-0, r=RalfJung
2020-05-09 Ralf Jungadjust default sysroot when being rustc
2020-05-09 Ralf Jungmake Miri work in rustc bootstrap stage 0
2020-05-09 borsAuto merge of #1404 - RalfJung:cargo-miri-host-detect...
2020-05-09 Ralf Jungavoid env::var which requires valid UTF-8
2020-05-09 Ralf Jungmore comment
2020-05-09 Ralf JungWording
2020-05-09 Ralf Jungcargo-miri: honor RUSTC env var
2020-05-09 Ralf Jungre-do cargo-miri host/target detection logic to match...
2020-05-09 borsAuto merge of #1403 - RalfJung:rustup, r=RalfJung
2020-05-09 Ralf Jungbump Rust, fix for renames
2020-05-08 borsAuto merge of #1401 - RalfJung:cargo-miri-help, r=RalfJung
2020-05-08 Ralf Jungfix cargo-miri intercepting --help/--version arguments
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
next