]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-10-14 Ralf Jungadd lockfile
2019-10-12 borsAuto merge of #990 - RalfJung:rustup2, r=RalfJung
2019-10-12 Ralf Jungbetter debugging for sysroot check
2019-10-12 Ralf Junghopefully harmless Rust bump
2019-10-11 borsAuto merge of #988 - RalfJung:temp, r=RalfJung
2019-10-11 Ralf Junguse temp_dir for FS test
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 borsAuto merge of #985 - christianpoveda:fix-fs-path, r...
2019-10-11 Christian PovedaRename file manipulation test to fs
2019-10-11 Christian PovedaAvoid using the tests folder for the file manipualtion...
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 PovedaAdd comments to explain the chdir test
2019-10-11 Christian PovedaMove functions to eval libc constants to helpers
2019-10-11 Christian PovedaRename shims::io to shims::fs
2019-10-09 borsAuto merge of #982 - RalfJung:rustup, r=RalfJung
2019-10-09 Ralf Jungbump to latest nightly
2019-10-09 borsAuto merge of #981 - RalfJung:atomic, r=RalfJung
2019-10-09 Ralf Jungalso test AcqRel fence
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 tests for non-existing files
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 borsAuto merge of #979 - nico-abram:patch-1, r=oli-obk
2019-10-05 NicolasAdd test for atomic fences
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
2019-10-01 borsAuto merge of #962 - christianpoveda:file-shim, r=oli-obk
2019-10-01 Christian PovedaAdd docs for helper functions
2019-10-01 Christian PovedaRemove return argument when fd is not found
2019-09-30 Christian PovedaAdd methods to handle invalid fides
2019-09-30 Christian PovedaAvoid buffer allocation to read files
2019-09-30 Christian PovedaAdd method to consume std::io::Result
2019-09-30 Christian PovedaAdd FileHandle struct
2019-09-30 Christian PovedaReserve fides for stdio and fix merge issues
2019-09-29 borsAuto merge of #971 - RalfJung:rustup, r=RalfJung
2019-09-29 Ralf Jungbump rust even more
2019-09-29 borsAuto merge of #970 - RalfJung:align_offset, r=RalfJung
2019-09-29 Ralf Jungfix tests on 32bit
2019-09-29 Ralf Jungcomments and another test
2019-09-29 Ralf Jungmore align_offset tests
2019-09-29 borsAuto merge of #969 - RalfJung:rustup, r=RalfJung
2019-09-29 Ralf Jungfix test failure from diagnostics change
2019-09-28 borsAuto merge of #957 - christianpoveda:ptr-align-offset...
2019-09-28 borsAuto merge of #967 - RalfJung:rustup, r=RalfJung
2019-09-28 Ralf Jungcargo update for test-cargo-miri
2019-09-28 borsAuto merge of #966 - RalfJung:rustup, r=RalfJung
2019-09-28 Ralf Jungsync AppVeyor CI script with Travis
2019-09-28 borsAuto merge of #965 - RalfJung:rustup, r=RalfJung
2019-09-28 Ralf Jungfix miri-rustc-tests
2019-09-28 Ralf Jungrustup
2019-09-28 borsAuto merge of #963 - rust-lang:rustup, r=RalfJung
2019-09-28 Ralf Jungmake sure we use the stable toolchain, no matter the...
2019-09-27 Ralf Jungshow cargo version
2019-09-26 Oliver SchererRustup to `sty` -> `kind` changes
2019-09-26 Oliver SchererUpdate to latest nightly
2019-09-25 Christian PovedaEnable close call for macos
2019-09-25 Christian PovedaAdd FIXME to file reading test
2019-09-25 Christian PovedaCheck that the only flag change is done to enable ...
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 PovedaCheck that `chdir` fails for non-utf8 paths
2019-09-24 Christian PovedaAdd `chdir` shim
2019-09-24 borsAuto merge of #958 - christianpoveda:getcwd-shim, r...
2019-09-24 Christian PovedaFix comments
2019-09-23 Christian PovedaIgnore integers
2019-09-23 Christian PovedaThrow unsupported error when alignment is not a power...
2019-09-20 Christian Povedafetch ERANGE value from libc
2019-09-20 Christian PovedaSet errno when getcwd fails
2019-09-20 Christian PovedaAvoid writing more bytes than necessary
2019-09-20 borsAuto merge of #903 - RalfJung:discriminant, r=RalfJung
2019-09-20 Ralf Jungbump Rust
2019-09-20 Ralf Jungadd another test case
2019-09-20 Ralf Jungerr on all-but-B, not just on C
2019-09-20 Ralf Jungtest for niche enum discriminant computation that overflows
2019-09-19 Christian PovedaOnly use getcwd without isolation
2019-09-19 Christian PovedaCheck that getcwd does not error
2019-09-18 Christian PovedaAdd getcwd shim
2019-09-18 borsAuto merge of #956 - rust-lang:rustup-retag, r=RalfJung
2019-09-18 Ralf Jungbump Rust version
2019-09-18 Ralf JungMerge remote-tracking branch 'origin/master' into rustu...
2019-09-17 Christian PovedaMove truncation from the main branch
2019-09-17 Christian PovedaUpdate align_offset tests
2019-09-17 Christian PovedaAdd align_offset for integers
2019-09-17 Ralf Jungrustup
2019-09-16 borsAuto merge of #955 - RalfJung:rustup, r=RalfJung
next