]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-07-27 Ralf Jungdeallocate thread-local statics when the thread dies
2020-07-27 Ralf Jungfix and test order of TLS dtors and thread joining
2020-07-27 Ralf Jungtest referencing unsupported extern static
2020-07-27 Ralf Jungget_or_create_thread_local_alloc_id: share code with...
2020-07-27 Ralf Jungadjust to canonical_alloc_id removal
2020-07-27 borsAuto merge of #1487 - pnadon:miri-rename-undef-uninit...
2020-07-27 Philippe NadonChanged not_undef to check_init in foreign_items.rs
2020-07-26 Phil NadonUpdated Rust version to latest master
2020-07-26 Philippe Nadonrenamed Immediate::to_scalar_or_undef
2020-07-26 Philippe Nadonrenamed ScalarMaybeUninit::not_undef to check_init
2020-07-25 borsAuto merge of #1485 - RalfJung:miri-extern-fn, r=oli-obk
2020-07-25 Ralf Jungupdate rust-version
2020-07-23 Ralf Jungdocument Miri extern functions
2020-07-23 Ralf Jungenable leak check tests on Windows
2020-07-23 Ralf Jungadd a Miri extern fn to mark an allocation as being...
2020-07-23 Ralf Jungmake miri_start_panic intrinsic an FFI function
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-07-18 borsAuto merge of #1483 - RalfJung:fs-errno, r=RalfJung
2020-07-18 Ralf Jungset errno on stdout write failure
2020-07-18 borsAuto merge of #1436 - samrat:support-stdin-read, r...
2020-07-18 Nazım Can AltınovaRemove unreachable intrinsic
2020-07-18 Samrat Man... Remove unnecessary cast
2020-07-17 Samrat Man... Ensure buffer for reading from Stdin is smaller than...
2020-07-17 borsAuto merge of #1480 - RalfJung:diagnostic-stacktrace...
2020-07-17 Ralf Jungfix typo
2020-07-17 Ralf Jungfix non-fatal diagnostics stacktraces
2020-07-16 borsAuto merge of #1479 - RalfJung:fs-nocast, r=RalfJung
2020-07-16 Ralf Jungremove an unnecessary intermediate cast
2020-07-15 borsAuto merge of #1478 - RalfJung:readme, r=RalfJung
2020-07-15 Ralf Jungmake cfg(miri) greppable
2020-07-15 borsAuto merge of #1477 - RalfJung:rustup, r=RalfJung
2020-07-15 Ralf Jungrustup; fix Windows TLS
2020-07-12 Samrat Man... Read into buffer of fixed size for `read`s to STDIN
2020-07-11 borsAuto merge of #1475 - RalfJung:dangcast, r=RalfJung
2020-07-11 Ralf Jungtest casting a dangling ptr back from an int
2020-07-11 borsAuto merge of #1474 - RalfJung:canonical, r=RalfJung
2020-07-11 Ralf Junggo back to using canonicalize()
2020-07-11 Samrat Man... Handle `read`s on STDIN
2020-07-09 borsAuto merge of #1473 - Stupremee:no-ice-if-no-main-fn...
2020-07-09 Justus KMove no_main test to compile-fail
2020-07-09 Justus KAdd ui test for early exiting if no main
2020-07-09 Justus KEarly exit if program doesn't contain a main fn
2020-07-09 borsAuto merge of #1472 - RalfJung:abs, r=RalfJung
2020-07-09 Ralf JungCleanup code
2020-07-09 Ralf Jungbetter way to get an absolute path
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
next