]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-09-13 borsAuto merge of #2479 - saethlin:tag-gc, r=oli-obk
2022-09-13 borsAuto merge of #2542 - lengyijun:patch-2, r=oli-obk
2022-09-13 lyjfix typo
2022-09-11 Ben KimockIn CI set the GC interval to 1 for Linux only
2022-09-11 Ben KimockImplement -Zmiri-tag-gc a garbage collector for tags
2022-09-10 borsAuto merge of #2539 - oli-obk:rustup, r=oli-obk
2022-09-10 Oli SchererRustup
2022-09-07 borsAuto merge of #2535 - oli-obk:rustup, r=oli-obk
2022-09-07 Oli SchererRustup
2022-09-03 borsAuto merge of #2534 - saethlin:rustup, r=saethlin
2022-09-03 Ben Kimockrustup: bring in Miri backtrace-rs pruning fix
2022-09-03 borsAuto merge of #2533 - saethlin:windows-rng, r=ChrisDenton
2022-09-03 Ben KimockAdd support for BCRYPT_RNG_ALG_HANDLE
2022-09-03 borsAuto merge of #2532 - Enselic:fix-build-with-unix_sigpi...
2022-09-03 Martin NordholtsFix build with `#[unix_sigpipe = "..."]` support in...
2022-09-02 borsAuto merge of #2530 - oli-obk:rustup, r=RalfJung
2022-09-02 Ralf Jungtweak variable name
2022-09-02 Oli SchererClippy after rustup
2022-09-02 Oli SchererRustup
2022-09-02 borsAuto merge of #2529 - RalfJung:yesffi, r=RalfJung
2022-09-02 Ralf JungRevert "disable extern-so ffi support for now due to...
2022-09-01 borsAuto merge of #2527 - RalfJung:noffi, r=RalfJung
2022-09-01 Ralf Jungdisable extern-so ffi support for now due to licensing...
2022-09-01 borsAuto merge of #2523 - saethlin:protector-test, r=RalfJung
2022-09-01 borsAuto merge of #2525 - RalfJung:zulip, r=RalfJung
2022-09-01 Ralf JungZulip notifications: ping the Miri team
2022-09-01 Ben KimockAdd a protector test that demonstrates the base tag...
2022-08-31 borsAuto merge of #2516 - RalfJung:read-pointer-as-bytes...
2022-08-31 Ralf Jungrustup
2022-08-31 Ralf Jungmake Miri build again with rustc provenance changes
2022-08-31 borsAuto merge of #2524 - RalfJung:progress-report, r=RalfJung
2022-08-31 Ralf Jungmake shim_arg_size ptr-width-independent
2022-08-31 Ralf Jungmake backtrace header a bit more visible
2022-08-31 Ralf Jungfix progress report being deduplicated
2022-08-31 borsAuto merge of #2521 - oli-obk:bump_ui_test, r=RalfJung
2022-08-31 Ralf Jungadd comment
2022-08-31 Oli SchererBump ui_test to 0.3.1
2022-08-31 Oli SchererBump UI test dependency
2022-08-31 borsAuto merge of #2519 - saethlin:rustup, r=RalfJung
2022-08-29 Ben KimockUse the better FnEntry spans in protector errors
2022-08-29 borsAuto merge of #2517 - saethlin:zst-field-retagging...
2022-08-29 Ralf Jungclarify test purpose
2022-08-29 Ben KimockSkip field retagging on ZSTs, it can take forever
2022-08-28 borsAuto merge of #2513 - RalfJung:protected, r=saethlin
2022-08-28 Ralf Jungslightly improve protector-related error messages
2022-08-28 borsAuto merge of #2512 - cbeuw:scfix, r=RalfJung
2022-08-28 Andy WangComment deviations from the paper
2022-08-27 borsAuto merge of #2515 - RalfJung:build, r=RalfJung
2022-08-27 Ralf Jungdont rerun build script unnecessarily
2022-08-27 borsAuto merge of #2514 - RalfJung:dont-compare, r=RalfJung
2022-08-27 Ralf Jungensure we don't compare provenance
2022-08-27 Andy WangSupress clippy error
2022-08-27 Andy WangFix C++20 SC access unsoundness
2022-08-27 Andy WangAdd C++20 SC access test
2022-08-27 Andy WangRemove useless store buffer search logging
2022-08-27 Andy WangImprove SC comments
2022-08-27 borsAuto merge of #2455 - RalfJung:scalar-always-init,...
2022-08-27 Ralf Jungrustup
2022-08-27 Ralf Jungadjust for earlier init checking in the core engine
2022-08-26 borsAuto merge of #2511 - RalfJung:extern-so, r=RalfJung
2022-08-26 Ralf Jungnicer errors
2022-08-26 Ralf Jungrename test to match usual naming conventions
2022-08-26 Ralf Jungfix host/target check for extern-so
2022-08-26 borsAuto merge of #2510 - oli-obk:merge_conflict, r=oli-obk
2022-08-26 Oli SchererFix merge conflict
2022-08-26 borsAuto merge of #2509 - RalfJung:env-data-race, r=RalfJung
2022-08-26 Ralf Jungfix data race error during env var cleanup
2022-08-26 borsAuto merge of #2363 - emarteca:int-function-args-return...
2022-08-26 Ellen ArtecaC FFI support for functions with int args and returns
2022-08-25 borsAuto merge of #2449 - oli-obk:ui_test_subtree_sync...
2022-08-25 Oli SchererUse ui_test from crates.io instead of having it in...
2022-08-25 borsAuto merge of #2448 - oli-obk:test_crates_on_their_own...
2022-08-25 Oli SchererRun `pass` tests without building dependencies first
2022-08-23 borsAuto merge of #2505 - RalfJung:ui-test, r=oli-obk
2022-08-23 Ralf Jungcope with rustc aborting due to a signal
2022-08-22 borsAuto merge of #2504 - Hiroki6:move-thread-to-concurrenc...
2022-08-22 Ralf Jungreorganize imports a bit
2022-08-22 Hiroki6move thread.rs into concurrency
2022-08-22 borsAuto merge of #2503 - RalfJung:tls-dtor-order, r=RalfJung
2022-08-22 Ralf Jungnotes on TLS dtor order
2022-08-22 borsAuto merge of #2481 - RalfJung:shim-pattern, r=oli-obk
2022-08-22 Ralf Jungdocument general shim pattern
2022-08-22 borsAuto merge of #2441 - RalfJung:arithmetic, r=oli-obk
2022-08-22 Ralf Jungpass clippy::integer_arithmetic in our shims
2022-08-21 borsAuto merge of #2500 - Hiroki6:make-vector-clock-private...
2022-08-21 Hiroki6rustfmt
2022-08-21 Hiroki6move vector_clock and sync into concurrency & make...
2022-08-20 borsAuto merge of #2495 - RalfJung:ra, r=RalfJung
2022-08-20 Ralf Jungadd ./miri cargo for RA to invoke
2022-08-20 borsAuto merge of #2473 - RalfJung:dyn-upcast-nop, r=RalfJung
2022-08-20 Ralf Jungrustup
2022-08-20 Ralf Jungallow NOP-casts with mismatching vtables
2022-08-18 borsAuto merge of #2454 - saethlin:diagnostics-cleanup...
2022-08-18 Ralf Jungre-bless after rebase
2022-08-18 Ben Kimocksome CurrentSpan cleanup
2022-08-18 Ben KimockClean up diff churn a bit, adjust comments
2022-08-18 Ben KimockImprove information sharing across SB diagnostics
2022-08-18 borsAuto merge of #2231 - DrMeepster:winfred, r=RalfJung
2022-08-18 Ralf Jungadd some missing assert_target_os
2022-08-18 borsAuto merge of #2493 - RalfJung:android, r=RalfJung
next