]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-02-26 borsAuto merge of #1152 - divergentdave:shim-directory...
2020-02-26 Ralf Jungfix Windows build failure
2020-02-26 David CookReview comments
2020-02-26 borsAuto merge of #1192 - RalfJung:disable-stacked-borrows...
2020-02-26 Ralf Jungfix build failures
2020-02-25 borsAuto merge of #1193 - RalfJung:rustup, r=RalfJung
2020-02-25 Ralf Jungrustup
2020-02-25 David CookReturn length from write_os_str_to_c_str
2020-02-25 David CookMigrate readdir_r from pointers to places
2020-02-25 David CookReview comments
2020-02-24 Ralf Jungmove validate field from memory to machine
2020-02-24 Ralf Jungadd an option to disable Stacked Borrows
2020-02-24 borsAuto merge of #1136 - Aaron1011:feature/check-libstd...
2020-02-24 Ralf Jungupdate lockfile
2020-02-24 Ralf Jungfix Cargo.toml
2020-02-24 Ralf Jungrefactor cargo-miri a bit
2020-02-24 Aaron HillUse 'cargo check' to build the sysroot and target crate
2020-02-23 David CookUse ID numbers in lieu of allocations for DIR*
2020-02-23 borsAuto merge of #1191 - RalfJung:cargup, r=RalfJung
2020-02-23 David CookAdd comments
2020-02-23 Ralf Jungcargo update
2020-02-23 David CookMove error up, early return
2020-02-23 David CookAdd comments
2020-02-23 David CookUse os_str_length_as_c_str in readdir[64]_r
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
next