]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 Ralf JungAppVeyor: abort early if a job fails
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 Ralf Jungbump Rust (no changes needed)
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 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
next