d1a4654834
std.BufSet: add clone and cloneWithAllocator
...
Following how ArrayList and HashMap does things. This is useful when one
wants to, ahem, clone the BufSet.
2022-02-28 15:51:58 -05:00
Veikka Tuominen
2682b41da5
make gpa.deinit work with stage2
2022-02-28 13:09:14 -07:00
David John
139b731d82
std: rename sched_yield to yield and move it to std.Thread
2022-02-27 15:34:02 -05:00
Andrew Kelley
b5066fdae2
Merge pull request #11001 from Vexu/stage2
...
stage2: make formatted printing work
2022-02-27 15:29:03 -05:00
c03b733f09
std.HashMap: return explicit errors ( #11000 )
...
All errors from std.HashMap are allocation errors. Mark them as
such. This is helpful when one wants to return explicit errors where
HashMap is used.
2022-02-27 15:24:00 -05:00
Veikka Tuominen
9f59189c95
stage2: do not memoize calls that can mutate comptime state
2022-02-27 16:43:53 +02:00
Veikka Tuominen
7a92b89a9d
stage2: forward discard result loc to more expressions
2022-02-27 13:32:55 +02:00
Veikka Tuominen
813f368a3c
test runner: remove unnecessary stage2 workaround
2022-02-27 12:25:50 +02:00
Veikka Tuominen
1bbca4f935
stage2: fix bitcast to optional ptr in llvm backend; omit safety check for intToPtr on optional ptr
2022-02-27 12:15:49 +02:00
Veikka Tuominen
950d840be6
stage2: use stage1 test runner for stage2
2022-02-27 11:57:12 +02:00
Veikka Tuominen
593d23c0d7
stage2: get formatted printing (somewhat) working
2022-02-27 10:05:29 +02:00
Al Hoang
db82c1b982
add constant for haiku
...
* re-enable zig build on haiku
2022-02-26 10:53:13 +02:00
Endel Dreyer
cd9a6fed4f
fix typo on Thread's getHandle docs
2022-02-26 10:48:37 +02:00
protty
5d30e8016d
time: introduce Instant ( #10972 )
2022-02-24 18:51:44 -05:00
Isaac Freund
52a2aa11e2
std: work around current packed struct situation
...
As of 6249a24 , align() is not allowed on packed struct fields
and as such the align(4) was removed from the first field of
EdidOverrideProtocolAttributes. The endgame here is packed struct
backed by explicit integers, in this case a u32, but until that
is implemented put the align(4) on the pointer to avoid breaking
someone's UEFI code in a hard to debug way.
2022-02-24 16:08:37 -05:00
Andrew Kelley
5ab5e2e673
Revert "Merge pull request #10950 from hexops/sg/responsefiles"
...
This reverts commit 136a43934b , reversing
changes made to 9dd839b7ed .
This broke the behavior of `zig run`.
2022-02-24 12:11:11 -07:00
Andrew Kelley
6249a24e81
stage2: integer-backed packed structs
...
This implements #10113 for the self-hosted compiler only. It removes the
ability to override alignment of packed struct fields, and removes the
ability to put pointers and arrays inside packed structs.
After this commit, nearly all the behavior tests pass for the stage2 llvm
backend that involve packed structs.
I didn't implement the compile errors or compile error tests yet. I'm
waiting until we have stage2 building itself and then I want to rework
the compile error test harness with inspiration from Vexu's arocc test
harness. At that point it should be a much nicer dev experience to work
on compile errors.
2022-02-23 23:59:25 -07:00
Jakub Konka
136a43934b
Merge pull request #10950 from hexops/sg/responsefiles
...
Do not fail to build if 'zig build-lib' etc. arguments exceed OS limits
2022-02-23 22:54:25 +01:00
Jakub Konka
9dd839b7ed
Merge pull request #10976 from ziglang/x64-macos-fixes
...
x64: print test runner results on macos
2022-02-23 22:40:06 +01:00
Jan Philipp Hafer
5d89955543
compiler_rt: specify goals, organize README and compiler_rt.zig
...
* goals
- zig as linker for object files generated by other compilers
- zig-specific runtime features for eventual standardisation
* changes
- missing routines are marked with `missing`
- structure inspired by libgcc docs, but improved order and wording
- rename misspelled functions
- reorder and rephrase compiler_rt.zig to reflect documentation
- potential decimal float or fixed-point arithmetic support:
* 'Decimal float library routines' ca. 120 functions
* 'Fixed-point fractional library routines' ca. 300 functions
thanks to @Vexu for multiple reviews and @scheibo for review
2022-02-23 16:38:51 -05:00
Andrew Kelley
ecf56d85ef
Merge pull request #10969 from Vexu/stage2
...
stage2: fn typeinfo params
2022-02-23 16:10:17 -05:00
Jakub Konka
b7760ad742
std: re-enable result printing in the test runner for macos
2022-02-23 19:39:50 +01:00
Evan Haas
9716a1c3ab
translate-c: Add support for cast-to-union
...
Fixes #10955
2022-02-23 14:11:46 +02:00
Veikka Tuominen
92beb2b490
stage2: misc fixes in Sema
2022-02-23 10:40:40 +02:00
xReveres
b2805666a7
stage1-wasm: implement shared memory
2022-02-23 08:57:20 +01:00
Veikka Tuominen
f8154905e7
stage1: rename TypeInfo.FnArg to Fn.Param
2022-02-23 09:44:36 +02:00
Felix Queißner
6fdcf1ad2d
std.os.linux.socketpair: fd is an out parameter
2022-02-23 09:32:54 +02:00
Jakub Konka
8abd30019c
x64: completely ignore printing tests on macos until I fix the linker
2022-02-22 21:57:44 +01:00
Jakub Konka
d657ede324
x64: disable printing results on macos until I fix the linker
...
Hopefully, this will make the CI green, and in the meantime I can
fix the bugs in the MachO linker.
2022-02-22 21:57:44 +01:00
Jakub Konka
a94267b290
std: export ceil builtins in stage2
2022-02-22 21:56:34 +01:00
Jakub Konka
150006d216
std: enable print results in test_runner for stage2_x86_64
2022-02-22 21:56:34 +01:00
e620b692c6
[std.ArrayList] return explicit errors
...
All errors from std.ArrayList are allocation errors. Mark them as such.
This is helpful when one wants to obtain a function pointer.
2022-02-22 13:57:51 -05:00
Stephen Gutekanst
efd473bbfc
std: Builder: use response files for zig test invocations too
...
Signed-off-by: Stephen Gutekanst <stephen@hexops.com >
2022-02-21 13:06:23 -07:00
Stephen Gutekanst
9c1c4747f4
std: Builder: account for null term considering response files
...
Signed-off-by: Stephen Gutekanst <stephen@hexops.com >
2022-02-21 12:58:13 -07:00
gwenzek
628e9e6d04
enable Gpu address spaces ( #10884 )
2022-02-21 14:05:27 -05:00
Ali Chraghi
a4df443f96
Update Tokenizer Dump Function
...
fix missed `loc` field
2022-02-20 17:47:42 -05:00
Stephen Gutekanst
2bd10f4db9
std: have Builder use response files if zig build args exceed OS limits
...
In Mach engine we're seeing command line arguments to `zig build-lib`
exceed the 32 KiB limit that Windows imposes, due to the number of
sources and compiler flags we must pass in order to build gpu-dawn.
This change fixes the issue by having `Builder` check if the arguments
to a `zig build-*` command are >30 KiB and, if so, writes the arguments
to a file `zig-cache/args/<SHA2 of args>`. Then the command invocation
merely becomes `zig build-lib @<that file>`.
Fixes #10693
Fixes hexops/mach#167
Signed-off-by: Stephen Gutekanst <stephen@hexops.com >
2022-02-20 14:44:39 -07:00
Veikka Tuominen
65aa333197
fix formatting in openbsd.zig
...
CI was failing for unrelated reasons so this went unnoticed
2022-02-20 11:58:42 +02:00
Dante Catalfamo
ec59a04138
Add OpenBSD auth functions
2022-02-20 09:58:58 +02:00
Andrew Kelley
8841a71aa6
AstGen: evaluate comptime var init expressions in a comptime context
2022-02-19 15:11:18 -07:00
Lee Cannon
b0cdd3d0e6
StackIterator should not try to check validity on freestanding
2022-02-19 15:38:56 -05:00
Veikka Tuominen
2f0204aca3
parser: fix "previous field here" pointing to wrong field
2022-02-19 10:15:54 +02:00
Andrew Kelley
2e1c16d649
Merge pull request #10924 from ziglang/air-independence-day
...
AIR independence day
2022-02-19 02:57:48 -05:00
Andrew Kelley
123076ea88
ArrayList: add unusedCapacitySlice to the unmanaged API
...
This function is super nice thank you whoever added it 👍
2022-02-18 19:35:39 -07:00
Cody Tapscott
ef417f19e1
stage2: Implement @bitReverse and @byteSwap
...
This change implements the above built-ins for Sema and the LLVM
backend. Other backends have had placeholders added for lowering.
2022-02-18 14:28:32 -07:00
Lee Cannon
dee96e2e2f
std.testing.refAllDecls: force decl to be analyzed with just @field
...
Co-authored-by: Veikka Tuominen <git@vexu.eu >
2022-02-18 21:21:21 +02:00
Andrew Kelley
2c24bf2f79
Merge pull request #10604 from fifty-six/master
...
std/os/uefi: additional improvements/fixes
2022-02-18 14:16:30 -05:00
Andrew Kelley
736b9dcdd6
Merge pull request #10858 from topolarity/stage2-bitcast
...
stage2 sema: Fix sign handling of exotic integers in `@bitCast`
2022-02-18 13:49:00 -05:00
chip2n
ab43c045ed
Fix incorrect documentation for std.HashMap.remove()
2022-02-18 13:47:38 -05:00
Veikka Tuominen
53241f288e
Merge pull request #10913 from Vexu/err
...
further parser error improvements
2022-02-18 13:53:47 +02:00