]> git.lizzy.rs Git - rust.git/history - src/helpers.rs
rustup: more flexible write_bytes avoids allocations and removes itertools dependency
[rust.git] / src / helpers.rs
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'
2019-07-05 borsAuto merge of #825 - RalfJung:no-null, r=RalfJung
2019-07-05 Ralf Jungavoid Scalar::is_null_ptr, it is going away
2019-07-04 borsAuto merge of #822 - RalfJung:tls, r=RalfJung
2019-07-03 borsAuto merge of #820 - RalfJung:intptrcast, r=RalfJung
2019-07-03 Ralf Jungwe don't need zero-sized freeze-sensitive visiting
2019-06-29 Ralf JungMerge remote-tracking branch 'ralf/machine' into rustup
2019-06-29 borsAuto merge of #802 - RalfJung:machine, r=RalfJung
2019-06-29 Ralf Jungmove most of the stuff from lib.rs into machine.rs...
2019-06-13 Ralf JungMerge pull request #769 from RalfJung/rustup
2019-06-13 Ralf Jungrustup for lifetime refactorings
2019-06-08 Ralf JungMerge pull request #765 from RalfJung/rustup
2019-06-08 Ralf Jungrustup for EvalResult rename
2019-05-15 Ralf JungRustup (#723)
2019-05-13 Ralf Jungfix for latest rustc
next