2019-07-19 |
Jane Lusby | dont overuse the wrapper |
commit | commitdiff | tree |
2019-07-18 |
Jane Lusby | apply the correct changes |
commit | commitdiff | tree |
2019-07-18 |
Jane Lusby | minor fixes |
commit | commitdiff | tree |
2019-07-16 |
Jane Lusby | missing wiring |
commit | commitdiff | tree |
2019-07-16 |
Jane Lusby | deduplicate code |
commit | commitdiff | tree |
2019-07-16 |
Jane Lusby | implement primary unit rustc |
commit | commitdiff | tree |
2019-07-16 |
Jane Lusby | centralize diagnostic server stuff |
commit | commitdiff | tree |
2019-07-10 |
Jane Lusby | Fix --clippy arg for fix |
commit | commitdiff | tree |
2019-06-26 |
Jane Lusby | it was still a little broken |
commit | commitdiff | tree |
2019-06-26 |
Jane Lusby | back in tip top shape |
commit | commitdiff | tree |
2019-06-26 |
Jane Lusby | some changes, ill clean this up in a hot sec |
commit | commitdiff | tree |
2019-06-26 |
Jane Lusby | Update src/cargo/util/config.rs |
commit | commitdiff | tree |
2019-06-26 |
Jane Lusby | Update src/bin/cargo/commands/fix.rs |
commit | commitdiff | tree |
2019-06-25 |
Jane Lusby | allow clippy path override via env variable |
commit | commitdiff | tree |
2019-06-25 |
Jane Lusby | add warning to cargo incase clippy is missing |
commit | commitdiff | tree |
2019-06-25 |
Jane Lusby | use json instead of shitty hack |
commit | commitdiff | tree |
2019-06-25 |
Jane Lusby | initial clippy tests |
commit | commitdiff | tree |
2019-06-25 |
Jane Lusby | rename passthru arg to make it clearer |
commit | commitdiff | tree |
2019-06-25 |
Jane Lusby | appease cargo fmt |
commit | commitdiff | tree |
2019-06-25 |
Jane Lusby | nailed it |
commit | commitdiff | tree |
2019-06-25 |
Jane Lusby | initial attempt at argument passthrough |
commit | commitdiff | tree |
2019-06-24 |
Jane Lusby | initial working version of cargo fix --clippy |
commit | commitdiff | tree |
2019-06-24 |
bors | Auto merge of #7066 - nmattia:nm/fix-typo-2, r=alexcrichton |
commit | commitdiff | tree |
2019-06-24 |
Nicolas Mattia | Fix typo in comment |
commit | commitdiff | tree |
2019-06-23 |
bors | Auto merge of #7063 - matthiaskrgr:travis_fmt, r=alexcr... |
commit | commitdiff | tree |
2019-06-22 |
Matthias Krüger | format crates-io and cargo-test-macro subcrates |
commit | commitdiff | tree |
2019-06-22 |
Matthias Krüger | travis: run cargo fmt on subcrates as well |
commit | commitdiff | tree |
2019-06-22 |
bors | Auto merge of #7060 - lzutao:zsh-complete-package,... |
commit | commitdiff | tree |
2019-06-22 |
Lzu Tao | _cargo: Explain how _cargo_cmds works |
commit | commitdiff | tree |
2019-06-22 |
Lzu Tao | _cargo: Fix some warnings caught by shellcheck |
commit | commitdiff | tree |
2019-06-22 |
bors | Auto merge of #7061 - ehuss:update-fix-comments, r... |
commit | commitdiff | tree |
2019-06-22 |
Eric Huss | Update some fix comments. |
commit | commitdiff | tree |
2019-06-22 |
Lzu Tao | _cargo: Make function style consistent |
commit | commitdiff | tree |
2019-06-21 |
bors | Auto merge of #7056 - ehuss:default-run-stabilize,... |
commit | commitdiff | tree |
2019-06-21 |
Eric Huss | Stabilize default-run |
commit | commitdiff | tree |
2019-06-21 |
bors | Auto merge of #7054 - nmattia:nm/fix-typo, r=Eh2406 |
commit | commitdiff | tree |
2019-06-21 |
Nicolas Mattia | Fix typo in comment |
commit | commitdiff | tree |
2019-06-21 |
bors | Auto merge of #7050 - schomatis:fix/fingerprint/dont... |
commit | commitdiff | tree |
2019-06-21 |
Lucas Molas | fix(fingerprint): rustfmt |
commit | commitdiff | tree |
2019-06-21 |
Lucas Molas | test(freshness): remove `simple_deps_cleaner_does_not_r... |
commit | commitdiff | tree |
2019-06-21 |
Lucas Molas | fix(fingerpring): do not touch intermediate artifacts |
commit | commitdiff | tree |
2019-06-21 |
Lucas Molas | test(freshness): check that updating dependency mtime... |
commit | commitdiff | tree |
2019-06-21 |
bors | Auto merge of #7045 - Eh2406:resolver-test/debug-cleanu... |
commit | commitdiff | tree |
2019-06-20 |
Eh2406 | check is_public vs Kind more carefully |
commit | commitdiff | tree |
2019-06-20 |
bors | Auto merge of #7048 - jeremystucki:into_url, r=Eh2406 |
commit | commitdiff | tree |
2019-06-20 |
Jeremy Stucki | Make rustfmt happy |
commit | commitdiff | tree |
2019-06-20 |
bors | Auto merge of #7047 - jeremystucki:needless-lifetimes... |
commit | commitdiff | tree |
2019-06-20 |
Jeremy Stucki | Rename to_url -> into_url |
commit | commitdiff | tree |
2019-06-20 |
Jeremy Stucki | Indicate anonymous lifetime |
commit | commitdiff | tree |
2019-06-20 |
Jeremy Stucki | Remove needless lifetimes |
commit | commitdiff | tree |
2019-06-19 |
Eh2406 | check that the SAT solver exempts the result from the... |
commit | commitdiff | tree |
2019-06-19 |
Eh2406 | optimize `conflict_store` for looking up only older... |
commit | commitdiff | tree |
2019-06-19 |
bors | Auto merge of #7042 - ehuss:no-global-rm-rf, r=alexcrichton |
commit | commitdiff | tree |
2019-06-19 |
Eh2406 | dont have arg if it is all ways `pkg_id("root")` |
commit | commitdiff | tree |
2019-06-19 |
Eh2406 | `conflicting_activations` should always apply to `cx` |
commit | commitdiff | tree |
2019-06-19 |
Eh2406 | `cur` is not as helpful as `age` when debugging |
commit | commitdiff | tree |
2019-06-18 |
bors | Auto merge of #7041 - michaellass:patch-1, r=ehuss |
commit | commitdiff | tree |
2019-06-18 |
Eric Huss | Revert test directory cleaning change. |
commit | commitdiff | tree |
2019-06-18 |
Michael Lass | cargo book /reference/manifest: fix typo |
commit | commitdiff | tree |
2019-06-18 |
bors | Auto merge of #7011 - alexcrichton:resolver-extract... |
commit | commitdiff | tree |
2019-06-18 |
Alex Crichton | Extract resolver tests to their own crate |
commit | commitdiff | tree |
2019-06-18 |
Alex Crichton | Move the `crates-io` crate to a `crates` directory |
commit | commitdiff | tree |
2019-06-17 |
bors | Auto merge of #7038 - lzutao:ci-fmt, r=alexcrichton |
commit | commitdiff | tree |
2019-06-17 |
Lzu Tao | ci: Do not install addons on rustfmt build jobs |
commit | commitdiff | tree |
2019-06-14 |
bors | Auto merge of #7030 - Mark-Simulacrum:support-new-dep... |
commit | commitdiff | tree |
2019-06-14 |
Mark Rousskov | Support rustc emitting dep-info for binary dependencies |
commit | commitdiff | tree |
2019-06-13 |
bors | Auto merge of #7033 - lzutao:fmt-workspace, r=alexcrichton |
commit | commitdiff | tree |
2019-06-13 |
Lzu Tao | ci: Run cargo fmt on all workspaces |
commit | commitdiff | tree |
2019-06-13 |
bors | Auto merge of #7031 - lzutao:deprecated-once-init,... |
commit | commitdiff | tree |
2019-06-13 |
Lzu Tao | Use Once::new instead of ONCE_INIT |
commit | commitdiff | tree |
2019-06-11 |
bors | Auto merge of #7026 - ehuss:publish-lockfile-stabilize... |
commit | commitdiff | tree |
2019-06-11 |
bors | Auto merge of #7029 - matthiaskrgr:lock, r=Eh2406 |
commit | commitdiff | tree |
2019-06-11 |
Matthias Krüger | tweak lock message |
commit | commitdiff | tree |
2019-06-11 |
Matthias Krüger | remove unused lifetime |
commit | commitdiff | tree |
2019-06-10 |
Eric Huss | Stabilize publish-lockfile. |
commit | commitdiff | tree |
2019-06-10 |
bors | Auto merge of #7023 - ehuss:doc-example, r=alexcrichton |
commit | commitdiff | tree |
2019-06-08 |
Eric Huss | Fix documenting an example. |
commit | commitdiff | tree |
2019-06-07 |
bors | Auto merge of #6900 - jethrogb:nonconcurrent-tests... |
commit | commitdiff | tree |
2019-06-07 |
Eric Huss | Update to allow publishing cargo-test-macro. |
commit | commitdiff | tree |
2019-06-07 |
Eric Huss | Update reamp_path_prefix_ignored to `cargo_test`. |
commit | commitdiff | tree |
2019-06-07 |
Jethro Beekman | Update #[test] attribute on all tests in the testsuite |
commit | commitdiff | tree |
2019-06-07 |
Jethro Beekman | Don't rely on a thread local to uniquely create test... |
commit | commitdiff | tree |
2019-06-07 |
Jethro Beekman | Fix intermittent test failure due to interleaved stdout |
commit | commitdiff | tree |
2019-06-07 |
Jethro Beekman | Fix tests when running with RUST_TEST_THREADS=1 |
commit | commitdiff | tree |
2019-06-07 |
bors | Auto merge of #7018 - cuviper:libgit2-0.28, r=alexcrichton |
commit | commitdiff | tree |
2019-06-07 |
Alex Crichton | Make git auth script Windows/bash compatible |
commit | commitdiff | tree |
2019-06-07 |
bors | Auto merge of #7019 - matthiaskrgr:clippy_v5, r=Eh2406 |
commit | commitdiff | tree |
2019-06-07 |
Matthias Krüger | run rustfmt |
commit | commitdiff | tree |
2019-06-07 |
Matthias Krüger | fix a bunch of clippy warnings |
commit | commitdiff | tree |
2019-06-07 |
Josh Stone | Update git2 crates for libgit2 0.28 |
commit | commitdiff | tree |
2019-06-06 |
bors | Auto merge of #6966 - ehuss:reamp-path-prefix-hash... |
commit | commitdiff | tree |
2019-06-05 |
bors | Auto merge of #7010 - alexcrichton:less-features, r... |
commit | commitdiff | tree |
2019-06-05 |
bors | Auto merge of #7008 - alexcrichton:less-pipelining... |
commit | commitdiff | tree |
2019-06-05 |
Alex Crichton | Don't synthesize feature diretives for non-optional... |
commit | commitdiff | tree |
2019-06-04 |
Alex Crichton | Handle pipelined tests of libraries |
commit | commitdiff | tree |
2019-06-03 |
bors | Auto merge of #6869 - alexcrichton:vendor, r=ehuss |
commit | commitdiff | tree |
2019-06-03 |
bors | Auto merge of #7000 - matthewjasper:remove-unnecessary... |
commit | commitdiff | tree |
2019-06-03 |
bors | Auto merge of #6998 - ehuss:doc-duplicate-tracking... |
commit | commitdiff | tree |
2019-06-01 |
Matthew Jasper | Remove unnecessary outlives bounds |
commit | commitdiff | tree |
2019-05-31 |
Eric Huss | Remove hard-coded index.html in fingerprint function. |
commit | commitdiff | tree |
next |