aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2020-05-13improve recovery on top level declarationsVexu
2020-05-13continue parsing on invalid and tokenVexu
2020-05-13continue parsing after missing commas and invalid statementsVexu
2020-05-13continue parsing on extra qualifier errorsVexu
2020-05-12std.zig attempt to continue parsing on errorVexu
2020-05-12make parser testError take a list of expected errorsVexu
2020-05-12Merge pull request #5118 from xackus/fix-json-writestreamVexu
2020-05-12Merge pull request #5275 from strangebug/docs-markdown-linksVexu
2020-05-12std.json properly handle comptime int/floatVexu
2020-05-11make Address.getOsSockLen pubJonathan Marler
2020-05-09Remove fs.File artifact from connectUnixSocketHaze Booth
2020-05-09make std.build.getInstallPath publicVexu
2020-05-08Merge pull request #4892 from Sobeston/patch-4Vexu
2020-05-08std: add test for mem.zeroes on sentinel terminated arraysVexu
2020-05-08Merge pull request #4932 from Qix-/fix-private-accessVexu
2020-05-08std: fix RTLD_ constants on OSXdaurnimator
2020-05-08fix more private member accessVexu
2020-05-08publicize member functions affected by #4909Josh Junon
2020-05-07remove readable check when opening a socket connectionLoris Cro
2020-05-07fix oneshot flag erroneusly set as filter_flagLoris Cro
2020-05-07fix crash in single-threaded buildsLoris Cro
2020-05-07Merge pull request #5268 from tadeokondrak/remove-callconv-redundant-syntaxAndrew Kelley
2020-05-07Removed GetModuleHandleA from user32Jens Goldberg
2020-05-07Removed duplicate WM_ACTIVATEJens Goldberg
2020-05-06add failAllocator to enable some regression testsJonathan Marler
2020-05-06fix copy/paste error in AllocWithOptionaPayloadJonathan Marler
2020-05-06Standard library: Fix a regression in loop.waitUntilFdWritableOrReadableTimon Kruiper
2020-05-06Optimization of vectors hashingdata-man
2020-05-06std: handle ConnectionTimedOut in switchVexu
2020-05-05simplify test-evented-io build settingAndrew Kelley
2020-05-05Add setUseTestEventedIO for test steps in build.zigHaze Booth
2020-05-05avoid unnecessary fcntl syscalls when setting socket flagsAndrew Kelley
2020-05-05fix incorrect flags being set in os.setSockFlagsAndrew Kelley
2020-05-05update docs/tests for async/extern fn removalTadeo Kondrak
2020-05-05Add support for external links and URL to markdown parser.StrangeBug
2020-05-05zig fmtTadeo Kondrak
2020-05-05add zig fmt fix for async/extern fnTadeo Kondrak
2020-05-05remove nakedcc/stdcallcc/async fn/extern fn fnprotoTadeo Kondrak
2020-05-05Merge pull request #5272 from tadeokondrak/noasync-to-nosuspendAndrew Kelley
2020-05-05update comments for nosuspendTadeo Kondrak
2020-05-05zig fmtTadeo Kondrak
2020-05-05Rename noasync to nosuspend in self-hosted, add rewriterTadeo Kondrak
2020-05-05Update ErrorUnion thread spawn result to return null instead of 0Haze Booth
2020-05-04Merge pull request #5267 from Vexu/const-callVexu
2020-05-04os.zig: add ETIMEDOUT error case to read functionJonathan Marler
2020-05-04std: fix blake3 assignment to constantVexu
2020-05-03Pass filtered_sock_type to system.socket. Cover PermissionDenied errorCato
2020-05-02solve the problem with Darwin shims in std.os insteadAndrew Kelley
2020-05-02Fixed Darwin-incompatible socket flags and unavailable system callsCato
2020-05-02Merge pull request #5249 from ziglang/FireFox317-windows-evented-ioAndrew Kelley