aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-11-29std.meta: add assumeSentinelJonathan Marler
2020-11-29Merge pull request #7237 from koachan/sparc64-longdouble_forkAndrew Kelley
2020-11-29std: Avoid deadlock in the signal handlerLemonBoy
2020-11-28Add a comment to explain the fork return values on sparc64Koakuma
2020-11-27Add readAllArrayListAligned to Reader which can accept an arbitrary alignmentchristian-stephen
2020-11-27Merge pull request #7198 from LemonBoy/freebsd-lockAndrew Kelley
2020-11-27Fix fork() on Linux/sparc64Koakuma
2020-11-26stage2 macho: generate a code sig (not valid yet)Jakub Konka
2020-11-26stage2 macho: add info about __TEXT segmentJakub Konka
2020-11-26stage2 macho: add empty CodeDirectory blobJakub Konka
2020-11-26stage2 macho: fix incorrect rebaseJakub Konka
2020-11-26stage2 MachO: add source version load cmdJakub Konka
2020-11-26stage2 MachO: add min OS version load cmdJakub Konka
2020-11-25std/os: fix prctl constantsIsaac Freund
2020-11-25Merge pull request #6411 from LemonBoy/fffAndrew Kelley
2020-11-25std: use mem.asBytes in Ip4Address.parse so it works at comptimedaurnimator
2020-11-25std/crypto - edwards25519 precomp: prefer doublings over addsFrank Denis
2020-11-24make start code more versatileAndrew Kelley
2020-11-24std: Re-enable the use of O_EXLOCK/O_SHLOCK on macosLemonBoy
2020-11-23std: Close dangling fd on errorLemonBoy
2020-11-23std: Remove O_NONBLOCK flag after lockingLemonBoy
2020-11-23std: Fix file locking logic for BSD targetsLemonBoy
2020-11-23Fix the ELF base calculationLemonBoy
2020-11-23Minor code cleanup in start_pie.zigLemonBoy
2020-11-23Fix logic for detecting _DYNAMIC symbolLemonBoy
2020-11-22Support PIE (Position Independent Executables)Andrew Kelley
2020-11-22modernize the PIE patch for the latest master branchAndrew Kelley
2020-11-22Merge branch 'piepiepie' of https://github.com/LemonBoy/zig into pieAndrew Kelley
2020-11-22update grammar in langrefVexu
2020-11-21std: add support for ppollŽiga Željko
2020-11-21std: Add test for meta.declarations on opaque{}LemonBoy
2020-11-21Merge pull request #7182 from LemonBoy/externnnnAndrew Kelley
2020-11-20Merge pull request #7165 from LemonBoy/ppc64finalAndrew Kelley
2020-11-20std/os: define and use dev_t for linux x86_64Isaac Freund
2020-11-20openbsd: malloc_usable_size is unavailable on OpenBSDSébastien Marie
2020-11-20std/os: add time_t definiton for x86_64 linuxIsaac Freund
2020-11-20stage1: Initial implementation of @externLemonBoy
2020-11-20stage2: Use correct ppc generic feature setLemonBoy
2020-11-20std: Use newfstatat on PPC64LemonBoy
2020-11-20std: Use correct clone() stubLemonBoy
2020-11-20std: Implement named arguments & runtime width/precisionLemonBoy
2020-11-20std: Rewrite the fmt parserLemonBoy
2020-11-20Merge pull request #7160 from semarie/openbsd-getdentsJakub Konka
2020-11-19std.meta.declarations: support opaque {}Isaac Freund
2020-11-19Merge pull request #6390 from LemonBoy/reboot-3970Andrew Kelley
2020-11-19std: Disable _only_ the flaky part of the ResetEvent testLemonBoy
2020-11-19tfw you can't even disable a test without getting the logic wrongAndrew Kelley
2020-11-19Nicer code for the error code pathLemonBoy
2020-11-19Merge pull request #6829 from tadeokondrak/error-unsupported-callconvVeikka Tuominen
2020-11-19Add builtin.Signedness, use it instead of is_signedTadeo Kondrak