]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2022-03-30 borsAuto merge of #10383 - dtolnay-contrib:keepgoing, r...
2022-03-25 borsAuto merge of #10497 - Muscraft:rfc2906-part1, r=epage
2022-03-25 borsAuto merge of #10495 - ehuss:remove-profile-panic-inher...
2022-03-24 borsAuto merge of #10470 - arlosi:http, r=Eh2406
2022-03-24 borsAuto merge of #10501 - ehuss:capacity-notice2, r=weihanglo
2022-03-24 Eric HussAdd a notice about review capacity.
2022-03-23 scott-- renamed deduplicate_workspace to inheritable_workspa...
2022-03-23 borsAuto merge of #10047 - jonhoo:ignore-symlink-dir, r...
2022-03-23 scott-- updated both `resolve` to only take a get_ws
2022-03-22 Jon GjengsetAdd tests for ignoring symlinks
2022-03-22 scott-- Part 1 of RFC2906
2022-03-22 David TolnayUnstable --keep-going flag
2022-03-21 Eric HussRemove unused profile support for -Zpanic-abort-tests
2022-03-21 borsAuto merge of #10494 - ehuss:deps-of-doc, r=Eh2406
2022-03-21 Eric HussUpdate doc string for deps_of/compute_deps.
2022-03-21 borsAuto merge of #10394 - dtolnay-contrib:displayerror...
2022-03-21 Arlo SiemsenHTTP registry implementation
2022-03-17 borsAuto merge of #10482 - arlosi:refactor_load, r=Eh2406
2022-03-17 Arlo SiemsenRefactor RegistryData::load to handle management of...
2022-03-17 borsAuto merge of #10483 - cuviper:vcs--, r=Eh2406
2022-03-17 Josh StoneSeparate VCS command paths with "--"
2022-03-16 David TolnayPrint only Message::Finish errors all the time
2022-03-16 borsAuto merge of #10433 - Byron:fix-#10431, r=ehuss
2022-03-15 borsAuto merge of #10479 - weihanglo:bump-git2, r=ehuss
2022-03-14 Weihang LoBump git2@0.14.2 and libgit2-sys@0.13.2
2022-03-14 Sebastian ThielUndo a prior change to fix #10452
2022-03-14 Sebastian Thielreproduce: wrong features in a build script for a share...
2022-03-14 Sebastian ThielRemove prior hack and replace it with a proper solution
2022-03-12 borsAuto merge of #10448 - aeikum:fix_vendor_sync, r=weihanglo
2022-03-11 Andrew Eikumvendor: Don't allow multiple values for --sync
2022-03-11 borsAuto merge of #10471 - Eh2406:credential_process, r...
2022-03-10 Jacob Finkelmandont need index in the type
2022-03-10 borsAuto merge of #10316 - hi-rustin:rustin-patch-proc_macr...
2022-03-09 Jacob Finkelmanat rest we can either have a credential process or...
2022-03-09 borsAuto merge of #10064 - arlosi:poll, r=Eh2406
2022-03-09 Jacob Finkelmancargo fmt
2022-03-09 borsAuto merge of #10468 - weihanglo:contrib-doc-refine...
2022-03-09 hi-rustinUse warn_on_deprecated
2022-03-09 hi-rustinWarning on conflicting dev_dependencies keys of platform
2022-03-09 hi-rustinWarning on conflicting build_dependencies keys of platform
2022-03-09 hi-rustinWarning on conflicting default_features keys
2022-03-09 hi-rustinWarning on conflicting build_dependencies keys
2022-03-09 hi-rustinWarning on conflicting dev-dependencies keys
2022-03-09 hi-rustinWarning on conflicting crate_types keys
2022-03-09 hi-rustinWarning on conflicting proc_macro
2022-03-09 Weihang LoCall out the contributor guide on the readme
2022-03-09 Weihang LoReuse "Before hacking on Cargo" to emphasize discussion...
2022-03-09 borsAuto merge of #10438 - rukai:deny_clippy, r=ehuss
2022-03-09 Weihang LoAdd a section "Before hacking on Cargo"
2022-03-08 Lucas KentRemove warn(clippy::*)
2022-03-08 borsAuto merge of #10427 - weihanglo:drop-num_cpus, r=josht...
2022-03-07 Arlo SiemsenPull Request feedback
2022-03-07 borsAuto merge of #10456 - hi-rustin:rustin-patch-network...
2022-03-07 borsAuto merge of #10460 - Eh2406:coverage, r=alexcrichton
2022-03-04 Jacob Finkelmanadd a test for login on stdin
2022-03-04 Jacob FinkelmanRemove some dead code in SourceMap
2022-03-04 borsAuto merge of #10458 - Eh2406:console-history, r=ehuss
2022-03-04 Jacob Finkelmanprompt not propt
2022-03-04 borsAuto merge of #10454 - cuishuang:master, r=ehuss
2022-03-04 Jacob FinkelmanDon't recommend leaking tokens into the console history
2022-03-04 hi-rustinWait up to one second while waiting for curl
2022-03-04 cuishuangfix some typos
2022-03-04 borsAuto merge of #10453 - notriddle:notriddle/vec-extend...
2022-03-03 Michael HowellUse `extend` instead of `push`ing in a loop
2022-03-03 borsAuto merge of #10449 - Eh2406:locked_version, r=alexcri...
2022-03-03 Jacob Finkelmanadd a test
2022-03-03 Jacob FinkelmanUse locked_version more
2022-03-02 Weihang LoWrap an error context for determining the amount of...
2022-03-01 borsAuto merge of #10443 - alexcrichton:disable-dependabot...
2022-03-01 borsAuto merge of #10442 - Urgau:git2-update, r=alexcrichton
2022-03-01 Alex CrichtonDisable dependabot
2022-03-01 Loïc BRANSTETTUpdate git2 to 0.14.1 and git2-curl to 0.15.0 and libgi...
2022-03-01 Sebastian ThielA cry for help with a fix for the issue that looks...
2022-03-01 Sebastian Thielminor improvement to how artifact targets are handled...
2022-03-01 Sebastian Thieltrigger another failure by using [target.'cfg(…)'.depen...
2022-03-01 Sebastian ThielA fix for the previous simplified reproduction
2022-03-01 Sebastian Thielfurther simplify the reproduction code
2022-03-01 Sebastian Thielreproduce issue; this time with build dependencies
2022-02-28 Arlo SiemsenRemove the update method on registry functions. Instead...
2022-02-28 Arlo SiemsenRegistry functions return task::Poll to enable parallel...
2022-02-28 borsAuto merge of #10434 - weihanglo:stop-gating-stable...
2022-02-28 borsAuto merge of #10395 - jonhoo:fix-10206, r=alexcrichton
2022-02-28 borsAuto merge of #10425 - epage:search, r=alexcrichton
2022-02-28 Weihang LoStop gating feature "edition2021"
2022-02-28 Weihang LoStop gating feature "resolver"
2022-02-28 Weihang LoStop gating feature "named-profiles"
2022-02-28 Weihang LoStop gating feature "profile-overrides"
2022-02-28 Weihang LoStop gating feature "rename-dependency"
2022-02-28 Weihang LoStop gating feature "edition"
2022-02-28 Sebastian ThielLook at FeaturesFor:: to decide if a dependency partici...
2022-02-28 Sebastian Thielreproduce #10431
2022-02-27 borsAuto merge of #10428 - Urgau:check-cfg-features-rustdoc...
2022-02-27 borsAuto merge of #10388 - weihanglo:issue-10356, r=ehuss
2022-02-27 borsAuto merge of #10167 - hi-rustin:rustin-patch-test...
2022-02-27 borsAuto merge of #10429 - cuviper:config-verbosity, r...
2022-02-26 Josh StoneFix term.verbose without quiet, and vice versa
2022-02-26 Loïc BRANSTETTAdd -Z check-cfg-features support for rustdoc
2022-02-26 hi-rustinCheck 1.60 behavior
2022-02-26 Weihang LoUse `available_parallelism` instead of num_cpus
2022-02-26 hi-rustinSkip avoids_split_debuginfo_collision on stable
next