]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2021-12-15 borsAuto merge of #10198 - pinkforest:master, r=ehuss
2021-12-15 pinkforestBumps up tar to 0.4.36
2021-12-14 borsAuto merge of #10152 - steven-joruk:quiet-config, r...
2021-12-14 borsAuto merge of #10193 - sstangl:help-alias-10138, r...
2021-12-14 borsAuto merge of #10145 - QiangHeisenberg:deprecated,...
2021-12-13 borsAuto merge of #10191 - weihanglo:issue-9881, r=alexcrichton
2021-12-13 borsAuto merge of #10177 - ehuss:list-alias, r=alexcrichton
2021-12-13 borsAuto merge of #10171 - ehuss:no-executable-doc, r=alexc...
2021-12-13 borsAuto merge of #10166 - ehuss:scrape-examples-unstable...
2021-12-13 borsAuto merge of #10161 - weihanglo:issue-7473, r=alexcrichton
2021-12-13 borsAuto merge of #10155 - ehuss:bump-deps, r=alexcrichton
2021-12-13 borsAuto merge of #10154 - ehuss:version-bump, r=alexcrichton
2021-12-13 borsAuto merge of #10153 - ehuss:fix-profile-docs, r=alexcr...
2021-12-13 borsAuto merge of #10172 - ehuss:doc-lib-before-bin, r...
2021-12-13 borsAuto merge of #10178 - ehuss:version-from-rustc, r...
2021-12-12 Sean Stanglfix panic if an alias is defined to ""
2021-12-12 Sean StanglUpdate behavior to pass-through simple aliases
2021-12-12 Sean StanglSimplify check_alias() using flatten()
2021-12-12 Sean StanglUpdate src/bin/cargo/commands/help.rs
2021-12-11 Sean StanglUpdate help::help_alias() to assert the new behavior
2021-12-11 Sean StanglDisplay alias target on 'cargo help <alias>`. Closes...
2021-12-11 Weihang LoImprove I/O error message for fingerprint of build...
2021-12-10 borsAuto merge of #10185 - Aaron1011:future-incompat-cleanu...
2021-12-09 Aaron HillRemove `-Z future-incompat-report` from message display...
2021-12-08 Steven JorukFix link to config.md#termquiet
2021-12-08 Steven JorukUpdate docs
2021-12-08 Steven JorukCode review fixes
2021-12-07 Eric HussUse version from rustbuild.
2021-12-06 Eric HussRemove pre_release in version info.
2021-12-06 Eric HussMove cargo's self-version code to a dedicated module.
2021-12-06 Eric HussExplicitly mark aliases in `cargo list`.
2021-12-06 borsAuto merge of #10168 - hi-rustin:rustin-patch-flag...
2021-12-06 Eric HussMove scrape-examples docs to correct section.
2021-12-06 borsAuto merge of #10165 - Aaron1011:stabilize-future-incom...
2021-12-06 Aaron HillAdd CARGO_FUTURE_INCOMPAT_REPORT_FREQUENCY to environme...
2021-12-06 Aaron HillAdjust `[future-incompat-report]` docs
2021-12-06 Aaron HillImprove documentation and add [future-incompat-report...
2021-12-06 Aaron HillFix detection of `--json future-incompat`
2021-12-06 hi-rustinAdd arg_quiet
2021-12-06 hi-rustinUnify the description of quiet flag
2021-12-06 Eric HussDon't emit "executable" JSON field for non-executables.
2021-12-05 Eric HussDocument lib before bin.
2021-12-05 Aaron HillUpdate docs
2021-12-05 borsAuto merge of #10133 - joshtriplett:release-short,...
2021-12-05 Aaron HillDetect if rustc supports '--json future-incompat'
2021-12-05 Aaron HillStabilize future-incompat-report
2021-12-05 borsAuto merge of #10158 - matklad:depodoc, r=ehuss
2021-12-05 Aleksey Kladovdoc: fix some stale URLs
2021-12-05 Aleksey Kladovdoc: nudge towards simple version requirements
2021-12-04 borsAuto merge of #10164 - weihanglo:issue-10131, r=ehuss
2021-12-04 Weihang LoUpgrade clap to 2.34.0
2021-12-04 borsAuto merge of #10157 - luqmana:opnotsupp, r=ehuss
2021-12-04 Weihang LoDo not suggest source config if nothing to vendor
2021-12-04 Aleksey KladovUpdate src/doc/src/reference/specifying-dependencies.md
2021-12-04 Aleksey Kladovdoc: nudge towards simple version requirements
2021-12-04 Josh TriplettUpdate documentation for the `-r` short option for...
2021-12-03 Eric HussFix some profile documentation.
2021-12-03 Eric HussBump versions of local deps.
2021-12-03 Eric HussUpdate changelog for 1.58
2021-12-03 Eric HussBump to 0.60.0
2021-12-03 Steven JorukSupport `term.quiet` configuration
2021-12-02 l00556901modify test
2021-12-01 Luqman AdenTreat EOPNOTSUPP the same as ENOTSUP when ignoring...
2021-12-01 l00556901fix some bugs
2021-12-01 l00556901delete --host command and message
2021-11-30 borsAuto merge of #10141 - ehuss:note-rustflags-removal...
2021-11-30 Eric HussAdd note about RUSTFLAGS removal from build scripts.
2021-11-30 borsAuto merge of #10139 - hi-rustin:rustin-patch-clippy...
2021-11-30 hi-rustinMake clippy happy
2021-11-29 borsAuto merge of #10137 - ehuss:lto-pdb-collision-test...
2021-11-29 Eric HussFix some tests with output collisions.
2021-11-29 borsAuto merge of #10109 - hi-rustin:rustin-patch-docs...
2021-11-29 borsAuto merge of #10130 - weihanglo:issue-8690, r=alexcrichton
2021-11-29 borsAuto merge of #10132 - ehuss:doctest-xcompile-note...
2021-11-29 Josh TriplettSupport abbreviating `--release` as `-r`
2021-11-29 Eric HussAdd a note about doctest xcompile.
2021-11-28 borsAuto merge of #10124 - matklad:edit-template-url, r...
2021-11-28 Aleksey Kladovbook: add edit links to specific pages
2021-11-28 hi-rustinDescription of the targets that can be applied
2021-11-28 Weihang LoImprove unused patch message when source URLs mismatched
2021-11-26 borsAuto merge of #10093 - hi-rustin:rustin-patch-rustc...
2021-11-24 borsAuto merge of #10117 - estebank:update-test-for-emoji...
2021-11-24 Esteban KuberChange test to not trigger emoji error
2021-11-23 hi-rustinAdd crate-type unstable doc
2021-11-23 hi-rustinAdd tests
2021-11-22 borsAuto merge of #10110 - hi-rustin:rustin-patch-build...
2021-11-22 borsAuto merge of #10103 - ehuss:tree-cycle, r=alexcrichton
2021-11-22 hi-rustinre-enabled lto_build test on 32-bit MSVC
2021-11-21 borsAuto merge of #10107 - hi-rustin:rustin-patch-install...
2021-11-21 borsAuto merge of #10106 - russweas:master, r=ehuss
2021-11-21 borsAuto merge of #10105 - hi-rustin:rustin-patch-clippy...
2021-11-21 hi-rustinAdd crate type flag to rustc command
2021-11-21 hi-rustinUpdate install doc
2021-11-21 hi-rustinAdd --message-format for install
2021-11-21 Russ WeasUpdate curl dependency, remove M1 macOS build error...
2021-11-21 hi-rustinMake clippy happy
2021-11-20 borsAuto merge of #10043 - jyn514:hard-error, r=ehuss
2021-11-20 Eric HussFix resolve error with cyclic dev-dependency features.
2021-11-20 Eric Huss`cargo tree`: Fix stack overflow on cyclic features.
2021-11-18 borsAuto merge of #10097 - Eh2406:silly, r=alexcrichton
next