]> git.lizzy.rs Git - rust.git/history - cargo-miri
Use SPDX license format
[rust.git] / cargo-miri /
2022-04-04 Alex TouchetUse SPDX license format
2022-03-20 borsAuto merge of #1975 - DrMeepster:backtrace_fix, r=RalfJung
2022-03-18 borsAuto merge of #2024 - saethlin:better-local-check,...
2022-03-18 Ben KimockConsider the cargo workspace when checking if a frame...
2022-01-09 borsAuto merge of #1952 - RalfJung:self-referential, r...
2022-01-03 borsAuto merge of #1953 - klensy:deps-up, r=RalfJung
2022-01-02 klensyupdate crate rustc_version 0.3 -> 0.4 to remove some...
2021-12-23 borsAuto merge of #1949 - RalfJung:miri-lib-src, r=oli-obk
2021-12-23 Ralf Jungadd and document MIRI_LIB_SRC env var to set the source...
2021-12-16 borsAuto merge of #1940 - RalfJung:xargo, r=RalfJung
2021-12-16 Ralf Jungrequire xargo 0.3.23
2021-12-15 borsAuto merge of #1937 - RalfJung:rustup, r=RalfJung
2021-12-14 Ralf Jungupdate lockfile
2021-11-25 borsAuto merge of #1924 - RalfJung:ra, r=oli-obk
2021-11-25 Ralf Junghack to work around RA quirk
2021-11-17 borsAuto merge of #1911 - RalfJung:rename-track-tag, r...
2021-11-14 borsAuto merge of #1913 - RalfJung:rustdoc-miri, r=RalfJung
2021-11-14 Ralf Jungrun rustdoc with the miri cfg flag
2021-09-14 borsAuto merge of #1890 - Smittyvb:cargo-miri-short-alias...
2021-09-11 SmittyOne character aliases for cargo-miri run/test
2021-07-12 borsAuto merge of #1850 - RalfJung:fmt, r=RalfJung
2021-07-11 Ralf Jungfmt cargo-miri
2021-07-03 borsAuto merge of #1842 - hyd-dev:target-dir, r=RalfJung
2021-07-02 hyd-devImport `std::process::self`
2021-06-27 hyd-devImprove doc comment
2021-06-27 hyd-devFix `.expect()` message
2021-06-27 hyd-dev`drop(cmd.arg(arg))` -> `cmd.arg(arg);`
2021-06-26 hyd-devShow error if `--target-dir` is provided more than...
2021-06-26 hyd-devFix typo
2021-06-26 hyd-dev`ArgFlagValueWithOtherArgsIter` -> `ArgSplitFlagValue`
2021-06-26 hyd-devlong closure -> function
2021-06-24 hyd-devUse `miri` inside the target directory used by rustc...
2021-05-27 borsAuto merge of #1817 - hyd-dev:doctest, r=RalfJung
2021-05-27 hyd-devChange preexisting "doc-test" to "doctest"
2021-05-27 hyd-devChange "Doc-tests" in the comment to "Doctests"
2021-05-27 hyd-dev"doc-tests" -> "doctests"
2021-05-26 hyd-devSkip doctests of `proc-macro` crates
2021-05-16 borsAuto merge of #1801 - RalfJung:rustfmt, r=oli-obk
2021-05-16 Ralf Jungconfigure rustfmt; fmt cargo-miri
2021-05-15 borsAuto merge of #1799 - RalfJung:rustup, r=RalfJung
2021-05-15 borsAuto merge of #1798 - RalfJung:nogit, r=oli-obk
2021-05-15 Ralf Jungsupport building Miri outside a git repo
2021-04-22 borsAuto merge of #1769 - RalfJung:remove-compat, r=oli-obk
2021-04-20 borsAuto merge of #1778 - RalfJung:thread-local-const-init...
2021-04-20 borsAuto merge of #1779 - RalfJung:cargo-miri-xargo, r...
2021-04-18 Ralf Jungfix MIRI_BE_RUSTC value during sysroot build
2021-04-10 Ralf Jungremove compatibility code for passing miri flags via...
2021-04-09 borsAuto merge of #1764 - RalfJung:readme, r=RalfJung
2021-04-08 borsAuto merge of #1761 - hyd-dev:build-rs-proc-macro-no...
2021-04-08 hyd-devDon't use `MIRI_DEFAULT_ARGS` to compile host crates
2021-04-06 borsAuto merge of #1757 - RalfJung:rustdoc, r=RalfJung
2021-04-05 Ralf Jungnits and fix non-deterministic test output
2021-04-05 Ralf Jungnits; test running no doctests
2021-04-05 Ralf Jungavoid some dead code and test no_run tests
2021-04-05 Ralf Jungadd test for compile_fail; de-duplicate sysroot forwarding
2021-04-05 hyd-devFix sysroot for rustdoc
2021-04-05 Ralf Jungresolve semantic conflicts
2021-04-05 Ralf Jungmake attempt to cross-interpret a hard error
2021-04-05 Tristan Dannenbergmake cargo-miri run doc-tests
2021-04-04 borsAuto merge of #1755 - RalfJung:cargo-update, r=RalfJung
2021-04-04 Ralf Jungbump cargo-miri dependencies
2021-04-04 Ralf Jung'cargo update' all the things
2021-03-02 borsAuto merge of #1721 - henryboisdequin:add-atomic-min...
2021-02-28 borsAuto merge of #1726 - hyd-dev:stub-d, r=RalfJung
2021-02-28 hyd-devClarify that the "dep-info" is fake and add a newline
2021-02-27 hyd-devCreate stub .d files
2021-02-27 borsAuto merge of #1723 - RalfJung:cargo-miri, r=RalfJung
2021-02-27 Ralf Jungcreate more fake files for cdylibs and staticlibs
2021-02-15 borsAuto merge of #1710 - hyd-dev:crate-types, r=RalfJung
2021-02-15 hyd-devStop skipping `cdylib`
2021-02-15 hyd-devPatch `--extern` arguments in `phase_cargo_rustc` as...
2021-02-15 hyd-devExtract `--extern` filenames patching code to `forward_...
2021-02-14 borsAuto merge of #1709 - hyd-dev:rlib, r=RalfJung
2021-02-14 hyd-dev[cargo-miri] Don't skip `rlib` crates
2021-01-24 borsAuto merge of #1675 - hyd-dev:proc-macro-unit-test...
2021-01-24 hyd-devSkip unit tests of `proc-macro` crates
2021-01-23 borsAuto merge of #1683 - frewsxcv:frewsxcv-nprocessors...
2021-01-23 borsAuto merge of #1684 - RalfJung:env, r=oli-obk
2021-01-23 Ralf Jungprefer build-time env vars over run-time values
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
next