]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-07-09 Justus KEarly exit if program doesn't contain a main fn
2020-07-09 borsAuto merge of #1471 - RalfJung:win, r=RalfJung
2020-07-09 Ralf Jungon Windows, strip the '\\?\' prefix from the canonical...
2020-07-08 borsAuto merge of #1470 - RalfJung:machine-tracking, r...
2020-07-08 Ralf Jungwe cannot track all machine memory any more due to...
2020-07-07 borsAuto merge of #1468 - RalfJung:uninit-validation, r...
2020-07-07 Ralf Jungrustup
2020-07-07 Ralf Jungadjust error messages
2020-07-07 Ralf Jungtest validation of uninit memory (used to ICE)
2020-07-05 borsAuto merge of #1469 - RalfJung:relative, r=RalfJung
2020-07-05 Ralf Jungsupport relative XARGO_RUST_SRC
2020-07-03 borsAuto merge of #1466 - RalfJung:target, r=RalfJung
2020-07-03 Ralf Jungset --target when building miri
2020-07-03 borsAuto merge of #1465 - nbdd0121:patch-1, r=RalfJung
2020-07-02 Gary GuoRemove likely and unlikely from intrinsics shim
2020-07-02 borsAuto merge of #1463 - RalfJung:track-call-id, r=oli-obk
2020-07-02 borsAuto merge of #1464 - RalfJung:rustup, r=RalfJung
2020-07-02 Ralf Jungrustup
2020-07-02 Ralf Jungadd option to track call IDs
2020-06-28 borsAuto merge of #1462 - RalfJung:ignore-windows, r=RalfJung
2020-06-28 Ralf Jungfix some ignore-windows comments
2020-06-28 borsAuto merge of #1461 - RalfJung:rwlock-win, r=oli-obk
2020-06-28 Ralf Jungmove rwlock dequeuing to shared code, and use that...
2020-06-28 Ralf JungMove get/set_at_offset helpers to global helpers file
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-26 borsAuto merge of #1458 - RalfJung:rustup, r=RalfJung
2020-06-26 Ralf Jungbump Rust
2020-06-25 borsAuto merge of #1457 - RalfJung:rustup, r=RalfJung
2020-06-25 Ralf Jungrustup
2020-06-22 borsAuto merge of #1455 - RalfJung:rustup, r=RalfJung
2020-06-22 Ralf Jungrustup; stop testing with mir opts as they are currentl...
2020-06-22 Ralf Jungadd a miscompilation test
2020-06-20 borsAuto merge of #1454 - RalfJung:test-raw-ptr, r=RalfJung
2020-06-20 Ralf Jungunaligned-raw-deref is always UB
2020-06-20 Ralf Jungmake sure the raw_ptr macros also avoid UB
2020-06-20 Ralf Jungmake sure '&raw *' on a dangling raw ptr is UB
2020-06-20 borsAuto merge of #1453 - RalfJung:rustup, r=RalfJung
2020-06-20 Ralf Jungbump Rust
2020-06-15 borsAuto merge of #1451 - RalfJung:rustup, r=RalfJung
2020-06-15 Ralf Jungrustup
2020-06-15 borsAuto merge of #1450 - 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-12 borsAuto merge of #1447 - RalfJung:rustup, r=RalfJung
2020-06-12 Ralf Jungrustup
2020-06-10 borsAuto merge of #1446 - RalfJung:rustup, r=RalfJung
2020-06-10 Ralf Jungrustup
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-08 borsAuto merge of #1445 - JOE1994:patch-1, r=RalfJung
2020-06-08 Youngsuk KimAdd a case to list of 'StackedBorrows violations'
2020-06-06 David CookFinish fixing Windows host support
2020-06-03 borsAuto merge of #1444 - RalfJung:rustup, r=RalfJung
2020-06-03 Ralf Jungrustup, and adjust timing tests
2020-06-01 borsAuto merge of #1443 - RalfJung:rustup, r=RalfJung
2020-06-01 Ralf Jungrustup
2020-05-31 borsAuto merge of #1440 - RalfJung:wtf8, r=RalfJung
2020-05-31 Ralf Jungrustup
2020-05-31 Ralf Jungtest WTF8 encoding corner cases
2020-05-31 borsAuto merge of #1441 - RalfJung:sync-cleanup, r=RalfJung
2020-05-31 borsAuto merge of #1442 - RalfJung:rustup, r=RalfJung
2020-05-31 Ralf Jungrustup, adjust error message
2020-05-30 Ralf Jungmake mutex_unlock infallible
2020-05-30 Ralf Jungupdate unsupported example in README (now that threadin...
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 Jungrustup
2020-05-28 Ralf Jungcargo-miri: allow overwriting miri command, and make...
2020-05-28 Ralf Jungno workspace as that is incompatible with the rustc...
2020-05-28 Ralf Jungre-add some fake dependencies to avoid rebuilds
2020-05-28 Ralf Jungfmt
2020-05-28 Ralf Jungmake sure CI fails when we do not recognize the platform
2020-05-28 Ralf Jungjust respect existing RUSTFLAGS instead of providing...
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 CookFix test on Windows hosts
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
next