Skip to content

Commit c0e109d

Browse files
authored
Merge branch 'main' into master
2 parents 7e114d4 + 5c8a32d commit c0e109d

File tree

134 files changed

+5002
-2178
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+5002
-2178
lines changed

.cirrus.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
task:
22
name: nightly x86_64-unknown-freebsd-13
33
freebsd_instance:
4-
image_family: freebsd-13-2
4+
image_family: freebsd-13-3
55
setup_script:
66
- pkg install -y libnghttp2 curl
77
- curl https://sh.rustup.rs -sSf --output rustup.sh
@@ -15,7 +15,7 @@ task:
1515
task:
1616
name: nightly x86_64-unknown-freebsd-14
1717
freebsd_instance:
18-
image: freebsd-14-0-release-amd64-ufs
18+
image: freebsd-14-1-release-amd64-ufs
1919
setup_script:
2020
- pkg install -y libnghttp2 curl
2121
- curl https://sh.rustup.rs -sSf --output rustup.sh

.github/PULL_REQUEST_TEMPLATE.md

+16-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,25 @@
11
Thanks for considering submitting a PR!
22

3-
We have the [contribution guide](https://github.com/rust-lang/libc/blob/main/CONTRIBUTING.md). Please read it if you're new here!
3+
We have the
4+
[contribution guide](https://github.com/rust-lang/libc/blob/main/CONTRIBUTING.md).
5+
Please read it if you're new here!
46

5-
Here's a checklist for things that will be checked during review or continuous integration.
7+
Here is a checklist for things that will be checked during review or continuous
8+
integration:
69

7-
- \[ ] Edit corresponding file(s) under `libc-test/semver` when you add/remove item(s), e.g. edit `linux.txt` if you add an item to `src/unix/linux_like/linux/mod.rs`
8-
- \[ ] Your PR doesn't contain any private or *unstable* values like `*LAST` or `*MAX` (see [#3131](https://github.com/rust-lang/libc/issues/3131))
10+
- \[ ] Edit corresponding file(s) under `libc-test/semver` when you add/remove
11+
item(s), e.g. edit `linux.txt` if you add an item to
12+
`src/unix/linux_like/linux/mod.rs`
13+
- \[ ] Your PR doesn't contain any private or _unstable_ values like `*LAST` or
14+
`*MAX` (see [#3131](https://github.com/rust-lang/libc/issues/3131))
15+
- \[ ] Provide a link to relevant source (headers or documentation) if your PR
16+
adds or changes API.
917
- \[ ] If your PR has a breaking change, please clarify it
10-
- \[ ] If your PR increments version number, it must NOT contain any other changes (otherwise a release could be delayed)
18+
- \[ ] If your PR increments version number, it must NOT contain any other
19+
changes (otherwise a release could be delayed)
1120
- \[ ] Make sure `ci/style.sh` passes
1221
- \[ ] `cd libc-test && cargo test`
13-
- (this might fail on your env due to environment difference between your env and CI. Ignore failures if you are not sure)
22+
- (this might fail on your env due to environment difference between your env
23+
and CI. Ignore local failures if you are not sure)
1424

1525
Delete this line and everything above before opening your PR.

0 commit comments

Comments
 (0)