2019-03-30 |
Jane Lusby | fix: non rustup clippy missing error |
commit | commitdiff | tree |
2019-03-30 |
Jane Lusby | fix: remove dbg macro calls |
commit | commitdiff | tree |
2019-03-30 |
Jane Lusby | fix: remove profile arg, exe check, add rustup check |
commit | commitdiff | tree |
2019-03-30 |
Jane Lusby | fix: mark clippy-preview unstable, remove cruft |
commit | commitdiff | tree |
2019-03-30 |
Jane Lusby | fix clippy help text, check for clippy-driver |
commit | commitdiff | tree |
2019-03-30 |
Manish Goregaokar | WIP cargo-clippy command |
commit | commitdiff | tree |
2019-03-29 |
bors | Auto merge of #6792 - collin5:patch-1, r=alexcrichton |
commit | commitdiff | tree |
2019-03-29 |
Collins Abitekaniza | fix vcs init for Fossil project |
commit | commitdiff | tree |
2019-03-27 |
bors | Auto merge of #6787 - ehuss:code-cleanup, r=alexcrichton |
commit | commitdiff | tree |
2019-03-27 |
bors | Auto merge of #6298 - lu-zero:rustc-link-args, r=alexcr... |
commit | commitdiff | tree |
2019-03-27 |
Eric Huss | Cleanup: Misc. |
commit | commitdiff | tree |
2019-03-27 |
Eric Huss | Cleanup: Remove redundant clones. |
commit | commitdiff | tree |
2019-03-27 |
Eric Huss | Cleanup: Remove unnecessary borrows. |
commit | commitdiff | tree |
2019-03-26 |
bors | Auto merge of #6786 - ehuss:remove-is_nightly-test... |
commit | commitdiff | tree |
2019-03-26 |
bors | Auto merge of #6534 - ehuss:meta-deps-name-null, r... |
commit | commitdiff | tree |
2019-03-26 |
bors | Auto merge of #6785 - ehuss:fingerprint-cleanup, r... |
commit | commitdiff | tree |
2019-03-26 |
Eric Huss | Testsuite: remove some unnecessary is_nightly checks. |
commit | commitdiff | tree |
2019-03-26 |
Eric Huss | Some fingerprint cleanup. |
commit | commitdiff | tree |
2019-03-26 |
bors | Auto merge of #6782 - ehuss:build-script-fingerprint... |
commit | commitdiff | tree |
2019-03-25 |
Eric Huss | Update for review comments. |
commit | commitdiff | tree |
2019-03-25 |
bors | Auto merge of #6778 - phil-opp:canonicalize-config... |
commit | commitdiff | tree |
2019-03-25 |
Philipp Oppermann | Canonicalize default target if it ends with `.json` |
commit | commitdiff | tree |
2019-03-24 |
bors | Auto merge of #6781 - ehuss:fix-panic-unwind-extra... |
commit | commitdiff | tree |
2019-03-24 |
Eric Huss | Fix fingerprint for canceled build script. |
commit | commitdiff | tree |
2019-03-23 |
Eric Huss | Fix setting `panic=unwind` compiling lib a extra time. |
commit | commitdiff | tree |
2019-03-21 |
bors | Auto merge of #6771 - sgrif:sg-always-show-errors-nicel... |
commit | commitdiff | tree |
2019-03-21 |
Sean Griffin | Always nicely show errors from crates.io if possible |
commit | commitdiff | tree |
2019-03-21 |
bors | Auto merge of #6768 - ehuss:cwd-relative, r=alexcrichton |
commit | commitdiff | tree |
2019-03-20 |
Eric Huss | Testsuite: Make `cwd()` relative to project root. |
commit | commitdiff | tree |
2019-03-20 |
bors | Auto merge of #6767 - ehuss:fix-git-ignore-of-root... |
commit | commitdiff | tree |
2019-03-20 |
Eric Huss | Allow `cargo fix` if gitignore matches root working... |
commit | commitdiff | tree |
2019-03-19 |
bors | Auto merge of #6763 - fabric-and-ink:remove_redundant_i... |
commit | commitdiff | tree |
2019-03-19 |
Fabian Drinck | Remove redundant imports |
commit | commitdiff | tree |
2019-03-19 |
bors | Auto merge of #6761 - alexcrichton:handle-toml, r=ehuss |
commit | commitdiff | tree |
2019-03-19 |
bors | Auto merge of #6756 - ehuss:fix-dirty_both_lib_and_test... |
commit | commitdiff | tree |
2019-03-18 |
Alex Crichton | Handle backcompat hazard with `toml` crate |
commit | commitdiff | tree |
2019-03-18 |
bors | Auto merge of #6760 - rust-lang:dependabot/cargo/toml... |
commit | commitdiff | tree |
2019-03-18 |
dependabot... | Update toml requirement from 0.4.2 to 0.5.0 |
commit | commitdiff | tree |
2019-03-17 |
bors | Auto merge of #6758 - dwijnand:reuse-std-env-consts... |
commit | commitdiff | tree |
2019-03-16 |
Dale Wijnand | Reuse std::env::consts::EXE_SUFFIX |
commit | commitdiff | tree |
2019-03-16 |
bors | Auto merge of #6753 - Eh2406:proptest, r=dwijnand |
commit | commitdiff | tree |
2019-03-16 |
Eh2406 | RIP, `minimal-versions` testing. You will be missed. |
commit | commitdiff | tree |
2019-03-16 |
Eric Huss | Fix spurious error in dirty_both_lib_and_test. |
commit | commitdiff | tree |
2019-03-16 |
bors | Auto merge of #6752 - ea2973929:cargo-book-2.4-dependen... |
commit | commitdiff | tree |
2019-03-16 |
Eh2406 | Proptest 0.9.1 |
commit | commitdiff | tree |
2019-03-16 |
Erik Nilsson | Don't need extern crate in 2018 |
commit | commitdiff | tree |
2019-03-15 |
bors | Auto merge of #6748 - alexcrichton:release-then-acquire... |
commit | commitdiff | tree |
2019-03-15 |
Alex Crichton | Remove minimal versions build from Windows |
commit | commitdiff | tree |
2019-03-15 |
Alex Crichton | Release a jobserver token while locking a file |
commit | commitdiff | tree |
2019-03-15 |
bors | Auto merge of #6749 - calebcartwright:docs-publish... |
commit | commitdiff | tree |
2019-03-15 |
Eric Huss | Update cargo-publish man. |
commit | commitdiff | tree |
2019-03-15 |
calebcartwright | docs: fix publish command synopsis |
commit | commitdiff | tree |
2019-03-13 |
bors | Auto merge of #6740 - ehuss:package-change-detection... |
commit | commitdiff | tree |
2019-03-13 |
bors | Auto merge of #6742 - hugwijst:yanked_local_registry_bu... |
commit | commitdiff | tree |
2019-03-13 |
bors | Auto merge of #6739 - ehuss:hg-optional, r=dwijnand |
commit | commitdiff | tree |
2019-03-13 |
Hugo van der... | Fix resolving yanked crates when using a local registry. |
commit | commitdiff | tree |
2019-03-13 |
Eric Huss | Make `hg` optional for tests. |
commit | commitdiff | tree |
2019-03-13 |
Eric Huss | Stricter package change detection. |
commit | commitdiff | tree |
2019-03-11 |
Luca Barbato | Rename pass_link_args to pass_cdylib_link_args |
commit | commitdiff | tree |
2019-03-11 |
bors | Auto merge of #6734 - ehuss:fingerprint-build-path... |
commit | commitdiff | tree |
2019-03-11 |
bors | Auto merge of #6358 - collin5:b4325, r=ehuss |
commit | commitdiff | tree |
2019-03-11 |
Collins Abitekaniza | test --quiet option with and without harness |
commit | commitdiff | tree |
2019-03-11 |
Collins Abitekaniza | forward --quiet flag only if harness=true |
commit | commitdiff | tree |
2019-03-10 |
bors | Auto merge of #6732 - AndrewKvalheim:terminating-newlin... |
commit | commitdiff | tree |
2019-03-10 |
Eric Huss | Fingerprint build script deps only for path packages. |
commit | commitdiff | tree |
2019-03-10 |
Andrew Kvalheim | End VCS ignore files with a newline |
commit | commitdiff | tree |
2019-03-10 |
Luca Barbato | Document the rustc-cdylib-link-arg key |
commit | commitdiff | tree |
2019-03-08 |
Luca Barbato | Restrict the link-arg key to rustc-cdylib-link-arg... |
commit | commitdiff | tree |
2019-03-08 |
Luca Barbato | Restrict to cdylib the link arg feature |
commit | commitdiff | tree |
2019-03-08 |
Luca Barbato | Add cargo:rustc-link-arg to pass custom linker arguments |
commit | commitdiff | tree |
2019-03-07 |
bors | Auto merge of #6694 - ordovicia:misspell-env-var, r... |
commit | commitdiff | tree |
2019-03-07 |
bors | Auto merge of #6724 - rust-lang:dependabot/cargo/glob... |
commit | commitdiff | tree |
2019-03-07 |
dependabot... | Update glob requirement from 0.2.11 to 0.3.0 |
commit | commitdiff | tree |
2019-03-06 |
bors | Auto merge of #6721 - ehuss:doc-test-relax, r=dwijnand |
commit | commitdiff | tree |
2019-03-06 |
Eric Huss | Relax some rustdoc tests. |
commit | commitdiff | tree |
2019-03-06 |
bors | Auto merge of #6720 - ehuss:build-script-fingerprint... |
commit | commitdiff | tree |
2019-03-06 |
bors | Auto merge of #6653 - Eh2406:min-pub-dep, r=alexcrichton |
commit | commitdiff | tree |
2019-03-06 |
Eric Huss | Include build script execution in the fingerprint. |
commit | commitdiff | tree |
2019-03-05 |
Eh2406 | move `check_public_visible_dependencies` to `Context` |
commit | commitdiff | tree |
2019-03-05 |
bors | Auto merge of #6718 - ehuss:version-bump, r=dwijnand |
commit | commitdiff | tree |
2019-03-05 |
Eric Huss | Bump to 0.36.0 |
commit | commitdiff | tree |
2019-03-04 |
Eh2406 | add a `check_public_visible_dependencies` flag |
commit | commitdiff | tree |
2019-03-02 |
bors | Auto merge of #6707 - dwijnand:test-bench-related-tweak... |
commit | commitdiff | tree |
2019-03-02 |
Dale Wijnand | Make cargo_test require only str slices for args |
commit | commitdiff | tree |
2019-03-02 |
Dale Wijnand | Redefine command_prelude::values in terms of ArgMatchesExt |
commit | commitdiff | tree |
2019-03-01 |
Eh2406 | add more comments |
commit | commitdiff | tree |
2019-02-28 |
Eh2406 | disable public dependency checks with renamed and ... |
commit | commitdiff | tree |
2019-02-28 |
Eh2406 | add some comments |
commit | commitdiff | tree |
2019-02-28 |
Eh2406 | disable fuzzing of pub/priv deps so we can merge |
commit | commitdiff | tree |
2019-02-28 |
Eh2406 | hide the details of the type for Conflict |
commit | commitdiff | tree |
2019-02-28 |
Eh2406 | disable back jumping on pub dep error |
commit | commitdiff | tree |
2019-02-28 |
Eh2406 | add a harder test. |
commit | commitdiff | tree |
2019-02-28 |
Eh2406 | get the one test to pass |
commit | commitdiff | tree |
2019-02-28 |
Eh2406 | maintain a graph of parents so we can quickly walk... |
commit | commitdiff | tree |
2019-02-28 |
Eh2406 | minimized an example |
commit | commitdiff | tree |
2019-02-28 |
Eh2406 | gen public deps |
commit | commitdiff | tree |
2019-02-28 |
bors | Auto merge of #6703 - ehuss:links-edition-guide, r... |
commit | commitdiff | tree |
2019-02-28 |
Eric Huss | Fix links to the permanent home of the edition guide. |
commit | commitdiff | tree |
2019-02-27 |
bors | Auto merge of #6614 - claudijd:https_all_the_things... |
commit | commitdiff | tree |
2019-02-25 |
bors | Auto merge of #6683 - dwijnand:cargo-test-quicker-by... |
commit | commitdiff | tree |
next |