]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2022-04-08 Weihang LoRetry with argfile for cargo in rustc fix-proxy-mode
2022-04-08 Weihang LoRetry with argfile for rustc/rustdoc
2022-04-08 Weihang LoAvoid calling `build_command` in `cargo fix`
2022-04-08 Weihang LoAvoid calling `build_command` in `fn cached_output`
2022-04-08 Weihang LoBump cargo-util to 0.1.3
2022-04-08 Weihang LoRetry with argfile if hitting "command line too big...
2022-04-08 Weihang LoSeparate command wrappers from command arguments
2022-04-08 borsAuto merge of #10544 - ehuss:version-bump, r=epage
2022-04-07 Eric HussUpdate changelog for 1.61
2022-04-07 Eric HussBump to 0.63.0
2022-04-05 borsAuto merge of #10517 - Muscraft:rfc2906-part2, r=epage
2022-04-05 scottChange searching for a workspace root from find_map...
2022-04-05 borsAuto merge of #10507 - Eh2406:finer_grained_cashe,...
2022-04-04 Jacob FinkelmanFix code and add comment
2022-04-04 scottPart 2 of RFC2906 - allow inheriting from parent workspaces
2022-04-04 scottExtracted loop over ancestor paths when searching for...
2022-04-04 scottFixed bug on `TomlDependncy::Simple` where it would...
2022-04-04 Jacob Finkelmanbackwards ends_with
2022-04-04 Jacob FinkelmanFile Cache is valid if checkout or contents hasn't...
2022-04-04 borsAuto merge of #10533 - willcrichton:fix-scrape-profile...
2022-04-02 Will CrichtonFix scrape-examples incorrectly handling proc macros
2022-04-01 borsAuto merge of #10521 - UltiRequiem:update_gh_checkout...
2022-04-01 borsAuto merge of #10508 - jonhoo:no-bins-error, r=weihanglo
2022-04-01 Jon GjengsetUpdate src/cargo/ops/cargo_install.rs
2022-03-31 Jon GjengsetAlso handle --examples
2022-03-31 borsAuto merge of #10473 - weihanglo:multitarget-config...
2022-03-30 Weihang LoGuard that array value of `build.target` should be...
2022-03-30 borsAuto merge of #10515 - davidxuang:patch-1, r=ehuss
2022-03-30 borsAuto merge of #10513 - Jules-Bertholet:patch-1, r=ehuss
2022-03-30 Eliaz Bobadillatools: update checkout action on CI
2022-03-30 borsAuto merge of #10512 - hi-rustin:rustin-patch-offline...
2022-03-30 borsAuto merge of #10466 - hi-rustin:rustin-patch-tree...
2022-03-30 borsAuto merge of #10383 - dtolnay-contrib:keepgoing, r...
2022-03-30 hi-rustinReplace hashmap with hashset
2022-03-29 David XuangFix document url for libcurl format
2022-03-29 Weihang Lotest: fix to error message for multitarget
2022-03-29 Weihang LoRemove unnecessary enum to reduce code complexity
2022-03-29 Weihang LoRemove unnecessary nightly masquerade
2022-03-27 Jules BertholetUpdate src/doc/src/reference/environment-variables.md
2022-03-27 Jules BertholetFix wrong info in "Environment variables" docs
2022-03-27 hi-rustinAdd offline_and_locked_and_no_frozen test
2022-03-27 hi-rustinUse the correct the flag in --locked --offline error...
2022-03-25 Jon GjengsetDon't error on no binaries installed
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 Weihang LoDerive debug from `BuildTargetConfigValue`
2022-03-11 Weihang LoDoc for support multitarget in config
2022-03-11 Weihang LoSupport multitarget in .cargo/config.toml
2022-03-11 Weihang LoTests for setting multitarget in config
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-08 hi-rustinDon't treat host/target duplicates as duplicates
2022-03-07 Arlo SiemsenPull Request feedback
2022-03-07 borsAuto merge of #10456 - hi-rustin:rustin-patch-network...
next