Merged
Conversation
- Add quick link to API docs - Add marker for external links, to help offline users - Add information about using 'cargo doc' and the playground - Clean up some of the wording - Update body & header style to match rustdoc defaults
Do some cleanup of doc/index.md I think a lot of people get to this landing page from `rustup doc`, and it's a bit tricky to find some useful information. I attempted to clean it up here a bit, from the commit message: - Add quick link to API docs - Add marker for external links, to help offline users - Add information about using 'cargo doc' and the playground - Clean up some of the wording - Update body & header style to match rustdoc defaults - Bump heading levels so main page header is 1, others are 2 (all were level 1 before)
Lint against `Iterator::map` receiving a callable that returns `()` Close rust-lang#106991
…-107918, r=notriddle Add regression test for rust-lang#107918 Fixes rust-lang#107918. r? ```@notriddle```
test: drop unused deps Looks unused. Anyway, tests should catch any breakage.
…anicked, r=estebank make "proc macro panicked" translatable
…r=GuillaumeGomez docs/test: add UI test and docs for `E0476` Final undocumented error code. Not entirely sure about wording in the docs. Part of rust-lang#61137. r? ```@compiler-errors``` cc ```@compiler-errors```
…solved, r=compiler-errors Do not lint ineffective unstable trait impl for unresolved trait
… r=compiler-errors Complete migrating `ast_passes` to derive diagnostics cc rust-lang#100717 ```@rustbot``` label +A-translation
Member
Author
|
@bors r+ rollup=never p=8 |
Collaborator
Collaborator
Collaborator
|
☀️ Test successful - checks-actions |
Collaborator
|
📌 Perf builds for each rolled up PR: previous master: f37f9f6512 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Collaborator
|
Finished benchmarking commit (70fd012): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
Iterator::mapreceiving a callable that returns()#107890 (Lint againstIterator::mapreceiving a callable that returns())cargo docfails onfound duplicate lang item 'panic_impl'dependency issue (no_std) #107918)E0476#108444 (docs/test: add UI test and docs forE0476)ast_passesto derive diagnostics #108456 (Complete migratingast_passesto derive diagnostics)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup