]> git.lizzy.rs Git - rust.git/history - src/shims/foreign_items.rs
implement proper panicking for other MIR assertions
[rust.git] / src / shims / foreign_items.rs
2019-12-02 Ralf Jungimplement proper panicking for other MIR assertions
2019-12-02 borsAuto merge of #1092 - RalfJung:rustup, r=RalfJung
2019-12-02 Ralf Junguse new MachineStop error variant
2019-11-29 borsAuto merge of #1085 - RalfJung:panic-runtime, r=RalfJung
2019-11-29 Ralf Jungavoid injected_panic_runtime which is going away
2019-11-27 borsAuto merge of #1077 - RalfJung:unwind_to_block, r=RalfJung
2019-11-27 Ralf Jungadjust for goto_block refactoring
2019-11-22 borsAuto merge of #1067 - Aaron1011:feature/inverse-trig...
2019-11-21 Aaron HillAdd acos, asin, and atan foreign functions
2019-11-19 borsAuto merge of #693 - Aaron1011:feature/panic_unwind_fin...
2019-11-19 Aaron HillUpdate panic runtime comment
2019-11-19 Aaron HillDelegate to the actual panic runtime crate
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 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-03 borsAuto merge of #961 - rust-lang:exact_div_reuse, r=RalfJung
2019-11-02 borsAuto merge of #1028 - RalfJung:place-apis, r=RalfJung
2019-11-02 Ralf Jungstore scalars where appropriate
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 Jungfix field index
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 #991 - christianpoveda:errno-place, r...
2019-10-21 borsAuto merge of #1010 - RalfJung:xargo, r=RalfJung
2019-10-20 Christian PovedaTransform the last error place to an immediate instead
2019-10-20 Christian PovedaChange last_error to a place
2019-10-20 Christian PovedaMove last error functions to helpers
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
2019-10-18 borsAuto merge of #1005 - RalfJung:cleanup, r=RalfJung
2019-10-18 Ralf Jungcleanup now that borrow checker knows memory is a field
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 Christian PovedaAdd helper function to write structs
2019-10-11 Christian PovedaAdd gettimeofday shim for macOS
2019-10-11 Christian PovedaGet size of integers using libc
2019-10-11 Christian PovedaReturn negative times when the current time is before...
2019-10-11 Christian PovedaReduce size of nanoseconds
2019-10-11 Christian PovedaAdd clock_gettime shim
2019-10-11 borsAuto merge of #983 - christianpoveda:fs-shims-tweaks...
2019-10-11 Christian PovedaMove functions to eval libc constants to helpers
2019-10-08 borsAuto merge of #976 - christianpoveda:unlink-shim, r...
2019-10-08 Christian PovedaAdd errno_location shim for MacOS
2019-10-08 Christian PovedaAdd unlink shim to delete files
2019-10-08 borsAuto merge of #977 - christianpoveda:last-error-ptr...
2019-10-08 Christian PovedaAdd method to consume io::Error
2019-10-07 Christian PovedaAdd __errno_location shim
2019-10-07 Christian PovedaMove last_error into memory
2019-10-07 Christian PovedaRustfmt
2019-10-02 borsAuto merge of #973 - christianpoveda:write-shim, r...
2019-10-01 Christian PovedaAdd file writing capabilities
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
2019-09-28 borsAuto merge of #957 - christianpoveda:ptr-align-offset...
2019-09-25 Christian PovedaEnable close call for macos
2019-09-25 Christian PovedaAdd helper function to fetch `libc` constants
2019-09-25 Christian PovedaFirst version of file handling
2019-09-24 borsAuto merge of #960 - christianpoveda:chdir-shim, r...
2019-09-24 Christian PovedaAdd `chdir` shim
2019-09-24 borsAuto merge of #958 - christianpoveda:getcwd-shim, r...
2019-09-18 Christian PovedaAdd getcwd shim
2019-09-08 borsAuto merge of #942 - rust-lang:rustup, r=oli-obk
2019-09-06 Oliver SchererRustup
2019-08-27 borsAuto merge of #925 - christianpoveda:environ-shim,...
2019-08-27 borsAuto merge of #917 - RalfJung:isolation, r=oli-obk
2019-08-27 borsAuto merge of #926 - RalfJung:rustup, r=RalfJung
2019-08-27 Ralf Jungrustup
2019-08-15 borsAuto merge of #863 - RalfJung:deref-checks, r=RalfJung
2019-08-15 borsAuto merge of #907 - christianpoveda:env-vars-shim...
2019-08-14 Christian PovedaDelegate writing to emulate_foreign_item
2019-08-14 Christian PovedaMove env shims to its own module
2019-08-14 borsAuto merge of #894 - christianpoveda:env-vars-communica...
2019-08-14 Christian PovedaRemove tcx parameter for EnvVars::alloc_env_value
2019-08-13 Christian PovedaWrap hashmap for env vars in its own type
2019-08-10 borsAuto merge of #902 - RalfJung:ldexp, r=RalfJung
2019-08-10 Ralf Jungtypo
2019-08-10 Ralf Jungclamp ldexp exponent to i16
2019-08-10 Ralf Jungalso support scalbn itself
2019-08-09 Ralf Junguse apfloat for ldexp
2019-08-09 borsAuto merge of #896 - tmandry:add-generator-uninhabited...
2019-08-08 borsAuto merge of #898 - christianpoveda:master, r=RalfJung
2019-08-08 Christian PovedaUse ldexp from cmath instead
2019-08-08 borsAuto merge of #871 - RalfJung:miri-rustc-cleanup, r...
2019-08-06 Christian PovedaAdd support for env communication
2019-08-05 borsAuto merge of #888 - RalfJung:rustup, r=RalfJung
next