]> git.proxmox.com Git - cargo.git/history - src
refactor(cli): Make help behave like other subcommands
[cargo.git] / src /
2022-09-01 Ed Pagerefactor(cli): Make help behave like other subcommands
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-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...
2022-08-08 Ky PhanAdd unit test for invalid authors, refactor name
2022-08-06 borsAuto merge of #10946 - RalfJung:docs, r=epage
2022-08-06 Ralf Jungresolver docs: link to version requirements syntax...
2022-08-06 Ky PhanImprove error message for an array
2022-08-05 borsAuto merge of #10941 - hi-rustin:rustin-patch-docs...
2022-08-05 hi-rustinMark -timings=html unstable in the document
2022-08-04 borsAuto merge of #10935 - har7an:patch-1, r=epage
2022-08-04 har7anMention that aliases are recursive
2022-08-04 borsAuto merge of #10322 - eholk:reserved-windows-name...
2022-08-03 Eric HolkMove Windows path test function to test code
2022-08-03 Eric HolkUpdate comment
2022-08-03 Eric HolkUse GetFullPathNameW to test restricted names
2022-08-03 borsAuto merge of #10924 - akabinds:better-no-such-subcomma...
2022-08-03 akabindsimplement test checking if stderr, after using `+toolch...
2022-08-03 akabindsMerge branch 'master' of https://github.com/rust-lang...
2022-08-03 akabindsMerge branch 'master' of https://github.com/rust-lang...
2022-08-03 borsAuto merge of #10929 - ehuss:ignore-reason, r=weihanglo
2022-08-03 bindsMerge branch 'master' into better-no-such-subcommand
2022-08-03 akabindsimprove formatting
2022-08-03 borsAuto merge of #10933 - LPardue:cargo-patch-misspell...
2022-08-03 lucasGrammar fixup unused patch message
2022-08-03 bindsMerge branch 'master' into better-no-such-subcommand
2022-08-02 akabindsimplemented requested changes; tests pass
2022-08-02 akabindsMerge branch 'better-no-such-subcommand' of https:...
2022-08-02 akabindsimplemented requested changes; fixed one failing test...
2022-08-02 bindsMerge branch 'rust-lang:master' into better-no-such...
2022-08-02 akabindsimprove error message for when subcommand contains...
2022-08-02 bindsMerge branch 'rust-lang:master' into better-no-such...
2022-08-02 akabindshandling if a subcommand looks like `+toolchain`. very...
2022-08-02 borsAuto merge of #10918 - ehuss:fix-formats_source, r...
2022-08-02 Eric HussProvide better error information if rustfmt fails.
2022-08-01 borsAuto merge of #10916 - ehuss:contrib-shortcuts, r=weihanglo
2022-08-01 Eric HussContrib: Add docs on the rustbot ready command
2022-08-01 borsAuto merge of #10844 - yerke:yerke/negative_jobs, r...
2022-08-01 Yerkebulan Tuliber... Merge branch 'master' into yerke/negative_jobs
2022-08-01 borsAuto merge of #9892 - ehuss:cargo_test-ignore-reason...
2022-07-31 Eric HussFix typos in cargo_test docs.
2022-07-31 Yerkebulan Tuliber... remove duplicate check
2022-07-31 Eric HussRemove CARGO_TEST_DISABLE_GIT_CLI
2022-07-31 Eric HussAdd requirements to cargo_test.
2022-07-30 borsAuto merge of #10913 - ehuss:contrib-submodule, r=epage
2022-07-30 borsAuto merge of #10912 - ehuss:contrib-crater, r=epage
2022-07-30 borsAuto merge of #10914 - ehuss:contrib-new-release, r...
2022-07-30 Eric HussContrib: Document submodule update process
2022-07-30 Eric HussContrib: Document new-release process
2022-07-30 Eric HussContrib: Add docs on how to use crater
2022-07-29 borsAuto merge of #10911 - Nemo157:override-to-resolver...
2022-07-29 Wim LoomanOverride to resolver=1 in published package
2022-07-27 borsAuto merge of #10902 - epage:lock, r=ehuss
2022-07-26 Ed Pagefix(add): Update the lock file
2022-07-25 Ed Pagefix(add): Respect --locked
2022-07-24 borsAuto merge of #10899 - ehuss:empty-wrapper-test, r...
2022-07-24 borsAuto merge of #10896 - RalfJung:rustc-wrapper, r=ehuss
2022-07-24 Ralf Jungexpand RUSTC_WRAPPER docs
2022-07-23 borsAuto merge of #10859 - Muscraft:stabilize-workspace...
2022-07-23 Scott SchaferStabilize workspace inheritance
2022-07-23 borsAuto merge of #10890 - joshtriplett:typo, r=weihanglo
next