aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2020-09-03Merge pull request #6242 from Vexu/stage2Andrew Kelley
2020-09-03std meta: fix use of alignOf in meta.castLachlan Easton
2020-09-03Merge pull request #6238 from Aransentin/masterAndrew Kelley
2020-09-03os: return error.SocketNotListening for EINVAL on accept (#6226)Kenta Iwasaki
2020-09-03std: Fix silent overflow in float parsing codeLemonBoy
2020-09-03stage2: fix tokenizer float bugVexu
2020-09-03Split the sync tests into sync and fsyncJens Goldberg
2020-09-03Add C declarations and tests for the sync functionsJens Goldberg
2020-09-02std: add fmt option to escape non-printable charactersdaurnimator
2020-09-02Merge pull request #6229 from LemonBoy/fix-6054Andrew Kelley
2020-09-02Add the sync functionsAransentin
2020-09-02Merge pull request #6194 from LakeByTheWoods/fmt_indentationAndrew Kelley
2020-09-02zig fmt: Patch rename stream to ais (auto indenting stream) & other small ref...Lachlan Easton
2020-09-02Merge pull request #5999 from Sahnvour/hashmapSahnvour
2020-09-02builtin: Add TypeInfo.StructField.is_comptimeTadeo Kondrak
2020-09-02hash_map: rename to ArrayHashMap and add new HashMap implementationSahnvour
2020-09-01std: Fix C-string with missing NUL terminatorLemonBoy
2020-09-01zig fmt: Fix merge errorsLachlan Easton
2020-09-01Merge remote-tracking branch 'ziglang/master' into fmt_indentationLachlan Easton
2020-09-01zig fmt: Fix regression not covered by testingLachlan Easton
2020-08-31follow filesystem hierarchy standard when adding lib directoriesJan200101
2020-08-31Merge pull request #6208 from tadeokondrak/remove-@OpaqueTypeAndrew Kelley
2020-08-31Merge pull request #6197 from LemonBoy/fix-6049Andrew Kelley
2020-08-31zig fmt: Set indent_delta to 2 when rendering inline asmLachlan Easton
2020-08-31zig fmt: Remove dynamic stack from auto-indenting-streamLachlan Easton
2020-08-31gpa: Don't leak memory when the upper bound is hitLemonBoy
2020-08-30std.zig.render: specify when rewrite should be removedTadeo Kondrak
2020-08-30std.zig.render: rewrite @OpaqueType() to @Type(.Opaque)Tadeo Kondrak
2020-08-31Merge pull request #6184 from tadeokondrak/TrailerFlags-updateAndrew Kelley
2020-08-30std.zig.ast: make getTrailer/setTrailer private and add getters/settersTadeo Kondrak
2020-08-30std.ChildProcess: pass CLOEXEC when creating error pipedaurnimator
2020-08-30Add more missing MachO constants and structsJakub Konka
2020-08-30Merge pull request #6189 from katesuyu/div-ceilAndrew Kelley
2020-08-30handle lack of privilege to create symbolic links on windowsSahnvour
2020-08-30compiler-rt: Add missing floatdisf routineLemonBoy
2020-08-30std: Open the eventfd fd with CLOEXEC flagLemonBoy
2020-08-30Use ArrayList instead of fixed array for auto_indenting_streamLachlan Easton
2020-08-30zig fmt review commentsLachlan Easton
2020-08-29gpa: Fix bookkeeping logicLemonBoy
2020-08-29fix SimpleTextInputProtocolwozeparrot
2020-08-29std.math.divCeil: fix expectEqual argument orderKate Tsuyu
2020-08-29std.math.divCeil: use expectEqual for testsKate Tsuyu
2020-08-29std.math.divCeil: move compile error back downKate Tsuyu
2020-08-29std.math.divCeil: move compile error to topKate Tsuyu
2020-08-29std.math.divCeil: support comptime_int/floatKate Tsuyu
2020-08-29Refactor zig fmt indentation. Remove indent from rendering code and have a st...Lachlan Easton
2020-08-28Improve io.Reader.skipBytes and add testsjoachimschmidt557
2020-08-28std.math.divCeil: conform to more test casesKate Tsuyu
2020-08-28std.math.divCeil: handle floats correctlierKate Tsuyu
2020-08-28std.math.divCeil: handle floats correctlyKate Tsuyu