-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rollup of 9 pull requests #133193
Rollup of 9 pull requests #133193
Commits on Nov 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5319425 - Browse repository at this point
Copy the full SHA 5319425View commit details
Commits on Nov 18, 2024
-
Improve
{BTreeMap,HashMap}::get_key_value
docs.They are unusual methods. The docs don't really describe the cases when they might be useful (as opposed to just `get`), and the examples don't demonstrate the interesting cases at all. This commit improves the docs and the examples.
Configuration menu - View commit details
-
Copy full SHA for 2765432 - Browse repository at this point
Copy the full SHA 2765432View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ea0257 - Browse repository at this point
Copy the full SHA 8ea0257View commit details -
Configuration menu - View commit details
-
Copy full SHA for 786b747 - Browse repository at this point
Copy the full SHA 786b747View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b0f8cb - Browse repository at this point
Copy the full SHA 8b0f8cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31f5c3b - Browse repository at this point
Copy the full SHA 31f5c3bView commit details -
rustdoc-search: use smart binary search in bitmaps
Addresses a comment from [jsha's benchmarking], where the `contains` function showed up in the profiler. This commit pulls it from about 5% of the runtime to about 0.5%. [jsha's benchmarking]: https://rust-lang.zulipchat.com/#narrow/channel/266220-t-rustdoc/topic/search.20profiling/near/481868761
Configuration menu - View commit details
-
Copy full SHA for 3fbcc1f - Browse repository at this point
Copy the full SHA 3fbcc1fView commit details -
Document s390x-unknown-linux targets
This adds documentation for the following existing targets: s390x-unknown-linux-gnu (Tier 2 with host tools) s390x-unknown-linux-musl (Tier 3) I volunteer as maintainer for these targets going forward. Signed-off-by: Ulrich Weigand <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f95079 - Browse repository at this point
Copy the full SHA 8f95079View commit details -
Add reference annotations for diagnostic attributes
This adds reference annotations for `diagnostic::on_unimplmented` and the `diagnostic` namespace in general.
Configuration menu - View commit details
-
Copy full SHA for 1b0e787 - Browse repository at this point
Copy the full SHA 1b0e787View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3adbc16 - Browse repository at this point
Copy the full SHA 3adbc16View commit details -
Update src/doc/rustc/src/platform-support/s390x-unknown-linux-gnu.md
Co-authored-by: Josh Stone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ae8036 - Browse repository at this point
Copy the full SHA 3ae8036View commit details -
Configuration menu - View commit details
-
Copy full SHA for 826d023 - Browse repository at this point
Copy the full SHA 826d023View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed465f2 - Browse repository at this point
Copy the full SHA ed465f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d20a310 - Browse repository at this point
Copy the full SHA d20a310View commit details
Commits on Nov 19, 2024
-
Rollup merge of rust-lang#132758 - nnethercote:improve-get_key_value-…
…docs, r=cuviper Improve `{BTreeMap,HashMap}::get_key_value` docs. They are unusual methods. The docs don't really describe the cases when they might be useful (as opposed to just `get`), and the examples don't demonstrate the interesting cases at all. This commit improves the docs and the examples.
Configuration menu - View commit details
-
Copy full SHA for 2226541 - Browse repository at this point
Copy the full SHA 2226541View commit details -
Rollup merge of rust-lang#133180 - GuillaumeGomez:jump-to-def-links-g…
…enerics, r=notriddle [rustdoc] Fix items with generics not having their jump to def link generated Because the span originally included the generics, during the highlighting, it was not retrieved and therefore its jump to def link was not generated. r? ``@notriddle``
Configuration menu - View commit details
-
Copy full SHA for f66e174 - Browse repository at this point
Copy the full SHA f66e174View commit details -
Rollup merge of rust-lang#133181 - rustbot:docs-update, r=ehuss
Update books ## rust-lang/edition-guide 2 commits in 2d482e203eb6d6e353814cf1415c5f94e590b9e0..915f9b319c2823f310430ecdecd86264a7870d7e 2024-11-06 07:23:07 UTC to 2024-11-05 09:03:41 UTC - 2021: Update for raw lifetimes (rust-lang/edition-guide#330) - CI: Switch to merge queue (rust-lang/edition-guide#333) ## rust-lang/nomicon 1 commits in 456b904f791751892b01282fd2757904993c4c26..eac89a3cbe6c4714e5029ae8b5a1c556fd4e8c42 2024-11-16 14:05:28 UTC to 2024-11-16 14:05:28 UTC - Fix typo in what-unsafe-does (rust-lang/nomicon#469) ## rust-lang/reference 10 commits in da0f6dad767670da0e8cd5af8a7090db3272f626..41ccb0e6478305401dad92e8fd3d04a4304edb4c 2024-11-15 21:45:16 UTC to 2024-11-05 21:46:30 UTC - Add identifiers to attributes.md and its subchapters (rust-lang/reference#1560) - Fix 2 typos (rust-lang/reference#1674) - Add examples to clarify the casting rules (rust-lang/reference#686) - Explaining how to link mixed C/Rust binaries. (rust-lang/reference#838) - Add Arm64EC to inline-assembly documentation (rust-lang/reference#1653) - Add three more WebAssembly features to the list of accepted ones (rust-lang/reference#1638) - Add s390x to inline-assembly documentation (rust-lang/reference#1643) - trait object constraint correction (rust-lang/reference#1670) - Update some "default" representation references (rust-lang/reference#1667) - Update lifetimes for pre-expansion validation (rust-lang/reference#1668) ## rust-lang/rustc-dev-guide 12 commits in 6a5accdaf10255882b1e6c59dfe5f1c79ac95484..b679e71c2d66c6fe13e06b99ac61773b866213f0 2024-11-18 08:18:15 UTC to 2024-11-05 07:22:17 UTC - Mention `RUSTC_BOOTSTRAP` for misc testing (rust-lang/rustc-dev-guide#2136) - Document how to acquire `cdb.exe` (rust-lang/rustc-dev-guide#2137) - Document `max-llvm-major-version` directive (rust-lang/rustc-dev-guide#2129) - Document `exact-llvm-major-version` directive (rust-lang/rustc-dev-guide#2135) - Note Rustfmt for separate rust-analyzer directory (rust-lang/rustc-dev-guide#2134) - still accurate (rust-lang/rustc-dev-guide#2133) - typo (rust-lang/rustc-dev-guide#2132) - add valid date-check marker (rust-lang/rustc-dev-guide#2131) - Update parallel-rustc.md (rust-lang/rustc-dev-guide#1926) - Rename `{ignore,only}-debug` -> `{ignore,needs}-{rustc,std}-debug-assertions` (rust-lang/rustc-dev-guide#2101) - update const stability docs (rust-lang/rustc-dev-guide#2111) - Ask folks to use the Oxford comma in diagnostics (rust-lang/rustc-dev-guide#2093)
Configuration menu - View commit details
-
Copy full SHA for 09838ae - Browse repository at this point
Copy the full SHA 09838aeView commit details -
Rollup merge of rust-lang#133182 - RalfJung:const-panic-inline, r=tgr…
…oss35 const_panic: inline in bootstrap builds to avoid f16/f128 crashes This should fix rust-lang#133177. ``@uweigand`` could you test that?
Configuration menu - View commit details
-
Copy full SHA for 17ffefc - Browse repository at this point
Copy the full SHA 17ffefcView commit details -
Rollup merge of rust-lang#133185 - notriddle:notriddle/roaringbitmap,…
… r=notriddle rustdoc-search: use smart binary search in bitmaps Addresses a comment from [jsha's benchmarking], where the `contains` function showed up in the profiler. This commit pulls it from about 5% of the runtime to about 0.5%. Before: https://share.firefox.dev/3ANVjon After: https://share.firefox.dev/3OeM3gk [jsha's benchmarking]: https://rust-lang.zulipchat.com/#narrow/channel/266220-t-rustdoc/topic/search.20profiling/near/481868761
Configuration menu - View commit details
-
Copy full SHA for 5f537c4 - Browse repository at this point
Copy the full SHA 5f537c4View commit details -
Rollup merge of rust-lang#133186 - uweigand:s390x-maintainer, r=wesle…
…ywiser Document s390x-unknown-linux targets This adds documentation for the following existing targets: s390x-unknown-linux-gnu (Tier 2 with host tools) s390x-unknown-linux-musl (Tier 3) I volunteer as maintainer for these targets going forward.
Configuration menu - View commit details
-
Copy full SHA for 49ca6c6 - Browse repository at this point
Copy the full SHA 49ca6c6View commit details -
Rollup merge of rust-lang#133187 - ehuss:reference-diagnostic, r=jiey…
…ouxu Add reference annotations for diagnostic attributes This adds reference annotations for `diagnostic::on_unimplmented` and the `diagnostic` namespace in general. There's also a rename for a test that looks like it was put in the wrong location.
Configuration menu - View commit details
-
Copy full SHA for 739fdaf - Browse repository at this point
Copy the full SHA 739fdafView commit details -
Rollup merge of rust-lang#133191 - aDotInTheVoid:whoops-thats-not-sta…
…ble-and-might-never-be, r=fmease rustdoc book: Move `--test-builder(--wrapper)?` docs to unstable section. Tracking issue: rust-lang#102981 These have always been unstable, but were documented in the stable section in rust-lang#114651
Configuration menu - View commit details
-
Copy full SHA for 27acd5e - Browse repository at this point
Copy the full SHA 27acd5eView commit details -
Rollup merge of rust-lang#133192 - aDotInTheVoid:changelog-cleanup, r…
…=fmease RELEASES.md: Don't document unstable `--test-build-wrapper` rust-lang#114651 added this as an unstable flag, so it doesn't make sense to go in the release notes. Discovered while working on rust-lang#133191.
Configuration menu - View commit details
-
Copy full SHA for 56747f3 - Browse repository at this point
Copy the full SHA 56747f3View commit details