]> git.lizzy.rs Git - rust.git/history - cargo-miri
Add `ArgFlagValueIter`
[rust.git] / cargo-miri /
2021-01-18 hyd-devAdd `ArgFlagValueIter`
2020-12-21 borsAuto merge of #1655 - RalfJung:rustup, r=RalfJung
2020-12-21 Ralf Jungrustup + cargo-miri 'cargo update'
2020-11-29 borsAuto merge of #1617 - JCTyblaidd:data_race_detector...
2020-11-07 borsAuto merge of #1612 - camelid:patch-1, r=RalfJung
2020-11-07 borsAuto merge of #1620 - RalfJung:overflow, r=RalfJung
2020-11-07 Ralf Jungenable overflow checks in the standard library
2020-10-28 borsAuto merge of #1606 - RalfJung:trophy, r=oli-obk
2020-10-28 borsAuto merge of #1603 - RalfJung:track-raw, r=oli-obk
2020-10-28 borsAuto merge of #1604 - RalfJung:std-debug-assert, r...
2020-10-28 Ralf Jungdisable debug assertions in the standard library
2020-10-24 borsAuto merge of #1598 - camelid:hide-readlink-error,...
2020-10-24 borsAuto merge of #1596 - camelid:fix-readme, r=RalfJung
2020-10-24 borsAuto merge of #1594 - camelid:dont-force-install-xargo...
2020-10-23 CamelidDon't force-install xargo
2020-10-22 borsAuto merge of #1590 - RalfJung:trophy, r=RalfJung
2020-10-21 borsAuto merge of #1589 - Aaron1011:enable-normal-backtrace...
2020-10-20 Aaron HillEnable `backtrace` feature in the generated `Xargo...
2020-10-11 borsAuto merge of #1571 - lzutao:actions, r=RalfJung
2020-10-07 borsAuto merge of #1577 - RalfJung:rlib, r=RalfJung
2020-10-07 Ralf Jungfix for rlib/cdylib crates in dependency tree
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-18 borsAuto merge of #1549 - RalfJung:panic-abort, r=oli-obk
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-17 Ralf Jungcargo update main crates
2020-09-17 borsAuto merge of #1540 - RalfJung:cargo-miri-redone, r...
2020-09-17 Ralf Jungadd comment mentioning alternative approach
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 Jungmake sure subcrate tests have the right cwd
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 Jungshow proper warning about not running doctests
2020-09-17 Ralf Jungupdate comment
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 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 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-13 borsAuto merge of #1545 - RalfJung:azure-ci, r=RalfJung
2020-09-13 Ralf Jungalso detect Azure CI environments
2020-08-28 borsAuto merge of #1525 - divergentdave:cargo-miri-targets...
2020-08-27 David CookReview comments
2020-08-26 David CookReview comments
2020-08-26 David CookSupport --test/--bin/--lib in cargo-miri
2020-08-21 borsAuto merge of #1521 - workingjubilee:bump-cargo-metadat...
2020-08-21 Jubilee YoungBump cargo_metadata to 0.11
2020-08-03 borsAuto merge of #1495 - samrat:fd-trait, r=oli-obk
2020-08-03 borsAuto merge of #1496 - RalfJung:rustup, r=RalfJung
2020-08-03 Ralf Jungrustup; inner_deref has been stabilized
2020-07-29 borsAuto merge of #1491 - RalfJung:xargo-check, r=RalfJung
2020-07-29 Ralf Jungonly check-build the dummy xargo project
2020-07-29 borsAuto merge of #1490 - RalfJung:rustup, r=RalfJung
2020-07-29 Ralf Jungrustup for new folder layout
2020-07-18 borsAuto merge of #1436 - samrat:support-stdin-read, r...
2020-07-11 borsAuto merge of #1474 - RalfJung:canonical, r=RalfJung
2020-07-11 Ralf Junggo back to using canonicalize()
2020-07-09 borsAuto merge of #1473 - Stupremee:no-ice-if-no-main-fn...
2020-07-09 borsAuto merge of #1472 - RalfJung:abs, r=RalfJung
2020-07-09 Ralf JungCleanup code
2020-07-09 Ralf Jungbetter way to get an absolute path
2020-07-09 borsAuto merge of #1471 - RalfJung:win, r=RalfJung
2020-07-09 Ralf Jungon Windows, strip the '\\?\' prefix from the canonical...
2020-07-05 borsAuto merge of #1469 - RalfJung:relative, r=RalfJung
2020-07-05 Ralf Jungsupport relative XARGO_RUST_SRC
2020-06-09 borsAuto merge of #1418 - divergentdave:file-sync, r=RalfJung
2020-05-28 borsAuto merge of #1422 - RalfJung:cargo-miri-workspace...
2020-05-28 Ralf Jungcargo-miri: allow overwriting miri command, and make...
2020-05-28 Ralf Jungno workspace as that is incompatible with the rustc...
2020-05-28 Ralf Jungre-add some fake dependencies to avoid rebuilds
2020-05-28 Ralf Jungfmt
2020-05-28 Ralf Jungmake cargo-miri a separate crate in a workspace