]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-04-11 Ralf Jungorganize compile-fail tests in folders
2020-04-10 borsAuto merge of #1308 - RalfJung:miri, r=RalfJung
2020-04-10 borsAuto merge of #1316 - RalfJung:compiletest, r=RalfJung
2020-04-10 Ralf Jungbump compiletest
2020-04-10 borsAuto merge of #1304 - RalfJung:backtrace-sep, r=RalfJung
2020-04-10 borsAuto merge of #1315 - RalfJung:housekeeping, r=RalfJung
2020-04-10 Ralf Jungcargo update
2020-04-10 Ralf Jungrustup
2020-04-10 Ralf Jungfix unused warnings in tests
2020-04-08 Ralf Jungtweak wording
2020-04-08 borsAuto merge of #1313 - RalfJung:trophy, r=RalfJung
2020-04-08 Ralf Jungadd EbrCell to trophy case
2020-04-08 Ralf Jungmore editing
2020-04-08 Ralf Jungmore editing for CONTRIBUTING guide
2020-04-07 borsAuto merge of #1301 - RalfJung:global-leaks, r=RalfJung
2020-04-07 Ralf Jungrustup
2020-04-07 Ralf Jungmemory reachable through globals is not a leak any...
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 Ralf Jungwording
2020-04-06 Ralf Jungmake just ./miri print help text without 'unknown command'
2020-04-06 Ralf Jungmention ./miri build
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 Ralf Jungadd empty line before backtrace, to separate it from...
2020-04-05 Ralf Jungupdate Windows leak comment
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
next