zig
Code
Branches
Tags
Commits
master
Commits
Top
a85f41ec2c
test-stack-traces: relax parsing rules
Andrew Kelley
2022-08-19
04:40:08
10b95d89f8
coff: change improperly used packed struct into extern struct
Jakub Konka
2022-08-18
23:26:45
437311756d
LLVM: add DLL export attribute
Andrew Kelley
2022-08-18
19:49:09
35f62bc7ae
CI: windows: don't create build directory
Andrew Kelley
2022-08-18
08:34:57
c4466496ff
build: hook up -Dskip-stage2-tests and remove test-toolchain
Andrew Kelley
2022-08-18
07:17:19
5be2e8f941
CI: update windows tarball
Andrew Kelley
2022-08-18
00:38:55
445b33cfc0
fix std.os.windows.PathSpace.span
Andrew Kelley
2022-08-18
07:24:07
28e95b3240
CI: drone: simplify
Andrew Kelley
2022-08-12
03:20:30
5b486b1851
CI: use zig build to produce release artifact
Andrew Kelley
2022-08-11
09:29:40
a8f86291d2
CI: update freebsd tarball
Andrew Kelley
2022-08-11
07:51:00
7cf6930e24
CI: macos: set release mode for zig and simplify
Andrew Kelley
2022-08-11
06:46:01
9f43ebd6ef
CI: windows: build stage3 directly from dev kit
Andrew Kelley
2022-08-11
03:53:09
d75d40dfdf
build: make docs a separate step than test
Andrew Kelley
2022-08-11
03:00:24
7346600517
CI: avoid concurrent jobs tripping over each other
Andrew Kelley
2022-08-11
01:33:48
e3ccea70dd
CI: isolate zig-cache for parallel debug/release builds
Andrew Kelley
2022-08-10
23:49:56
09ec9b0315
langref: update to new error message
Andrew Kelley
2022-08-10
23:49:42
a73b3a0d70
CI: simplify x86 linux test instructions
Andrew Kelley
2022-08-09
11:58:39
06c42a0c68
CI: test both stage3-debug and stage3-release on x86-linux
Andrew Kelley
2022-08-09
01:59:38
507aae4a1a
make self-hosted the default compiler
Andrew Kelley
2022-08-08
08:10:57
73bbd1069a
build: remove the option to omit stage2
Andrew Kelley
2022-08-08
03:17:31
39f43fea8d
fix: fix off-by-one for leading zeroes
r00ster91
2022-08-19
12:03:14
be2bd5848a
Merge pull request #12472 from ziglang/stage2-stack-protector
Andrew Kelley
2022-08-19
12:41:34
fdb934a157
stage2: disable stack-protector on wasm, matching stage1
Andrew Kelley
2022-08-18
10:03:25
d6ba66e50d
Sema: avoid false positive error for linking libc
Andrew Kelley
2022-08-18
08:18:45
c0b7f20893
stage2: implement stack protectors
Andrew Kelley
2022-08-18
03:42:39
2ccaa5414b
Merge pull request #12145 from ziglang/fixes
Andrew Kelley
2022-08-19
10:56:08
150786e83c
test harness: fix handling of object format
Andrew Kelley
2022-08-19
07:02:55
5e989fcb67
stage2: pointers to comptime-only types are comptime-only
Andrew Kelley
2022-08-19
07:02:10
cee82c7ce4
improved ABI alignment/size for >= 128-bit integers
Andrew Kelley
2022-08-19
05:34:36
b975f7a56f
std.Target gains ObjectFormat field
Andrew Kelley
2022-08-19
03:58:28
517eb73b23
LLVM: disable the ABI size safety check
Andrew Kelley
2022-07-17
02:03:05
4552ccb685
stage2: make `@Vector` ABI size agree with LLVM
Andrew Kelley
2022-07-17
01:48:47
6e313eb110
stage2: agree with LLVM that `@alignOf(u128)` is 8
Andrew Kelley
2022-07-17
01:27:37
c5ba941b77
stage2: all pointers have runtime bits
Andrew Kelley
2022-07-17
00:18:36
7d674d5fb6
build: Allow comptime_int in OptionsStep.addOption
Ben Fiedler
2022-08-16
18:10:23
b12992cb01
macho: do not open file handle when building static archive
Jakub Konka
2022-08-18
15:32:15
51b2aa1643
docs: add padding between functions list
Ali Chraghi
2022-08-18
19:32:02
f6459721e5
std.build: Fix typo in `LibExeObjStep.runEmulatable`'s assertion
Sage Hane
2022-08-06
18:17:49
b97ae88898
std.zig.system.NativeTargetInfo: look for a shebang line in /usr/bin/env, if any
Eric Joldasov
2022-08-11
22:34:53
4055e6055b
AstGen: disallow leading zeroes in int literals and int types
zooster
2022-08-18
18:54:51
2523b443a4
Merge pull request #12477 from der-teufel-programming/master
Loris Cro
2022-08-18
18:05:11
53e971226d
autodoc: minor pr cleanup
Loris Cro
2022-08-18
18:02:19
b038dba06b
Merge pull request #12462 from Vexu/stage2-noreturn
Veikka Tuominen
2022-08-18
16:18:57
51a4861a08
Fixed Docgen.zig formatting
Der Teufel
2022-08-18
15:44:42
f0bfdf9766
Fixed stage1 compilation error
Der Teufel
2022-08-18
15:31:56
4f2143becc
link/Wasm: improve symbol resolution
Luuk de Gram
2022-08-16
20:50:50
63c25cc1cc
wasm: fix callInstrinsic return value
Luuk de Gram
2022-08-16
20:41:48
3ed9cdc1cc
Merge branch 'ziglang:master' into master
der-teufel-programming
2022-08-18
14:10:47
656b9429d0
autodoc: An attempt at generating HTML files from all imported source files. Files generated from the standard library could be considered for placing with main.js and index.html in lib/docs. Paths should reflect packages in the future.
Der Teufel
2022-08-18
14:03:42
df507edffe
Merge pull request #12461 from ziglang/fix-12421
Andrew Kelley
2022-08-18
06:50:14
79757f233d
fix memory leak in NativePaths.zig
Techatrix
2022-08-17
21:28:11
b6ce0cce69
windows-ci: pass -Domit-stage2 to test-toolchain
Jakub Konka
2022-08-17
14:53:20
515ee5b2fa
libstd: do not follow symlinks in renameatW
Jakub Konka
2022-08-17
13:30:23
9b595dd55f
link-test: refactor and reorg
Jakub Konka
2022-08-17
10:46:42
7f0642b5d3
Merge pull request #12397 from martinhath/issue-12364
Andrew Kelley
2022-08-17
23:10:08
2cccd14491
fix typo in compile error message
Andrew Kelley
2022-08-17
23:06:47
59b6483d63
add test
Veikka Tuominen
2022-08-16
15:17:56
07f64a2e13
Sema: error on ambiguous coercion of comptime float and ints
Martin Hafskjold Thoresen
2022-08-10
23:32:02
070282a96e
libstd: fix off-by-one error in def of ProcSym in pdb
Jakub Konka
2022-08-17
16:58:16
233049503a
Sema: allow empty enums and unions
Veikka Tuominen
2022-08-17
15:10:46
c764640e92
Sema: fix generics with struct literal coerced to tagged union
Andrew Kelley
2022-08-17
21:55:08
c3d5428cba
Sema: properly handle noreturn fields in unions
Veikka Tuominen
2022-08-17
14:07:20
4ea3a9ba9f
fix: comments
r00ster91
2022-08-17
20:08:13
37880f2385
api: deprecate lowercase control_code consts
r00ster91
2022-08-17
20:07:18
b0a55e1b3b
Sema: make noreturn error union behave correctly
Veikka Tuominen
2022-08-17
12:21:07
db0f372da8
Sema: make optional noreturn behave correctly
Veikka Tuominen
2022-08-17
12:10:58
d84282174c
link-test: move tls test to macho/tls
Jakub Konka
2022-08-17
09:00:23
a12abc6d6c
Merge pull request #12456 from Vexu/stage2
Andrew Kelley
2022-08-17
01:57:22
298062897d
docs: fixes and improvements
r00ster91
2022-08-16
21:37:02
9d85335de9
Merge pull request #12427 from r00ster91/nicelexer
Andrew Kelley
2022-08-16
20:08:31
9d4561ef00
AstGen: detect declarations shadowing locals
Veikka Tuominen
2022-08-16
15:55:49
6e794938b8
Merge pull request #12374 from vesim987/autodoc-links
Loris Cro
2022-08-16
16:52:55
7f7d58ee89
Merge branch 'master' into autodoc-links
Loris Cro
2022-08-16
16:52:26
5929da37a1
autodoc: absolute line numbers in decl [src] links
Loris Cro
2022-08-16
16:51:32
0a0b3dda03
autodoc: remove reference to github, replace with placeholder link
Loris Cro
2022-08-16
16:19:54
c17793b487
Sema: ignore current declaration in ambiguous reference error
Veikka Tuominen
2022-08-16
15:37:27
83909651ea
test: simplify testTokenize
r00ster91
2022-08-13
11:44:19
5490688d65
refactor: use std.ascii functions
r00ster91
2022-08-12
14:28:22
e3b3eab840
test(names): some renamings
r00ster91
2022-08-12
14:25:47
f07cba10a3
test(names): remove unnecessary "tokenizer - " prefix
r00ster91
2022-08-12
14:23:57
b3922289be
Zir: add missing support for packed ints in declIterator
Loris Cro
2022-08-15
21:56:59
aefb091973
Merge pull request #12445 from r00ster91/noresults
Loris Cro
2022-08-15
20:50:34
95573dbeeb
ci: add gzip compression to stdlib docs & langref
Loris Cro
2022-08-15
20:44:30
a9c4dc84f4
Sema: Revert sema.err to null if the Decl already has an error
sin-ack
2022-08-12
23:51:07
40eac90280
Merge pull request #12416 from Vexu/stage2-safety
Veikka Tuominen
2022-08-15
10:32:26
cb901e578c
stage2: add compile errors for comptime `@shrExact` and `@divExact` failures
LeRoyce Pearson
2022-08-15
10:28:42
764cf4e53f
std.fs: Fix `WalkerEntry.dir` not always being the containing dir
Ryan Liptak
2022-08-14
07:08:40
2279f27e0f
Fix #12423: auto_hash not hashing arrays of slices uniquely
Yujiri
2022-08-12
13:56:00
ee97fbc199
api: deprecate `isPunct` too
r00ster91
2022-08-14
22:01:52
846dbf2745
docs: remove some hyphens
r00ster91
2022-08-14
21:49:21
8890190857
fix: add missing 'o'
r00ster91
2022-08-14
21:46:26
028134055c
fix: remove outdated TODO
r00ster91
2022-08-14
21:43:40
9b79c6ae52
test: update and add more tests
r00ster91
2022-08-14
21:42:24
d130d09e2b
docs: add more docs
r00ster91
2022-08-14
21:39:53
02893d80cf
api: rename and deprecate a bunch of functions
r00ster91
2022-08-14
21:31:12
d178df773a
api: deprecate `isBlank` and `isGraph`.
r00ster91
2022-08-14
21:13:46
93ca0c4a5e
fix: off-by-one in `isCntrl`
r00ster91
2022-08-14
21:05:37
aa0b93e875
feat: new `control_code`
r00ster91
2022-08-14
21:03:57
78bb29d1dc
fix: scroll page to very top when S is pressed
r00ster91
2022-08-14
19:17:20
af20dfae60
bug: add TODO
r00ster91
2022-08-14
12:20:26
« First
← Newer
Page 163 of 361
Older →
Last »