-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 11 pull requests #80449
Merged
Merged
Rollup of 11 pull requests #80449
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was missed in rust-lang#73845 when switching to use the raw operators. Fixes rust-lang#80365
Co-authored-by: Joshua Nelson <[email protected]>
…=dtolnay clarify wrapping ptr arithmetic docs Fixes rust-lang#80306 `@steffahn` please let me know if this helps avoid the misunderstanding. :)
…ark-Simulacrum BTreeMap: rename the area access methods r? `@Mark-Simulacrum`
Add links to the source for the rustc and rustdoc books. This adds a little icon in the upper-right corner of the books so that readers can find the source if they want to make changes or file issues. This is already included in several of the other books.
Use raw version of align_of in rc data_offset This was missed in rust-lang#73845 when switching to use the raw operators. Fixes rust-lang#80365
Document `InferTy` & co. I finally figured out what `TyVid` means! The name is quite opaque, so I decided to document it and related types. I don't know that much about `InferTy` & co., but I was able to *infer* ( :) ) from the names and what I know generally about type inference to add some basic documentation.
fix: small typo error in chalk/mod.rs
rustdoc book: fix example `lib.rs` file is created only if `--lib` flag is specified
…lcnr Add regression test for rust-lang#80375 This will also make sure that rust-lang#80375 is handled if rust-lang#79135 has to be reverted (which won't happen 🤞). Closes rust-lang#80375. r? `@lcnr`
…veklabnik Add "length" as doc alias to len methods Currently when searching for `length` there are no results: https://doc.rust-lang.org/std/?search=length. This makes `len` methods appear when searching for `length`.
…labnik Add "chr" as doc alias to char::from_u32 Many programming languages provide a function called `chr` - Perl, Python, PHP, Visual Basic, SQL. This change makes `char::from_u32` easier to discover in the documentation. `ord` is not added as its name conflicts with `Ord` trait, and it's not exactly clear what it could point to (`<u32 as From<char>>::from`?). I don't think it's exactly necessary, as `char::from_u32` documentation page says you can do reverse conversion with `as` operator anyway.
Fix stabilization version of deque_range feature. See rust-lang#79022 (comment)
@bors r+ p=11 rollup=never |
📌 Commit e3d26e0 has been approved by |
bors
added
the
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
label
Dec 28, 2020
☀️ Test successful - checks-actions |
This was referenced Dec 29, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
merged-by-bors
This PR was explicitly merged by bors.
rollup
A PR which is a rollup
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Successful merges:
InferTy
& co. #80402 (DocumentInferTy
& co.)COUNT/#0
(Const { ty: usize, val: Param(COUNT/#0) }/0) out of range when substituting substs=[] #80375)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup