]> git.lizzy.rs Git - rust.git/history - src/shims/intrinsics.rs
adjust for span not being passed around any more
[rust.git] / src / shims / intrinsics.rs
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
2019-11-17 Aaron HillSupport unwinding after a panic
2019-11-17 borsAuto merge of #1055 - RalfJung:panic-stub, r=RalfJung
2019-11-13 borsAuto merge of #1022 - christianpoveda:fix-fd-access...
2019-11-13 borsAuto merge of #1049 - silathdiir:copysignf32-and-copysi...
2019-11-13 Steven GuImplments `intrinsics::copysignf32` and `intrinsics...
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-11-06 borsAuto merge of #1037 - JOE1994:master, r=RalfJung
2019-11-03 borsAuto merge of #1029 - RalfJung:panic-if-uninhabited...
2019-11-03 Ralf Jungcalling panic_if_uninhabited is not actually UB
2019-11-03 borsAuto merge of #961 - rust-lang:exact_div_reuse, r=RalfJung
2019-11-03 Ralf Jungstyle
2019-11-03 Oliver SchererUse the upstream `exact_div` implementation
2019-10-30 borsAuto merge of #1026 - RalfJung:rustup, r=RalfJung
2019-10-30 Ralf Jungrustup for span in intrinsic emulation
2019-10-24 borsAuto merge of #1020 - RalfJung:compiletest, r=RalfJung
2019-10-24 borsAuto merge of #1019 - RalfJung:rustup, r=RalfJung
2019-10-24 Ralf Jungrustup: more flexible write_bytes avoids allocations...
2019-10-22 Christian PovedaUse new write_bytes method
2019-10-22 borsAuto merge of #1015 - RalfJung:appv, r=RalfJung
2019-10-22 borsAuto merge of #1014 - RalfJung:rustup, r=RalfJung
2019-10-22 Ralf Jungrustup: fix for write_bytes and new union rules
2019-10-21 Christian PovedaFix merge conflicts
2019-10-21 borsAuto merge of #1010 - RalfJung:xargo, r=RalfJung
2019-10-20 borsAuto merge of #1009 - RalfJung:expect_none, r=RalfJung
2019-10-20 Ralf Junguse expect_none and unwrap_none where it makes sense
2019-10-19 borsAuto merge of #1006 - RalfJung:bounds, r=RalfJung
2019-10-19 Ralf Jungaudit our bounds checks
next