]> git.lizzy.rs Git - rust.git/history - src/eval.rs
add support for #[start]
[rust.git] / src / eval.rs
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
2020-07-25 borsAuto merge of #1485 - RalfJung:miri-extern-fn, r=oli-obk
2020-07-23 Ralf Jungadd a Miri extern fn to mark an allocation as being...
2020-07-18 borsAuto merge of #1436 - samrat:support-stdin-read, r...
2020-07-17 borsAuto merge of #1480 - RalfJung:diagnostic-stacktrace...
2020-07-17 Ralf Jungfix non-fatal diagnostics stacktraces
2020-07-03 borsAuto merge of #1466 - RalfJung:target, r=RalfJung
2020-07-02 borsAuto merge of #1463 - RalfJung:track-call-id, r=oli-obk
2020-07-02 Ralf Jungadd option to track call IDs
2020-06-15 borsAuto merge of #1451 - RalfJung:rustup, r=RalfJung
2020-06-15 Ralf Jungrustup
2020-06-09 borsAuto merge of #1418 - divergentdave:file-sync, r=RalfJung
2020-05-25 borsAuto merge of #1362 - vakaras:add-sync-primitives-cr1...
2020-05-24 Vytautas AstrauskasImprove code readability and comments.
2020-05-24 Vytautas AstrauskasImplement support for synchronization primitives.
2020-05-03 borsAuto merge of #1387 - RalfJung:rustup, r=RalfJung
2020-05-03 Ralf Jungbump Rust, fix warnings
2020-04-30 borsAuto merge of #1284 - vakaras:add-threads-cr2, r=RalfJung
2020-04-29 Vytautas AstrauskasImprove code readability and comments.
2020-04-27 Vytautas AstrauskasImprove style and comments.
2020-04-27 Vytautas AstrauskasUnify TLS dtors; move stepping outside.
2020-04-27 Vytautas AstrauskasClarify comments about TLS destructor handling in Windo...
2020-04-27 Vytautas AstrauskasFix support for MacOS.
2020-04-27 Vytautas AstrauskasMake an assert message consistent with other asserts.
2020-04-27 Vytautas AstrauskasAddress some of the reviewers comments.
2020-04-27 Vytautas AstrauskasImplement basic support for concurrency (Linux only).
2020-04-27 borsAuto merge of #1354 - divergentdave:dump-alloc-on-undef...
2020-04-22 borsAuto merge of #1348 - RalfJung:raw-addr-of-align, r...
2020-04-22 Ralf Jungrustup
2020-04-20 borsAuto merge of #1335 - vakaras:add-threads-noop, r=RalfJung
2020-04-20 Vytautas AstrauskasMove the stack to the evaluator to make Miri compile...
2020-04-19 borsAuto merge of #1342 - divergentdave:pause-instruction...
2020-04-18 borsAuto merge of #1349 - RalfJung:machine-layouts, r=RalfJung
2020-04-18 Ralf Junguse pre-computed layouts some more
2020-04-18 borsAuto merge of #1325 - RalfJung:float_to_int_unchecked...
2020-04-14 borsAuto merge of #1331 - samrat:macos-mach-timebase-info...
2020-04-14 borsAuto merge of #1332 - RalfJung:disable-alignment-check...
2020-04-13 Ralf Jungadd option to disable alignment checks
2020-04-10 borsAuto merge of #1308 - RalfJung:miri, r=RalfJung
2020-04-10 borsAuto merge of #1316 - RalfJung:compiletest, r=RalfJung
2020-04-10 borsAuto merge of #1304 - RalfJung:backtrace-sep, r=RalfJung
2020-04-07 borsAuto merge of #1301 - RalfJung:global-leaks, r=RalfJung
2020-04-07 borsAuto merge of #1310 - RalfJung:float-assoc, r=RalfJung
2020-04-06 borsAuto merge of #1157 - divergentdave:shim-pthread-try...
2020-04-05 David CookEagerly compute i32 and u32 layouts
2020-04-05 Ralf Jungupdate Windows leak comment
2020-04-04 borsAuto merge of #1293 - Firstyear:1289-miri-readme, r...
2020-04-03 borsAuto merge of #1294 - JOE1994:windows_instant, r=RalfJung
2020-04-02 borsAuto merge of #1299 - RalfJung:rustup, r=RalfJung
2020-04-02 Ralf Jungrustup for import changes
2020-03-30 borsAuto merge of #1270 - RalfJung:incremental, r=RalfJung
2020-03-30 borsAuto merge of #1279 - divergentdave:open_O_EXCL, r...
2020-03-30 borsAuto merge of #1281 - RalfJung:rustup, r=RalfJung
2020-03-30 Ralf Jungadjust for librustc rename; reduce 'extern crate' to...
next