]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-04-07 borsAuto merge of #1310 - RalfJung:float-assoc, r=RalfJung
2020-04-07 Ralf Jungprefer float assoc consts over std module
2020-04-06 borsAuto merge of #1157 - divergentdave:shim-pthread-try...
2020-04-06 David CookClean up conditional compilation
2020-04-06 David CookFix spelling typo
2020-04-05 David CookEagerly compute i32 and u32 layouts
2020-04-05 David CookAdd tests, improve test coverage
2020-04-05 David CookChanges to error handling
2020-04-05 David CookAdd tests
2020-04-05 David CookUse Deadlock machine stop uniformly
2020-04-05 David CookRemove null checks, fall through to UB upon deref
2020-04-05 borsAuto merge of #1307 - RalfJung:vec-extend, r=RalfJung
2020-04-05 Ralf Jungalso test push_str ptr stability (the original report)
2020-04-05 David CookUpdate comments, rearrange code
2020-04-05 borsAuto merge of #1253 - RalfJung:vec-extend, r=RalfJung
2020-04-05 Ralf Jungrustup
2020-04-05 Ralf Jungfor consistency also rename floats.rs
2020-04-05 Ralf Junguse mutable reference
2020-04-05 Ralf Jungtest some more vec ptr invalidation
2020-04-05 Ralf Jungtest Vec::extend
2020-04-05 borsAuto merge of #1305 - ssomers:map_first_last_vs_miri...
2020-04-05 David CookStore layouts of i32 and u32 inside Evaluator
2020-04-05 David CookSet explicit return value size for windows shim
2020-04-05 David CookSet some explicit return value sizes
2020-04-05 David CookImplement TryEnterCriticalSection
2020-04-05 David CookRestrict mutex static initializer test to Linux
2020-04-05 David CookRearrange functions
2020-04-05 David CookAdd TerminationInfo::Deadlock, use in mutex shim
2020-04-05 David CookAdd and rearrange mutex tests
2020-04-05 David CookHandle variation in layout of pthread_mutex_t
2020-04-05 David CookAddress review comments
2020-04-05 David CookUse checked addition/subtraction on lock counts
2020-04-05 David CookRefactor sync shims with setters and getters
2020-04-05 David CookAdd comments explaining asserts
2020-04-05 David CookFix misleading function names
2020-04-05 David CookAdd test of recursive mutex using libc FFI
2020-04-05 David CookStyle fixes
2020-04-05 David CookAdd test that exercises ReentrantMutex
2020-04-05 David CookRevise mutex/rwlock memory layout for macOS compat
2020-04-05 David CookImplement mutex and rwlock functions
2020-04-05 David CookClean up test case
2020-04-05 David CookAdd failing tests for mutex and rwlock
2020-04-05 David CookAdd shims for RwLock::try_read/RwLock::try_write
2020-04-05 Stein SomersReplace last_entry with last_key_value
2020-04-05 borsAuto merge of #1303 - RalfJung:readme, r=RalfJung
2020-04-04 Ralf Jungtweak README
2020-04-04 borsAuto merge of #1293 - Firstyear:1289-miri-readme, r...
2020-04-04 borsAuto merge of #1300 - RalfJung:rust-src, r=RalfJung
2020-04-04 Ralf JungRust bootstrap sysroot now has src in the same place...
2020-04-03 borsAuto merge of #1294 - JOE1994:windows_instant, r=RalfJung
2020-04-02 William BrownApply feedback
2020-04-02 borsAuto merge of #1299 - RalfJung:rustup, r=RalfJung
2020-04-02 Ralf Jungrustup for import changes
2020-04-02 JOE1994change cfg gate to enable testing Instant subtraction...
2020-04-02 Youngsuk KimUpdate comments in src/shims/time.rs
2020-04-02 Youngsuk KimUpdate comments in src/shims/time.rs
2020-04-02 Youngsuk KimUpdate comments in src/shims/time.rs
2020-04-02 borsAuto merge of #1297 - RalfJung:win-ticks, r=RalfJung
2020-04-02 Ralf Jungcorrect factual mistake in Windows message, and use...
2020-04-02 borsAuto merge of #1296 - RalfJung:rustup, r=RalfJung
2020-04-02 Ralf Jungport compile-fail allocator tests to stable API
2020-04-02 Ralf Jungrustup for AllocRef changes
2020-04-02 borsAuto merge of #1295 - RalfJung:ci-no-incremental, r...
2020-04-02 Ralf Jungset CARGO_INCREMENTAL=0 on CI, it's just a waste of...
2020-04-02 borsAuto merge of #1283 - RalfJung:backtrace, r=RalfJung
2020-04-02 Ralf Jungfix for FieldPlacement rename
2020-04-02 Ralf Jungrustup
2020-04-02 Ralf Jungadjust for span not being passed around any more
2020-04-02 Ralf Jungadjust stacktrace printing to rustc changes
2020-04-02 JOE1994fix incorrect error message in shim 'QueryPerformanceCo...
2020-04-02 JOE1994Add support for 'std::time::Instant' in Windows
2020-04-01 William BrownUpdate readme to make supported codo clearer
2020-04-01 borsAuto merge of #1292 - RalfJung:time, r=RalfJung
2020-04-01 Ralf Jungsanity check time values a bit more
2020-04-01 borsAuto merge of #1290 - RalfJung:rustup, r=RalfJung
2020-04-01 Ralf Jungrustup
2020-04-01 borsAuto merge of #1286 - JOE1994:windows_time, r=RalfJung
2020-04-01 Ralf Jungremove ICEin intrinsic
2020-04-01 JOE1994Implement 'GetSystemTimeAsFileTime' shim for Windows
2020-03-31 borsAuto merge of #1287 - RalfJung:time-sub, r=RalfJung
2020-03-31 Ralf Jungadd TODO
2020-03-31 Ralf Jungtest subtracting SystemTime and Instant
2020-03-30 borsAuto merge of #1282 - RalfJung:rustup, r=RalfJung
2020-03-30 Ralf Jungrustup; fix Windows env var memory type
2020-03-30 borsAuto merge of #1270 - RalfJung:incremental, r=RalfJung
2020-03-30 borsAuto merge of #1279 - divergentdave:open_O_EXCL, r...
2020-03-30 borsAuto merge of #1281 - RalfJung:rustup, r=RalfJung
2020-03-30 Ralf Jungadjust for librustc rename; reduce 'extern crate' to...
2020-03-30 borsAuto merge of #1280 - RalfJung:rustup, r=RalfJung
2020-03-30 Ralf Jungtest const-generic Vec::from(array)
2020-03-30 Ralf Jungrustup; fix for TyLayout rename
2020-03-29 borsAuto merge of #1278 - JOE1994:cow, r=RalfJung
2020-03-29 David CookAdd support for OpenOptions::create_new()/O_EXCL
2020-03-29 JOE1994fix fn read_path_from_wide_str
2020-03-29 JOE1994make 'fn convert_path_separator' to take Cow<> (to...
2020-03-29 borsAuto merge of #1268 - JOE1994:dir, r=RalfJung
2020-03-29 JOE1994Move definition of 'fn windows_check_buffer_size' to...
2020-03-29 JOE1994small refactorings to 'src/shims/os_str.rs' & 'src...
2020-03-29 JOE1994fix fn GetCurrentDirectoryW + clarify return types...
2020-03-29 JOE1994fix 'magic boolean' to enum
next