]> git.lizzy.rs Git - rust.git/history - src/shims/intrinsics.rs
Split out vector_clock to separate file, general tidy up of some of the
[rust.git] / src / shims / intrinsics.rs
2020-11-05 JCTyBlaiddSplit out vector_clock to separate file, general tidy...
2020-11-02 JCTyBlaiddInitial data-race detector,
2020-09-27 borsAuto merge of #1555 - lzutao:upstream-assume-const...
2020-09-27 Lzu TaoRemove assume intrinsic from EvalContextExt
2020-09-17 borsAuto merge of #1540 - RalfJung:cargo-miri-redone, r...
2020-09-17 borsAuto merge of #1547 - RalfJung:rustup, r=RalfJung
2020-09-17 Ralf Jungrustup; no need to special-case the guaranteed_eq/ne...
2020-09-04 borsAuto merge of #1534 - LeSeulArtichaut:tys-kind, r=RalfJung
2020-09-04 LeSeulArtichautChange `ty.kind` -> `ty.kind()`
2020-08-03 borsAuto merge of #1495 - samrat:fd-trait, r=oli-obk
2020-07-30 borsAuto merge of #1492 - RalfJung:rustup, r=RalfJung
2020-07-30 Ralf Jungremove upstreamed intrinsic impls
2020-07-30 Ralf Jungrustup
2020-07-27 borsAuto merge of #1487 - pnadon:miri-rename-undef-uninit...
2020-07-26 Philippe Nadonrenamed Immediate::to_scalar_or_undef
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 Jungmake miri_start_panic intrinsic an FFI function
2020-07-23 borsAuto merge of #1482 - canova:remote-unreachable, r...
2020-07-18 Nazım Can AltınovaRemove unreachable intrinsic
2020-07-03 borsAuto merge of #1466 - RalfJung:target, r=RalfJung
2020-07-03 borsAuto merge of #1465 - nbdd0121:patch-1, r=RalfJung
2020-07-02 Gary GuoRemove likely and unlikely from intrinsics shim
2020-06-27 borsAuto merge of #1460 - RalfJung:modules, r=RalfJung
2020-06-27 borsAuto merge of #1459 - RalfJung:ptr_guaranteed_eq, r...
2020-06-27 Ralf Jungsupply our own implementation of the CTFE pointer compa...
2020-06-09 borsAuto merge of #1418 - divergentdave:file-sync, r=RalfJung
2020-05-30 borsAuto merge of #1412 - josephlr:ptr, r=RalfJung
2020-05-30 Ralf Jungrustup (and account for stabilization)
2020-05-30 Joe RicheyRemove pointer arithmetic intrinsics
2020-05-24 borsAuto merge of #1432 - RalfJung:int-size, r=RalfJung
2020-05-24 Ralf Junguse helper method to compute size of int type
2020-05-05 borsAuto merge of #1393 - RalfJung:arg-count-cleanup, r...
2020-05-05 Ralf Jungfix a comment now that we have concurrency
2020-05-05 Ralf Jungmake sure we check argument count everywhere
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-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 #1325 - RalfJung:float_to_int_unchecked...
2020-04-15 borsAuto merge of #1337 - RalfJung:intrinsic-tests, r=RalfJung
2020-04-15 Ralf Jungtest some so-far untested intrinsics
2020-04-12 Ralf Jungremove some unnecessary trait bounds
2020-04-12 Ralf Jungimplement float_to_int_unchecked
2020-04-12 borsAuto merge of #1324 - RalfJung:intrinsic-orga, r=RalfJung
2020-04-12 Ralf Jungthere is no 'align_of_val' intrinsic
2020-04-12 Ralf Jungremove an intrinsic that was moved to rustc
2020-04-12 Ralf Jungorganize intrinsics into groups
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-04-02 borsAuto merge of #1295 - RalfJung:ci-no-incremental, r...
2020-04-02 borsAuto merge of #1283 - RalfJung:backtrace, r=RalfJung
2020-04-02 Ralf Jungadjust for span not being passed around any more
2020-04-01 borsAuto merge of #1290 - RalfJung:rustup, r=RalfJung
2020-04-01 Ralf Jungremove ICEin intrinsic
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-28 borsAuto merge of #1276 - RalfJung:scalar-precise-sizes...
2020-03-28 Ralf Junguse ptr_null where appropriate
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 borsAuto merge of #1265 - RalfJung:float-cast, r=RalfJung
2020-03-28 borsAuto merge of #1271 - RalfJung:env-clean, r=RalfJung
2020-03-28 borsAuto merge of #1269 - RalfJung:windows-dtor, r=RalfJung
2020-03-28 Ralf Jungcleanup tcx usage and a few comments
2020-03-25 borsAuto merge of #1260 - RalfJung:unreachable, r=RalfJung
2020-03-25 Ralf Jungtest unreachable intrinsic
2020-03-21 borsAuto merge of #1248 - RalfJung:overflow, r=RalfJung
2020-03-21 Ralf Jungdetect UB: overflow in copy/write_bytes
2020-03-18 borsAuto merge of #1239 - elichai:2020-03-abort-intrinsics...
2020-03-18 Elichai TurkelAbort instead of panic in asserting intrinsics, because...
2020-03-17 borsAuto merge of #1237 - RalfJung:rustup, r=RalfJung
2020-03-17 Ralf Jungrustup; remove no longer existing 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-15 borsAuto merge of #1227 - RalfJung:unwind, r=RalfJung
2020-03-15 Ralf Jungabort intrinsic is handled by librustc_mir now
2020-03-15 Ralf Jungadjust Miri to needs of changed unwinding strategy
2020-03-14 borsAuto merge of #1228 - RalfJung:typo, r=RalfJung
2020-03-14 Ralf Jungfix typo and deduplicate comment
2020-03-14 borsAuto merge of #1226 - RalfJung:rustup, r=RalfJung
2020-03-14 Ralf Jungrustup, fix for intrinsic rename and transmute error...
2020-03-12 borsAuto merge of #1224 - RalfJung:diverge, r=RalfJung
2020-03-12 Ralf Jungrefactor handling of diverging intrinsics/foreign functions
2020-03-12 borsAuto merge of #1223 - RalfJung:rustup, r=RalfJung
2020-03-12 Ralf Jungrustup, test Abort terminator
2020-03-12 borsAuto merge of #1213 - lcnr:master, r=RalfJung
2020-03-11 borsAuto merge of #1220 - elichai:2020-03-bump, r=RalfJung
2020-03-11 Ralf Jungshare some code between panic intrinsics, and fix the...
2020-03-11 Elichai TurkelImplement panic_if_any_invalid and panic_if_zero_invali...
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-08 Bastian Kauschkerm custom `intrinsics::discriminant_value`
2020-02-08 borsAuto merge of #1159 - divergentdave:shim-seek, r=RalfJung
2020-02-06 borsAuto merge of #1168 - RalfJung:rustup, r=RalfJung
next