index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
std
Age
Commit message (
Expand
)
Author
2019-04-11
A bunch of fixes for the DWARF parser (#2254)
Andrew Kelley
2019-04-11
Add initial support for iOS targets (#2237)
Matthew Iannucci
2019-04-11
Distinguish between absolute/relative addresses
LemonBoy
2019-04-11
Fix reading of reference attributes
LemonBoy
2019-04-11
Add definition for DW_AT_alignment
LemonBoy
2019-04-11
Fix reading of udata/sdata encoded attributes
LemonBoy
2019-04-11
Pack big.Int sign and length fields
Marc Tiehuis
2019-04-11
Fix math.big.Int divN/gcdLehmer and fuzz-test failures
Marc Tiehuis
2019-04-11
Handle zero-limb trailing div case in big.Int
Marc Tiehuis
2019-04-11
Small fixes for big.Rational and corrections for gcdLehmer
Marc Tiehuis
2019-04-11
Fix big.Int toString maybe-null allocator
Marc Tiehuis
2019-04-11
Add initial big.Rational type
Marc Tiehuis
2019-04-11
Add read-only, non-allocating Int for internal constants
Marc Tiehuis
2019-04-10
__muloti4 does not need the ABI workaround on Windows
Andrew Kelley
2019-04-10
compiler-rt: better way to do the ABI required on Windows
Andrew Kelley
2019-04-10
Correct parsing of DWARF line_info section
LemonBoy
2019-04-10
compiler_rt: `@divTrunc` rather than `@divFloor` in muloti4
Andrew Kelley
2019-04-10
compiler-rt: correct use_thumb_1 flag
vegecode
2019-04-09
doc comments for parameters in std.mem.Allocator
Andrew Kelley
2019-04-07
Fix std.HashMap.remove returning incorrect KV
Ryan Liptak
2019-04-05
build: usageAndErr clean exit (#2194)
Shritesh Bhattarai
2019-04-05
Fix getCurrentId test for pthreads (#2197)
Shritesh Bhattarai
2019-04-05
Add divdf3 to compiler_rt
vegecode
2019-04-05
fix incorrect Thread.getCurrentId test
Andrew Kelley
2019-04-05
zig build: support single-threaded builds
Andrew Kelley
2019-04-05
fmt: support trailing comma after var_args
Shritesh Bhattarai
2019-04-05
support comptime_int in formatInt{,Value}
Shritesh Bhattarai
2019-04-05
Fixes to divsf3 (#2186)
vegecode
2019-04-05
Simplify math.isnan
Shawn Landden
2019-04-04
fmt: format multi line only on trailing comma (#2184)
Shritesh Bhattarai
2019-04-04
fix `@divFloor` returning incorrect value and add `__modti3`
Andrew Kelley
2019-04-04
Add divsf3 to compiler rt
vegecode
2019-04-04
threads: fix using unmapped memory in some cases
Andrew Kelley
2019-04-04
zig fmt: Prevent for-else on same line when body is interrupted by LF
hryx
2019-04-04
zig fmt: Fix regression in for-else (#2178)
hryx
2019-04-04
fix thread local variables for non- position independent code
Andrew Kelley
2019-04-03
handle LibExeObjStep.disable_gen_h
Ruslan Prokopchuk
2019-04-03
Changes as suggested by andrewrk
tgschultz
2019-04-03
(De)serializer now uses enum instead of bool to determine packing mode (byte/...
tgschultz
2019-04-02
more regression fixes
Andrew Kelley
2019-04-01
Merge pull request #2147 from emekoi/fix1940
Andrew Kelley
2019-04-01
Merge pull request #2150 from vegecode/armv7m-compiler-rt
Andrew Kelley
2019-04-01
zig fmt: Allow one-line for loops
hryx
2019-03-31
fmt: fix first line comment indent in struct init
Shritesh Bhattarai
2019-03-31
Remove inline keywords in addXf3.zig pending #2154
vegecode
2019-03-31
Always write a multiline struct literal if a field expr is multiline
hryx
2019-03-31
fixed broken casts in std
emekoi
2019-03-31
Add all __aeabi functions (C versions) who alias currently existing functions...
vegecode
2019-03-31
Add __aeabi_{f,d}neg and __neg{s,d,X}f2 to compiler-rt
vegecode
2019-03-31
Add __aeabi_{f,d}{add,sub} and __{add,sub}{s,d}f3 to compiler-rt
vegecode
[prev]
[next]