]> git.lizzy.rs Git - rust.git/history - README.md
Auto merge of #1992 - RalfJung:sdiv, r=RalfJung
[rust.git] / README.md
2022-02-23 borsAuto merge of #1982 - saethlin:trophies, r=oli-obk
2022-02-23 Ben KimockAdd crossbeam-epoch and integer-encoding to the trophy...
2022-02-22 borsAuto merge of #1978 - RalfJung:simd_eq, r=RalfJung
2022-02-21 borsAuto merge of #1979 - RalfJung:trophy, r=RalfJung
2022-02-21 Ralf Junganother for the trophy case
2021-12-23 borsAuto merge of #1949 - RalfJung:miri-lib-src, r=oli-obk
2021-12-23 Ralf Jungadd and document MIRI_LIB_SRC env var to set the source...
2021-12-19 borsAuto merge of #1944 - RalfJung:rustup, r=RalfJung
2021-12-19 borsAuto merge of #1943 - RalfJung:readme, r=RalfJung
2021-12-19 Ralf Jungreadme: be more explicit about the toolchain
2021-11-17 borsAuto merge of #1911 - RalfJung:rename-track-tag, r...
2021-11-13 Ralf Jungrename track-raw-pointers flag to tag-raw-pointers
2021-11-10 borsAuto merge of #1904 - camelid:uninit-num, r=RalfJung
2021-11-10 Noah LevAdd docs for `-Zmiri-check-number-validity`
2021-10-12 borsAuto merge of #1898 - Kixunil:patch-1, r=RalfJung
2021-10-12 Martin HabovštiakRemove vague statement from README
2021-10-12 Martin HabovštiakTypo fixes
2021-10-09 Martin HabovštiakDocument threading support a bit more
2021-07-27 borsAuto merge of #1858 - RalfJung:thread-leaks, r=oli-obk
2021-07-25 Ralf Jungalso ignore 'thread leaks' with -Zmiri-ignore-leaks
2021-06-09 borsAuto merge of #1830 - RalfJung:readme, r=RalfJung
2021-06-09 Ralf Jungtweak isolation-error message in README
2021-06-09 borsAuto merge of #1818 - landaire:feature/panic-on-unsuppo...
2021-06-09 borsAuto merge of #1797 - atsmtat:env-isolation, r=RalfJung
2021-06-09 Smit SoniAdd a support to execute isolated op without halting
2021-06-09 borsAuto merge of #1827 - l4l:patch-1, r=RalfJung
2021-06-09 KitsuSpecify miri toolchain for CI example
2021-06-07 Lander BrandtAdd support for panicking in the emulated application...
2021-06-03 borsAuto merge of #1776 - hyd-dev:1170, r=RalfJung
2021-05-31 hyd-devMove `-Zmiri-disable-abi-check` in README
2021-05-31 hyd-devAdd `-Zmiri-disable-abi-check`
2021-05-30 borsAuto merge of #1791 - Aaron1011:measureme, r=RalfJung
2021-05-29 Aaron HillAddress review comments
2021-05-29 Aaron HillAdd `measureme` integration for profiling the interpret...
2021-05-27 borsAuto merge of #1817 - hyd-dev:doctest, r=RalfJung
2021-05-27 borsAuto merge of #1819 - scottmcm:patch-1, r=RalfJung
2021-05-27 scottmcmAdd `copy_within` to the SB trophy case
2021-05-04 borsAuto merge of #1788 - hyd-dev:rustup, r=RalfJung
2021-05-04 borsAuto merge of #1787 - DianaNites:patch-1, r=RalfJung
2021-05-04 DianaFix dead self-link
2021-04-22 borsAuto merge of #1769 - RalfJung:remove-compat, r=oli-obk
2021-04-20 borsAuto merge of #1778 - RalfJung:thread-local-const-init...
2021-04-20 borsAuto merge of #1779 - RalfJung:cargo-miri-xargo, r...
2021-04-18 Ralf Jungfix MIRI_BE_RUSTC value during sysroot build
2021-04-10 borsAuto merge of #1768 - RalfJung:readme, r=RalfJung
2021-04-10 Ralf Jungadd the bad doctests we found to the trophy case
2021-04-09 borsAuto merge of #1764 - RalfJung:readme, r=RalfJung
2021-04-09 Ralf Jungfix typo in README
2021-04-08 borsAuto merge of #1761 - hyd-dev:build-rs-proc-macro-no...
2021-04-08 hyd-devDon't use `MIRI_DEFAULT_ARGS` to compile host crates
2021-04-07 borsAuto merge of #1759 - RalfJung:readme, r=RalfJung
2021-04-07 Ralf Jungmention 'cargo miri test filter' in README
2021-04-06 borsAuto merge of #1757 - RalfJung:rustdoc, r=RalfJung
2021-04-05 Tristan Dannenbergmake cargo-miri run doc-tests
2021-03-25 borsAuto merge of #1748 - jrvanwhy:track-raw-pointers-doc...
2021-03-24 Johnathan Van WhyREADME.md: Apply RalfJung's suggestion
2021-03-22 Johnathan Van Why`-Zmiri-track-raw-pointers` doc correction: it is not...
2021-03-19 Johnathan Van WhyImprovements to the README item on `-Zmiri-track-raw...
2021-01-31 borsAuto merge of #1697 - RalfJung:rustup, r=RalfJung
2021-01-30 borsAuto merge of #1693 - rust-lang:oli-obk-patch-1, r...
2021-01-30 Oli SchererUpdate README.md
2021-01-30 Oli SchererUpdate README.md
2021-01-28 Oli SchererDocument -Zmiri-compare-exchange-weak-failure-rate
2021-01-24 borsAuto merge of #1675 - hyd-dev:proc-macro-unit-test...
2021-01-24 borsAuto merge of #1685 - RalfJung:readme, r=RalfJung
2021-01-24 Ralf Jungadd -Zmiri-disable-data-race-detector to readme
2021-01-23 borsAuto merge of #1683 - frewsxcv:frewsxcv-nprocessors...
2021-01-23 borsAuto merge of #1684 - RalfJung:env, r=oli-obk
2021-01-23 Ralf Jungexpand README
2020-12-22 borsAuto merge of #1658 - RalfJung:forget, r=RalfJung
2020-12-21 borsAuto merge of #1657 - RalfJung:zulip, r=RalfJung
2020-12-21 Ralf Junglink to our shiny new Zulip stream
2020-12-11 borsAuto merge of #1648 - RalfJung:windows-track-raw, r...
2020-12-11 Ralf Jungenable track-raw-ptr tests on Windows
2020-12-07 borsAuto merge of #1642 - jonahwilliams:patch-1, r=RalfJung
2020-12-07 Jonah WilliamsFix README.md typo "extend" -> "extent"
2020-12-06 borsAuto merge of #1641 - JCTyblaidd:update_release_sequenc...
2020-12-05 borsAuto merge of #1640 - RalfJung:readme, r=RalfJung
2020-12-05 Ralf Jungreadme: mention data races, and mention cross-interpret...
2020-11-30 borsAuto merge of #1636 - RalfJung:rustup, r=oli-obk
2020-11-30 borsAuto merge of #1635 - RalfJung:readme, r=oli-obk
2020-11-29 Ralf Jungupdate README
2020-11-29 borsAuto merge of #1617 - JCTyblaidd:data_race_detector...
2020-11-07 borsAuto merge of #1612 - camelid:patch-1, r=RalfJung
2020-11-03 borsAuto merge of #1614 - RalfJung:raw-retag, r=RalfJung
2020-10-31 Ralf Jungfix trophy case URL
2020-10-29 borsAuto merge of #1609 - camelid:patch-1, r=RalfJung
2020-10-29 CamelidFix link in README
2020-10-28 borsAuto merge of #1606 - RalfJung:trophy, r=oli-obk
2020-10-28 borsAuto merge of #1603 - RalfJung:track-raw, r=oli-obk
2020-10-28 Ralf Jungupdate trophy case
2020-10-28 borsAuto merge of #1604 - RalfJung:std-debug-assert, r...
2020-10-28 Ralf Jungexpand flag docs
2020-10-28 borsAuto merge of #1605 - RalfJung:readme, r=RalfJung
2020-10-28 Ralf Jungremove outdated CI badges
2020-10-28 Ralf Jungadd an option to track raw pointer tags in Stacked...
2020-10-24 borsAuto merge of #1598 - camelid:hide-readlink-error,...
2020-10-24 borsAuto merge of #1596 - camelid:fix-readme, r=RalfJung
2020-10-23 CamelidFix README
2020-10-22 borsAuto merge of #1592 - RalfJung:rustup, r=RalfJung
next