Marc Tiehuis
1c148f1619
std/hash: add generic tests for idempotency/iterative api
2023-09-02 15:37:49 +12:00
Marc Tiehuis
26d61812a8
std/hash: add smhasher verification tests
...
Not all hashes are added just yet as these need to be generated manually
from reference implementations as they are not included by default in
smhasher.
2023-09-02 15:37:49 +12:00
Michal Ziulek
bb2eb44430
std.coff: Fixed compile error.
2023-09-02 00:18:53 +02:00
Jakub Konka
5dc2db8055
Merge pull request #17029 from squeek502/wasi-statFile-libc
...
Fix `Dir.statFile` for WASI when linking libc
2023-09-01 10:13:04 +02:00
Jakub Konka
43b27d47c9
Merge pull request #17030 from ziglang/macho-libsystem
...
macho: improve logic for finding and reporting errors when searching for libSystem and dependencies
2023-09-01 08:00:12 +02:00
Ryan Liptak
01f9cdd21a
Temporarily disable Dir.statFile test when linking glibc
...
See https://github.com/ziglang/zig/issues/17034
2023-08-31 18:01:15 -07:00
Jakub Konka
2187744411
macho: we actually care about stem and not basename for dependencies
2023-09-01 00:43:02 +02:00
Jakub Konka
611ddd426c
macho: forgot to include dirname when resolving dependencies
2023-09-01 00:30:26 +02:00
Jakub Konka
21c04b119e
macho: report missing libSystem/libc system libraries to the user
2023-08-31 23:47:55 +02:00
Ryan Liptak
f46008c1d8
Fix Dir.statFile for WASI when linking libc
...
`statFile` now only uses `os.fstatatWasi` when not linking libc, matching the pattern used throughout other `Dir` functions. This fixes the compilation error: `error: struct 'c.wasi.Stat' has no member named 'fromFilestat'` (which the added test would have failed with)
2023-08-31 14:07:15 -07:00
Jakub Konka
43adfd9689
macho: check if fallback libSystem.{d}.tbd exists in Zig's installation
2023-08-31 22:04:24 +02:00
Jakub Konka
f4c9e19bc3
Merge pull request #17020 from ziglang/macho-versions
...
macho: big-ish refactor and report errors to the user using Zig's API
2023-08-31 07:50:29 +02:00
Jacob Young
e2ff486de5
Sema: cleanup coerceExtra
...
* remove unreachable code
* remove already handled cases
* avoid `InternPool.getCoerced`
* add some undef checks
* error when converting undef int to float
Closes #16987
2023-08-30 16:50:30 -04:00
Jakub Konka
19a1332ca1
macho: improve formatting of invalid targets in libraries
2023-08-30 22:30:42 +02:00
Jakub Konka
a7240f0c99
macho: remove error.UnhandledDwFormValue from link.File
...
Eventually, we will validate DWARF info upfront and report errors
to the user but this will require a rewrite of several parts of
the linker so leaving as a TODO for the near future.
2023-08-30 22:29:27 +02:00
Jakub Konka
ebe371b757
macho: report basic __eh_frame problems as errors
2023-08-30 21:48:24 +02:00
Jakub Konka
ba710ec09d
macho: remove obsolete error.FailedToResolveRelocationTarget
2023-08-30 20:34:16 +02:00
Jakub Konka
5144132320
macho: report formatted error for unhandled symbol types
2023-08-30 20:16:37 +02:00
Nameless
4689d93cb2
std.http: allow for arbitrary http methods
2023-08-30 13:05:45 -05:00
Jakub Konka
5806e761bb
macho: improve error reporting for re-exports mismatch
2023-08-30 19:02:25 +02:00
Jakub Konka
22c81740ef
macho: convert error.TODOImplementWritingStaticLibFiles into an actual error
2023-08-30 12:37:05 +02:00
Jakub Konka
f21245f5e7
macho: refactor resolving and parsing dependent dylibs
2023-08-30 12:30:17 +02:00
Nameless
ddef683fcb
std.http.Server: responses to HEAD not allowed to have a payload
2023-08-29 21:42:54 -05:00
Nameless
3817c7382b
std.http: connectUnix return Unsupported on targets without unix sockets
2023-08-29 21:42:53 -05:00
Nameless
aa090a49d9
std.http: handle expect:100-continue and continue responses
2023-08-29 21:42:53 -05:00
Nameless
5d40338f21
std.http: add Client.fetch and improve redirect logic
2023-08-29 21:42:53 -05:00
Jakub Konka
ea9f2513a3
macho: format parse error for fat libs to include CPU archs only
2023-08-29 22:26:58 +02:00
Jakub Konka
7e167537c0
macho: simplify handling and reporting parsing errors
2023-08-29 22:16:48 +02:00
Andrew Kelley
49075d2055
Merge pull request #16969 from jacobly0/no-clear-ref-trace
...
Sema: refactor to use fewer catch expressions
2023-08-29 16:13:39 -04:00
Igor Sadikov
4635179857
Optimize std.base64.standard.Encoder.encode
2023-08-29 16:00:31 -04:00
Jakub Konka
79b3285aa2
macho: handle mismatched and missing platform errors
2023-08-29 15:27:44 +02:00
Jakub Konka
1cae41bbbb
macho: clean up array of supported platforms and versions
2023-08-29 12:14:57 +02:00
Jakub Konka
1b01715a73
link: remove unused darwin_sdk_version field
2023-08-29 12:02:58 +02:00
Jakub Konka
3ece3f83f3
macho: clean up helpers for std.SemanticVersion <-> Apple version formatting
2023-08-29 12:00:25 +02:00
Jakub Konka
2e28ab153c
macho: parse platform info from each object file into Platform struct
2023-08-29 11:45:03 +02:00
Jakub Konka
ec03619dcf
macho: make MachO.requiresCodeSignature accept link.Options
2023-08-29 11:40:20 +02:00
Jakub Konka
052984c5ae
macho: remove MachO.requiresThunks as it is obsolete
2023-08-29 11:40:20 +02:00
Jakub Konka
2473ccc335
macho: create an explicit error set for parse functions
2023-08-29 11:40:20 +02:00
Jakub Konka
1820aed786
macho: convert log.err when CPU arch is mismatched into actual errors
2023-08-29 11:40:20 +02:00
Jakub Konka
68dc1a3e3f
macho: report symbol collision as compiler error
2023-08-29 11:40:20 +02:00
Jakub Konka
0f02a1fcb0
macho: fix 32bit compilation issues
2023-08-29 11:40:20 +02:00
Jakub Konka
8330065a99
macho: report undefined via compiler errors in incremental driver
2023-08-29 11:40:20 +02:00
Jakub Konka
8d1ca8ce7b
macho: swap sectname with segname typo when allocating sections
2023-08-29 11:40:20 +02:00
Jakub Konka
700b1e38ce
macho: fix overalignment of stubs on aarch64
2023-08-29 11:40:20 +02:00
Jakub Konka
0353bfd55e
macho: fix a few regressions in incremental codepath
2023-08-29 11:40:20 +02:00
Jakub Konka
5eb6c81d07
macho: fix invalid alignment of stubs for x86_64
2023-08-29 11:40:20 +02:00
Jakub Konka
9d62ebc0ce
macho: fix compilation issues
2023-08-29 11:40:20 +02:00
Jakub Konka
2c68fb3d7c
macho: merge Zld state with MachO state
2023-08-29 11:40:18 +02:00
Jakub Konka
42e0850d78
macho: save indexes to all sections of interest
2023-08-29 11:39:35 +02:00
Jakub Konka
84853c5c56
macho: unify resolving globals
2023-08-29 11:39:35 +02:00