]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2017-09-24 Lukas LuegMore lint cleaning
2017-09-23 borsAuto merge of #4530 - djc:update-deps, r=alexcrichton
2017-09-23 borsAuto merge of #4532 - copyninja:master, r=alexcrichton
2017-09-23 Vasudev KamathFix typo's in the cargo's output messages.
2017-09-23 Dirkjan OchtmanUpdate dependencies
2017-09-23 borsAuto merge of #4528 - adrian5:patch-1, r=alexcrichton
2017-09-23 borsAuto merge of #4526 - lukaslueg:patch-2, r=matklad
2017-09-23 borsAuto merge of #4525 - lukaslueg:springclean, r=alexcrichton
2017-09-23 borsAuto merge of #4521 - goffrie:master, r=alexcrichton
2017-09-22 adrian5Fix typo in doc
2017-09-22 lukasluegUpdate CONTRIBUTING.md
2017-09-22 borsAuto merge of #4481 - behnam:travis, r=alexcrichton
2017-09-22 Lukas LuegCleaning lints
2017-09-22 Behnam Esfahbod[travis] Enable cache for $HOME/.cargo/bin/
2017-09-22 Geoffry SongUse memoized hashes when hashing Fingerprint.
2017-09-21 borsAuto merge of #4519 - leavehouse:patch-1, r=alexcrichton
2017-09-21 borsAuto merge of #4520 - goffrie:master, r=alexcrichton
2017-09-21 Geoffry SongDon't visit the same unit multiple times.
2017-09-21 leavehouseClarify dependencies documentation
2017-09-21 borsAuto merge of #4515 - lukaslueg:issue1006, r=alexcrichton
2017-09-21 Lukas LuegFurther improve doubly-linked error-msg
2017-09-21 borsAuto merge of #4517 - durka:patch-7, r=alexcrichton
2017-09-21 Alex BurkaMerge pull request #1 from durka/patch-8
2017-09-21 Alex Burkaupdate [patch] disclaimer in book
2017-09-21 Alex Burka[patch] slipped to 1.21, mark 2
2017-09-20 Lukas LuegImprove message for multiple links to native lib
2017-09-20 borsAuto merge of #4513 - durka:patch-6, r=alexcrichton
2017-09-20 Alex Burka[patch] slipped to 1.21
2017-09-18 borsAuto merge of #4496 - rwakulszowa:infer_from_subdirecto...
2017-09-18 rwakulszowaInfer targets from subdirectories
2017-09-18 borsAuto merge of #4494 - RalfJung:virtual, r=matklad
2017-09-18 Ralf Junguse iterator combinators rather than for loops
2017-09-17 borsAuto merge of #4501 - matklad:top-level-features, r...
2017-09-17 Aleksey KladovMove cargo features to top-level
2017-09-17 borsAuto merge of #4493 - alexcrichton:verify-tarballs...
2017-09-14 Ralf Jungcargo_compile: iterate packages once, not three times
2017-09-14 borsAuto merge of #4478 - alexcrichton:less-fds, r=matklad
2017-09-14 Alex CrichtonPeriodically gc repos in Cargo
2017-09-14 borsAuto merge of #4492 - RalfJung:virtual, r=matklad
2017-09-14 Alex CrichtonVerify tarballs don't extract into other directories
2017-09-14 Ralf Jungget rid of Workspace::current() usage in cargo_{compile...
2017-09-14 Ralf Jungfix confusing error for virtual manifest with no member
2017-09-14 Ralf Jungupdate --help text for new implicit --all behavior
2017-09-14 Ralf JungClarify docs on workspace members
2017-09-13 borsAuto merge of #4489 - mattgathu:update_appveyor_badge_d...
2017-09-13 Matt GathuUpdate Appveyor badge docs
2017-09-13 borsAuto merge of #4485 - integer32llc:clarify-config,...
2017-09-12 Carol (Nichols... Clarify that .cargo/config files are unified
2017-09-10 borsAuto merge of #4480 - integer32llc:explain-labels,...
2017-09-10 Carol (Nichols... Document the relnotes label too
2017-09-10 Carol (Nichols... Add an explanation of the labels
2017-09-09 borsAuto merge of #4469 - nipunn1313:workspace_features...
2017-09-09 Alex CrichtonMake `dep_targets` consistent throughout compilation
2017-09-09 Nipunn KoorapatiDP Cache target_metadata. Update all the lifetimes
2017-09-09 Nipunn KoorapatiCleanup debug statements
2017-09-09 Nipunn KoorapatiRefactor to share code from dep_targets. Fixes the...
2017-09-09 Nipunn Koorapatiget doctests to pass
2017-09-09 Nipunn KoorapatiHashed dependencies of metadata into the metadata of...
2017-09-09 borsAuto merge of #4464 - matklad:document-all-the-things...
2017-09-09 Aleksey KladovMention sccache in the guide
2017-09-09 borsAuto merge of #4477 - alexcrichton:fix-out-of-bounds...
2017-09-09 borsAuto merge of #4476 - behnam:book, r=alexcrichton
2017-09-09 borsAuto merge of #4473 - wesleywiser:cyclical_features...
2017-09-09 borsAuto merge of #3992 - alexcrichton:replace-git, r=matklad
2017-09-08 Alex CrichtonUse poll instead of select to handle large fds
2017-09-07 Behnam Esfahbod[doc/book] Move section content to */index.md
2017-09-06 Wesley WiserAllow features to be cyclical
2017-09-06 borsAuto merge of #4472 - alexcrichton:update, r=matklad
2017-09-06 borsAuto merge of #4461 - behnam:policies, r=alexcrichton
2017-09-06 Behnam Esfahbod[doc/book] Drop Policies link from Reference page
2017-09-06 Behnam Esfahbod[doc/header] Update Policies URL
2017-09-06 Behnam Esfahbod[doc] Redirect /policies.html to crates.io/policies
2017-09-05 Alex CrichtonUpdate dependencies
2017-09-05 Alex CrichtonSupport vendoring git repositories
2017-09-05 borsAuto merge of #4467 - RalfJung:locked, r=alexcrichton
2017-09-04 Ralf Jungfix error message when --locked is passed but lockfile...
2017-09-03 borsAuto merge of #4465 - matklad:yak-shaving, r=alexcrichton
2017-09-03 Aleksey KladovAdd CONTRIBUTING.md
2017-09-02 borsAuto merge of #4462 - behnam:book-fixes, r=alexcrichton
2017-09-02 Behnam Esfahbod[doc/book] Drop reference/policies.md and small fixes
2017-09-01 borsAuto merge of #4457 - behnam:book-pub, r=alexcrichton
2017-09-01 Behnam Esfahbod[doc/book] Rename crates-io.md to publishing.md
2017-09-01 Behnam Esfahbod[doc] Add back heading to index.md
2017-09-01 Behnam Esfahbod[doc] Publish book to gh-pages
2017-09-01 borsAuto merge of #4455 - behnam:book-enh, r=alexcrichton
2017-09-01 Behnam Esfahbod[doc] Sync back doc/book changes into old docs
2017-08-31 Behnam Esfahbod[doc/book] Add book.toml
2017-08-31 Behnam Esfahbod[doc/book] Final touches to introduction.md
2017-08-31 Behnam Esfahbod[doc/book] Assign langs to more code blocks
2017-08-31 Behnam Esfahbod[doc/book] Create dir for book sections
2017-08-31 Behnam Esfahbod[doc/book] Improve page titles
2017-08-31 Behnam Esfahbod[src/doc/book] Add introduction page
2017-08-31 Behnam Esfahbod[doc/book] Expand installation.md
2017-08-31 borsAuto merge of #4453 - behnam:book, r=alexcrichton
2017-08-31 borsAuto merge of #4447 - lucaskolstad:proc-macro-crates...
2017-08-31 Lucas KolstadTweak proc_macro test to correctly test case.
2017-08-31 Behnam Esfahbod[src/doc/book] Use package registry for crates.io
2017-08-31 Behnam Esfahbod[src/doc/book] Fix header casings
2017-08-31 Behnam Esfahbod[src/doc/book] Move a paragraph to cargo-in-depth.md
2017-08-31 Behnam Esfahbod[src/doc/book] Add all sub-chapters to cargo-in-depth.md
next