]> git.lizzy.rs Git - rust.git/history - src
rustup: more flexible write_bytes avoids allocations and removes itertools dependency
[rust.git] / src /
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 borsAuto merge of #1018 - RalfJung:rustup, r=RalfJung
2019-10-23 Ralf Jungrustup; fix debugging
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 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 #1012 - RalfJung:rustup, r=RalfJung
2019-10-21 borsAuto merge of #1011 - RalfJung:full-stop, r=RalfJung
2019-10-21 Ralf Jungadd some missing trailing full stops that slipped throu...
2019-10-21 borsAuto merge of #991 - christianpoveda:errno-place, r...
2019-10-21 borsAuto merge of #1010 - RalfJung:xargo, r=RalfJung
2019-10-21 Ralf Jungwhen xargo is manually specified, don't try to upgrade it
2019-10-20 Christian PovedaAdd docs for the new helper functions
2019-10-20 Christian PovedaSmall corrections to docs
2019-10-20 Christian PovedaTransform the last error place to an immediate instead
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-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 Christian PovedaDo additional bounds checks
2019-10-19 Christian PovedaChange comparison order for clarity
2019-10-19 borsAuto merge of #1008 - RalfJung:sysroot, r=RalfJung
2019-10-19 Ralf Jungprint sysroot without any escaping
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 #1002 - RalfJung:workspace, r=RalfJung
2019-10-16 Ralf Jungbetter error when using cargo-miri in a workspace
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 PovedaCheck that access mode flags only use the first two...
2019-10-15 Christian PovedaAdd function to error with enabled isolation
2019-10-15 borsAuto merge of #998 - RalfJung:comment, r=RalfJung
2019-10-15 Ralf Jungexplain our shell encoding
2019-10-15 borsAuto merge of #980 - JOE1994:master, r=RalfJung
2019-10-15 borsAuto merge of #975 - christianpoveda:clock-shim, r...
2019-10-15 YOUNGSUK_KIMremove unnecessary line break
2019-10-15 YOUNGSUK_KIMRalf Jung's great idea!
2019-10-14 Christian PovedaUse places instead of ptrs to write packed immtys
2019-10-13 Christian PovedaError on negative times
2019-10-13 Christian PovedaCorrect fcntl behavior
2019-10-13 Christian PovedaGroup libc helper functions
2019-10-12 borsAuto merge of #990 - RalfJung:rustup2, r=RalfJung
2019-10-12 Ralf Jungbetter debugging for sysroot check
2019-10-11 Christian PovedaRemove F_SETFD command
2019-10-11 Christian PovedaError when there is an unsupported flag
2019-10-11 Christian PovedaSplit `write_c_ints` into less specific helper functions
2019-10-11 Christian PovedaFix sign when number of seconds is zero
2019-10-11 Christian PovedaMove time related functions to its own module
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 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 PovedaChange error handling style for consistency
2019-10-11 Christian PovedaUse existing tcx instead
2019-10-11 Christian PovedaCorrect style of comments
2019-10-11 Christian PovedaAdd comment for the flag diff check
2019-10-11 Christian PovedaAdd comment explaining why buffer isn't overflowed
2019-10-11 Christian PovedaMove functions to eval libc constants to helpers
2019-10-11 Christian PovedaRename shims::io to shims::fs
2019-10-10 YOUNGSUK_KIMfixed cargo-miri bug for windows users
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-05 YOUNGSUK_KIMchange cargo-miri.rs to fix issue #978
2019-10-05 borsAuto merge of #979 - nico-abram:patch-1, r=oli-obk
2019-10-05 NicolasAdd missing atomic_fence intrinsics as nops
2019-10-02 borsAuto merge of #973 - christianpoveda:write-shim, r...
2019-10-02 Christian PovedaReturn earlier when reading/writing 0 bytes
2019-10-02 Christian PovedaFix dangling pointer bug for zero-sized reads
2019-10-01 Christian PovedaAvoid early return after handles are removed
2019-10-01 Christian PovedaCorrect name of each shim when erroring
2019-10-01 Christian PovedaAdd file writing capabilities
next