]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2014-10-27 Alex CrichtonRemove the hokey add_lockfile_sources
2014-10-27 Alex CrichtonUpdate how cargo talks to the registry
2014-10-27 borsauto merge of #718 : alexcrichton/cargo/issue-715,...
2014-10-27 borsauto merge of #761 : kali/cargo/patch-1, r=alexcrichton
2014-10-27 Mathieu PoumeyrolTwo typos
2014-10-24 borsauto merge of #755 : pwoolcoc/cargo/fix-664, r=alexcrichton
2014-10-24 Paul Woolcockcargo new: Don't create a git repo in subdirectory
2014-10-24 borsauto merge of #750 : alexcrichton/cargo/no-more-travis...
2014-10-24 borsauto merge of #754 : blaenk/cargo/whitespace, r=alexcri...
2014-10-24 Jorge Israel... line up the comments
2014-10-23 borsauto merge of #752 : alexcrichton/cargo/typos, r=alexcr...
2014-10-23 Alex CrichtonFix some copy-paste errors in CLI help
2014-10-23 Alex CrichtonStop testing 32-bit on travis
2014-10-23 borsauto merge of #747 : kballard/cargo/manifest_typo_fix...
2014-10-23 Kevin BallardFix typo in src/doc/manifest.md
2014-10-22 borsauto merge of #710 : alexcrichton/cargo/metadata, r...
2014-10-22 Alex CrichtonAdd a metadata section to the lockfile
2014-10-22 borsauto merge of #737 : gentoo90/cargo/bash-comp, r=alexcr...
2014-10-22 borsauto merge of #717 : alexcrichton/cargo/souped-up-resol...
2014-10-22 Alex CrichtonMake to_url public for rustc
2014-10-22 Alex CrichtonAvoid visiting deps too often in resolve
2014-10-22 Alex Crichtonsource changes
2014-10-22 Alex CrichtonContinue reducing clone costs
2014-10-22 Alex CrichtonMake SourceId cheap to clone
2014-10-22 Alex CrichtonMake PackageId cheap to clone
2014-10-22 Alex CrichtonImplement resolution of version requirements
2014-10-22 Alex CrichtonSplit out encoding from `core::resolver` to a submodule
2014-10-22 Alex CrichtonUpdate semver to have `^` be the default operator
2014-10-22 gentoo90Create bash_completion.d directory
2014-10-21 gentoo90Add bashcomp to Makefile.in
2014-10-21 gentoo90Bash completion initial support
2014-10-21 borsauto merge of #732 : alexcrichton/cargo/update, r=alexc...
2014-10-21 Alex CrichtonUpdate dependencies to unbreak the build
2014-10-21 Alex CrichtonMerge remote-tracking branch 'tomaka/add-docs' into...
2014-10-21 Alex CrichtonMerge commit 'jdeseno/remove-deprecated' into update
2014-10-21 Pierre KriegerAdd general doccomments
2014-10-21 Joshua DeSenoReplace usage of `get_ref`
2014-10-20 borsauto merge of #722 : blaenk/cargo/rpath-docs, r=alexcri...
2014-10-20 Jorge Israel... use rpath defaults
2014-10-19 Jorge Israel... document rpath option in manifest
2014-10-18 borsauto merge of #721 : EduardoBautista/cargo/update-docs...
2014-10-18 Eduardo BautistaUpdate docs url
2014-10-17 borsauto merge of #720 : alexcrichton/cargo/no-more-plugins...
2014-10-17 borsauto merge of #711 : alexcrichton/cargo/issue-708,...
2014-10-17 Alex CrichtonRemove dependence on various plugins
2014-10-17 borsauto merge of #712 : alexcrichton/cargo/issue-633,...
2014-10-17 borsauto merge of #719 : alexcrichton/cargo/update-docopt...
2014-10-17 Alex CrichtonUpdate to rust master to remove libdebug
2014-10-17 Alex CrichtonIgnore EPERM when scanning for packages
2014-10-16 Alex CrichtonPass features to native build commands
2014-10-16 Alex CrichtonAllow reexporting of features between packages
2014-10-16 Alex CrichtonRequire `make` is run before `make install`
2014-10-15 borsauto merge of #709 : alexcrichton/cargo/issue-705,...
2014-10-15 Alex CrichtonAdd an `rpath` option to the profile section
2014-10-14 borsauto merge of #700 : alexcrichton/cargo/issue-697,...
2014-10-14 borsauto merge of #699 : alexcrichton/cargo/issue-695,...
2014-10-14 borsauto merge of #706 : kballard/cargo/patch-1, r=alexcrichton
2014-10-14 Kevin BallardTweak native-build.md example
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-13 Alex CrichtonFix updating sources with more than one crate
2014-10-13 Alex CrichtonDon't hardcode i32 in FFI bindings
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,...
next