]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2014-07-07 Yehuda Katz... Add --release and related refactoring
2014-07-07 Yehuda KatzMerge pull request #134 from alexcrichton/nightlies
2014-07-07 Alex CrichtonAdd documentation about cargo nightlies
2014-07-07 borsauto merge of #131 : alexcrichton/cargo/update-to-maste...
2014-07-07 Alex CrichtonUpdate with master changes
2014-07-07 borsauto merge of #129 : riccieri/cargo/no_more_crate_id...
2014-07-07 borsauto merge of #128 : riccieri/cargo/nightly-fix, r...
2014-07-07 Renato ZannonUse --print-file-name instead of --crate-file-name
2014-07-07 Renato ZannonUse #![crate_name] instead of #![crate_id]
2014-07-06 Renato Zannonurl.path is now a Path, not a String
2014-07-05 borsauto merge of #123 : alexcrichton/cargo/canonicalize...
2014-07-05 Alex CrichtonCanonicalize github urls for the resolver
2014-07-05 borsauto merge of #122 : Benny1992/cargo/master, r=alexcrichton
2014-07-05 Bennyuse [[bin]] instead of [[executable]]
2014-07-04 borsauto merge of #116 : Indiv0/cargo/typofix, r=alexcrichton
2014-07-04 Indiv0Fix missing space typo in single source error
2014-07-03 borsauto merge of #110 : bcobb/cargo/patch-1, r=alexcrichton
2014-07-03 borsauto merge of #106 : alexcrichton/cargo/no-path, r...
2014-07-03 borsauto merge of #113 : rust-lang/cargo/dev-deps, r=alexcr...
2014-07-03 Yehuda Katz... Fix up dev-dependencies
2014-07-03 Yehuda Katz... Added [dev-dependencies] sections to Cargo.toml
2014-07-03 Yehuda Katz... Add support for non-transitive dependencies
2014-07-03 Björn SteinbrinkUpdate hammer.rs to be compatible with the current...
2014-07-02 Brian CobbREADME uses "its" instead of "it's"
2014-07-02 Alex CrichtonEnable execution without cargo in PATH
2014-07-02 borsauto merge of #109 : steveklabnik/cargo/json, r=alexcri...
2014-07-01 Steve KlabnikFixing deprecated JSON call
2014-07-01 borsauto merge of #108 : jdeseno/cargo/clean-submodules...
2014-07-01 borsauto merge of #107 : alexcrichton/cargo/issue-102,...
2014-07-01 joshmake clean-all via git submodule foreach
2014-07-01 Alex CrichtonDon't call generic methods on trait objects
2014-07-01 borsauto merge of #100 : rust-lang/cargo/meta-packages...
2014-07-01 Yehuda KatzImprovements based on the review
2014-07-01 borsauto merge of #101 : alexcrichton/cargo/fix-git-1.7...
2014-07-01 Alex CrichtonFix fetch() on git < 1.7.3
2014-07-01 Yehuda KatzMeta-packages
2014-06-30 borsauto merge of #92 : alexcrichton/cargo/dash-j, r=wycats
2014-06-30 Alex CrichtonImplement parallel compilation
2014-06-30 Alex CrichtonAdd a dependency queue abstraction
2014-06-30 Alex CrichtonAdd a task-pool abstraction
2014-06-30 Alex CrichtonMake CargoError inherit from Send
2014-06-30 Alex CrichtonAccept -j as a command-line parameter
2014-06-30 borsauto merge of #86 : alexcrichton/cargo/issue-77, r...
2014-06-30 Alex CrichtonDon't infinitely recurse on cyclic path deps
2014-06-30 borsauto merge of #87 : alexcrichton/cargo/toml-warnings...
2014-06-30 borsauto merge of #83 : huonw/cargo/manifest-search, r...
2014-06-30 Huon WilsonCheck for the existence of Cargo.toml when reading...
2014-06-29 Huon WilsonGeneralise `find_project` to not always search parents.
2014-06-29 borsauto merge of #90 : brson/cargo/fix, r=alexcrichton
2014-06-29 Brian AndersonRevert "Merge pull request #89 from rust-lang/revert...
2014-06-29 Brian AndersonMerge pull request #89 from rust-lang/revert-88-fix
2014-06-29 Brian AndersonRevert "Basic URL canonicalization. Fixes #84"
2014-06-29 Brian AndersonMerge pull request #88 from brson/fix
2014-06-29 Brian AndersonFuture proof URL canonicalization tests
2014-06-28 Brian AndersonAdd tests for URL canonicalization and canonicalize...
2014-06-28 Brian AndersonAdd a hack to make github urls case-insensitive. Fixes #84
2014-06-28 Brian AndersonAccount for trailing / in URLs when determining on...
2014-06-28 Alex CrichtonWarn about unused TOML keys
2014-06-28 borsauto merge of #75 : samebchase/cargo/add-help-for-test...
2014-06-28 borsauto merge of #81 : alexcrichton/cargo/fix-windows...
2014-06-28 Alex CrichtonUse a custom rm_rf to paper over windows git funkiness
2014-06-27 borsauto merge of #78 : huonw/cargo/minor-de-.unwrapping...
2014-06-27 Huon WilsonRemove/refactor some .unwraps.
2014-06-27 Huon Wilsons/,/:/ in what appears to be JSON.
2014-06-27 Samuel ChaseRemove superfluous newline
2014-06-27 Samuel ChaseAdd command line help text for new subcommand 'cargo...
2014-06-27 borsauto merge of #72 : Arcterus/cargo/master, r=alexcrichton
2014-06-27 ArcterusError out on ssh dependencies (fixes #55)
2014-06-27 borsauto merge of #70 : alexcrichton/cargo/buildbot, r...
2014-06-27 Alex CrichtonPrepare for buildbot automation
2014-06-27 Yehuda Katz... Fix temporary error message to be clearer
2014-06-26 Yehuda Katz... 100 chars
2014-06-26 Tim Carey-SmithAdd cargo test
2014-06-25 Yehuda KatzMerge pull request #64 from alexcrichton/no-recompile...
2014-06-25 Alex CrichtonDon't recompile nested deps too frequently
2014-06-25 Yehuda KatzMerge pull request #56 from alexcrichton/fix-windows...
2014-06-25 Alex CrichtonIgnore \r in output matching
2014-06-25 Alex CrichtonFix lots of windows tests
2014-06-25 Alex CrichtonSwitch the process builder to starting from ToCStr
2014-06-25 Alex CrichtonFix rm_rf on windows
2014-06-25 Alex CrichtonDisable terminal tests on windows
2014-06-25 Alex CrichtonMove from all-URL to Path/URL enum
2014-06-25 Alex CrichtonFix the toml-rs build location
2014-06-25 Alex CrichtonUse correct path separator on windows
2014-06-25 Alex CrichtonMerge pull request #63 from dtrebbien/patch-update...
2014-06-25 Daniel TrebbienUpdate libs/toml-rs
2014-06-25 Alex CrichtonMerge pull request #59 from mcpherrinm/nobloat
2014-06-25 Alex CrichtonMerge pull request #53 from huonw/version-error
2014-06-25 Huon WilsonHandle misformatted versions with a nicer error message.
2014-06-24 Carl LercheRename make distclean -> clean-all
2014-06-24 Yehuda KatzAdd support for branch/tag/rev options
2014-06-24 Yehuda KatzUpdate README.md
2014-06-24 Yehuda KatzMerge pull request #49 from o11c/install-paths
2014-06-24 Yehuda KatzMerge pull request #48 from gilles-leblanc/issue40
2014-06-24 Gilles LeblancRemoves vagrant files from project
2014-06-24 Brian AndersonMerge pull request #50 from alexcrichton/license
2014-06-24 Alex CrichtonAdd the standard Rust Apache/MIT license
2014-06-24 Ben LongbonsCorrect installation to follow standards
2014-06-24 Alex CrichtonClarify `make install` exists as a target
2014-06-24 Yehuda KatzUpdate README.md
next