]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2022-01-20 Weihang LoExtract logic of all test target filter to `all_test_ta...
2022-01-18 Weihang Lotest: do not compile test for bins flagged as `test...
2022-01-18 Weihang Lodo not compile test for bins flagged as `test = false`
2022-01-18 Weihang Lotest: compile all bins when `TESTNAME` arg exists
2022-01-16 borsAuto merge of #10298 - hi-rustin:rustin-patch-triagebot...
2022-01-16 hi-rustinEnable shortcut for triage bot
2022-01-15 borsAuto merge of #10294 - ehuss:version-bump, r=Eh2406
2022-01-14 Eric HussUpdate changelog for 1.59
2022-01-14 Eric HussBump to 0.61.0
2022-01-14 borsAuto merge of #10291 - calebcartwright:cargo-fmt-check...
2022-01-13 Caleb Cartwrightci: use new cargo fmt option
2022-01-13 borsAuto merge of #10287 - Nilstrieb:docs-semver-check...
2022-01-13 borsAuto merge of #10290 - maxwase:is_symlink_stabilized...
2022-01-13 maxwaseUse `is_symlink()` method
2022-01-12 Nilstriebdocs: add `run-fail` to semver check
2022-01-12 borsAuto merge of #10269 - ehuss:stabilized-new-features...
2022-01-11 borsAuto merge of #10265 - epage:clap-port, r=joshtriplett
2022-01-10 borsAuto merge of #10217 - zhamlin:feat/profile-rustflags...
2022-01-09 Zach Hamlinfeat: support rustflags per profile
2022-01-06 Eric HussStabilize namespaced and weak dependency features.
2022-01-06 borsAuto merge of #10267 - joshtriplett:pr-template-bors...
2022-01-06 Josh TriplettMake bors ignore the PR template so it doesn't end...
2022-01-06 Ed Pagerefactor: Resolve Arg::multiple deprecation
2022-01-06 Ed Pagerefactor: Resolve SubCommand::with_new deprecation
2022-01-06 Ed Pagerefactor: Resolve App::settings deprecation
2022-01-06 Ed Pagerefactor: Resolve App::help deprecation
2022-01-06 Ed Pagerefactor: Resolve App::template deprecation
2022-01-06 Ed Pagerefactor: Resolve App::usage deprecation
2022-01-06 Ed Pagerefactor: Resolve App::get_matches_safe deprecation
2022-01-06 Ed Pagerefactor: Resolve AppSettings::UnifiedHelpMessage depre...
2022-01-06 Ed Pagerefactor: Resolve Arg::empty_values deprecation
2022-01-06 Ed Pagerefactor: Resolve Arg::hidden deprecation
2022-01-06 Ed Pagerefactor: Resolve Arg::with_name deprecation
2022-01-06 Ed PageUpgrade to Clap 3
2022-01-05 borsAuto merge of #10214 - weihanglo:revert-10188-issue...
2022-01-05 borsAuto merge of #10258 - joshtriplett:unconditional-pipel...
2022-01-05 Josh TriplettRemove the option to disable pipelining
2022-01-05 borsAuto merge of #10255 - joshtriplett:unconditional-artif...
2022-01-05 Weihang LoTest IO error resilience while walking directories
2022-01-05 Weihang LoBe resilient to most IO error and filesystem loop
2022-01-04 Josh TriplettAlways ask rustc for messages about artifacts, and...
2022-01-04 borsAuto merge of #10254 - joshtriplett:rmeta-required...
2022-01-04 borsAuto merge of #10218 - weihanglo:pr-template, r=alexcri...
2022-01-04 Josh TriplettMake rmeta_required no longer depend on whether timing...
2022-01-04 borsAuto merge of #10088 - joshtriplett:stabilize-strip...
2022-01-02 borsAuto merge of #10248 - ehuss:windows-ssh-agent, r=Eh2406
2022-01-02 borsAuto merge of #10244 - joshtriplett:tyop, r=ehuss
2022-01-02 Eric HussUpdate docs for windows ssh-agent.
2022-01-02 Josh TriplettFix typo: substract -> subtract
2022-01-01 Weihang LoTweak wordings for PR template
2021-12-31 borsAuto merge of #10239 - Turbo87:patch-1, r=ehuss
2021-12-31 Tobias Bieniektimings: Fix tick mark alignment
2021-12-30 borsAuto merge of #10238 - Aaron1011:remove-lifetimes,...
2021-12-30 Aaron HillRemove unused lifetimes
2021-12-28 Josh TriplettUpdate stabilization date for strip option
2021-12-24 borsAuto merge of #10224 - MidasLamb:find-closest-capitaliz...
2021-12-24 Josh TriplettLink to rustc documentation for `-C strip`
2021-12-24 Josh TriplettStabilize the `strip` profile option, now that rustc...
2021-12-22 Midas LambrichtsAdd comment explaining the lowercasing in the levenshte...
2021-12-21 Weihang LoMove section titles into comment
2021-12-21 Midas LambrichtsMake levenshtein distance case insensitive.
2021-12-20 Weihang LoTest cargo build being resilient to filesystem loop
2021-12-20 borsAuto merge of #10212 - SamMorrowDrums:patch-1, r=alexcr...
2021-12-20 Sam Morrowadd pull_request trigger and update add note on fail...
2021-12-20 Sam Morrowadd information on starter workflow
2021-12-19 Weihang LoThe first version of pull request template
2021-12-17 Sam Morrowfurther simplify the workflow
2021-12-17 borsAuto merge of #10209 - jonhoo:pub-manifest-from-str...
2021-12-17 Sam Morrowadd in override flag to set default cargo toolchain
2021-12-17 Sam MorrowAdds basic CI yaml for GitHub Actions
2021-12-17 borsAuto merge of #10210 - nyurik:test-help, r=ehuss
2021-12-17 Yuri AstrakhanMinor docs change for `cargo test --help`
2021-12-16 Jon GjengsetAdd function for parsing already-read manifest
2021-12-16 borsAuto merge of #10205 - hi-rustin:rustin-patch-clippy...
2021-12-16 borsAuto merge of #10202 - weihanglo:github-issue-config...
2021-12-16 borsAuto merge of #10196 - charlesroussel:master, r=alexcri...
2021-12-16 Charles RousselAdd workaround for sporadic kills when building on...
2021-12-16 borsAuto merge of #10188 - weihanglo:issue-9528, r=alexcrichton
2021-12-16 borsAuto merge of #10204 - hi-rustin:rustin-patch-doc,...
2021-12-16 hi-rustinMake clippy happy
2021-12-16 hi-rustinadd open_no_doc_crate test
2021-12-16 hi-rustinError when the absence of any crates with files
2021-12-16 Weihang LoMention forum and zulip in feature-request issue template
2021-12-16 Weihang LoEnhance issue template config
2021-12-16 borsAuto merge of #10201 - ehuss:dep-doc-false, r=Eh2406
2021-12-15 Eric HussDon't document libs with doc=false
2021-12-15 borsAuto merge of #10198 - pinkforest:master, r=ehuss
2021-12-15 pinkforestBumps up tar to 0.4.36
2021-12-15 Weihang LoReturn bool instead of CargoResult for filter
2021-12-15 Weihang LoTest filesystem loop during traversal
2021-12-15 Weihang LoUse walkdir to walk filesyste and detect loop
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
next