]> git.lizzy.rs Git - rust.git/history - src/shims/mod.rs
Auto merge of #2189 - RalfJung:clippy, r=RalfJung
[rust.git] / src / shims / mod.rs
2022-05-24 borsAuto merge of #2138 - JakobDegen:call-fallout, r=RalfJung
2022-05-24 Jakob DegenAdjust Miri to also require return places everywhere
2022-05-14 borsAuto merge of #2030 - saethlin:track-alloc-history...
2022-05-10 borsAuto merge of #2084 - rust-lang:silence, r=RalfJung
2022-05-01 borsAuto merge of #2098 - RalfJung:papers, r=RalfJung
2022-05-01 borsAuto merge of #2094 - dtolnay-contrib:truncate, r=RalfJung
2022-05-01 borsAuto merge of #2095 - dtolnay-contrib:ref, r=RalfJung
2022-04-30 David TolnayReplace unneeded use of `ref` in favor of "match ergono...
2022-04-20 borsAuto merge of #2071 - RalfJung:provenance, r=RalfJung
2022-04-20 Ralf Jungavoid into_pointer_or_addr and into_parts in visit_free...
2022-04-05 borsAuto merge of #2047 - RalfJung:no-extras, r=RalfJung
2022-04-05 Ralf Jungadjust for MemoryExtra being merged into Machine
2021-12-24 borsAuto merge of #1928 - RalfJung:fn-abi, r=RalfJung
2021-12-24 Ralf Jungadjust for FnAbi changes
2021-07-17 borsAuto merge of #1851 - RalfJung:provenance-overhaul...
2021-07-16 Ralf Jungadjust Miri to Pointer type overhaul
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-16 borsAuto merge of #1801 - RalfJung:rustfmt, r=oli-obk
2021-05-16 Ralf Jungformat much of Miri
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-27 Nym SeddonAdd ABI check for shims
2020-10-04 borsAuto merge of #1563 - lzutao:dummy-actions, r=RalfJung
2020-09-28 borsAuto merge of #1559 - Aaron1011:new-miri-backtrace...
2020-09-28 Aaron HillMove things around
2020-08-17 borsAuto merge of #1513 - RalfJung:int-align, r=RalfJung
2020-08-16 Ralf Junguse real align_offset unless we symbolic alignment...
2020-08-03 borsAuto merge of #1495 - samrat:fd-trait, r=oli-obk
2020-07-27 borsAuto merge of #1487 - pnadon:miri-rename-undef-uninit...
2020-07-26 Philippe Nadonrenamed ScalarMaybeUninit::not_undef to check_init
2020-06-28 borsAuto merge of #1461 - RalfJung:rwlock-win, r=oli-obk
2020-06-27 Ralf Jungwith this, we support panics on Windows
2020-06-27 borsAuto merge of #1460 - RalfJung:modules, r=RalfJung
2020-06-27 Ralf Jungmodule organization: move platform-specific code to...
2020-05-05 borsAuto merge of #1298 - toc-the-younger:check-arg-count...
2020-05-04 Chase AlbertCheck that shims are called with the correct number...
2020-04-30 borsAuto merge of #1284 - vakaras:add-threads-cr2, r=RalfJung
2020-04-27 Vytautas AstrauskasRename threads to thread to match the Rust standard...
2020-04-27 Vytautas AstrauskasMove pthread_create and related shims to a separate...
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-10 borsAuto merge of #1308 - RalfJung:miri, 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 CookImplement mutex and rwlock functions
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...
2020-03-29 borsAuto merge of #1277 - RalfJung:rustup, r=RalfJung
2020-03-29 Ralf Jungrustup
2020-03-28 borsAuto merge of #1276 - RalfJung:scalar-precise-sizes...
2020-03-28 Ralf Jungprecise getrandom return type and align_offset arithmetic
2020-03-28 Ralf Jungavoid Scalar::from_(u)int in favor of giving the size...
2020-03-28 borsAuto merge of #1275 - JOE1994:move_string_helpers,...
2020-03-28 JOE1994move OsStr helpers to a separate file
2020-03-21 borsAuto merge of #1241 - RalfJung:dont-panic, r=RalfJung
2020-03-21 Ralf Jungtest windows panic message
2020-03-18 borsAuto merge of #1239 - elichai:2020-03-abort-intrinsics...
2020-03-17 borsAuto merge of #1235 - RalfJung:check-arith, r=RalfJung
2020-03-17 Ralf Jungavoid using unchecked casts or arithmetic
2020-03-12 borsAuto merge of #1213 - lcnr:master, r=RalfJung
2020-03-08 borsAuto merge of #1218 - RalfJung:panic, r=RalfJung
2020-03-08 Ralf Jungproperly panic in panic_if_uninhabited and align_offset...
2020-03-04 borsAuto merge of #1206 - RalfJung:int_asooc, r=RalfJung
2020-03-04 Ralf Jungfinally stop using min/max_value and the integer modules
2019-12-23 borsAuto merge of #1124 - RalfJung:sysroot-check, r=oli-obk
2019-12-23 borsAuto merge of #1118 - rust-lang:stacked_borrow_tracing...
2019-12-23 Oliver SchererRustfmt all the things
2019-12-22 borsAuto merge of #1101 - christianpoveda:stat-shim, r...
2019-12-08 borsAuto merge of #1108 - RalfJung:rustup, r=RalfJung
2019-12-08 Ralf Jungrustup
2019-12-04 borsAuto merge of #1102 - RalfJung:rsutup, r=RalfJung
2019-12-04 Ralf Jungrustup for find_fn rename
2019-12-03 borsAuto merge of #1094 - Aaron1011:rustup-body, r=RalfJung
2019-12-03 Aaron HillRustup for `BodyCache` changes
2019-11-27 borsAuto merge of #1077 - RalfJung:unwind_to_block, r=RalfJung
2019-11-27 Ralf Jungadjust for goto_block refactoring
2019-11-19 borsAuto merge of #693 - Aaron1011:feature/panic_unwind_fin...
2019-11-17 Aaron HillSupport unwinding after a panic
2019-11-17 borsAuto merge of #1055 - RalfJung:panic-stub, r=RalfJung
2019-11-13 Aaron HillRustup for panic changes
2019-11-09 Christian PovedaFix merge conflicts
2019-11-08 borsAuto merge of #1044 - RalfJung:uprust, r=RalfJung
2019-11-08 Ralf Jungrustup
2019-10-18 borsAuto merge of #1004 - JohnTitor:use-memory, r=RalfJung
2019-10-18 Yuki OkushiUse memory field instead of memory()
2019-10-16 borsAuto merge of #987 - christianpoveda:check-unsupported...
2019-10-15 borsAuto merge of #980 - JOE1994:master, r=RalfJung
2019-10-15 borsAuto merge of #975 - christianpoveda:clock-shim, r...
2019-10-11 Christian PovedaMove time related functions to its own module
2019-10-11 borsAuto merge of #983 - christianpoveda:fs-shims-tweaks...
2019-10-11 Christian PovedaRename shims::io to shims::fs
2019-10-01 borsAuto merge of #962 - christianpoveda:file-shim, r=oli-obk
2019-09-30 Christian PovedaReserve fides for stdio and fix merge issues
next