]> git.lizzy.rs Git - rust.git/history - src/eval.rs
Adjust Miri to also require return places everywhere
[rust.git] / src / eval.rs
2022-05-24 Jakob DegenAdjust Miri to also require return places everywhere
2022-05-23 borsAuto merge of #2059 - carbotaniuman:master, r=RalfJung
2022-05-23 carbotaniumanInitial work on permissive provenance
2022-05-22 borsAuto merge of #2141 - saethlin:early-diagnostics-ice...
2022-05-22 Ralf Jungtweak comment
2022-05-22 Ben KimockHandle diagnotics emitted in runtime initialization
2022-05-22 borsAuto merge of #2142 - saethlin:cleanup-data-race-ice...
2022-05-21 Ben KimockMake allow_data_races_* public to silence data races...
2022-05-19 borsAuto merge of #2128 - saethlin:fix-creation-range,...
2022-05-15 borsAuto merge of #2121 - RalfJung:less-ice, r=RalfJung
2022-05-15 Ralf Jungdon't ICE when libcore is missing
2022-05-14 borsAuto merge of #2030 - saethlin:track-alloc-history...
2022-05-12 Ben KimockCleanup/Refactoring from review
2022-05-10 borsAuto merge of #2084 - rust-lang:silence, r=RalfJung
2022-04-30 Ben KimockMove SB diagnostics to a module
2022-04-30 Ben KimockSet the current span (somewhat) lazily
2022-04-30 Ben KimockPrint spans where tags are created and invalidated
2022-04-26 Oli SchererRename flag, datastructure and messaging around muting...
2022-04-25 Oli SchererAdd a command line flag to avoid printing to stdout...
2022-04-21 borsAuto merge of #2075 - y86-dev:master, r=RalfJung
2022-04-21 Ralf Jungbe explicit about types
2022-04-21 y86-devAdded support for multiple tracked pointers, allocs...
2022-04-10 borsAuto merge of #2062 - RalfJung:rustup, r=RalfJung
2022-04-09 borsAuto merge of #2061 - RalfJung:edition, r=RalfJung
2022-04-09 Ralf Jungremove no longer needed imports
2022-04-05 borsAuto merge of #2047 - RalfJung:no-extras, r=RalfJung
2022-04-05 Ralf Jungadjust for MemoryExtra being merged into Machine
2022-04-01 borsAuto merge of #2045 - RalfJung:strict-provenance, r...
2022-04-01 Ralf Jungadd -Zmiri-strict-provenance
2022-03-20 borsAuto merge of #1975 - DrMeepster:backtrace_fix, r=RalfJung
2022-03-05 borsAuto merge of #1970 - asquared31415:open_unix_varargs...
2022-03-05 borsAuto merge of #1999 - RalfJung:forward-env, r=oli-obk
2022-03-05 Ralf Jungadd flag to forward specific env vars (while isolation...
2022-02-22 borsAuto merge of #1977 - saethlin:short-backtraces, r...
2022-02-22 Ben KimockPrune backtraces similar to RUST_BACKTRACE=1 logic
2022-01-09 borsAuto merge of #1952 - RalfJung:self-referential, r...
2022-01-05 borsAuto merge of #1956 - RalfJung:stack-pop-cleanup, r...
2022-01-04 Ralf Jungadjust for StackPopCleanup::None rename
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 LevUpdate Miri for detecting uninitialized numbers
2021-09-30 borsAuto merge of #1885 - DrMeepster:global_allocator,...
2021-09-24 borsAuto merge of #1893 - RalfJung:arg-pass, r=RalfJung
2021-09-24 Ralf Jungsome more Windows argument passing tests
2021-09-22 borsAuto merge of #1891 - ChrisDenton:win-args, r=RalfJung
2021-09-22 Chris DentonApply review changes
2021-09-18 Chris DentonCorrect Windows argument handling
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-09-02 DrMeepsterremove commented out code
2021-09-02 DrMeepsteradd support for #[start]
2021-07-27 borsAuto merge of #1858 - RalfJung:thread-leaks, r=oli-obk
2021-07-25 borsAuto merge of #1859 - RalfJung:global-system-mixup...
2021-07-25 Ralf Jungtell users how to disable the leak check
2021-07-25 Ralf Jungalso ignore 'thread leaks' with -Zmiri-ignore-leaks
2021-07-25 borsAuto merge of #1856 - RalfJung:no-mir, r=RalfJung
2021-07-24 Ralf Jungshow proper error when using a sysroot without MIR
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-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-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-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-02-20 borsAuto merge of #1716 - tmiasko:rustup, r=RalfJung
2021-02-20 Tomasz Miąskorustup to e7c23ab933ebc1f205c3b59f4ebc85d40f67d404
2021-02-18 borsAuto merge of #1715 - RalfJung:rustup, r=RalfJung
2021-02-18 Ralf Jungrustup
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-26 Thom ChiovoloniAllow configuring the failure rate with -Zmiri-compare...
2020-11-29 borsAuto merge of #1617 - JCTyblaidd:data_race_detector...
2020-11-15 JCTyBlaiddTidy up comments and function layout, should fix most...
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-09-03 borsAuto merge of #1532 - divergentdave:thread-panic-payloa...
2020-09-03 David CookPer-thread errno storage
2020-08-17 borsAuto merge of #1513 - RalfJung:int-align, r=RalfJung
2020-08-16 Ralf Jungmake alignment check integer-based by default, and...
2020-08-03 borsAuto merge of #1495 - samrat:fd-trait, r=oli-obk
2020-07-27 borsAuto merge of #1489 - RalfJung:tls-alloc-ids, r=oli-obk
2020-07-27 Ralf Jungfix diagnostics printing when triggered during TLS...
2020-07-27 borsAuto merge of #1487 - pnadon:miri-rename-undef-uninit...
2020-07-26 Philippe Nadonrenamed ScalarMaybeUninit::not_undef to check_init
next