]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-10-03 Mara BosAdd FIXME about type of `addr` in futex implementation.
2020-10-03 Mara BosAdd note about use of force_ptr in futex implementation.
2020-10-03 Mara BosUpdate syscall FIXME to include note about 'wrong'...
2020-10-03 Mara BosAdd test for futex syscall.
2020-10-03 Mara BosAdd FIXME note about variadic syscall().
2020-10-03 Mara BosUse read_scalar_at_offset in futex_wait instead of...
2020-10-03 Mara BosUpdate expected error messages in tests.
2020-10-03 Mara BosRemove backtics from isolation error.
2020-10-03 Mara BosOnly allow FUTEX_WAIT with timeout when isoloation...
2020-10-02 Mara BosUse correct return type for syscall(SYS_futex).
2020-10-02 Mara BosAdd park/park_timeout/unpark test.
2020-10-02 Mara BosImplement timeouts for FUTEX_WAIT.
2020-10-02 Mara BosUse force_ptr in futex implementation.
2020-10-02 Mara BosAdd note about arguments in futex implementation.
2020-10-02 Mara BosUpdate note about number of arguments to SYS_futex.
2020-10-02 Mara BosAdd comments that document SYS_futex better.
2020-10-02 Mara BosImprove handling of the `addr` argument in SYS_futex.
2020-10-02 Mara BosCheck maximum amount of arguments to SYS_futex.
2020-10-01 Mara BosReturn correct value from futex_wait.
2020-10-01 Mara BosOnly check futex pointer in futex_wait and not in futex...
2020-10-01 Mara BosErase tag from futex pointers.
2020-10-01 Mara BosMove futex syscall to its own file.
2020-10-01 Mara BosImplement futex_wait and futex_wake.
2020-09-30 borsAuto merge of #1566 - RalfJung:backtrace, r=RalfJung
2020-09-30 Ralf Jungnormalize backtrace stderr even more
2020-09-29 borsAuto merge of #1565 - RalfJung:rustup, r=RalfJung
2020-09-29 Ralf Jungrustup; adjust for rustc_driver changes
2020-09-28 borsAuto merge of #1559 - Aaron1011:new-miri-backtrace...
2020-09-28 Aaron HillNormalize out generic arguments in backtrace-api stderr
2020-09-28 Ralf Jungfix typo
2020-09-28 Aaron HillRequire #[repr(C)] on MiriFrame
2020-09-28 Aaron HillApply #[inline(never)] to functions that we want in...
2020-09-28 Aaron HillUpdate README
2020-09-28 Aaron HillMake some error messages lowercase
2020-09-28 Aaron HillExplain encoding scheme
2020-09-28 Aaron HillMove things around
2020-09-28 Aaron HillPrint non-std frames to stdout in `backtrace-api` test
2020-09-28 Aaron HillUse a 'flags' parameter instead of 'version'
2020-09-28 Aaron HillNormalize line and column numbers from the sysroot
2020-09-28 Aaron HillAdd API for capturing backtrace
2020-09-27 borsAuto merge of #1555 - lzutao:upstream-assume-const...
2020-09-27 Lzu TaoRemove assume intrinsic from EvalContextExt
2020-09-24 borsAuto merge of #1561 - RalfJung:rustup, r=RalfJung
2020-09-24 Ralf Jungrustup; fix tests
2020-09-23 borsAuto merge of #1560 - RalfJung:rustup, r=RalfJung
2020-09-23 Ralf Jungopt-level 3 is clean again :)
2020-09-21 borsAuto merge of #1558 - RalfJung:serde_derive, r=RalfJung
2020-09-21 Ralf Jungtest formerly broken serde_derive dependency
2020-09-21 borsAuto merge of #1557 - RalfJung:cargo-miri, r=RalfJung
2020-09-21 Ralf Jungsupport non-rlib extern files
2020-09-21 borsAuto merge of #1556 - RalfJung:compat, r=RalfJung
2020-09-21 Ralf Jungalso support old 'cargo miri run -- -- args' style
2020-09-20 borsAuto merge of #1554 - RalfJung:rustup, r=RalfJung
2020-09-20 Ralf Jungrustup; support panic=abort on Windows
2020-09-20 borsAuto merge of #1553 - RalfJung:rustup, r=RalfJung
2020-09-20 Ralf Jungrustup
2020-09-20 borsAuto merge of #1552 - RalfJung:rustup, r=RalfJung
2020-09-20 Ralf Jungaccount for mir-opts masking more errors
2020-09-20 Ralf Jungrustup; make sure the iterator moves even with smarter...
2020-09-19 borsAuto merge of #1551 - RalfJung:readme, r=RalfJung
2020-09-19 Ralf Junglist two more aliasing problems we found in BTreeMap...
2020-09-18 borsAuto merge of #1549 - RalfJung:panic-abort, r=oli-obk
2020-09-18 Ralf Jungfmt
2020-09-18 Ralf Jungsupport panic=abort
2020-09-18 borsAuto merge of #1548 - RalfJung:update, r=RalfJung
2020-09-18 Ralf Jungupdate for major version bumps
2020-09-18 Ralf Jung'cargo update' test-cargo-miri
2020-09-17 Ralf Jungcargo update main crates
2020-09-17 borsAuto merge of #1540 - RalfJung:cargo-miri-redone, r...
2020-09-17 borsAuto merge of #1547 - RalfJung:rustup, r=RalfJung
2020-09-17 Ralf Jungrustup; no need to special-case the guaranteed_eq/ne...
2020-09-17 Ralf Jungadd comment mentioning alternative approach
2020-09-17 Ralf Jungtest-cargo-miri: normalize slashes before comparing...
2020-09-17 Ralf Jungmake sure tests pass even with RUST_TEST_NOCAPTURE set
2020-09-17 Ralf Jungmake (not yet actually used) doctest actually use the...
2020-09-17 Ralf Jungmore consistent error capitalization
2020-09-17 Ralf Jungcleaner output for cargo-miri-test harness
2020-09-17 Ralf Jungmake sure subcrate tests have the right cwd
2020-09-17 Ralf Jungtest 'cargo miri run' CWD, also for subcrate in a workspace
2020-09-17 Ralf Jungtest propagating env vars from build.rs to binary
2020-09-17 Ralf Jungtest 'harness=false' tests
2020-09-17 Ralf Jungdetect when the user passes Miri's flags the old way...
2020-09-17 Ralf Jungfix cargo-miri-test for cross-runs
2020-09-17 Ralf Jungshow proper warning about not running doctests
2020-09-17 Ralf Jungupdate comment
2020-09-17 Ralf Jungtest reading from stdin
2020-09-17 Ralf Jungpatch away --error-format and --json so that errors...
2020-09-17 Ralf Jungforward build-time env vars to binary, and test that...
2020-09-17 Ralf Jungfix Miri script on macOS
2020-09-17 Ralf Junghandle binary suffices (for Windows); stop deleting...
2020-09-17 Ralf Jungmake our filename handling work better across platforms
2020-09-17 Ralf Jungeven when not linking, create stub .rlib files to fool...
2020-09-17 Ralf Jungfix typo
2020-09-17 Ralf Jungupdate docs, and also use MIRIFLAGS for the test suite
2020-09-17 Ralf Jungtest respecting 'test=false', and what happens with...
2020-09-17 Ralf Jungpatch --extern and --emit; test suite passes now!
2020-09-17 Ralf Jungit actually runs tests now!
2020-09-17 Ralf Jungstub JSON information flow from cargo-build-time to...
2020-09-17 Ralf Jungtowards letting cargo do binary selection: wrappers...
2020-09-17 Ralf Jungcanonicalize miri's directory
next