Skip to content

Rollup of 9 pull requests #99462

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 23 commits into from
Jul 19, 2022
Merged
Changes from 2 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
6d2bd54
use body's param-env when checking if type needs drop
compiler-errors Jul 17, 2022
a22934b
avoid `Symbol` to `&str` conversions
TaKO8Ki Jul 18, 2022
454313f
stabilize `core::task::ready!`
yoshuawuyts Jul 18, 2022
37c21d6
Do not suggest "wrapping the expression in `std::num::NonZeroU64`"
WaffleLapkin Jul 18, 2022
c0569f2
Revert "Stabilize $$ in Rust 1.63.0"
CAD97 Jul 18, 2022
7163e7f
Suggest a fix for `NonZero*` <- `*` coercion error
WaffleLapkin Jul 18, 2022
da2752e
check accessibility before suggesting wrapping expressions
WaffleLapkin Jul 18, 2022
821e9d5
Update mdbook
ehuss Jul 18, 2022
2edad7d
Apply suggestions from the review
WaffleLapkin Jul 18, 2022
5bd88df
Add a note about privacy to wrapping suggestion
WaffleLapkin Jul 18, 2022
959c215
:arrow_up: rust-analyzer
lnicola Jul 19, 2022
1cbacc0
Add E0790 as more specific variant of E0283
aticu Jun 12, 2022
38ea235
Don't use main; improve example
aticu Jun 13, 2022
e2ecb68
use `par_for_each_in` in `par_body_owners` and `collect_crate_mono_it…
SparrowLii Jul 19, 2022
bfefd58
Rollup merge of #98028 - aticu:master, r=estebank
matthiaskrgr Jul 19, 2022
3147392
Rollup merge of #99384 - compiler-errors:issue-99375, r=oli-obk
matthiaskrgr Jul 19, 2022
4815f94
Rollup merge of #99401 - TaKO8Ki:avoid-symbol-to-&str-conversions, r=…
matthiaskrgr Jul 19, 2022
7d75497
Rollup merge of #99419 - yoshuawuyts:stabilize-task-ready, r=Mark-Sim…
matthiaskrgr Jul 19, 2022
19932a5
Rollup merge of #99435 - CAD97:revert-dollar-dollar-crate, r=Mark-Sim…
matthiaskrgr Jul 19, 2022
e6a100b
Rollup merge of #99438 - WaffleLapkin:dont_wrap_in_non_zero, r=compil…
matthiaskrgr Jul 19, 2022
fae3e3a
Rollup merge of #99441 - ehuss:update-mdbook, r=Mark-Simulacrum
matthiaskrgr Jul 19, 2022
ae90a8f
Rollup merge of #99453 - lnicola:rust-analyzer-2022-07-19, r=lnicola
matthiaskrgr Jul 19, 2022
e6904fc
Rollup merge of #99457 - SparrowLii:para_iter, r=fee1-dead
matthiaskrgr Jul 19, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 7 additions & 38 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ version = "3.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c11d40217d16aee8508cc8e5fde8b4ff24639758608e5374e731b53f85749fb9"
dependencies = [
"heck 0.4.0",
"heck",
"proc-macro-error",
"proc-macro2",
"quote",
Expand Down Expand Up @@ -1202,17 +1202,14 @@ checksum = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f"

[[package]]
name = "elasticlunr-rs"
version = "2.3.9"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35622eb004c8f0c5e7e2032815f3314a93df0db30a1ce5c94e62c1ecc81e22b9"
checksum = "e6dae5cac90640734ee881bc5f21b6e5123f4e5235e52428db114abffc2391d6"
dependencies = [
"lazy_static",
"regex",
"serde",
"serde_derive",
"serde_json",
"strum",
"strum_macros",
]

[[package]]
Expand Down Expand Up @@ -1735,15 +1732,6 @@ dependencies = [
"rustc-std-workspace-core",
]

[[package]]
name = "heck"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
dependencies = [
"unicode-segmentation",
]

[[package]]
name = "heck"
version = "0.4.0"
Expand Down Expand Up @@ -2360,17 +2348,17 @@ dependencies = [

[[package]]
name = "mdbook"
version = "0.4.18"
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74612ae81a3e5ee509854049dfa4c7975ae033c06f5fc4735c7dfbe60ee2a39d"
checksum = "13cdad8057b09a519c6c63e6d7c93ea854f5d7fbfe284df864d5e1140d215a2d"
dependencies = [
"ammonia",
"anyhow",
"chrono",
"clap",
"clap_complete",
"elasticlunr-rs",
"env_logger 0.7.1",
"env_logger 0.9.0",
"handlebars",
"lazy_static",
"log",
Expand All @@ -2379,7 +2367,6 @@ dependencies = [
"pulldown-cmark",
"regex",
"serde",
"serde_derive",
"serde_json",
"shlex",
"tempfile",
Expand Down Expand Up @@ -3335,7 +3322,7 @@ dependencies = [
"difference",
"env_logger 0.9.0",
"futures 0.3.19",
"heck 0.4.0",
"heck",
"home",
"itertools",
"jsonrpc-core",
Expand Down Expand Up @@ -5134,24 +5121,6 @@ version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"

[[package]]
name = "strum"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b"

[[package]]
name = "strum_macros"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"
dependencies = [
"heck 0.3.1",
"proc-macro2",
"quote",
"syn",
]

[[package]]
name = "syn"
version = "1.0.91"
Expand Down