aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-06stage1: add @hasField() built-inShawn Landden
2019-05-05Merge pull request #2422 from tgschultz/stdlib-packed-int-arrayAndrew Kelley
2019-05-04Merge pull request #2374 from LemonBoy/fileszoff-reformAndrew Kelley
2019-05-04Merge branch 'LemonBoy-stdlib-32b'Andrew Kelley
2019-05-04std lib sleep APIs: add doc comments and no @intCastAndrew Kelley
2019-05-04Merge branch 'stdlib-32b' of https://github.com/LemonBoy/zig into LemonBoy-st...Andrew Kelley
2019-05-04Merge pull request #2404 from squeek502/hash-map-ensure-capAndrew Kelley
2019-05-04Merge pull request #2326 from daurnimator/sendmmsgAndrew Kelley
2019-05-04zig fmttgschultz
2019-05-04Added ability to specify endianess of PackedInt(Array/Slice)tgschultz
2019-05-04zig fmttgschultz
2019-05-04Implement failsafe logic for posixSleepLemonBoy
2019-05-04std: Remove some assumptions about the host platformLemonBoy
2019-05-03std.HashMap: cleanup ensureCapacity + add testRyan Liptak
2019-05-04Ugh. I updated these but forgot to git add.tgschultz
2019-05-04and againtgschultz
2019-05-04Fixed some commentstgschultz
2019-05-04Added PackedIntArray, PackedIntSlice to stdtgschultz
2019-05-03wasi: Implement read and write with err checkingShritesh Bhattarai
2019-05-03compiler-rt: Add __modsi3, __umodsi3LemonBoy
2019-05-03compiler-rt: Add __moddi3, __divdi3LemonBoy
2019-05-03Address the comments of the first review roundLemonBoy
2019-05-03Merge pull request #2409 from shritesh/wasi_nativeAndrew Kelley
2019-05-03WasmAllocator: compileError on non-wasm archShritesh Bhattarai
2019-05-03docgen: show -target command line argumentShritesh Bhattarai
2019-05-03docgen: support wasm and wasiShritesh Bhattarai
2019-05-03remove redundant information from READMEAndrew Kelley
2019-05-03always respect threadlocal for variables with external linkageAndrew Kelley
2019-05-03docs: remove `@setGlobalLinkage` sectionAndrew Kelley
2019-05-03Switch wasm export-all to only values marked exportsBenjamin Feng
2019-05-03std: add std.ArrayList.orderedRemovedaurnimator
2019-05-03optimize `@memset` with `undefined`Andrew Kelley
2019-05-02std.HashMap: make ensureCapacityExact privateRyan Liptak
2019-05-02std.HashMap: add putAssumeCapacity fnRyan Liptak
2019-05-02std.HashMap: make ensureCapacity optimize for the expected count, add ensureC...Ryan Liptak
2019-05-02wasi: remove posix-y exitShritesh Bhattarai
2019-05-02wasi: implement os.exitShritesh Bhattarai
2019-05-02wasi: native os.abortShritesh Bhattarai
2019-05-02docs: update for shared librariesAndrew Kelley
2019-05-02make std.HashMap.ensureCapacity round up to the nearest power of twoRyan Liptak
2019-05-02Merge pull request #2397 from ziglang/std.mathMarc Tiehuis
2019-05-02std.math: Correct math.nan usage in cosMarc Tiehuis
2019-05-01std.HashMap: add public ensureCapacity fnRyan Liptak
2019-05-01main: change --enable-pic and --disable-pic to -fPIC and -fno-PICDong-hee Na
2019-05-01docgen: add exe_build_err tagAndrew Kelley
2019-05-01docs: add note to @setRuntimeSafetyAndrew Kelley
2019-05-01Don't install zig_cpp lib for stage2 targetMarc Tiehuis
2019-05-01std.math: Add documentation for all functions and algorithm sourcesMarc Tiehuis
2019-05-01std.math: Add upstream changes/fixes and simplify go derived codeMarc Tiehuis
2019-04-30wasi: import all core exportsShritesh Bhattarai