Skip to content

Rollup of 9 pull requests #137065

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 21 commits into from
Feb 15, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
f02c3f8
re-export `core::iter::FromCoroutine`
joseluis Jan 18, 2025
d566b5d
Implement Extend<AsciiChar> for String
mzeitlin11 Feb 8, 2025
26eeac1
Windows: Update generated bindings to 0.59
ChrisDenton Feb 13, 2025
00683a0
CI: split i686-mingw job to three free runners
marcoieni Feb 14, 2025
00964aa
Add safe new to NotAllOnes
kornelski Feb 11, 2025
1284765
Rename `PatCtxt::lower_lit` to `lower_pat_expr`
Zalathar Feb 5, 2025
c3eea53
Clarify control-flow in `lower_path`
Zalathar Feb 4, 2025
92fc085
More comments for `lower_inline_const`
Zalathar Feb 5, 2025
b2197ab
Remove unnecessary check code in unused_delims
chenyukang Feb 14, 2025
f3fa720
made check_argument_compat public
geetanshjuneja Feb 15, 2025
11c1740
Forward all default methods for I/O impls
thaliaarchi Feb 15, 2025
8769d03
add a doc comment
RalfJung Feb 15, 2025
afbeefb
Rollup merge of #135687 - joseluis:feat-reexport_from_coroutine, r=sc…
jhpratt Feb 15, 2025
92adb92
Rollup merge of #135813 - marcoieni:free-runner-i686-mingw, r=jdno
jhpratt Feb 15, 2025
26be558
Rollup merge of #136749 - mzeitlin11:extend-asciichar, r=scottmcm
jhpratt Feb 15, 2025
1524b53
Rollup merge of #136879 - kornelski:non1, r=Noratrieb
jhpratt Feb 15, 2025
224be79
Rollup merge of #136978 - ChrisDenton:windows-bindgen, r=Amanieu
jhpratt Feb 15, 2025
c133123
Rollup merge of #137028 - Zalathar:thir-pat-expr, r=compiler-errors
jhpratt Feb 15, 2025
221ba2d
Rollup merge of #137029 - chenyukang:yukang-fix-unused-check, r=jieyo…
jhpratt Feb 15, 2025
6593a25
Rollup merge of #137056 - geetanshjuneja:pub, r=RalfJung
jhpratt Feb 15, 2025
ba89ea8
Rollup merge of #137062 - thaliaarchi:io-optional-methods/write, r=wo…
jhpratt Feb 15, 2025
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
Prev Previous commit
Next Next commit
Windows: Update generated bindings to 0.59
  • Loading branch information
ChrisDenton committed Feb 13, 2025
commit 26eeac1a1e9fe46ffd80dd0d3dafdd2c2a644306
15 changes: 2 additions & 13 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6195,16 +6195,11 @@ dependencies = [

[[package]]
name = "windows-bindgen"
version = "0.58.0"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91cd28d93c692351f3a6e5615567c56756e330bee1c99c6bdd57bfc5ab15f589"
checksum = "9b7fb600834d7e868f6e5bb748a86101427330fafbf9485c331b9d5f562d54a5"
dependencies = [
"proc-macro2",
"rayon",
"serde",
"serde_json",
"syn 2.0.96",
"windows-metadata",
]

[[package]]
Expand Down Expand Up @@ -6285,12 +6280,6 @@ dependencies = [
"syn 2.0.96",
]

[[package]]
name = "windows-metadata"
version = "0.58.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e837f3c3012cfe9e7086302a93f441a7999439be1ad4c530d55d2f6d2921809"

[[package]]
name = "windows-result"
version = "0.1.2"
Expand Down
Loading
Loading