]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2017-04-20 Ximin LuoRelease 0.17.0-1~exp1 to Debian experimental.
2017-04-20 Ximin LuoRename stage0 profile according to policy
2017-04-20 Ximin LuoRefactor build targets, and add more documentation...
2017-04-20 Ximin LuoClose some bug reports, prepare for experimental, add...
2017-04-20 Ximin LuoUpdate some build-deps, add myself to uploaders
2017-04-20 Ximin LuoFix the build
2017-04-20 Ximin LuoAdd a TODO on the current build failure
2017-04-20 Ximin LuoUpdate deps-adjust.patch
2017-04-20 Ximin LuoUpdate d/changelog, add instructions on how to clean...
2017-04-20 Ximin LuoMerge tag 'upstream/0.17.0' into debian/sid
2017-04-20 Ximin LuoNew upstream version 0.17.0
2017-04-19 Ximin LuoUpdate filter lists and add a suspcious-source scanner
2017-04-19 Ximin LuoUpdate clean-cargo-deps for 0.17
2017-04-11 Ximin LuoAdd new flag for cargo-vendor's new behaviour
2017-04-11 Ximin LuoRemove the deps directory, we're now storing that in...
2017-04-11 Ximin LuoSome more documentation
2017-04-11 Ximin LuoUpdate Debian config and scripts for cargo 0.16
2017-03-03 borsAuto merge of #3781 - alexcrichton:beta-backport, r...
2017-03-03 Zack M. Davismake build tests not depend on minutiæ of rustc output
2017-03-03 Alex CrichtonUpdate libz-sys to fix build errors on Windows
2017-03-03 Alex CrichtonRemove travis/appveyor caches
2017-03-01 Alex CrichtonFix deps with `cargo test --all` and doctests
2017-02-06 borsAuto merge of #3657 - Keruspe:rust-1.16.0, r=alexcrichton
2017-02-06 Marc-Antoine... ensure libressl compatibility
2017-02-06 borsAuto merge of #3649 - cuviper:powerpc64-gcc4-1.16.0...
2017-02-06 borsAuto merge of #3652 - alexcrichton:beta-next, r=alexcri...
2017-02-06 Guillaume GomezReplace remaining _0 doc tests
2017-02-06 Guillaume GomezIgnore more output
2017-02-06 Guillaume GomezUpdate to new rustdoc --test output
2017-02-05 Josh StoneUpdate OPENSSL_CC_powerpc64-unknown-linux-gnu
2017-02-03 borsAuto merge of #3638 - cuviper:custom-powerpc-s390x...
2017-02-02 Josh StoneUpdate docker/cross for new IBM toolchains
2017-02-01 borsAuto merge of #3630 - alexcrichton:empty-version, r...
2017-02-01 Brian AndersonFix empty 'version' file
2017-01-31 borsAuto merge of #3614 - matklad:simpler-cli-2, r=alexcrichton
2017-01-31 borsAuto merge of #3618 - sbeckeriv:3473-new-subcommand...
2017-01-31 borsAuto merge of #3606 - Susurrus:no_git_deps2, r=alexcrichton
2017-01-31 Stephen Becker IVUpdate new command help doc
2017-01-30 Aleksey KladovRemove generic infrastrucure for printing json
2017-01-30 Bryant MairsClarify error for repo-based dependencies when publishing.
2017-01-30 borsAuto merge of #3608 - matklad:simple-cli, r=alexcrichton
2017-01-30 Aleksey KladovSimplify cli-handling functions
2017-01-29 borsAuto merge of #3604 - froydnj:rich-version-info, r...
2017-01-28 borsAuto merge of #3593 - Susurrus:master, r=alexcrichton
2017-01-27 borsAuto merge of #3557 - raphlinus:master, r=alexcrichton
2017-01-27 borsAuto merge of #3590 - dgellow:fix-3536, r=alexcrichton
2017-01-27 dgellowdirectly print error only if there is more than one...
2017-01-27 Raph LevienAdd simple tests, cleanup
2017-01-27 Nathan Froydmake `cargo --version --verbose` print extra information
2017-01-27 Nathan Froydremove CFG_RELEASE from the Makefile
2017-01-27 Nathan Froydexport rich version information from cargo::version
2017-01-27 borsAuto merge of #3603 - ehuss:patch-1, r=alexcrichton
2017-01-27 ehussFix broken code block
2017-01-27 borsAuto merge of #3600 - onur:fix-link, r=alexcrichton
2017-01-27 borsAuto merge of #3598 - pornel:proxyconf, r=alexcrichton
2017-01-27 borsAuto merge of #3601 - alexcrichton:bump-openssl, r...
2017-01-27 Alex CrichtonUpdate OpenSSL to 1.0.2k
2017-01-26 Onur AslanFix crates.io link under specifying dependencies
2017-01-26 Kornel LesińskiExample proxy config
2017-01-26 borsAuto merge of #3597 - Susurrus:badge_docs, r=alexcrichton
2017-01-26 Bryant MairsAdd gitlab to the supported services for AppVeyor badges.
2017-01-26 Raph LevienAdd build script rerun-if-changed dependencies
2017-01-26 Raph LevienBuffer file writing for dep-info
2017-01-26 Raph LevienMore improvements
2017-01-26 Bryant MairsImprove error for dependencies that don't have the...
2017-01-25 borsAuto merge of #3588 - birkenfeld:issue3587, r=alexcrichton
2017-01-25 dgellowremove newline after stacktrace
2017-01-25 Georg BrandlShow version of package to be installed (before potenti...
2017-01-25 dgellowUse handle_error instead of shell.error to print stack...
2017-01-25 borsAuto merge of #3582 - KalitaAlexey:add-info-about-examp...
2017-01-25 dgellowWhen an error occured in a JobQueue print it directly
2017-01-25 Kalita AlexeyFixed error
2017-01-25 Raph LevienTrack TargetKind::Example split
2017-01-25 Raph LevienAdd dep-info generation
2017-01-24 borsAuto merge of #3589 - mathstuf:repository-docs-clarify...
2017-01-24 Kalita AlexeyFixed comments
2017-01-24 Ben Boeckeldoc/manifest: clarify the meaning of the URLs
2017-01-23 Kalita AlexeyAdded information about examples as libraries to the...
2017-01-21 borsAuto merge of #3570 - integer32llc:fix-slug-link, r...
2017-01-20 borsAuto merge of #3569 - malept:manifest-example-typo...
2017-01-20 Carol (Nichols... Link to the category slugs page from the docs instead
2017-01-20 borsAuto merge of #3556 - KalitaAlexey:allow-examples-to...
2017-01-20 Mark LeeFix typo in badges section of example manifest
2017-01-20 borsAuto merge of #3554 - bmwiedemann:patch-1, r=alexcrichton
2017-01-20 AlexeyMerge branch 'master' into allow-examples-to-be-library
2017-01-20 borsAuto merge of #3568 - alexcrichton:fix-small, r=alexcri...
2017-01-20 Alex CrichtonUpdate travis token and fix warning
2017-01-20 Bernhard M... make build reproducible
2017-01-20 Kalita AlexeyFixed the test
2017-01-20 Kalita AlexeyFixed tests and removed the unnecessary comment
2017-01-19 borsAuto merge of #3565 - integer32llc:fix-gh-pages, r...
2017-01-19 Carol (Nichols... Remove $USER from the --user argument from pip install
2017-01-19 Kalita AlexeyFixed tests
2017-01-19 borsAuto merge of #3563 - alexcrichton:upload-docs-again...
2017-01-19 Alex CrichtonRun full Travis builds on all non-PR branches
2017-01-18 borsAuto merge of #3560 - KalitaAlexey:make-doc-subcommand...
2017-01-18 Kalita AlexeyMade doc subcommand print duration
2017-01-18 borsAuto merge of #3558 - matklad:fix-test, r=alexcrichton
2017-01-18 Kalita AlexeyAdded tests for building an example as a library
2017-01-18 Kalita AlexeyFixed style issues
next