]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2016-07-08 borsAuto merge of #2840 - matklad:remove-dead-code, r=alexc...
2016-07-08 Aleksey KladovRemove dead code
2016-07-07 borsAuto merge of #2835 - alexcrichton:bump, r=alexcrichton
2016-07-07 Alex CrichtonBump to 0.13.0
2016-07-06 borsAuto merge of #2815 - alexcrichton:lets-add-some-docs...
2016-07-06 Alex CrichtonDocument the [replace] section
2016-07-06 borsAuto merge of #2828 - bennofs:cargo-repackage, r=alexcr...
2016-07-06 borsAuto merge of #2829 - brson:doc, r=alexcrichton
2016-07-06 Benno Fünfstückcargo package: overwrite existing tarballs
2016-07-06 borsAuto merge of #2794 - alexcrichton:rustdocflags, r...
2016-07-05 Brian AndersonUse consistent capitalization in doc headers
2016-07-05 borsAuto merge of #2759 - alexcrichton:workspaces, r=brson
2016-07-05 Alex CrichtonImplement workspaces in Cargo
2016-07-05 borsAuto merge of #2826 - KaivoAnastetiks:fix/no-subcommand...
2016-07-05 Kaivo AnastetiksSplits a test on two lines to keep it below 100 chars.
2016-07-05 Kaivo AnastetiksAdd a test for invalid subcommand displayed on error.
2016-07-04 Kaivo AnastetiksDisplay the name of the unknown subcommand.
2016-07-04 borsAuto merge of #2822 - munyari:owner-man, r=alexcrichton
2016-07-03 Panashe M.... Add man page for owner subcommand
2016-07-03 borsAuto merge of #2821 - bennofs:no-transitive-dep-feature...
2016-07-02 Panashe M.... Add owner subcommand to cargo's man page
2016-07-01 Benno FünfstückDisallow specifying features of transitive deps
2016-06-29 borsAuto merge of #2804 - skeleten:master, r=alexcrichton
2016-06-29 borsAuto merge of #2809 - cardoe:config-updates, r=alexcrichton
2016-06-29 Doug Goldsteinbuild: add docdir to configure
2016-06-29 Doug Goldsteinbuild: respect datadir, infodir, mandir, libdir, and...
2016-06-29 skeletenMerge branch 'master' into master
2016-06-29 Doug Goldsteinbuild: write updated variables to config.mk
2016-06-29 Doug Goldsteinbuild: strip CFG_PREFIX from CFG_{DATADIR,MANDIR,INFODI...
2016-06-28 borsAuto merge of #2810 - munyari:jobs, r=alexcrichton
2016-06-28 Panashe M.... make jobs description fit inside 80 columns
2016-06-28 skeletenAdd color support for Windows consoles.
2016-06-28 borsAuto merge of #2812 - rust-lang:package-in-cargo-toml...
2016-06-28 Steve KlabnikChange cargo.toml to use `[package]`
2016-06-28 Panashe M.... Update help for build to show number of jobs (#2805)
2016-06-21 borsAuto merge of #2795 - alexcrichton:test-and-harness...
2016-06-21 Alex CrichtonFix `harness = false` on `[lib]` sections
2016-06-20 Alex CrichtonAdd support for RUSTDOCFLAGS
2016-06-20 borsAuto merge of #2793 - matklad:doc-fix, r=alexcrichton
2016-06-19 Aleksey KladovFix reference to the guide in the docs
2016-06-19 borsAuto merge of #2788 - Manishearth:improve-help, r=alexc...
2016-06-18 Manish GoregaokarClarify where full list of subcommands can be found
2016-06-17 borsAuto merge of #2787 - alexcrichton:links-with-dots...
2016-06-17 Alex CrichtonDon't re-look-up tables to avoid dots problem
2016-06-14 borsAuto merge of #2630 - alexcrichton:build-script-warning...
2016-06-14 Alex CrichtonStream build script output to the console
2016-06-14 Alex CrichtonAllow specifying -v multiple times
2016-06-14 Alex CrichtonForward warnings from build scripts
2016-06-12 borsAuto merge of #2720 - alexcrichton:ignore-nfs-more...
2016-06-12 Alex CrichtonIgnore file locks on OSX NFS mounts
2016-06-12 borsAuto merge of #2741 - alexcrichton:cdylib, r=brson
2016-06-12 borsAuto merge of #2680 - alexcrichton:update-toml, r=brson
2016-06-12 borsAuto merge of #2668 - alexcrichton:dont-warn-about...
2016-06-12 Alex CrichtonUpdate TOML parser to pick up a bugfix
2016-06-12 Alex CrichtonDon't warn about `metadata` keys in the manifest
2016-06-12 Alex CrichtonAdd support for cdylib crate types
2016-06-11 borsAuto merge of #2781 - alexcrichton:block-if-dirty,...
2016-06-11 borsAuto merge of #2757 - alexcrichton:panic-profile-dox...
2016-06-11 borsAuto merge of #2704 - alexcrichton:clean-no-fetch,...
2016-06-10 borsAuto merge of #2779 - matklad:propagete-color-config...
2016-06-10 Alex CrichtonPrevent packaging a crate if any files are dirty
2016-06-10 borsAuto merge of #2780 - Boddlnagg:patch-1, r=alexcrichton
2016-06-10 Patrick ReisertFix `cargo doc --open` on Windows
2016-06-10 Aleksey KladovPropagate --color option to rustc
2016-06-10 borsAuto merge of #2778 - alexcrichton:dont-print-on-q...
2016-06-09 Alex CrichtonDon't print extra info on -q + `cargo run`
2016-06-09 borsAuto merge of #2777 - matklad:harness-help, r=alexcrichton
2016-06-08 Aleksey KladovExplain how to get help for the test harness
2016-06-07 borsAuto merge of #2771 - alexcrichton:update-replace,...
2016-06-07 borsAuto merge of #2770 - alexcrichton:new-curl, r=brson
2016-06-07 borsAuto merge of #2763 - mbrubeck:native-dirs, r=alexcrichton
2016-06-06 Matt BrubeckTest for correct library search paths during cargo run
2016-06-06 Matt BrubeckStrip native= prefix from -L arg before additing it...
2016-06-06 Matt BrubeckCorrectly record multiple native dirs per package
2016-06-06 borsAuto merge of #2774 - andrehjr:patch-doc-2754, r=alexcr...
2016-06-06 André Luis... Document file destination of build scripts.
2016-06-06 borsAuto merge of #2772 - knight42:patch, r=alexcrichton
2016-06-05 KnightAdd zsh autocompletion to subcommand metadata
2016-06-05 Knightzsh: add path completion to manifest-path options
2016-06-05 Alex CrichtonDon't lock overrides if we're updating them
2016-06-05 Alex CrichtonUpdate to curl 0.3
2016-06-05 borsAuto merge of #2769 - alexcrichton:no-oom-travis, r...
2016-06-05 Alex CrichtonPass -j1 on Travis
2016-05-31 Alex CrichtonDocument the `panic` profile option
2016-05-31 borsAuto merge of #2747 - WiSaGaN:feature/rename-main-threa...
2016-05-31 Wangshan LuUse place holder for main thread name in tests
2016-05-31 borsAuto merge of #2755 - matklad:remove-useless-formats...
2016-05-31 borsAuto merge of #2752 - wesleywiser:patch-1, r=alexcrichton
2016-05-30 Aleksey KladovRemove useless format calls from tests
2016-05-29 Wesley WiserFix example in cargo manpage
2016-05-28 Wangshan LuRename main thread from '<main>' to 'main'.
2016-05-27 borsAuto merge of #2742 - alexcrichton:new-error-format...
2016-05-26 borsAuto merge of #2744 - alexcrichton:bump, r=alexcrichton
2016-05-26 Alex CrichtonBump version numbers
2016-05-26 Alex CrichtonFix tests for RUST_NEW_ERROR_FORMAT
2016-05-26 borsAuto merge of #2743 - alexcrichton:better-test-suite...
2016-05-26 Alex CrichtonShared the test suite into multiple binaries
2016-05-25 Alex CrichtonRemove the test! macro
2016-05-24 borsAuto merge of #2739 - alexcrichton:configure-colors...
2016-05-24 Alex CrichtonConfigure colors of both stdout/stderr
next