Skip to content
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

Rollup of 10 pull requests #126126

Closed
wants to merge 36 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
d5d56d0
Stabilize `BinaryHeap::as_slice`
slanterns Apr 16, 2024
a272f8e
Update `./x fmt` command
ChrisDenton Jun 5, 2024
35130d7
Detect pub structs never constructed and unused associated constants …
mu001999 Jun 5, 2024
c0e2543
Simplify the rayon calls in the installer
cuviper Jun 5, 2024
c76e59e
prefer compile::stream_cargo for building tools
onur-ozkan Jun 6, 2024
26dc8bd
Stabilize Option::take_if
wutchzone Jun 6, 2024
9df648e
Stabilise c_unwind
nbdd0121 Aug 25, 2023
cbe1339
Remove c_unwind from tests and fix tests
nbdd0121 Aug 25, 2023
f544c4d
Add a hack to prevent proc_macro misopt in CI
nbdd0121 Dec 6, 2023
67f5dd1
Parse unsafe attributes
carbotaniuman Apr 21, 2024
c4de986
Disallow unsafe in derive
carbotaniuman Apr 23, 2024
6ec492f
Reorder `unsafe` macro cases
carbotaniuman Apr 25, 2024
48851d9
Add tests
carbotaniuman Apr 28, 2024
230b58f
Error on unsafe on non-unsafe attribute
carbotaniuman May 15, 2024
68719e0
Fix doc comment
carbotaniuman May 16, 2024
b82c524
Add double unsafe test
carbotaniuman May 16, 2024
87be1ba
Fix build
carbotaniuman May 21, 2024
8aa2553
Change comment to FIXME
carbotaniuman May 27, 2024
15f8ffe
Fix formatting
carbotaniuman May 27, 2024
1cc4e8c
Add unsafe to `ffi_pure` and `ffi_const`
carbotaniuman May 27, 2024
453093b
Remove extraneous attribute
carbotaniuman Jun 7, 2024
f83cdbd
Fix ordering
carbotaniuman Jun 7, 2024
f9104f0
Handle safe case
carbotaniuman Jun 7, 2024
7eff2d9
Do not pass source root when building run-make tests
Kobzol Jun 7, 2024
eac63b7
Rename `S` environment variable to `SOURCE_ROOT` in run-make tests
Kobzol Jun 7, 2024
3eb5341
Improve docs for using custom paths with `--emit`
Zalathar Jun 7, 2024
9a33347
Rollup merge of #116088 - nbdd0121:unwind, r=Amanieu,RalfJung
matthiaskrgr Jun 7, 2024
397e9ee
Rollup merge of #124012 - slanterns:as_slice_stabilize, r=BurntSushi
matthiaskrgr Jun 7, 2024
2f7dc81
Rollup merge of #124214 - carbotaniuman:parse_unsafe_attrs, r=michael…
matthiaskrgr Jun 7, 2024
3e0a98e
Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix
matthiaskrgr Jun 7, 2024
37926ee
Rollup merge of #125781 - onur-ozkan:improve-tool-builder, r=albertla…
matthiaskrgr Jun 7, 2024
70e1b80
Rollup merge of #126030 - ChrisDenton:update-wingen-readme, r=Mark-Si…
matthiaskrgr Jun 7, 2024
60a590a
Rollup merge of #126047 - cuviper:installer-try_for_each, r=albertlar…
matthiaskrgr Jun 7, 2024
b9eaf6c
Rollup merge of #126089 - wutchzone:option_take_if, r=scottmcm
matthiaskrgr Jun 7, 2024
773f4a5
Rollup merge of #126112 - Kobzol:runmake-source-root, r=jieyouxu
matthiaskrgr Jun 7, 2024
5c96adc
Rollup merge of #126119 - Zalathar:emit-filename, r=ehuss
matthiaskrgr Jun 7, 2024
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
Update ./x fmt command
ChrisDenton committed Jun 5, 2024

Verified

This commit was signed with the committer’s verified signature.
ChrisDenton Chris Denton
commit a272f8ed44155e422d1e7f85f1cfe708ae0721b6
2 changes: 1 addition & 1 deletion library/std/src/sys/pal/windows/c/README.md
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ be edited manually.

To add bindings, edit `bindings.txt` then regenerate using the following command:

./x run generate-windows-sys && ./x fmt library/std
./x run generate-windows-sys && ./x fmt

If you need to override generated functions or types then add them to
`library/std/src/sys/pal/windows/c.rs`.