]> git.lizzy.rs Git - rust.git/history - src/helpers.rs
implement proper panicking for other MIR assertions
[rust.git] / src / helpers.rs
2019-12-02 Ralf Jungimplement proper panicking for other MIR assertions
2019-11-29 borsAuto merge of #1083 - RalfJung:fn-call-helper, r=oli-obk
2019-11-29 Ralf JungAdd and use helper function for calling a machine funct...
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-09 Christian PovedaFix merge conflicts
2019-11-07 Christian PovedaUse TryFrom instead
2019-11-04 Christian PovedaHandle host's `usize` correctly
2019-10-26 borsAuto merge of #1024 - RalfJung:rustup, r=RalfJung
2019-10-26 Ralf Jungrustup for projection interning
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 Jungupdate comments and some tweaks
2019-10-24 Ralf Jungrustup: more flexible write_bytes avoids allocations...
2019-10-23 borsAuto merge of #993 - christianpoveda:os_string_helper...
2019-10-23 Christian PovedaFix documentation
2019-10-22 Christian PovedaMake size error distinguishable from other errors
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 #991 - christianpoveda:errno-place, r...
2019-10-20 Christian PovedaAdd docs for the new helper functions
2019-10-20 Christian PovedaSmall corrections to docs
2019-10-20 Christian PovedaRename set_last_error_from_io_result
2019-10-20 Christian PovedaMake transformation to OS error explicit
2019-10-20 Christian PovedaRename consume_result
2019-10-20 Christian PovedaChange last_error to a place
2019-10-20 Christian PovedaMove last error functions to helpers
2019-10-19 Christian PovedaDo additional bounds checks
2019-10-19 Christian PovedaChange comparison order for clarity
2019-10-19 borsAuto merge of #1006 - RalfJung:bounds, r=RalfJung
2019-10-19 Ralf Jungaudit our bounds checks
2019-10-18 Christian PovedaFix writing errors
2019-10-18 Christian PovedaRename write/read os string functions
2019-10-18 Christian PovedaUse conditional compilation properly and work with...
2019-10-18 Christian PovedaChange helper functions to read/write
2019-10-18 Christian PovedaAdd OsString from/to bytes helper functions
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 #1000 - RalfJung:profile, r=RalfJung
2019-10-16 borsAuto merge of #996 - christianpoveda:unsup-wo-isolation...
2019-10-16 borsAuto merge of #987 - christianpoveda:check-unsupported...
2019-10-15 Christian PovedaAdd function to error with enabled isolation
2019-10-15 borsAuto merge of #980 - JOE1994:master, r=RalfJung
2019-10-15 borsAuto merge of #975 - christianpoveda:clock-shim, r...
2019-10-14 Christian PovedaUse places instead of ptrs to write packed immtys
2019-10-13 Christian PovedaGroup libc helper functions
2019-10-11 Christian PovedaSplit `write_c_ints` into less specific helper functions
2019-10-11 Christian PovedaThrow error instead of panicking for unfittable bits
2019-10-11 Christian PovedaAdd helper function to write structs
2019-10-11 borsAuto merge of #983 - christianpoveda:fs-shims-tweaks...
2019-10-11 Christian PovedaChange error handling style for consistency
2019-10-11 Christian PovedaCorrect style of comments
2019-10-11 Christian PovedaMove functions to eval libc constants to helpers
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-28 borsAuto merge of #963 - rust-lang:rustup, r=RalfJung
2019-09-26 Oliver SchererRustup to `sty` -> `kind` changes
2019-09-16 borsAuto merge of #945 - christianpoveda:ptr-align-offset...
2019-09-15 borsAuto merge of #951 - spastorino:place-2-0, r=RalfJung
2019-09-15 Santiago PastorinoPlace projection field is now Box<[PlaceElem<'tcx>]>
2019-08-29 borsAuto merge of #935 - christianpoveda:blacklist-env...
2019-08-29 borsAuto merge of #931 - RalfJung:retag-makes-my-head-hurt...
2019-08-28 Ralf Jungsmall optimization
2019-08-28 Ralf JungStacked Borrows: don't read from memory during retagging
2019-08-23 borsAuto merge of #914 - christianpoveda:use-host-rng,...
2019-08-20 Christian PovedaUse err_unsup_format instead
2019-08-19 Christian PovedaUse host's rng when communication is enabled
2019-08-09 borsAuto merge of #896 - tmandry:add-generator-uninhabited...
2019-08-08 borsAuto merge of #871 - RalfJung:miri-rustc-cleanup, r...
2019-08-04 borsAuto merge of #885 - Aaron1011:fix/f-round, r=RalfJung
2019-08-04 borsAuto merge of #884 - Aaron1011:fix/linux-getrandom...
2019-08-04 Aaron HillReplace match with expect()
2019-08-04 borsAuto merge of #887 - RalfJung:readme, r=RalfJung
2019-08-04 Aaron HillAdd semicolon
2019-08-04 Aaron HillDo nothing when we try to generate random data of length 0
2019-08-04 borsAuto merge of #883 - RalfJung:gen_random, r=RalfJung
2019-08-04 Ralf Junggen_random helper: move ptr argument to front
2019-08-03 borsAuto merge of #877 - christianpoveda:ldexp-shim, r...
2019-08-03 borsAuto merge of #878 - RalfJung:rustup, r=RalfJung
2019-08-03 Ralf Jungfix for error refactoring
2019-07-24 borsAuto merge of #852 - lzutao:rustup, r=RalfJung
2019-07-24 borsAuto merge of #851 - RalfJung:intrptrcast-by-default...
2019-07-23 Ralf Jungmake sure we always have an RNG
2019-07-21 borsAuto merge of #849 - RalfJung:rustup, r=RalfJung
2019-07-21 Ralf Jungbump rust
2019-07-11 borsAuto merge of #830 - RalfJung:check-place, r=RalfJung
2019-07-10 Ralf Jungforce pointers before reborrowing; fixes cargo miri...
2019-07-10 Ralf Jungadjust for rustc changes; normalize mplace before doing...
2019-07-06 borsAuto merge of #826 - RalfJung:uninit, r=RalfJung
2019-07-06 borsAuto merge of #808 - RalfJung:extra-fn, r=RalfJung
2019-07-06 Ralf Junggen_random: use check_ptr_access
2019-07-06 Ralf Jungmove gen_random to helpers
2019-07-06 Ralf JungMerge remote-tracking branch 'origin/master' into rustup
2019-07-05 Ralf JungMerge remote-tracking branch 'origin/master'
next