]> git.lizzy.rs Git - rust.git/history - src/machine.rs
rename track-raw-pointers flag to tag-raw-pointers
[rust.git] / src / machine.rs
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 LevUpdate Miri for detecting uninitialized numbers
2021-09-09 borsAuto merge of #1888 - hyd-dev:rustup, r=RalfJung
2021-09-09 hyd-dev`rustc_mir` -> `rustc_const_eval`
2021-09-08 borsAuto merge of #1884 - DrMeepster:start, r=RalfJung
2021-09-06 borsAuto merge of #1886 - camelid:stage2, r=RalfJung
2021-09-06 borsAuto merge of #1887 - hyd-dev:rustup, r=RalfJung
2021-09-06 hyd-dev`rustc_target::abi::LayoutOf` -> `rustc_middle::ty...
2021-08-02 borsAuto merge of #1854 - RalfJung:partial-ptr-overwrite...
2021-08-02 Ralf Jungdocify some comments
2021-08-02 Ralf Jungadjust for ERR_ON_PARTIAL_PTR_OVERWRITE
2021-07-17 borsAuto merge of #1851 - RalfJung:provenance-overhaul...
2021-07-16 Ralf Jungadjust Miri to Pointer type overhaul
2021-07-04 borsAuto merge of #1845 - Smittyvb:fix-after-mir-alloc...
2021-07-04 SmittyMake work after mir-alloc-oom
2021-07-03 borsAuto merge of #1842 - hyd-dev:target-dir, r=RalfJung
2021-06-20 borsAuto merge of #1841 - RalfJung:debug, r=RalfJung
2021-06-20 Ralf Junguse exhaustive struct match for manual Debug impl
2021-06-15 borsAuto merge of #1833 - hyd-dev:82261, r=RalfJung
2021-06-15 borsAuto merge of #1832 - hyd-dev:1776-follow-up, r=RalfJung
2021-06-11 hyd-devImplement cache for not found symbols
2021-06-09 borsAuto merge of #1830 - RalfJung:readme, r=RalfJung
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-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-devImplement calls to exported symbols
2021-05-31 hyd-devAdd `-Zmiri-disable-abi-check`
2021-05-30 borsAuto merge of #1791 - Aaron1011:measureme, r=RalfJung
2021-05-30 Ralf Jungadd comment to debug impl
2021-05-30 Aaron HillAddress more review comments
2021-05-29 Aaron HillRun fmt
2021-05-29 Aaron HillAddress review comments
2021-05-29 Aaron HillUse active thread id
2021-05-29 Aaron HillAdd `measureme` integration for profiling the interpret...
2021-05-28 borsAuto merge of #1812 - hyd-dev:85546, r=RalfJung
2021-05-28 hyd-dev`unwind` is no longer `Option<BasicBlock>`
2021-05-22 borsAuto merge of #1811 - RalfJung:less-rc, r=RalfJung
2021-05-22 Ralf Jungfmt
2021-05-22 Ralf Jungget rid of Rc in data_race
2021-05-22 Ralf Jungget rid of Rc in Stacked Borrows
2021-05-20 borsAuto merge of #1809 - RalfJung:rustup, r=RalfJung
2021-05-20 Ralf Jungrustup
2021-05-19 borsAuto merge of #1804 - RalfJung:ptrless-allocs, r=RalfJung
2021-05-19 Ralf Jungupdate for Memory API changes
2021-05-17 borsAuto merge of #1806 - RalfJung:rustup, r=RalfJung
2021-05-17 Ralf Jungrustup
2021-05-16 borsAuto merge of #1801 - RalfJung:rustfmt, r=oli-obk
2021-05-16 Ralf Jungformat much of Miri
2021-03-14 borsAuto merge of #1743 - RalfJung:callee-checks, r=RalfJung
2021-03-14 Ralf Jungwhen Miri calls a function ptr, make sure it has the...
2021-03-09 borsAuto merge of #1736 - DJMcNab:rust-analyzer-private...
2021-03-08 borsAuto merge of #1735 - m-ou-se:remove-unwrap-none, r...
2021-03-08 Mara BosRemove unwrap_none as it won't be stabilized.
2021-02-20 borsAuto merge of #1716 - tmiasko:rustup, r=RalfJung
2021-02-20 Tomasz Miąskorustup to e7c23ab933ebc1f205c3b59f4ebc85d40f67d404
2021-01-30 borsAuto merge of #1693 - rust-lang:oli-obk-patch-1, r...
2021-01-29 borsAuto merge of #1670 - unseddd:abi, r=RalfJung
2021-01-28 borsAuto merge of #1686 - thomcc:cmpxchg_weak, r=oli-obk
2021-01-27 Nym SeddonAdd ABI check for shims
2021-01-26 Thom ChiovoloniAllow configuring the failure rate with -Zmiri-compare...
2021-01-11 borsAuto merge of #1669 - RalfJung:rustup, r=RalfJung
2021-01-11 Ralf Jungrustup
2020-12-13 borsAuto merge of #1644 - JCTyblaidd:detect_race_with_alloc...
2020-12-13 JCTyblaiddRework to work with machine hook.
2020-12-13 JCTyBlaiddFix review changes
2020-12-13 JCTyBlaiddMore tests, fix issue 1643 and detect races with alloca...
2020-12-10 borsAuto merge of #1646 - RalfJung:rustup, r=RalfJung
2020-12-10 Ralf Jungrustup
2020-11-29 borsAuto merge of #1617 - JCTyblaidd:data_race_detector...
2020-11-22 JCTyBlaiddFix review changes
2020-11-15 JCTyBlaiddTidy up comments and function layout, should fix most...
2020-11-11 borsAuto merge of #1623 - RalfJung:rustup, r=RalfJung
2020-11-11 Ralf Jungrustup
2020-11-02 JCTyBlaiddInitial data-race detector,
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 Jungadd an option to track raw pointer tags in Stacked...
2020-10-15 borsAuto merge of #1583 - est31:target_refactor, r=RalfJung
2020-10-15 est31Replace target.target with target
2020-09-03 borsAuto merge of #1532 - divergentdave:thread-panic-payloa...
2020-09-03 David CookPer-thread errno storage
2020-08-30 David CookMove panic payload state from Machine to Thread
2020-08-17 borsAuto merge of #1513 - RalfJung:int-align, r=RalfJung
2020-08-16 Ralf Jungadjust diagnostics to alignment check mode
2020-08-16 Ralf Jungmake alignment check integer-based by default, and...
2020-08-13 borsAuto merge of #1509 - samrat:fd-trait-fixes, r=RalfJung
2020-08-13 Samrat Man SinghRemove lifetime from FileDescriptor trait
2020-08-08 borsAuto merge of #1501 - samrat:fix-fs-error-handling...
2020-08-08 borsAuto merge of #1500 - RalfJung:rustup, r=RalfJung
2020-08-08 Ralf Jungrustup
2020-08-05 borsAuto merge of #1498 - RalfJung:rustup, r=RalfJung
2020-08-03 borsAuto merge of #1495 - samrat:fd-trait, r=oli-obk
2020-08-01 Samrat Man SinghAdd FileDescriptor trait to abstract fn's on File's...
2020-07-27 borsAuto merge of #1489 - RalfJung:tls-alloc-ids, r=oli-obk
2020-07-27 Ralf Jungdeallocate thread-local statics when the thread dies
2020-07-27 Ralf Jungadjust to canonical_alloc_id removal
2020-07-25 borsAuto merge of #1485 - RalfJung:miri-extern-fn, r=oli-obk
next