]> git.lizzy.rs Git - rust.git/history - cargo-miri
Add `measureme` integration for profiling the interpreted program
[rust.git] / cargo-miri /
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
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...
next