]> git.proxmox.com Git - cargo.git/history - src/cargo/ops/cargo_compile.rs
Really fix `cargo test` and fix an OUT_DIR bug
[cargo.git] / src / cargo / ops / cargo_compile.rs
2014-11-05 Alex CrichtonReally fix `cargo test` and fix an OUT_DIR bug
2014-11-05 Alex CrichtonImplement overrides via local cargo configuration
2014-11-05 borsauto merge of #776 : alexcrichton/cargo/issue-488,...
2014-11-05 Alex CrichtonUpdate to rust master
2014-11-01 borsauto merge of #791 : alexcrichton/cargo/update, r=alexc...
2014-11-01 Jason Oziasupdated to work with DSTify Hash commit in rust
2014-10-31 borsauto merge of #775 : alexcrichton/cargo/issue-771,...
2014-10-31 borsauto merge of #774 : alexcrichton/cargo/issue-740,...
2014-10-31 borsauto merge of #773 : alexcrichton/cargo/update-all...
2014-10-31 borsauto merge of #783 : steveklabnik/cargo/require_curl...
2014-10-31 borsauto merge of #786 : alexcrichton/cargo/update, r=alexc...
2014-10-31 Alex CrichtonUpdate to rust master
2014-10-31 borsauto merge of #780 : EduardoBautista/cargo/add-example...
2014-10-30 borsauto merge of #735 : tomaka/cargo/platform-specific...
2014-10-28 borsauto merge of #769 : tomaka/cargo/delete-design, r...
2014-10-28 Pierre KriegerImplement platform-specific dependencies
2014-10-27 borsauto merge of #765 : steveklabnik/cargo/fix_warnings...
2014-10-27 borsauto merge of #758 : alexcrichton/cargo/issue-751,...
2014-10-27 borsauto merge of #757 : alexcrichton/cargo/issue-743,...
2014-10-27 borsauto merge of #734 : alexcrichton/cargo/issue-728,...
2014-10-27 borsauto merge of #725 : alexcrichton/cargo/registry-fixes...
2014-10-27 Alex CrichtonIntegrate the lockfile and registry-based deps
2014-10-27 Alex CrichtonRestructure resolve/lockfile ops
2014-10-27 Alex CrichtonUpdate how cargo talks to the registry
2014-10-27 borsauto merge of #718 : alexcrichton/cargo/issue-715,...
2014-10-21 borsauto merge of #732 : alexcrichton/cargo/update, r=alexc...
2014-10-21 Alex CrichtonMerge remote-tracking branch 'tomaka/add-docs' into...
2014-10-21 Pierre KriegerAdd general doccomments
2014-10-02 borsauto merge of #631 : alexcrichton/cargo/issue-514,...
2014-09-30 borsauto merge of #628 : alexcrichton/cargo/issue-537,...
2014-09-29 Alex CrichtonAdd cargo {test,bench} -p <spec>
2014-09-29 Alex CrichtonAllow specifying what to build as part of `cargo build`
2014-09-25 borsauto merge of #624 : alexcrichton/cargo/issue-484,...
2014-09-25 borsauto merge of #625 : alexcrichton/cargo/no-more-depreca...
2014-09-25 Alex CrichtonRemove the deprecated -u flag
2014-09-24 borsauto merge of #617 : alexcrichton/cargo/issue-597,...
2014-09-23 borsauto merge of #509 : alexcrichton/cargo/features, r...
2014-09-23 Alex CrichtonImplement `features`
2014-09-17 borsauto merge of #580 : alexcrichton/cargo/fix-cargo-doc...
2014-09-16 borsauto merge of #570 : alexcrichton/cargo/fetch, r=brson
2014-09-16 Alex CrichtonImplement a `cargo fetch` command
2014-09-09 borsauto merge of #528 : alexcrichton/cargo/deadlock, r...
2014-09-08 borsauto merge of #529 : alexcrichton/cargo/msys2-build...
2014-09-08 borsauto merge of #527 : alexcrichton/cargo/build-issues...
2014-09-08 borsauto merge of #516 : alexcrichton/cargo/issue-512,...
2014-09-08 borsauto merge of #515 : alexcrichton/cargo/issue-472,...
2014-09-07 borsauto merge of #522 : EduardoBautista/cargo/update-docs...
2014-09-07 borsauto merge of #513 : bkoropoff/cargo/revert-static...
2014-09-05 Brian KoropoffRevert "Be compatible with the stdlib for now ('static...
2014-09-04 СухарикMerge with upstream and update Cargo.lock
2014-09-03 borsauto merge of #474 : alexcrichton/cargo/issue-461,...
2014-09-03 borsauto merge of #506 : alexcrichton/cargo/sooner-lockfile...
2014-09-03 Alex CrichtonGenerate a lockfile sooner in `cargo build`
2014-09-03 borsauto merge of #501 : alexcrichton/cargo/issue-480,...
2014-09-03 borsauto merge of #500 : alexcrichton/cargo/fix-flaky-test...
2014-09-03 borsauto merge of #499 : alexcrichton/cargo/issue-486,...
2014-09-03 borsauto merge of #495 : alexcrichton/cargo/issue-492,...
2014-09-03 borsauto merge of #475 : alexcrichton/cargo/issue-458,...
2014-09-03 Alex CrichtonFix relative override paths
2014-08-29 borsauto merge of #485 : alexcrichton/cargo/fix-for-rustc...
2014-08-29 Alex CrichtonBe compatible with the stdlib for now ('static shell)
2014-08-29 Brian KoropoffFix build breakage due to generalized type parameter...
2014-08-29 Brian KoropoffFix deprecated method/function warnings with rustc...
2014-08-28 borsauto merge of #416 : alexcrichton/cargo/dox, r=wycats
2014-08-27 borsauto merge of #421 : alexcrichton/cargo/issue-418,...
2014-08-24 borsauto merge of #430 : aochagavia/cargo/mod, r=alexcrichton
2014-08-23 Adolfo OchagavíaUse `mod` where possible
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-17 Alex CrichtonAlways generate a lockfile with dev-dependencies
2014-08-15 borsauto merge of #369 : alexcrichton/cargo/issue-327,...
2014-08-14 Alex CrichtonDeprecated [[lib]] in favor of [lib]
2014-08-12 borsauto merge of #363 : alexcrichton/cargo/fix-some-bugs...
2014-08-11 Alex CrichtonMerge commit 'xanxys/master' into fix-some-bugs
2014-08-11 Alex CrichtonDon't pull in dev-deps for `cargo build`
2014-08-07 borsauto merge of #338 : alexcrichton/cargo/fix-dylib-tests...
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 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 #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-05 Alex CrichtonImplement doc tests
2014-08-05 Alex CrichtonRefactor cargo_test into an ops module
2014-08-04 borsauto merge of #323 : alexcrichton/cargo/issue-314,...
2014-08-04 Alex CrichtonUpdate the lockfile when deps are modified
2014-08-03 borsauto merge of #303 : alexcrichton/cargo/issue-299,...
2014-08-01 borsauto merge of #301 : alexcrichton/cargo/lockfile, r...
2014-07-31 Alex CrichtonImplement cargo-update
2014-07-31 Alex CrichtonAdd a small profiling framework
2014-07-31 Alex CrichtonUse sources from the lockfile
2014-07-31 Alex CrichtonFix all tests and rebase conflicts
2014-07-31 Tim Carey-SmithSuccessfully roundtrip the lockfile
2014-07-31 Tim Carey-SmithICE
2014-07-31 Tim Carey-SmithWIP
2014-07-28 borsauto merge of #268 : alexcrichton/cargo/issue-267,...
2014-07-28 borsauto merge of #254 : alexcrichton/cargo/cargo-doc,...
2014-07-28 Alex CrichtonAdd a cargo-doc command
next