]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-10-20 Christian PovedaAdd docs for the new helper functions
2019-10-19 Christian PovedaDo additional bounds checks
2019-10-19 Christian PovedaChange comparison order for clarity
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 Okushirustup
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 Ralf Jungmake sure we don't install more than we have to
2019-10-16 Ralf Jungcleanup: remove leftover rust-docs components
2019-10-16 borsAuto merge of #996 - christianpoveda:unsup-wo-isolation...
2019-10-16 Ralf Junginstall minimal profile by default
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-14 borsAuto merge of #992 - christianpoveda:check-errno-value...
2019-10-14 Christian PovedaCheck that fs errors have the proper kind
2019-10-14 borsAuto merge of #994 - RalfJung:rustup, r=RalfJung
2019-10-14 Ralf Jungbump compiletest
2019-10-14 Ralf Jungrustup
2019-10-14 borsAuto merge of #995 - RalfJung:lock, r=RalfJung
2019-10-14 Ralf JungCI: force using locked versions
2019-10-14 Ralf Jungadd lockfile
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-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 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 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-10 YOUNGSUK_KIMfixed cargo-miri bug for windows users
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 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 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
next