]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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
2020-09-17 borsAuto merge of #1546 - Aaron1011:fix/windows-panic,...
2020-09-17 Aaron HillEnable some panic tests on Windows
2020-09-13 borsAuto merge of #1545 - RalfJung:azure-ci, r=RalfJung
2020-09-13 Ralf Jungalso detect Azure CI environments
2020-09-11 borsAuto merge of #1543 - RalfJung:btree, r=RalfJung
2020-09-11 Ralf Jungtest BTreeMap::drain_filter for leaks
2020-09-10 borsAuto merge of #1541 - RalfJung:rustup, r=RalfJung
2020-09-10 Ralf Jungexpand collection tests
2020-09-10 Ralf Jungrustup
2020-09-09 borsAuto merge of #1511 - samrat:more-fd-trait-ops, r=RalfJung
2020-09-09 Samrat Man... Implement dup and close for stdin/stdout/stderr
2020-09-08 borsAuto merge of #1536 - divergentdave:nanosleep, r=RalfJung
2020-09-07 David CookUse try block instead of closure
2020-09-07 David CookUpdate comment
2020-09-07 David CookSimplify read_timespec error handling
2020-09-07 David CookReview comments
2020-09-07 borsAuto merge of #1539 - RalfJung:issue, r=RalfJung
2020-09-07 Ralf Jungfix referenced issue
2020-09-07 borsAuto merge of #1538 - RalfJung:rustup, r=RalfJung
2020-09-07 Ralf Junguse standard black_box function
2020-09-07 Ralf Junganother optimization work-around
2020-09-07 Ralf Jungbetter optimization suppression
2020-09-07 Ralf Jungtest opt-level 2
2020-09-07 Ralf Jungwork around rustc optimizations becoming too smart
2020-09-06 David CookImplement libc::nanosleep shim
2020-09-06 David CookRefactor timespec parsing, improve error handling
2020-09-04 borsAuto merge of #1534 - LeSeulArtichaut:tys-kind, r=RalfJung
2020-09-04 LeSeulArtichautChange `ty.kind` -> `ty.kind()`
2020-09-03 borsAuto merge of #1532 - divergentdave:thread-panic-payloa...
2020-09-03 David CookAdd comment
2020-09-03 David CookPer-thread errno storage
2020-09-01 borsAuto merge of #1533 - RalfJung:rustup, r=RalfJung
2020-09-01 Ralf Jungrustup, fix test
2020-09-01 David CookReview comments
2020-08-30 David CookMove panic payload state from Machine to Thread
2020-08-29 borsAuto merge of #1531 - divergentdave:cargo-miri-targets...
2020-08-29 David CookTest cargo miri target selection
next