]> git.proxmox.com Git - cargo.git/history - src
Refresh patches and remove upstream applied CVE patches
[cargo.git] / src /
2022-12-05 Fabian GrünbichlerUpdate upstream source from tag 'upstream/0.66.0'
2022-12-05 Fabian GrünbichlerNew upstream version 0.66.0
2022-10-28 Ximin LuoMerge branch 'registry-paths' into 'debian/sid'
2022-10-20 borsAuto merge of #11257 - arlosi:build-deadlock-1.65.0...
2022-10-19 Arlo SiemsenUse backticks instead of single quotes to fix rustdoc CI
2022-10-15 Fabian GrünbichlerUpdate upstream source from tag 'upstream/0.63.1'
2022-10-15 Fabian GrünbichlerNew upstream version 0.63.1
2022-09-13 borsAuto merge of #11032 - lqd:priority_pending_queue,...
2022-09-13 borsAuto merge of #11075 - epage:feat, r=weihanglo
2022-09-13 borsAuto merge of #11079 - weihanglo:issue-10991, r=epage
2022-09-13 Ed Pagestyle(add): Use implicit argument capture
2022-09-13 Ed Pagechore: Document new add implementation
2022-09-13 Weihang LoCall out rule of relative path of `--config KEY=VALUE`
2022-09-13 borsAuto merge of #11023 - dpc:cargo-cmd-path-order, r...
2022-09-13 Ed Pagerefactor(add): Clarify DepednencyEx's name
2022-09-13 borsAuto merge of #11081 - WaffleLapkin:no_for_in_option...
2022-09-13 borsAuto merge of #11080 - hi-rustin:rustin-patch-dead...
2022-09-13 Maybe WaffleDon't use `for` loop on an `Option`
2022-09-13 Weihang LoClarify config-relative paths for `--config <path>`
2022-09-13 hi-rustinRemove dead code
2022-09-13 Weihang LoExpand details for `--config` cli arg
2022-09-12 Ed Pagefix(add): Remove redundant version in build metadata...
2022-09-12 Ed Pagefix(add): Limit 'Features as of vX.Y.Z' to when relevant
2022-09-12 Ed Pagefix(add): Clarify which version the features are added for
2022-09-12 Ed Pagerefactor(add): Make it easier to add more summary info
2022-09-12 Ed Pagerefactor(add): Pull UI concerns out of edit logic
2022-09-12 Ed Pagerefactor(add): Consolidate looking up available features
2022-09-12 Ed Pagerefactor(add): Decouple available features from inheritance
2022-09-12 Ed Pagestyle(add): Clean up Context import
2022-09-09 borsAuto merge of #11068 - arlosi:progress, r=epage
2022-09-09 Arlo SiemsenChange progress indicator for sparse registries
2022-09-09 borsAuto merge of #11055 - epage:docs, r=ehuss
2022-09-08 Dawid CiężarkiewiczDo not add home bin path to PATH if it's already there
2022-09-08 borsAuto merge of #11044 - Eh2406:file_hash, r=weihanglo
2022-09-08 borsAuto merge of #11051 - EstebanBorai:fix/specify-crate...
2022-09-06 Ed Pagechore(ci): Ensure intradoc links are valid
2022-09-06 Esteban Boraifix: remove wrapping for sentence
2022-09-06 Esteban Boraifix: add periods to list items
2022-09-04 Esteban Boraifix: list under restrictions
2022-09-04 Esteban Boraifix: specifies the max length for crate name
2022-09-02 Rémy Rakicstore jobs priorities in the pending queue
2022-09-02 Rémy Rakicsort the pending queue according to cost/priority
2022-09-02 Jacob Finkelmanonly wright contents hash
2022-09-02 borsAuto merge of #10511 - weihanglo:issue-10477, r=ehuss
2022-09-01 Jacob FinkelmanCache based on contents hash
2022-09-01 borsAuto merge of #11029 - epage:config, r=weihanglo
2022-09-01 Ed Pagerefactor(cli): Lazily do first-pass config loading
2022-09-01 Ed Pagerefactor(cli): Delay fix's access to config
2022-09-01 Ed Pagerefactor(cli): Make help behave like other subcommands
2022-09-01 borsAuto merge of #11040 - epage:confusion, r=ehuss
2022-08-31 borsAuto merge of #11019 - weihanglo:doc-private-items...
2022-08-31 borsAuto merge of #11039 - ehuss:ci-names, r=epage
2022-08-30 borsAuto merge of #11028 - ehuss:test-errors, r=weihanglo
2022-08-30 borsAuto merge of #11033 - buggymcbugfix:buggymcbugfix...
2022-08-30 Vilem LiepeltDocument cargo-add's feature message
2022-08-28 Eric HussRework test error handling
2022-08-27 borsAuto merge of #11027 - tshepang:patch-1, r=ehuss
2022-08-27 Tshepang Mbambopause, for readability
2022-08-27 borsAuto merge of #11004 - jonhoo:bump-git2, r=weihanglo
2022-08-27 borsAuto merge of #11025 - hi-rustin:rustin-patch-typo...
2022-08-27 hi-rustinFix typo
2022-08-25 borsAuto merge of #11021 - 4TT1L4:patch-1, r=weihanglo
2022-08-25 4TT1L4Update cargo-toml-vs-cargo-lock.md
2022-08-25 Weihang LoAdd rustdoc for lib.rs
2022-08-25 Weihang LoFix rustdoc warnings when documenting private items
2022-08-24 borsAuto merge of #10807 - dtolnay-contrib:sha256, r=weihanglo
2022-08-23 borsAuto merge of #11017 - BlackHoleFox:non-ascii-names...
2022-08-23 BlackHoleFoxUpdate non-ASCII crate name warning message
2022-08-21 borsAuto merge of #11008 - weihanglo:issue-10917, r=epage
2022-08-19 Weihang LoIgnore broken but excluded file during traversing
2022-08-19 Weihang LoRemove unnecessary mutability
2022-08-19 borsAuto merge of #10999 - hi-rustin:rustin-patch-wrong...
2022-08-19 hi-rustinImprove error message for wrong target names
2022-08-17 Jon GjengsetDisable owner validation for Cargo-as-a-binary
2022-08-17 borsAuto merge of #11001 - Muscraft:fix-unstable-docs,...
2022-08-17 Scott Schaferremove missed reference to workspace inheritance in...
2022-08-17 borsAuto merge of #10988 - hi-rustin:rustin-patch-warn...
2022-08-17 hi-rustinWarning when precise or aggressive without -p flag
2022-08-16 borsAuto merge of #10944 - kcrimson-ar:master, r=epage
2022-08-16 borsAuto merge of #10975 - theCapypara:flock-enosys-android...
2022-08-16 Marco KöpckeNo longer gate unsupported file locking behind Linux...
2022-08-12 borsAuto merge of #10977 - weihanglo:std-thread-scope,...
2022-08-11 borsAuto merge of #10978 - andrewpollack:docs-removing...
2022-08-11 andrewpollackRemoving excess in
2022-08-11 Weihang LoUse std::thread::scope to replace crossbeam
2022-08-11 borsAuto merge of #10930 - ehuss:enable-windows-tests,...
2022-08-11 Marco Capypara KöpckeFix flock being not supported on Android raising an...
2022-08-11 borsAuto merge of #10968 - hi-rustin:rustin-patch-msg,...
2022-08-10 borsAuto merge of #10962 - Nemo157:override-target-dir...
2022-08-10 borsAuto merge of #10969 - joshtriplett:available-paralleli...
2022-08-10 Josh TriplettSwitch back to `available_parallelism`
2022-08-10 hi-rustinImprove error msg for get target runner
2022-08-10 borsAuto merge of #10961 - Nemo157:skip-implicit-override...
2022-08-10 borsAuto merge of #10967 - hi-rustin:rustin-patch-docs...
2022-08-10 hi-rustinAdd `CARGO_LOG` to `Environment variables Cargo reads`
2022-08-10 Wim LoomanOnly override published resolver when the workspace...
2022-08-09 borsAuto merge of #10891 - joshtriplett:rust-version-recomm...
2022-08-09 Wim LoomanHave `Edition` know what its default resolver behaviour is
2022-08-08 Josh TriplettOnly show advice to use `cargo update --precise` for...
2022-08-08 Josh TriplettMake the `rust-version` error recommend `cargo update...
next