]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2022-04-27 Scott SchaferExtract finding a workspace dependency into its own...
2022-04-27 Scott Schafer Show the merged set of activated features to the user...
2022-04-27 Scott SchaferAllow running `cargo add foo` when a `foo.workspace...
2022-04-27 Ed Pagechore: Upgrade toml_edit
2022-04-27 borsAuto merge of #10553 - sourcefrog:cachedir, r=weihanglo
2022-04-26 Martin PoolIgnore errors creating the git directory
2022-04-26 Martin PoolActually ignore errors
2022-04-26 Martin Poolexclude_from_backups_and_indexing can't fail
2022-04-25 Martin PoolRemove redundant assertions
2022-04-25 Martin PoolTest CACHEDIR.TAG is created in an existing registry
2022-04-25 Martin PoolTest creation of .cargo/registry/CACHEDIR.TAG
2022-04-25 Martin PoolTest .cargo/git/CACHEDIR.TAG is created
2022-04-24 borsAuto merge of #10575 - epage:version, r=weihanglo
2022-04-24 Martin PoolMark registry excluded from block_until_ready
2022-04-21 borsAuto merge of #10580 - jonhoo:restrict-config-cli,...
2022-04-20 borsAuto merge of #10579 - arlosi:git-length, r=ehuss
2022-04-20 borsAuto merge of #10584 - Muscraft:rfc2906-part9, r=epage
2022-04-20 Scott SchaferPrefer `dependency.workspace = true` to `dependency...
2022-04-20 Scott SchaferPrefer `field.workspace = true` to `field = { workspace...
2022-04-19 Ed Pagefix(yank): Use '--version' like install
2022-04-19 borsAuto merge of #10578 - epage:add-docs, r=ehuss
2022-04-19 Jon GjengsetDisallow setting registry tokens with --config
2022-04-19 Arlo SiemsenSet cargo --version git short hash length to 9
2022-04-19 borsAuto merge of #10576 - epage:feature, r=weihanglo
2022-04-19 Ed Pagedoc: Include `-F` in option lists
2022-04-18 borsAuto merge of #10577 - epage:add-complete, r=ehuss
2022-04-18 Ed PageDocument cargo-add
2022-04-18 Ed PageCompletion support for `cargo-add`
2022-04-18 borsAuto merge of #10492 - hi-rustin:rustin-patch-timings...
2022-04-18 borsAuto merge of #10472 - epage:add, r=ehuss
2022-04-18 Ed Pagefeat: Support '-F' as an alias for '--features'
2022-04-14 borsAuto merge of #10568 - Muscraft:rfc2906-part8, r=epage
2022-04-14 Scott SchaferPart 8 of RFC2906 - Keep `InheritableFields` in a ...
2022-04-14 borsAuto merge of #10565 - Muscraft:rfc2906-part7, r=epage
2022-04-13 Scott SchaferPart 7 of RFC2906 - Add support for inheriting `exclude...
2022-04-13 borsAuto merge of #10564 - Muscraft:rfc2906-part6, r=epage
2022-04-13 Scott SchaferPart 6 of RFC2906 - Switch the inheritance source from...
2022-04-13 borsAuto merge of #10563 - Muscraft:rfc2906-part5, r=epage
2022-04-13 Scott SchaferPart 5 of RFC2906 - Add support for inheriting `rust...
2022-04-13 hi-rustinSwitch to the next line
2022-04-12 borsAuto merge of #10486 - Urgau:check-cfg-well-known,...
2022-04-11 borsAuto merge of #10551 - jeremyBanks:Cargo.toml.orig...
2022-04-11 Jeremy Banksconst ORIGINAL_MANIFEST_FILE: &str = "Cargo.toml.orig";
2022-04-11 Ed Pagefix(add): Restore highlights lost when switching to...
2022-04-11 Ed Pagetest(add): Import cargo-add tests
2022-04-11 Ed Pagefeat: Add `add` cargo subcommand
2022-04-11 borsAuto merge of #10546 - weihanglo:issue-10381-rustc...
2022-04-10 Martin PoolMark .cargo/git and .cargo/registry as cache dirs
2022-04-10 Weihang LoCI: force using argfile to test againg `cargo fix`
2022-04-10 Weihang Lotest: make tests compatible when force using argfile
2022-04-10 Weihang LoClose tempfile explicitly after the command to exist
2022-04-10 Weihang LoDebug assertion for rustc argfile invocations
2022-04-10 Weihang LoEnsure non-UTF8 compatibility of argfile arg
2022-04-10 Weihang LoEnsure that temporary argfile lives longer them command...
2022-04-10 Weihang LoAvoid collect args from `env::args in proxy mode
2022-04-10 Weihang LoState that arg in argfile must not contain newlines
2022-04-10 borsAuto merge of #10236 - theo-lw:master, r=weihanglo
2022-04-09 borsAuto merge of #10549 - willcrichton:fix-issue-10535...
2022-04-09 Jeremy BanksAdd test to confirm that Cargo.toml.orig files are...
2022-04-09 borsAuto merge of #10550 - phil-opp:bindeps-doc-fix, r...
2022-04-09 Philipp OppermannFix docs: Bindeps env vars are passed to build script...
2022-04-09 Jeremy BanksReserve filename Cargo.toml.orig
2022-04-08 Will CrichtonEnsure host units don't depend on Docscrape units,...
2022-04-08 borsAuto merge of #10548 - Muscraft:rfc2906-part4, r=epage
2022-04-08 Scott SchaferPart 4 of RFC2906 - Add support for inheriting `readme`
2022-04-08 Scott SchaferMake copying of a `license-file` that exists outside...
2022-04-08 borsAuto merge of #10538 - Muscraft:rfc2906-part3, r=epage
2022-04-08 Weihang LoUse `CargoResult` pervasively
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-07 Scott SchaferPart 3 of RFC2906 - Add support for inheriting `license...
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...
next