]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2014-08-27 Alex CrichtonFix `cargo run` for renamed bin targets
2014-08-21 borsauto merge of #415 : alexcrichton/cargo/in-tree-docs...
2014-08-21 Alex CrichtonAdd all docs in-tree
2014-08-20 borsauto merge of #410 : alexcrichton/cargo/fix-doctest...
2014-08-20 borsauto merge of #412 : ScriptDevil/cargo/default-help...
2014-08-20 Ashok GauthamPrint help message if cargo is invoked with no arguments
2014-08-19 Alex CrichtonFix doc tests for libs with deps
2014-08-19 borsauto merge of #409 : alexcrichton/cargo/snapshots,...
2014-08-19 Alex CrichtonRegister new snapshots
2014-08-19 borsauto merge of #408 : alexcrichton/cargo/fix-master...
2014-08-19 Alex CrichtonFix some flaky tests on the buildbots
2014-08-19 borsauto merge of #390 : alexcrichton/cargo/revert-libgit2...
2014-08-19 Tim Carey-SmithSyncs submodules after remote update (closes #370)
2014-08-19 Alex CrichtonRevert "Use libgit2 for driving git instead of the...
2014-08-19 borsauto merge of #384 : alexcrichton/cargo/issue-379,...
2014-08-19 Alex CrichtonMake a timing test a little less flaky
2014-08-19 Alex CrichtonAllow updating transitive deps
2014-08-19 Alex CrichtonPreserve $OUT_DIR across rebuilds
2014-08-19 Alex CrichtonAdd an exclude key to the manifest
2014-08-19 Alex CrichtonFactor in .gitignore for build cmd freshness
2014-08-19 borsauto merge of #401 : alexcrichton/cargo/issue-348,...
2014-08-19 Alex CrichtonDon't build docs/tests into separate dirs
2014-08-19 borsauto merge of #389 : alexcrichton/cargo/dev-dependency...
2014-08-19 borsauto merge of #375 : wycats/cargo/doc-fewer-things...
2014-08-19 borsauto merge of #402 : alexcrichton/cargo/import-rename...
2014-08-19 Alex CrichtonMore import renaming fallout
2014-08-19 borsauto merge of #399 : lucidd/cargo/master, r=alexcrichton
2014-08-18 Kevin WalterChange all uses of `use foo = bar` to `use bar as foo`
2014-08-18 borsauto merge of #394 : colindean/cargo/fix-readme, r...
2014-08-18 borsauto merge of #395 : bkoropoff/cargo/import-shadow...
2014-08-18 Brian KoropoffFix import shadowing errors in tests
2014-08-18 Brian KoropoffUpgrade to latest toml-rs
2014-08-17 Colin DeanRemove $ from lines in readme to improve copyability
2014-08-17 Alex CrichtonAlways generate a lockfile with dev-dependencies
2014-08-17 borsauto merge of #388 : alexcrichton/cargo/fix-cross-build...
2014-08-17 Alex CrichtonIf --target is specified, pass that to build commands
2014-08-16 borsauto merge of #367 : alexcrichton/cargo/git2-rs, r...
2014-08-16 Alex CrichtonRun cargo off the main thread.
2014-08-16 Alex CrichtonRegister new snapshots
2014-08-16 Alex CrichtonAdd submodule test from #381
2014-08-16 Alex CrichtonUse libgit2 for driving git instead of the CLI
2014-08-16 borsauto merge of #386 : alexcrichton/cargo/target-always...
2014-08-16 Alex CrichtonEnsure TARGET is always present for build commands
2014-08-16 borsauto merge of #372 : jauhien/cargo/master, r=alexcrichton
2014-08-16 Alex Crichtonstatic.rust-lang.org may be stale again?
2014-08-15 Jauhien PiatlickiFix code to be compilable with latest rustc:
2014-08-15 Alex CrichtonMove back to static.rust-lang.org
2014-08-15 borsauto merge of #369 : alexcrichton/cargo/issue-327,...
2014-08-15 borsauto merge of #378 : wycats/cargo/fix-git-issues, r...
2014-08-15 borsauto merge of #307 : erickt/cargo/bench, r=wycats
2014-08-15 borsauto merge of #366 : steveklabnik/cargo/get_to_subscrip...
2014-08-15 Alex CrichtonMac builder DNS is still stale, use S3 urls
2014-08-15 Yehuda Katz... Fix issues related to git updates
2014-08-14 Tim Carey-SmithRemove docs that shouldn't be built
2014-08-14 Erick Tryzelaarreplace "\n\n" with real newlines in test output
2014-08-14 Erick Tryzelaarwip: Add `cargo-bench`, which runs benchmarks at -...
2014-08-14 Alex CrichtonDeprecated [[lib]] in favor of [lib]
2014-08-14 Alex CrichtonStart accepting [lib], allow `bin = []`
2014-08-14 Erick Tryzelaarreplace .get() with .[]
2014-08-12 Steve Klabnik.get() -> []
2014-08-12 borsauto merge of #365 : alexcrichton/cargo/new-snapshots...
2014-08-12 Alex CrichtonRegister new snapshots
2014-08-12 borsauto merge of #363 : alexcrichton/cargo/fix-some-bugs...
2014-08-12 Alex CrichtonFix the --list tests for windows
2014-08-12 Alex CrichtonTake a different strategy than ^{object}
2014-08-11 Alex CrichtonFix a flaky test (due to hashes changing)
2014-08-11 Alex CrichtonMerge commit 'xanxys/master' into fix-some-bugs
2014-08-11 Alex CrichtonAdd a configure option to disable cross-tests
2014-08-11 Alex CrichtonDon't always print an error on test failures
2014-08-11 Alex CrichtonDon't pull in dev-deps for `cargo build`
2014-08-11 Alex CrichtonDisable doctests separately from tests
2014-08-11 Alex CrichtonSupport --target with `cargo test`
2014-08-11 Alex CrichtonFix `cargo clean` when not in the root dir
2014-08-11 Alex CrichtonFix updating git sources a new lockfile is committed
2014-08-10 Alex CrichtonUpdate rust-encoding
2014-08-09 xanxysAdd "--list" option to `cargo`, that shows lists of...
2014-08-08 borsauto merge of #347 : alexcrichton/cargo/snapshots,...
2014-08-08 Alex CrichtonRegister new snapshots
2014-08-08 borsauto merge of #341 : alexcrichton/cargo/doc-test-tweaks...
2014-08-08 Alex CrichtonMake sure version env vars are always present
2014-08-07 Alex CrichtonVerbosely say what's happening during doc tests
2014-08-07 Alex CrichtonFix --extern for doc tests for the local crate.
2014-08-07 borsauto merge of #338 : alexcrichton/cargo/fix-dylib-tests...
2014-08-07 Alex CrichtonDon't match the output of the submodule test
2014-08-07 Alex CrichtonRobustly run binaries and tests after compilation
2014-08-07 borsauto merge of #336 : alexcrichton/cargo/no-more-locatio...
2014-08-07 Alex CrichtonUpdate rust-url with a contained bugfix
2014-08-07 Alex CrichtonUnconditionally write Cargo.lock
2014-08-07 Alex CrichtonRemove the update_remotes flag entirely
2014-08-07 Alex CrichtonRemove Location, use Url everywhere
2014-08-06 borsauto merge of #302 : alexcrichton/cargo/doc-test, r...
2014-08-06 borsauto merge of #330 : alexcrichton/cargo/fix-cargo-doc2...
2014-08-06 Alex CrichtonEnsure env vars are set for cargo-doc
2014-08-06 borsauto merge of #329 : alexcrichton/cargo/fix-git-submodu...
2014-08-06 borsauto merge of #328 : alexcrichton/cargo/cargo-building...
2014-08-06 borsauto merge of #321 : alexcrichton/cargo/issue-304,...
2014-08-06 borsauto merge of #320 : alexcrichton/cargo/fix-doc-bins...
2014-08-06 borsauto merge of #319 : alexcrichton/cargo/fix-staticlibs...
2014-08-06 Alex CrichtonFix the output type of `staticlib`
2014-08-06 Alex CrichtonFix submodules on the initial checkout
next