]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
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-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
2014-08-06 Alex CrichtonLift the requirement that cargo is built with make
2014-08-05 Alex CrichtonImplement doc tests
2014-08-05 Alex CrichtonRefactor cargo_test into an ops module
2014-08-05 borsauto merge of #325 : dotdash/cargo/git_no_template...
2014-08-05 Björn SteinbrinkFix running tests using git on systems with customized...
2014-08-04 borsauto merge of #323 : alexcrichton/cargo/issue-314,...
2014-08-04 Alex CrichtonUpdate the lockfile when deps are modified
2014-08-04 borsauto merge of #317 : jdeseno/cargo/doc-manifest-path...
2014-08-04 Alex CrichtonIgnore Cargo.lock for libs in `cargo-new`
2014-08-04 Alex CrichtonAllow documenting binary targets.
2014-08-04 Joshua DeSenoUse same method to load manifest with doc sub-command
2014-08-04 borsauto merge of #309 : alexcrichton/cargo/snapshots,...
2014-08-04 Alex CrichtonRegister new snapshots
2014-08-04 borsauto merge of #314 : alexcrichton/cargo/hurray-for...
2014-08-04 Alex CrichtonDeal with different encodings of Cargo.lock
2014-08-03 borsauto merge of #303 : alexcrichton/cargo/issue-299,...
2014-08-02 borsauto merge of #308 : alexcrichton/cargo/enable-optimize...
2014-08-02 Alex CrichtonFix distcheck with --enable-optimize
2014-08-02 borsauto merge of #294 : alexcrichton/cargo/here-we-go...
2014-08-02 Alex CrichtonMake freshness tests more robust with time travel
2014-08-02 Alex CrichtonAdd a --enable-optimize flag to ./configure
2014-08-02 Alex CrichtonDon't tromp over too many files when downloading the...
2014-08-02 Alex CrichtonImplement per-target fingerprints
2014-08-02 Alex CrichtonPrepare for per-target fingerprints
2014-08-02 Alex CrichtonPower the TaskPool with a sync channel
2014-08-02 Alex CrichtonMake the dependency queue entirely generic
2014-08-02 Steve KlabnikFix the build.
2014-08-01 borsauto merge of #301 : alexcrichton/cargo/lockfile, r...
2014-08-01 Alex CrichtonGo back to manually stringifying resolve
2014-08-01 Alex CrichtonEnsure update updates all shared deps
2014-08-01 Alex CrichtonEnsure manifest paths are absolute paths
2014-07-31 Alex CrichtonImplement cargo-update
2014-07-31 Alex CrichtonTouch up some documentation around commands
2014-07-31 Alex CrichtonAdd a small profiling framework
2014-07-31 Alex CrichtonAvoid executing git in fingerprint()
2014-07-31 Alex CrichtonOptimize freshness of git repos
2014-07-31 Alex CrichtonBe sure to not emit a lone `?` in a URL
2014-07-31 Alex CrichtonUse sources from the lockfile
2014-07-31 Alex CrichtonUse precise if it's there
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-31 Tim Carey-Smith[WIP] Generate Cargo.lock on successful resolve
2014-07-30 borsauto merge of #298 : alexcrichton/cargo/readme, r=wycats
2014-07-30 borsauto merge of #297 : alexcrichton/cargo/url, r=wycats
2014-07-30 borsauto merge of #295 : alexcrichton/cargo/snapshots,...
2014-07-30 Alex CrichtonUpdate the README with current information
2014-07-30 Alex CrichtonMigrate from liburl to rust-url
2014-07-30 Alex CrichtonRegister new snapshots
2014-07-29 borsauto merge of #290 : omasanori/cargo/makefile, r=alexcr...
2014-07-29 borsauto merge of #285 : alexcrichton/cargo/fix-cargo-doc...
2014-07-29 borsauto merge of #255 : michaelsproul/cargo/missing-pkg...
2014-07-29 borsauto merge of #286 : benizi/cargo/fix/update-build...
2014-07-29 OGINO MasanoriRemove duplicated ${DESTDIR}.
2014-07-29 Michael SproulImprove the error message for missing packages.
2014-07-29 borsauto merge of #283 : alexcrichton/cargo/fix-fresh-plugi...
2014-07-29 Benjamin R... Update README with new build instructions
2014-07-29 Alex CrichtonDon't blow away target/doc
2014-07-29 Alex CrichtonCorrectly preserve plugin deps
2014-07-29 borsauto merge of #277 : alexcrichton/cargo/add-configure...
2014-07-29 Alex CrichtonAdd a configure script
2014-07-29 borsauto merge of #282 : alexcrichton/cargo/fix-some-cross...
2014-07-29 Alex CrichtonFix some dep errors with cross-compiled plugins
2014-07-28 borsauto merge of #281 : alexcrichton/cargo/no-more-warning...
2014-07-28 Alex CrichtonDeny all warnings when building cargo
2014-07-28 borsauto merge of #266 : alexcrichton/cargo/docopt, r=wycats
2014-07-28 Alex CrichtonMove from hammer to docopt for option parsing
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 borsauto merge of #265 : alexcrichton/cargo/issue-261,...
next