]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-02-23 David CookMiscellaneous review comments
2020-02-23 David CookRewrite fs tests
2020-02-23 David CookFix interpreted OS detection
2020-02-23 David CookAdd doc comment inside DirHandler
2020-02-23 David CookFix dirent layout for macOS
2020-02-23 David CookUse longer file names in test
2020-02-23 David CookAdd more information to test asserts
2020-02-23 David CookAdd shims for macOS-specific symbols
2020-02-23 David CookHandle differing sizes of mode_t
2020-02-23 David CookAdd shim for readdir64_r
2020-02-23 David CookAdd shims for opendir and closedir
2020-02-23 David CookAdd shims for mkdir and rmdir
2020-02-23 borsAuto merge of #1189 - RalfJung:cleanup, r=RalfJung
2020-02-23 Ralf Jungavoid lowercasing platforms
2020-02-23 Ralf Jungimprove comments
2020-02-23 Ralf Jungadd private helper trait for fs shim
2020-02-23 Ralf Junghelpers.rs cleanup
2020-02-23 borsAuto merge of #1167 - christianpoveda:shims-refactor...
2020-02-22 Christian Povedapanic if target platform is incorrect instead
2020-02-22 Christian Povedaimprove docs
2020-02-22 borsAuto merge of #1185 - RalfJung:readme, r=RalfJung
2020-02-22 Ralf Jungfix README
2020-02-22 Christian Povedaminor fixes
2020-02-21 borsAuto merge of #1188 - RalfJung:bootstrap, r=RalfJung
2020-02-21 Ralf Jungdont overwrite bootstrap flags
2020-02-21 borsAuto merge of #1187 - RalfJung:rustup, r=RalfJung
2020-02-21 Ralf Jungremove some no-longer-needed allow(const_err)
2020-02-21 Ralf Jungfix test-cargo-miri
2020-02-21 Ralf Jungfix for const-prop lint changes
2020-02-21 borsAuto merge of #1184 - divergentdave:rename-error-test...
2020-02-21 David CookTest error case of std::fs::rename
2020-02-20 borsAuto merge of #1182 - rust-lang:rustup, r=RalfJung
2020-02-20 Ralf Jungrustup
2020-02-19 Christian Povedarename platform specific shims
2020-02-19 Christian Povedaremove syscall shim from macos and move getrandom to...
2020-02-19 Christian Povedapromote memrchr to work on any platform
2020-02-19 Christian Povedapromote open and lseek shims to posix
2020-02-19 Christian Povedaadd docs for `emulate_foreign_item_by_bame
2020-02-19 Christian Povedareorganize comments for shim's classification
2020-02-19 Christian Povedamove CreateThread to windows shims
2020-02-19 Christian Povedaremove hack for panics
2020-02-19 Christian Povedamove remaining shims
2020-02-19 Christian Povedamove pthread related functions
2020-02-19 Christian Povedaadd helper function for target platform checks
2020-02-19 borsAuto merge of #1180 - RalfJung:fs-refact, r=RalfJung
2020-02-19 Ralf Jungtest a bit more
2020-02-19 Ralf Jungfactor more common code
2020-02-19 Ralf Jungfs test: factor some common code
2020-02-19 borsAuto merge of #1179 - RalfJung:rustup, r=RalfJung
2020-02-19 borsAuto merge of #1156 - divergentdave:fcntl-F_DUPFD_CLOEX...
2020-02-19 Ralf Jungbump Rust (no changes needed)
2020-02-19 David CookExtract constant for minimum fd
2020-02-18 David CookRewrite file system tests
2020-02-18 David CookBack out placeholder variants from FileHandle
2020-02-18 David CookAddress review comments
2020-02-18 David CookRewrite file descriptor handling
2020-02-18 David CookFunctional test of cloned file handle
2020-02-18 David CookAdd methods to FileHandler
2020-02-18 David CookStyle fixes
2020-02-18 David CookAdd comment
2020-02-18 David CookAdd F_DUPFD/F_DUPFD_CLOEXEC to fcntl shim
2020-02-16 borsAuto merge of #1176 - RalfJung:readme, r=oli-obk
2020-02-16 Ralf Jungclarify caveats
2020-02-16 Ralf Jungupdate README
2020-02-16 borsAuto merge of #1177 - RalfJung:debug-assert, r=RalfJung
2020-02-16 Ralf Jungfix compile-fail tests to avoid libstd debug assertions
2020-02-16 Ralf Jungmake sure we also trigger debug assertions in libstd
2020-02-16 Ralf Jungmake sure assertions and debug-assertions also panic...
2020-02-14 Christian Povedamigrate more functions
2020-02-14 Christian Povedamigrate more functions
2020-02-14 Christian Povedareorganize shims by platform
2020-02-14 borsAuto merge of #1158 - divergentdave:shim-rename, r...
2020-02-14 David CookRemoving file after rename must succeed
2020-02-14 borsAuto merge of #1174 - RalfJung:rusutp, r=RalfJung
2020-02-14 Ralf Jungrustup
2020-02-13 Ralf Jungfix for Panic InterpError refactoring
2020-02-12 borsAuto merge of #1172 - RalfJung:rustup, r=RalfJung
2020-02-12 Ralf Jungadd test for layout optimizations
2020-02-12 Ralf Jungrustup
2020-02-09 David CookTest that src path of rename is no longer a file
2020-02-09 David CookAdd shim for rename
2020-02-08 borsAuto merge of #1159 - divergentdave:shim-seek, r=RalfJung
2020-02-07 borsAuto merge of #1169 - RalfJung:rustup, r=RalfJung
2020-02-07 Ralf Jungpanics dont work on Windows, just the smoke test should...
2020-02-07 Ralf Jungtest more generator resume things
2020-02-07 Ralf Jungrustup; fix generator test
2020-02-06 David CookAdd tests to cover SEEK_CUR and SEEK_END
2020-02-06 borsAuto merge of #1168 - RalfJung:rustup, r=RalfJung
2020-02-06 Ralf Jungalso test div-by-minus-1
2020-02-06 Ralf Jungbump rustc; adjust tests
2020-02-02 borsAuto merge of #1165 - JohnTitor:uprust, r=RalfJung
2020-02-02 Yuki OkushiBump rustc
2020-01-31 borsAuto merge of #1164 - RalfJung:cargo-install, r=RalfJung
2020-01-31 Ralf Jungrely on improved cargo install
2020-01-30 borsAuto merge of #1163 - RalfJung:raw-cast, r=RalfJung
2020-01-30 borsAuto merge of #1151 - divergentdave:statx-AT_EMPTY_PATH...
2020-01-30 Ralf Jungpass MPlaceTy by-value, as we usually do
2020-01-30 Ralf Jungupdate another comment
2020-01-30 Ralf Jungremove inadequate comment
2020-01-30 Ralf Jungnew compile-fail test involving non-reborrowing-cast...
next