Age | Commit message (Collapse) | Author |
|
|
|
(#26320)
…ns (#26215)"
This reverts commit 06778e4e9b0a856ac39cc01f0813e6076eb150d6 because
benchmarks are failing on `main`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Nayeem Rahman <nayeemrmn99@gmail.com>
|
|
|
|
Co-authored-by: linbingquan <695601626@qq.com>
|
|
These methods are confusing because the arguments are backwards. I feel
like they should have never been added to `Option<T>` and that clippy
should suggest rewriting to
`map(...).unwrap_or(...)`/`map(...).unwrap_or_else(|| ...)`
https://github.com/rust-lang/rfcs/issues/1025
|
|
Yearly tradition of creating extra noise in git.
|
|
This caused v1.27.0 publishing to fail.
|
|
Closes: #11853
|
|
Fixes #15367
|
|
|
|
Ref: denoland/vscode_deno#629
|
|
Closes: #13910
|
|
Ref: denoland/vscode_deno#633
|
|
Co-authored-by: Erfan Safari <erfanshield@outlook.com>
|
|
|
|
|
|
|
|
Closes: denoland/vscode_deno#433
|
|
Ref #8643
|
|
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
|
|
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
|
|
|
|
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
|
|
Ref: #8643
|
|
|
|
Co-authored-by: hvithrafn <hvithrafn@users.noreply.github.com>
|
|
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
|
|
|
|
|
|
|
|
|
|
Ref #8643
|
|
Co-authored-by: Bert Belder <bertbelder@gmail.com>
|
|
|
|
|
|
Co-authored-by: Luca Casonato <lucacasonato@yahoo.com>
|
|
|
|
Resolves #8400
|