]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #1212 - RalfJung:tests, r=RalfJung
[rust.git] / src /
2020-03-06 borsAuto merge of #1209 - RalfJung:track-alloc-id, r=oli-obk
2020-03-06 Ralf Jungmake the new option actually do something
2020-03-06 Ralf Jungadd option to track a particular AllocId (does nothing...
2020-03-04 borsAuto merge of #1206 - RalfJung:int_asooc, r=RalfJung
2020-03-04 Ralf Jungfinally stop using min/max_value and the integer modules
2020-03-02 borsAuto merge of #1202 - RalfJung:symbols, r=RalfJung
2020-03-02 Ralf JungHashMap -> FxHashMap
2020-03-02 Ralf Jungswitch extern_statics map to symbols
2020-03-02 borsAuto merge of #1201 - Aaron1011:fix/bootstrap-xargo...
2020-03-02 Ralf Jungrename xargo -> xargo_check
2020-03-02 Aaron HillRename XARGO env var to XARGO_CHECK
2020-03-02 borsAuto merge of #1178 - RalfJung:rustup-visitor, r=RalfJung
2020-03-02 Ralf Jungadjust for rustc changes
2020-03-02 borsAuto merge of #1190 - RalfJung:canonical-alloc-id,...
2020-03-02 Ralf Jungremove unused import
2020-03-02 Ralf Jungcanonicalize alloc ID for ptr-to-int cast
2020-03-02 Ralf Jungport from find_foreign_static to canonical_alloc_id
2020-03-02 Ralf Jungrename memory kind: Env -> Machine
2020-03-01 borsAuto merge of #1199 - RalfJung:cargo-miri, r=RalfJung
2020-03-01 Ralf Jungformat a few things
2020-03-01 Ralf Jungfix trailing indent in xargo files
2020-03-01 borsAuto merge of #1197 - RalfJung:rustup, r=RalfJung
2020-03-01 Ralf Jungsome formatting
2020-03-01 Ralf Jungrustup
2020-02-29 borsAuto merge of #1196 - RalfJung:winlock, r=RalfJung
2020-02-29 Ralf JungRemove incorrect try_lock from Windows critical section...
2020-02-28 borsAuto merge of #1194 - RalfJung:no-to-bits, r=RalfJung
2020-02-28 Ralf Jungavoid Scalar::to_bits
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 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 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 David CookAdd comments
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 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 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 Christian Povedaminor fixes
2020-02-21 borsAuto merge of #1188 - RalfJung:bootstrap, r=RalfJung
2020-02-21 Ralf Jungdont overwrite bootstrap flags
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 #1179 - RalfJung:rustup, r=RalfJung
2020-02-19 borsAuto merge of #1156 - divergentdave:fcntl-F_DUPFD_CLOEX...
2020-02-19 David CookExtract constant for minimum fd
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 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 #1177 - RalfJung:debug-assert, r=RalfJung
2020-02-16 Ralf Jungmake sure we also trigger debug assertions in libstd
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 borsAuto merge of #1174 - RalfJung:rusutp, r=RalfJung
2020-02-13 Ralf Jungfix for Panic InterpError refactoring
2020-02-09 David CookAdd shim for rename
2020-02-08 borsAuto merge of #1159 - divergentdave:shim-seek, r=RalfJung
2020-02-06 borsAuto merge of #1168 - RalfJung:rustup, r=RalfJung
2020-02-06 Ralf Jungbump rustc; adjust tests
next