This will create a new pull request consisting of 0 PRs.
A rollup is useful for shortening the queue, but jumping the queue is unfair to older PRs who have waited too long.
When creating a real rollup, see this instruction for reference.
—
58 total, 0 approved, 0 rolled up, 0 failed / /
Sort key | # | Status | Mergeable | Title | Head ref | Assignee | Approved by | Priority | Rollup | |
---|---|---|---|---|---|---|---|---|---|---|
1 | 9753 | yes | Stabilize target-applies-to-host feature. | jameshilliard:stabilize-target-applies-to-host | 0 | |||||
2 | 10276 | yes | Add semver guidelines for changing the `repr` of structs/enums to ref… | Nilstrieb:add-repr-semver-guideline | ehuss | 0 | ||||
3 | 10313 | yes | sources/path: if PathSource::list_files fails while using a git repo, retry without it | jmesmon:fix-git-broken-alternates | joshtriplett | 0 | ||||
4 | 10625 | yes | Add "resolver = 2" option to workspace manifest examples | mousetail:patch-1 | 0 | |||||
5 | 10871 | yes | Add "unit struct to normal struct" case to semver.md | obi1kenobi:patch-1 | ehuss | 0 | ||||
6 | 10877 | yes | Document that adding `#[non_exhaustive]` on existing items is breaking. | obi1kenobi:adding-non-exhaustive | ehuss | 0 | ||||
7 | 10910 | yes | Warn when an edition 2021 crate is in a virtual workspace with default resolver | Nemo157:lint-different-resolver-10112 | ehuss | 0 | ||||
8 | 10960 | yes | Report codegen timings for binary crates | bjorn3:bin_link_timings | ehuss | 0 | ||||
9 | 10985 | yes | WIP: Add normalized querykind Fixes #1079 | goodSyntax808:add-normalized-querykind | ehuss | 0 | ||||
10 | 10987 | yes | Search upward if the path does not exist when `cargo new` | hi-rustin:rustin-patch-vcs | ehuss | 0 | ||||
11 | 11188 | yes | Omit checksum verification for local git dependencies | jarhodes314:local-git-dependency-requires-checksum | weihanglo | 0 | ||||
12 | 11200 | yes | Semver: Note that it is not a breaking change to make an `unsafe` function safe | madsmtm:semver-fn-unsafe-safe | ehuss | 0 | ||||
13 | 11272 | yes | Panic beaviour in profile can be specified if using custom harness | weihanglo:issue/11214 | ehuss | 0 | ||||
14 | 11274 | yes | Clone more than we need for GitHub | Eh2406:fetch-all | epage | 0 | ||||
15 | 11389 | yes | Fixes #11383: cargo package doesn't include build script if this has a custom path | cdecompilador:master | weihanglo | 0 | ||||
16 | 11418 | yes | Less cryptic panic! for when std_roots index fails in attach_std_deps() | T-O-R-U-S:master | epage | 0 | ||||
17 | 11436 | yes | Emit progress state escape codes | albertlarsan68:progress-ansi-codes | epage | 0 | ||||
18 | 11442 | yes | cargo clean: use `remove_dir_all` | trevyn:issue-11441 | weihanglo | 0 | ||||
19 | 11447 | yes | Crate checksum lookup query should match on semver build metadata | arlosi:exact | weihanglo | 0 | ||||
20 | 11685 | yes | Do not mention a non-existing default of crates.io | Ekleog:patch-1 | ehuss | 0 | ||||
21 | 11804 | yes | cargo doc --open always respect request_kind | hi-rustin:rustin-patch-doc-open | ehuss | 0 | ||||
22 | 11831 | yes | [BLOCKED] upgrade `gix` to v0.41 to fix flaky auth tests. | Byron:fix-11821 | weihanglo | 0 | ||||
23 | 11840 | yes | support for shallow clones and fetches with `gitoxide` | Byron:shallow-support | epage | 0 | ||||
24 | 11847 | yes | Output harness in cargo metadata | jordanisaacs:harness-metadata | ehuss | 0 | ||||
25 | 11851 | yes | Make cargo a workspace | weihanglo:make-cargo-a-workspace | epage | 0 | ||||
26 | 11862 | yes | doc: clarify implications of `cargo-yank` | weihanglo:doc-yank | Muscraft | 0 | ||||
27 | 11866 | yes | Add `try_canonicalize` and use it over `std::fs::canonicalize` | Zoxc:fs-non-canon | ehuss | 0 | ||||
28 | 11879 | yes | Support `cargo owner add` | QiangHeisenberg:owner | weihanglo | 0 | ||||
29 | 11882 | yes | Correct the bug report for `cargo clippy --fix` | hi-rustin:rustin-patch-clippy-fix | weihanglo | 0 | ||||
30 | 11888 | yes | Add a flag for keeping target directory on clean | nandesu-utils:master | ehuss | 0 | ||||
31 | 11905 | yes | PoC: Make `--help` easier to browse | epage:help_heading | weihanglo | 0 | ||||
32 | 11906 | yes | Warn when a dependency is available from multiple registries | LawnGnome:warn-multiply-defined-crates | weihanglo | 0 | ||||
33 | 11912 | yes | test(cli): Track --help output | epage:help | ehuss | 0 | ||||
34 | 11913 | yes | Unpin and bump `libgit2-sys` | pinkforest:chore-unpin-libgit2-sys | weihanglo | 0 | ||||
35 | 11917 | yes | Optimize usage under rustup. | ehuss:rustup-circumvent | weihanglo | 0 | ||||
36 | 11922 | yes | [beta 1.69] Backport #11881 Add delays to network retries. | ehuss:beta-http-retry | epage | 0 | ||||
37 | 9024 | no | Make cargo metadata --no-deps print all path deps (including other workspaces) | alyssais:no-deps | 0 | |||||
38 | 9532 | no | Add env variable to indicate the build type. | jameshilliard:is-cross | 0 | |||||
39 | 9603 | no | support generic target tables and env variables | jameshilliard:generic-config | Eh2406 | 0 | ||||
40 | 9634 | no | Use cross compile style target/host isolation for all builds. | jameshilliard:all-cross | Eh2406 | 0 | ||||
41 | 9855 | no | Allow `path = "${FOO}/bar"` dependencies | sivadeilra:path_vars | 0 | |||||
42 | 10061 | no | Implement 'multidep' (RFC-3176) | Byron:rfc-3176 | joshtriplett | 0 | ||||
43 | 10070 | no | clean: add --with-downloads option | jonhoo:clean-cache | ehuss | 0 | ||||
44 | 10330 | no | Support per pkg target for `-Zbuild-std` | fee1-dead:support-per-pkg-target-w-buildstd | ehuss | 0 | ||||
45 | 10414 | no | Make more cargo-as-a-library functions `pub` | jonhoo:more-pubs | ehuss | 0 | ||||
46 | 10462 | no | Add target-specific RUSTFLAGS variants | jonhoo:targeted-rustflags | weihanglo | 0 | ||||
47 | 10522 | no | Suggest cargo install --git when missing registry package looks like a git* URL | petr-tik:n10485_install_from_git_error_message_alternative_impl | ehuss | 0 | ||||
48 | 10663 | no | Support for descriptions on third-party subcommands in `cargo --list` | dtolnay-contrib:desc | 0 | |||||
49 | 10736 | no | Add `safe.directories` config | ehuss:safe-directories | 0 | |||||
50 | 10742 | no | Reduce warning strictness | epage:warnings | ehuss | 0 | ||||
51 | 11046 | no | WIP: Add a general mechanism for setting rustflags in Cargo for the current crate only | ridwanabdillahi:rustflags | weihanglo | 0 | ||||
52 | 11086 | no | SourceId: Test and fix ambiguous serialization of Git references | g2p:git-sourceids | ehuss | 0 | ||||
53 | 11312 | no | Emit errors with cargo:error= | kornelski:build-cargo-error | epage | 0 | ||||
54 | 11428 | no | core::compiler: remove Executor trait | nrc:remove-executor | 0 | |||||
55 | 11429 | no | Refactoring: move hex and hasher modules from util module to util crate | nrc:utils | 0 | |||||
56 | 11433 | no | Proxy auth with custom HTTP transport | hhirtz:proxy-auth | ehuss | 0 | ||||
57 | 11525 | no | Trim noise from build script errors | kornelski:clean-build-error-take-2 | weihanglo | 0 | ||||
58 | 11878 | no | Add more information to HTTP errors to help with debugging. | ehuss:header-diagnostics | weihanglo | 0 |