]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2014-10-14 borsauto merge of #698 : eagleflo/cargo/new-invalid-charact...
2014-10-13 borsauto merge of #703 : alexcrichton/cargo/doc.crates...
2014-10-13 Aku KotkavuoCheck crate name for invalid characters in cargo new
2014-10-13 Alex CrichtonMove documentation to doc.crates.io
2014-10-13 borsauto merge of #701 : kagia/cargo/master, r=alexcrichton
2014-10-13 borsauto merge of #696 : bkoropoff/cargo/build-break, r...
2014-10-13 Benjamin Kagialink to 64bit windows binaries #639
2014-10-12 Brian KoropoffUpgrade docopt/docopt_macros to fix build break
2014-10-11 Alex CrichtonOnly one CNAME is allowed!
2014-10-11 Alex CrichtonUpdate travis token to upload docs
2014-10-11 Alex CrichtonAdd doc.crates.io to src/doc/CNAME
2014-10-10 borsauto merge of #689 : alexcrichton/cargo/update, r=alexc...
2014-10-10 Alex CrichtonUpdate to rust master
2014-10-09 borsauto merge of #682 : vhbit/cargo/empty-features, r...
2014-10-09 Valerii HioraAllow to invoke Cargo commands with empty features
2014-10-09 borsauto merge of #688 : alexcrichton/cargo/update, r=alexc...
2014-10-09 Alex CrichtonUpdate dependencies and update to rust master
2014-10-07 borsauto merge of #677 : sfackler/cargo/rustdoc-features...
2014-10-07 borsauto merge of #679 : alexcrichton/cargo/fix-doc-test...
2014-10-07 Alex CrichtonUse the right package for doc test variables
2014-10-07 borsauto merge of #676 : jdeseno/cargo/warnings, r=alexcrichton
2014-10-07 Steven FacklerPass features along to rustdoc
2014-10-07 borsauto merge of #671 : alexcrichton/cargo/issue-668,...
2014-10-07 Alex CrichtonMake sure dev-deps are compiled for examples
2014-10-07 borsauto merge of #673 : alexcrichton/cargo/issue-665,...
2014-10-07 Joshua DeSenoFix warnings for constant names
2014-10-06 borsauto merge of #661 : alexcrichton/cargo/issue-660,...
2014-10-06 Alex CrichtonDon't always run doc tests for the root package
2014-10-06 borsauto merge of #663 : alexcrichton/cargo/issue-648,...
2014-10-06 borsauto merge of #675 : alexcrichton/cargo/fix-selective...
2014-10-06 Alex CrichtonRemove the notion of "primary" from Context
2014-10-06 borsauto merge of #672 : bkoropoff/cargo/option-map-cleanup...
2014-10-06 Alex CrichtonSort feature lists for fingerprint hashing
2014-10-06 Brian KoropoffClean up some uses of `Option::map` only for its side...
2014-10-06 borsauto merge of #667 : jakerr/cargo/help-help, r=alexcrichton
2014-10-06 borsauto merge of #670 : bkoropoff/cargo/unused-everywhere...
2014-10-05 Brian KoropoffRemote `unused` lint
2014-10-05 Jake KerrLet the help command work consistently everywhere
2014-10-03 Alex CrichtonParse escaped spaces in makefile dependencies
2014-10-03 borsauto merge of #630 : alexcrichton/cargo/issue-432,...
2014-10-03 Alex CrichtonAdd a test for #432
2014-10-03 Alex CrichtonFix dependencies linking to the local package
2014-10-03 Alex CrichtonFix the dependency graph with root pkg cycles
2014-10-03 Alex CrichtonAllow "cycles" through dev-deps
2014-10-03 Alex CrichtonRefine dependencies on dev-deps
2014-10-02 borsauto merge of #659 : alexcrichton/cargo/licenseing...
2014-10-02 borsauto merge of #654 : ebfe/cargo/cargo-build-help, r...
2014-10-02 Alex CrichtonInstall materials to comply with upstream licenses
2014-10-02 borsauto merge of #652 : tomaka/cargo/open-docs, r=alexcrichton
2014-10-02 borsauto merge of #631 : alexcrichton/cargo/issue-514,...
2014-10-02 borsauto merge of #655 : ebfe/cargo/deps, r=alexcrichton
2014-10-02 Pierre KriegerAdd --open flag to cargo doc
2014-10-02 Michael GehringUpdate dependencies
2014-10-02 Michael GehringFix typos in `cargo build -h`
2014-09-30 borsauto merge of #650 : plcstpierre/cargo/master, r=alexcr...
2014-09-30 Pier-Luc Caron... Bump version of dependencies
2014-09-30 borsauto merge of #628 : alexcrichton/cargo/issue-537,...
2014-09-29 Alex CrichtonImprove the error message for ambiguous specs
2014-09-29 Alex CrichtonDeprecate `cargo update foo`
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-29 Alex CrichtonAllow selectively cleaning packages
2014-09-29 borsauto merge of #647 : dotdash/cargo/entry, r=alexcrichton
2014-09-29 Björn SteinbrinkUse the new Entry API for HashMaps
2014-09-28 borsauto merge of #645 : bkoropoff/cargo/fix-infinite-recur...
2014-09-28 Brian KoropoffFix infinite recursion in CargoError impl for Box<Cargo...
2014-09-27 Alex CrichtonMake a test more resilient against the host system
2014-09-25 borsauto merge of #624 : alexcrichton/cargo/issue-484,...
2014-09-25 Alex CrichtonAllow updating to a precise revision
2014-09-25 borsauto merge of #625 : alexcrichton/cargo/no-more-depreca...
2014-09-25 borsauto merge of #635 : alexcrichton/cargo/update, r=alexc...
2014-09-25 Alex CrichtonUpdate to rust master
2014-09-25 Alex CrichtonRemove the deprecated -u flag
2014-09-24 borsauto merge of #617 : alexcrichton/cargo/issue-597,...
2014-09-24 borsauto merge of #632 : EduardoBautista/cargo/fix-width...
2014-09-24 borsauto merge of #627 : dotdash/cargo/rustup, r=alexcrichton
2014-09-24 Eduardo BautistaFit text within window in Safari when under 629px in...
2014-09-23 Björn SteinbrinkFix building with current rustc
2014-09-23 borsauto merge of #509 : alexcrichton/cargo/features, r...
2014-09-23 Alex CrichtonImplement `features`
2014-09-23 borsauto merge of #618 : alexcrichton/cargo/issue-593,...
2014-09-23 Alex CrichtonAdd some HTML docs for pkgid specs
2014-09-22 Alex CrichtonAdd a pkgid id command and update docopt docs
2014-09-22 Alex CrichtonHook up `cargo update` to pkgids
2014-09-22 Alex CrichtonImplement a package id specification format
2014-09-22 borsauto merge of #614 : alexcrichton/cargo/issue-613,...
2014-09-22 borsauto merge of #622 : steveklabnik/cargo/update_semver...
2014-09-22 borsauto merge of #623 : alexcrichton/cargo/update_to_head...
2014-09-22 Alex CrichtonDon't use a bundled gcc on windows
2014-09-22 Steve KlabnikRemove version_req.rs in favor of SemVer.
2014-09-22 Steve Klabnikmove to new interface
2014-09-22 Steve Klabnikupdate semver to 0.1.0
2014-09-22 Steve Klabnikupdate to HEAD
2014-09-22 borsauto merge of #616 : iliekturtles/cargo/patch-2, r...
2014-09-21 Alex CrichtonAllow plugins to have native dylib dependencies
2014-09-21 Mike BoutinFix Rust and Cargo nightly Windows links.
2014-09-21 borsauto merge of #605 : brson/cargo/https, r=alexcrichton
2014-09-21 Alex CrichtonMake `cargo update` more conservative.
2014-09-21 borsauto merge of #612 : alexcrichton/cargo/nocapture,...
2014-09-21 Alex CrichtonStop capturing output of all dependencies
next