]> git.lizzy.rs Git - rust.git/history - src/shims/intrinsics.rs
supply our own implementation of the CTFE pointer comparison intrinsics
[rust.git] / src / shims / intrinsics.rs
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
2020-02-06 Ralf Jungbump rustc; adjust tests
2020-01-28 borsAuto merge of #1148 - yoshuawuyts:patch-1, r=RalfJung
2020-01-25 borsAuto merge of #1150 - divergentdave:patch-1, r=RalfJung
2020-01-25 David CookShim intrinsics::atomic_singlethreadfence, etc.
2020-01-15 borsAuto merge of #1146 - RalfJung:rustup, r=RalfJung
2020-01-15 Ralf Jungrustup
2020-01-10 borsAuto merge of #1143 - christianpoveda:symlink-shim...
2020-01-07 borsAuto merge of #1140 - RalfJung:no-macos, r=oli-obk
2020-01-06 borsAuto merge of #1141 - RalfJung:lint-adjust, r=RalfJung
2020-01-06 borsAuto merge of #1137 - anp:track-caller-update, r=RalfJung
2020-01-05 Yuki OkushiRustup
2019-12-31 borsAuto merge of #1130 - christianpoveda:ignore-close...
2019-12-27 borsAuto merge of #1114 - rust-lang:to_ptr_considered_harmf...
2019-12-27 Oliver SchererRemove `to_ptr` uses
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-03 borsAuto merge of #1093 - RalfJung:throw-machine-stop,...
2019-12-03 Ralf Junguse throw_machine_stop macro
2019-12-02 borsAuto merge of #1092 - RalfJung:rustup, r=RalfJung
2019-12-02 Ralf Jungalso indicate abort via new MachineStop variant
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-19 Ralf Jungcomments and slight refactoring
next