Skip to content

Commit 8bb0127

Browse files
committed
Merge branch 'master' into kt128r
* master: (35 commits) std.Io.Threaded: fix QueryPerformanceCounter usage build runner: fix recursive locking of max_rss_mutex frontend: introduce error.Canceled build runner: update Mutex and Condition usage to std.Io build runner: update from std.Thread.Pool to std.Io std.Io: add Group.concurrent std.Io.File.readPositional fixed buffer type crypto.ml_kem: avoid redundant assignment & fix K-PKE.KeyGen (#26031) README: update some links Move Windows rename implementation from std.posix to windows.RenameFile os.windows: Delete unused functions and kernel32 bindings ci: bump riscv64-linux-release timeout to 8 hours on Forgejo Actions windows.GetFinalPathNameByHandle: add links to bugs tracking the Wine workaround README: use HTTPS for `releases.llvm.org` langref: convert to unmanaged `ArrayList` in example std.math.big.int: fix format functions std.Target: remove Abi.code16 cbe: translate sparc ccr/icc/xcc registers to icc Revert "std.os.linux.sparc64: use icc instead of xcc in asm clobbers" flate.Compress: simplify huffman node comparisons ...
2 parents 632e7cd + e4be00f commit 8bb0127

173 files changed

Lines changed: 5743 additions & 4699 deletions

File tree

Some content is hidden

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

.forgejo/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
fetch-depth: 0
7373
- name: Build and Test
7474
run: sh ci/riscv64-linux-release.sh
75-
timeout-minutes: 420
75+
timeout-minutes: 480
7676
s390x-linux-debug:
7777
runs-on: [self-hosted, s390x-linux]
7878
steps:

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ src/Package/Fetch/testdata/** binary
1515
src/Package/Fetch/git/testdata/** binary
1616

1717
lib/compiler/aro/** linguist-vendored
18+
lib/compiler/resinator/** linguist-vendored
19+
lib/compiler/translate-c/** linguist-vendored
1820
lib/include/** linguist-vendored
1921
lib/libc/** linguist-vendored
2022
lib/libcxx/** linguist-vendored

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
contact_links:
22
- name: Language Proposal
3-
about: Propose to improve the Zig language
4-
url: https://github.com/ziglang/zig/wiki/Language-Proposals
3+
about: "Please do not submit a proposal to change the language"
4+
url: https://ziglang.org/code-of-conduct
55
- name: Question
6-
about: Please use one of the community spaces for questions or general discussions.
7-
url: https://github.com/ziglang/zig/wiki/Community
6+
about: "Please use one of the community spaces instead for questions or general discussions."
7+
url: https://ziglang.org/community
88
- name: C Translation
99
about: "Issues related to `zig translate-c` and `@cImport` are tracked separately."
1010
url: https://github.com/ziglang/translate-c/
1111
- name: Copilot and Other LLMs
12-
about: Please do not use GitHub Copilot or any other LLM to write an issue.
13-
url: https://github.com/ziglang/zig/wiki/Writing-Issues-with-Copilot-and-Other-LLMs
12+
about: "Please do not use GitHub Copilot or any other LLM to write an issue."
13+
url: https://ziglang.org/code-of-conduct

0 commit comments

Comments
 (0)