-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Rollup of 9 pull requests #59522
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
Merged
Merged
Rollup of 9 pull requests #59522
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
6ea6e62
Update jemalloc-sys to version 0.3.0
gnzlbg b73886d
Update Cargo.lock
gnzlbg c728ae0
Update rustfmt to 1.2.0
topecongiro d59b46f
Add a test
taiki-e 4d648ce
Better diagnostic for binary operation on BoxedValues
hgallagher1993 5113e73
Update books
ehuss b3011dd
Visit ItemKind::Impl for dead code lint
varkor 40db575
Add a regression test for #47131
varkor 0acb786
Do not suggest borrowing when the span comes from a macro
estebank 925ca49
Add test
estebank 326ec80
Account for fully overlapping multiline annotations
estebank 81402db
Update stdsimd
gnzlbg 7a5c82d
Add edition-guide to toolstate.
ehuss 4644c3a
Add check for when left and right overlap and change span for explana…
hgallagher1993 8cdfad9
Walk all items for dead_code lint by default
varkor 44813df
Rename `type_parameters` to `generics` and so on
varkor e13e9a5
review comments
estebank 8fad69c
Add comemnts clarifying logic
estebank b5690c2
Fix MultilineAnnotation field name
estebank 362d243
Fix error in Rust 2018 + no_core environment
taiki-e 972a8ce
Rollup merge of #59366 - ehuss:update-books, r=QuietMisdreavus
Centril 8e0855b
Rollup merge of #59436 - gnzlbg:update_jemalloc, r=alexcrichton
Centril 38af98e
Rollup merge of #59454 - topecongiro:rustfmt-1.2.0, r=nrc
Centril 647d09f
Rollup merge of #59462 - taiki-e:no-core, r=petrochenkov
Centril fda2066
Rollup merge of #59467 - hgallagher1993:local_branch, r=estebank
Centril c105f34
Rollup merge of #59473 - estebank:borrow-sugg-inside-macro, r=davidtwco
Centril ee17267
Rollup merge of #59480 - gnzlbg:us, r=alexcrichton
Centril 4aacc49
Rollup merge of #59486 - varkor:dead-code-impl, r=sanxiyn
Centril 99e886d
Rollup merge of #59510 - varkor:rename-type_parameters, r=eddyb
Centril File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Submodule book
updated
26 files
Submodule edition-guide
updated
from aa0022 to b56ddb
Submodule embedded-book
updated
15 files
+3 −3 | README.md | |
+1 −0 | ci/script.sh | |
+5 −5 | src/c-tips/index.md | |
+2 −2 | src/collections/index.md | |
+7 −7 | src/concurrency/index.md | |
+1 −1 | src/interoperability/c-with-rust.md | |
+3 −3 | src/intro/index.md | |
+0 −1 | src/intro/no-std.md | |
+5 −5 | src/peripherals/singletons.md | |
+2 −2 | src/start/exceptions.md | |
+1 −1 | src/start/hardware.md | |
+1 −1 | src/start/panicking.md | |
+147 −143 | src/start/qemu.md | |
+2 −2 | src/start/registers.md | |
+3 −3 | src/start/semihosting.md |
Submodule reference
updated
from 41493f to 27ad49
Submodule rust-by-example
updated
41 files
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.