]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2016-03-12 Marcel MüllerIgnore $BROWSER if not set
2016-03-12 Marcel MüllerShow a list of tried browsers in the warning
2016-03-11 Marcel MüllerWarn if could not open docs in browser
2016-03-11 Marcel MüllerAdd $BROWSER as possible client
2016-03-10 borsAuto merge of #2448 - alexcrichton:docs-dirty, r=brson
2016-03-09 borsAuto merge of #2420 - alexcrichton:different-metadata...
2016-03-09 borsAuto merge of #2460 - jespino:add-limit-to-autocomplete...
2016-03-09 borsAuto merge of #2461 - jespino:adding-manpages-info...
2016-03-09 Jesús EspinoAdd search command to the manpage
2016-03-09 Jesús EspinoAdd the --limit parameter to search autocomplete
2016-03-09 borsAuto merge of #2456 - jespino:remove-deprecated-code...
2016-03-09 borsAuto merge of #2455 - jespino:remove-completed-todo...
2016-03-09 Jesús EspinoRemove deprecated usage of SliceConcatExt::connect
2016-03-09 Jesús EspinoRemoving finished TODO
2016-03-08 borsAuto merge of #2450 - jespino:remove-unwraps-crates...
2016-03-08 borsAuto merge of #2449 - jespino:multiple-search-params...
2016-03-08 Jesús EspinoAllow multiple search query params
2016-03-08 Jesús EspinoRemove unwraps from crates-io lib
2016-03-08 borsAuto merge of #2444 - jespino:issue-2402-2, r=alexcrichton
2016-03-08 Jesús EspinoAdding --limit usage suggestion on search results ...
2016-03-08 Alex CrichtonFix rerunning rustdoc when output deleted
2016-03-07 borsAuto merge of #2435 - alexcrichton:docs, r=alexcrichton
2016-03-06 borsAuto merge of #2439 - jespino:issue-2402, r=alexcrichton
2016-03-06 Jesús EspinoAdd limit parameter to search command (fix issue #2402)
2016-03-04 borsAuto merge of #2438 - jseyfried:subcommands, r=alexcrichton
2016-03-04 Jeffrey SeyfriedEnsure future compatibility with fixed module search...
2016-03-04 borsAuto merge of #2423 - alexcrichton:fix-pkgid-hash,...
2016-03-04 Alex CrichtonAdd a regression test for the issue being fixed
2016-03-03 Alex CrichtonFix all tests with recent changes
2016-03-03 Alex CrichtonFix some packaging logic in path sources
2016-03-03 Alex CrichtonFix decoding lock files with path dependencies
2016-03-03 Alex CrichtonEnsure overrides use recursive path sources
2016-03-03 Alex CrichtonRemove hacks when hashing package ids
2016-03-03 Alex CrichtonRemove usage of PathSource::for_path
2016-03-03 Alex CrichtonUpdate documentation link for API docs
2016-03-03 borsAuto merge of #2434 - alexcrichton:bump, r=brson
2016-03-03 Alex CrichtonBump to 0.10.0
2016-03-03 borsAuto merge of #2433 - alexcrichton:fix-lines-match...
2016-03-03 Alex CrichtonFix output matching in tests
2016-03-03 borsAuto merge of #2430 - birkenfeld:doc-menu, r=alexcrichton
2016-03-02 Georg BrandlDoc header: change Documentation to Docs to conform...
2016-02-29 borsAuto merge of #2406 - alexcrichton:download-less, r...
2016-02-26 borsAuto merge of #2419 - dikaiosune:master, r=alexcrichton
2016-02-26 Alex CrichtonEnsure metadata for libs/bins are distinct
2016-02-26 Adam PerryDisambiguating docs about when environment variables...
2016-02-26 borsAuto merge of #2418 - alexcrichton:update-git2, r=alexc...
2016-02-26 Alex CrichtonUpdate dependency on git2
2016-02-26 borsAuto merge of #2397 - alexcrichton:config-verbose,...
2016-02-26 Alex CrichtonAdd configuration keys for -v, --color
2016-02-26 Alex CrichtonStop downloading all packages immediately
2016-02-26 borsAuto merge of #2398 - alexcrichton:config-env-var,...
2016-02-25 borsAuto merge of #2415 - kamalmarhubi:doc-env-var-cargo...
2016-02-25 Kamal Marhubidoc: Include CARGO_MANIFEST_DIR as being set for crates
2016-02-25 borsAuto merge of #2411 - sbeckeriv:cargo-cache-doc-update...
2016-02-25 borsAuto merge of #2414 - sbeckeriv:document-bit-env-flag...
2016-02-25 Stephen Becker IVFix name
2016-02-25 Stephen Becker IVAdd a note for the 32 bit flag
2016-02-25 Stephen Becker IVUpdated text based on pull request
2016-02-25 borsAuto merge of #2407 - alexcrichton:better-failed-auth...
2016-02-25 Alex CrichtonAuth with more usernames and improve errors
2016-02-24 borsAuto merge of #2400 - JIghtuse:master, r=alexcrichton
2016-02-24 Boris EgorovClarify third party subcommand failure error message
2016-02-24 Stephen Becker IVAdd information package caching.
2016-02-24 borsAuto merge of #2369 - alexcrichton:no-more-ar, r=alexcr...
2016-02-22 borsAuto merge of #2404 - JIghtuse:no_rebuilds_for_local_in...
2016-02-22 Boris EgorovAvoid unnecessary rebuild on local installation
2016-02-22 Alex CrichtonMove Context::get_package to returning a Result
2016-02-22 Alex CrichtonImplement a fallible PackageSet::get
2016-02-19 Alex CrichtonGo through `layout` to get doc dir output directories
2016-02-19 Alex CrichtonMerge the get/download methods on the Source trait
2016-02-19 Alex CrichtonRemove SourceSet
2016-02-19 Alex CrichtonRemove the ability to list packages in PackageSet
2016-02-19 Alex CrichtonMove the `get_package` step later when calculating...
2016-02-19 Alex CrichtonRefactor build script output state initialization
2016-02-19 Alex CrichtonRefactor links validation to not use PackageSet
2016-02-19 Alex CrichtonFuse SourceMap and PackageSet
2016-02-19 Alex CrichtonRead configuration from environment variables
2016-02-19 Alex CrichtonMake Config::get private
2016-02-19 Alex CrichtonRefactor configuration return values
2016-02-18 borsAuto merge of #2393 - WiSaGaN:bugfix/tests-mod-naming...
2016-02-18 Wangshan LuFix naming of tests mod in cargo new
2016-02-17 borsAuto merge of #2390 - vi:conditionalize_adding_cargo_lo...
2016-02-17 Vitaly _Vi... cargo init: Implement test for conditional Cargo.lock...
2016-02-17 borsAuto merge of #2391 - alexcrichton:update, r=alexcrichton
2016-02-17 Alex CrichtonUpdate tar-rs dependency
2016-02-17 borsAuto merge of #2389 - vu3rdd:doc-init, r=alexcrichton
2016-02-17 Vitaly _Vi... cargo new/init: Conditionalize adding Cargo.lock to...
2016-02-17 Ramakrishnan... document "cargo init"
2016-02-16 borsAuto merge of #2328 - alexcrichton:target-specific...
2016-02-14 Alex CrichtonImplement cfg-based target-specific dependencies
2016-02-14 borsAuto merge of #2387 - alexcrichton:update, r=alexcrichton
2016-02-14 Alex CrichtonUpdate some dependencies, plus the rust version
2016-02-12 borsAuto merge of #2365 - japaric:env-gt-config, r=alexcrichton
2016-02-12 borsAuto merge of #2384 - jseyfried:master, r=alexcrichton
2016-02-12 Jeffrey SeyfriedRemove non-inline modules in blocks
2016-02-12 borsAuto merge of #2382 - carols10cents:pointer-to-release...
2016-02-12 Carol (Nichols... Add a note about release notes being in Rust's release...
2016-02-11 borsAuto merge of #2370 - alexcrichton:windows-jobs, r...
2016-02-11 Alex CrichtonUse job objects on windows for ctrl-c to work
2016-02-08 Alex CrichtonRemove config references to the `ar` tool
next