zig
Code
Branches
Tags
Commits
master
Commits
Top
2f7cd71193
macho: fully working PoC with main and exit
Jakub Konka
2021-01-07
20:49:07
bb691ea16b
macho: first working draft of externs on macOS
Jakub Konka
2021-01-06
17:45:26
6d2a6513f9
macho: write out binding info
Jakub Konka
2021-01-06
17:36:31
5ae82956aa
macho: write out rebase info
Jakub Konka
2021-01-06
17:24:48
f44732c1b0
macho: populate stubs and stub_helper
Jakub Konka
2021-01-06
01:13:25
51a13f8ea6
macho: add missing data sections
Jakub Konka
2021-01-05
23:17:53
3d07f057b1
macho: prealloc DATA_CONST and DATA segments
Jakub Konka
2021-01-05
21:58:33
5487dd13ea
stage2: lay the groundwork in prep for extern fn
Jakub Konka
2021-01-08
23:16:50
a021c7b1b2
Move fmt.testFmt to testing.expectFmt
Jay Petacat
2021-01-12
02:30:43
2c79d669a7
add missing ECONNRESET from getsockoptError
Bill Nagel
2021-01-12
20:53:58
70c608add8
Merge pull request #7577 from semarie/emutls
Andrew Kelley
2021-01-13
02:54:02
e564d2ca3c
Merge pull request #7714 from mikdusan/target-macos
Andrew Kelley
2021-01-13
01:45:50
1e2be14b6b
define nfds_t for windows
Bill Nagel
2021-01-12
05:39:45
65b7d2b4e1
stage1: Resolve alignment earlier in @alignCast
LemonBoy
2021-01-12
12:32:27
ffc8a43dfb
ci: stop directly pushing web page stuff to s3
Andrew Kelley
2021-01-13
01:27:36
23c6cca24d
ci: give the updated website content to the website repo
Andrew Kelley
2021-01-12
21:26:52
166e9ea689
ci: add stdDocs to downloads/index.json for master branch
Andrew Kelley
2021-01-12
20:52:59
d7aa7dbab2
implement emutls in compiler_rt
Sébastien Marie
2021-01-12
06:39:46
ebf2a7e9b9
add pthread_key functions
Sébastien Marie
2021-01-12
06:39:46
8ea2b40e5f
std.event.Loop: fix race condition when starting the time wheel
Andrew Kelley
2021-01-12
06:23:03
0edde40c25
Merge 'Add support for no red zone'
Andrew Kelley
2021-01-12
06:07:47
5b2a79848c
stage2: cleanups regarding red zone CLI flags
Andrew Kelley
2021-01-12
06:01:16
8932c2d745
Added support for no red zone
Lee Cannon
2020-12-20
22:41:00
4c3de99253
more fixups
Michael Dusan
2021-01-12
02:54:31
f2be1fb23e
macos: reimplement OS version detection
Michael Dusan
2021-01-12
01:52:21
56c03881eb
Merge branch 'rohlem-fix-GetFinalPathNameByHandle-before-win10_rs4'
Andrew Kelley
2021-01-12
01:48:33
c96272f618
std.os.windows.GetFinalPathNameByHandle: remove intermediate buffers
Rohlem
2020-12-23
22:10:28
f301a8467c
std.os.windows.GetFinalPathNameByHandle: remove QueryInformationFile code path
Rohlem
2020-12-23
21:50:08
cb20503990
std.os.windows.GetFinalPathNameByHandle: address non-structural review comments
Rohlem
2020-12-23
02:39:02
64c5f4979e
std.os.windows.GetFinalPathNameByHandle: replace kernel32 by ntdll call
Rohlem
2020-12-17
16:37:40
964bbcd0b1
introduce std.os.windows.QueryObjectName
Rohlem
2020-12-10
12:52:00
09dc651476
std.os.windows.GetFinalPathNameByHandle: add test
Rohlem
2020-12-17
16:26:30
450e467201
std.os.windows.GetFinalPathNameByHandle: reintroduce kernel32 for compatibility
Rohlem
2020-12-09
13:04:26
4b280ac7e9
add std.zig.system.windows version check utility functions
Rohlem
2020-12-17
15:55:05
2922a48309
move windows runtime version detection into std.zig.system.windows
Rohlem
2020-12-09
10:23:27
fc10c9c4ce
Add std.fmt.formatDuration and std.fmt.duration (#7297)
Jonathan Knezek
2021-01-12
01:15:56
025f1559a0
Merge pull request #7200 from Vexu/arr
Andrew Kelley
2021-01-12
01:09:28
4f5fa90d6d
Merge pull request #7195 from Aransentin/master
Andrew Kelley
2021-01-12
01:02:40
483c057a77
Merge branch 'clean up writeFileAllUnseekable by using readers'
Andrew Kelley
2021-01-12
00:52:29
d68adc5382
std.EarlyEOFReader: rename to LimitedReader
Andrew Kelley
2021-01-12
00:51:56
01d1a8a783
std: use fifo.pump in writeFileAllUnseekable
daurnimator
2020-11-18
16:31:55
e873668d38
std: add LimitedReader: reader that returns EOF early
daurnimator
2020-11-18
16:26:31
8695b9fbe7
std: use reader.skipBytes to avoid infinite loop in writeFileAllUnseekable
daurnimator
2020-11-18
16:10:14
0ab8ae944c
std: reader.skipBytes's num_bytes should be a u64
daurnimator
2020-11-19
12:50:56
3468872d83
os/bits/linux: add the termios cc bits
Vincent Rischmann
2020-11-19
00:46:35
ec9158305d
Merge pull request #7124 from LemonBoy/netstuff1
Andrew Kelley
2021-01-12
00:35:00
29c9d5896c
Merge branch 'Stage2 begin implementing container types'
Andrew Kelley
2021-01-12
00:20:32
5cc2e500e6
Merge branch 'SpexGuy-fix-comptime-cityhash'
Andrew Kelley
2021-01-11
21:58:31
0c8e2c987d
std CityHash: disable memory-expensive tests for now
Andrew Kelley
2021-01-11
21:58:06
21213127ec
Modify cityhash to work at comptime
Martin Wickham
2020-12-09
08:17:55
73b17474d7
Merge pull request #7134 from alexnask/fix_std_fs_watch
Andrew Kelley
2021-01-11
21:45:36
34720da3d0
Apparently unix sockets are supported on Windows
LemonBoy
2020-11-22
10:29:45
d0beb4badb
Let the kernel pick a random port
LemonBoy
2020-11-22
10:17:51
676d7fc63c
std: Add a small test for i/o on unix sockets
LemonBoy
2020-11-21
21:06:55
89d6317b93
std: Decouple network streams from fs.File
LemonBoy
2020-11-16
10:19:00
cc2981edfc
update path.join to recognize any separators that isSep does
Travis
2020-11-11
00:15:08
1295525a7a
Merge branch 'AdamGoertz-master'
Andrew Kelley
2021-01-11
03:04:22
169810b20f
zig fmt
Andrew Kelley
2021-01-11
03:04:10
0f32de77c9
impl lossyCast #5080
Adam Goertz
2020-10-28
03:55:12
e1d8073d2f
stage2: add support for loops in LLVM backend
Timon Kruiper
2021-01-10
17:36:01
2117489e05
debug: don't fail printLineInfo if the source file is not readable
Vincent Rischmann
2021-01-10
15:39:59
a7da90071e
stage2: fix bug in genArg
joachimschmidt557
2021-01-08
22:11:49
29928af600
Merge pull request #7729 from jayschwa/remove-deprecated-stream
Andrew Kelley
2021-01-09
22:04:08
a0ad2dee6a
builtin: Add zig_version
Jay Petacat
2021-01-05
05:48:34
5c49a137d5
Merge pull request #7725 from FireFox317/even-more-llvm
Andrew Kelley
2021-01-09
21:32:10
e4b8148e9c
Fix system library path detection on linux
xackus
2020-12-15
19:30:00
eb696e453f
stage2: Implicitly enable --eh_frame_hdr when compiling c/c++ files
LemonBoy
2021-01-08
12:48:30
95e66a915b
added mem.containsAtLeast
Sobeston
2021-01-07
00:56:02
7e0e27e738
libstd: add missing MachO rebase opcodes in macho.zig
Jakub Konka
2021-01-08
22:46:04
e72472d953
io: `FindByteOutStream` to `FindByteWriter`
Jay Petacat
2021-01-08
21:57:39
1595ce273e
Remove deprecated stream aliases
Jay Petacat
2021-01-08
21:36:02
56c059077c
stage2: add initial impl of control flow in LLVM backend
Timon Kruiper
2021-01-08
19:28:34
3715ed7b54
stage2: implement TZIR printing for `block` and `condbr`
Timon Kruiper
2021-01-08
12:13:27
2b3b355a23
Add compileError message for StringHashMap in AutoHashMap
Julius Putra Tanu Setiaji
2020-12-28
02:43:52
3fdffe85c0
Merge pull request #7720 from Snektron/sockopt
Andrew Kelley
2021-01-08
08:50:34
31802c6c68
remove z/Z format specifiers
Jonathan Marler
2021-01-03
21:49:51
a9b505fa77
Reduce use of deprecated IO types
Jay Petacat
2021-01-06
02:57:18
8e9a1ac364
builder: propagate env_map for child processes
Michael Dusan
2021-01-07
15:16:27
70771283c5
Want native headers when linking with frameworks
Jakub Konka
2021-01-07
23:46:10
ec7adeda2b
Add EPERM to std.os.setsockopt
Robin Voetter
2021-01-08
01:36:08
83fad7d4f7
Add IP_ constants
Robin Voetter
2021-01-08
01:35:52
c7666ff885
ci: import the update-download-page from www repo
Andrew Kelley
2021-01-08
00:49:13
d8eba037a4
ci: fix path to update-download-page.zig script
Andrew Kelley
2021-01-07
23:49:43
aa2422e830
ci: add github.com's public key for the ssh clone
Andrew Kelley
2021-01-07
20:28:55
36950815a4
stage2 test: make sure to pass the dynamic linker to Compilation
Timon Kruiper
2021-01-07
11:37:52
87aa052e23
ci: pass --override-lib-dir to emit std lib docs
Andrew Kelley
2021-01-07
10:58:27
ee1b370404
ci: don't use ninja on linux
Andrew Kelley
2021-01-07
08:38:48
a279cf81b2
ci: add missing target/mcpu args to zig cc
Andrew Kelley
2021-01-07
08:18:28
ce5222d945
ci: rework linux script
Andrew Kelley
2021-01-07
07:17:00
f1ef0a80f1
fix LRESULT and LPARAM typedefs
Jonathan Marler
2020-12-30
20:14:25
5ee0431527
stage2: update to new ArrayListHashMap API
Andrew Kelley
2021-01-07
01:40:25
2f58efcc1f
std.SpinLock: flatten and remove init/deinit
Andrew Kelley
2021-01-07
01:36:06
d7d905696c
Merge pull request #7622 from tetsuo-cpp/array-hash-map-improvements
Andrew Kelley
2021-01-07
01:32:23
76870a2265
Merge pull request #7700 from FireFox317/more-stage2-stuff-llvm
Andrew Kelley
2021-01-07
01:06:32
148c887ace
spinlock: Default SpinLock.state to .Unlocked to allow default struct initialization
BinaryWarlock
2021-01-06
15:06:40
50af87a9e3
Fix example code in comments for asc and desc
Andreas Karlsson
2021-01-06
15:44:47
be6ac82ee1
stage2 ARM: fix stack offsets for genSetReg and genSetStack
joachimschmidt557
2021-01-03
21:57:41
480d6182ad
stage2 ARM: fix offsets in exitlude jump relocations
joachimschmidt557
2021-01-03
16:56:47
5afd6204e8
Azure CI: update MSYS version
Frank Denis
2021-01-06
17:08:25
efe94a9a12
stage2: C backend: support unused Decls
Andrew Kelley
2021-01-07
00:47:09
« First
← Newer
Page 238 of 361
Older →
Last »