]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
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
2014-06-24 Yehuda KatzMerge pull request #31 from alexcrichton/hotfix-windows2
2014-06-24 Alex CrichtonWork around \-characters on Windows for now
2014-06-24 Yehuda KatzRename cargo-compile to cargo-build
2014-06-24 Yehuda KatzOnly force update git if -u is passed
2014-06-24 Yehuda KatzAllow absent git version
2014-06-24 Carl LercheGitSource delegates to PathSource for path ops
2014-06-24 Yehuda KatzFix the README
2014-06-23 Yehuda KatzSupport [package] or [project]
2014-06-23 Yehuda KatzMerge pull request #29 from cmr/make-install
2014-06-23 Carl LercheSpecify the SourceId that the path source represents
2014-06-23 Corey RichardsonMakefile: support install, makes packaging easier
2014-06-23 Yehuda KatzMerge pull request #28 from alexcrichton/new-toml
2014-06-23 Alex CrichtonMove from rust-toml to toml-rs
2014-06-23 Alex CrichtonFix long lines
2014-06-23 Alex CrichtonFix a red test
2014-06-22 Yehuda KatzSimplify flags
2014-06-22 Yehuda KatzImprove error messages
2014-06-22 Yehuda KatzMore shell refactoring
2014-06-22 Yehuda KatzThread the shell through more of the system
2014-06-22 Yehuda KatzTerminal colors
2014-06-21 Yehuda KatzAdds initial usage support
2014-06-21 Yehuda KatzImprove error messages
2014-06-21 Yehuda KatzMake try! an extended version of std::try!
2014-06-21 Tim Carey-Smith... Handle some errors better
2014-06-20 Yehuda KatzMerge pull request #25 from alexcrichton/fingerprints
2014-06-20 Alex CrichtonDon't rebuild dependencies if they haven't changed
2014-06-20 Yehuda KatzMerge pull request #23 from alexcrichton/crate-types
2014-06-20 Alex CrichtonInvoke rustc only once for multiple crate types
2014-06-20 Yehuda KatzMerge pull request #24 from alexcrichton/style
2014-06-20 Alex CrichtonUpdate to rust style guidelines
2014-06-19 Alex CrichtonGet travis working on OSX
2014-06-19 Yehuda KatzAdd --verbose cause chain support
2014-06-19 Alex CrichtonMerge pull request #18 from erickt/master
2014-06-19 Yehuda KatzMerge pull request #22 from alexcrichton/make
2014-06-19 Alex CrichtonUpdate hammer.rs
2014-06-19 Alex CrichtonAdd a .travis.yml
2014-06-19 Alex CrichtonRun tests in parallel
2014-06-19 Alex CrichtonMake CARGO_BIN_PATH optional for tests
2014-06-19 Alex CrichtonAllow custom precompile commands
2014-06-19 Alex CrichtonProvide more context on process errors
2014-06-19 Yehuda KatzOptimized mark_human for ConcreteCargoError
2014-06-19 Yehuda KatzAdd CargoError::with_cause
2014-06-19 Yehuda KatzAdd mark_human
2014-06-19 Yehuda KatzRename to
2014-06-19 Yehuda KatzRequire human-tagging errors
2014-06-19 Yehuda KatzAdd FromError
2014-06-19 Yehuda KatzAdd cargo_try!
2014-06-19 Yehuda KatzSquelch warnings and minor cleanup
2014-06-19 Yehuda KatzInitial pass at boxed errors
2014-06-18 Carl LerchePathSource - load packages in update fn
2014-06-18 Carl LercheSource::update takes mutable self
2014-06-18 Yehuda Katz... Support nested paths in git and path sources
2014-06-18 Yehuda Katz... Paths nested in paths
2014-06-17 Yehuda Katz... Improvements to transitive dependency infra
2014-06-17 Yehuda Katz... WIP3
2014-06-16 Yehuda Katz... Make `cargo foo` work
2014-06-16 Carl LercheTrack Rust master
2014-06-14 Erick TryzelaarFix a typo in the README
2014-06-13 Carl Lerche... Better file names
2014-06-13 Carl Lerche... Fix tests
2014-06-13 Carl Lerche... Allow multiple and non-default crate_types
2014-06-12 Carl Lerche... Smoke test for git support
2014-06-12 Yehuda Katz... Update to master and fix warnings
2014-06-12 Yehuda Katz... Glue together git in manifest with Source
2014-06-11 Yehuda Katz... Sources are now an array
2014-06-11 Yehuda Katz... Add namespace to PackageId
2014-06-11 Yehuda Katz... Initial pass at namespacing packages
2014-06-10 Yehuda Katz... Rename NameVer -> PackageId
2014-06-10 Yehuda Katz... Initial pass at a source collection proxy
2014-06-10 Yehuda Katz... Isolate toml code and split up concerns
2014-06-10 Yehuda Katz... Move Manifest parsing into its own module
2014-06-10 Yehuda Katz... Validate dependency version on parse, not usage
2014-06-10 Yehuda Katz... Update to Rust master and eliminate warnings
2014-06-10 Yehuda Katz... Add support for detailed manifest dependencies
2014-06-09 Yehuda Katz... Track master for tests
2014-06-09 Yehuda Katz... Track upstream rust-toml
2014-06-09 Yehuda Katz... Update to master
2014-05-30 Carl LercheTrack Rust master
2014-05-30 Yehuda KatzBreak up GitSource
2014-05-30 Yehuda KatzImprove errors slightly
2014-05-30 Yehuda KatzUse GitSource in the stub executable
2014-05-30 Yehuda KatzUpdate GitSource
2014-05-29 Yehuda KatzInitial GitSource pass
2014-05-29 Yehuda KatzTests passing again
2014-05-29 Yehuda KatzUp to date with master
2014-05-29 Yehuda KatzUp to date with master
2014-05-29 Carl LercheCompile all deps into the root projects target dir
2014-05-28 Carl LercheExplicitly pass root package to ops::package_compile
next