aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2020-04-22std: Implement progress for WindowsLemonBoy
2020-04-20Remove old-style @typeOf compatibilityRobin Voetter
2020-04-18update std lib to decls being disallowed between fieldsVexu
2020-04-18std: Introduce the Once synchronization primitiveLemonBoy
2020-04-18ziggurat uses `@truncate` instead of `& 0xff`Andrew Kelley
2020-04-18rand: ref the decls so they get testedAndrew Kelley
2020-04-18Update ziggurat.zig to use `random.int(u64)`Charles Shenton
2020-04-18std.os.readv: Add missing iov_count declarationChristian Wesselhoeft
2020-04-17build: Create the output directory if it doesn't existLemonBoy
2020-04-16debug: Minor QOL improvements for osxLemonBoy
2020-04-16std: make math.clamp work for common uses, remove automatic bounds swappingAndrius Mitkus
2020-04-15Enable formatting in std.big.Int.formatjoachimschmidt557
2020-04-15translate-c cleanup and zig fmtVexu
2020-04-14Added gdi32.zig and More user32 definitionsJakub
2020-04-14Update emit_raw.zigmarkfirmware
2020-04-13std: fix StreamSource to disallow writing to a const bufferdaurnimator
2020-04-13std: fix os.fstatat definition (#5016)daurnimator
2020-04-12disable flaky event loop testAndrew Kelley
2020-04-12fix file protocol structure definitions (#5015)Heppoko
2020-04-12std: add some basic windows user32 definitionsdaurnimator
2020-04-11ArrayList: remove old (before span) APIxackus
2020-04-11move fs tests to separate file; disable flaky testAndrew Kelley
2020-04-10Merge pull request #4711 from leroycep/feature-file-locksAndrew Kelley
2020-04-10debug: Fix parsing of DWARF info for BE machinesLemonBoy
2020-04-09sort.binarySearch: Remove unneeded edge case checkYuri Pieters
2020-04-09sort.binarySearch: test for regresson of #4980Yuri Pieters
2020-04-09sort.binarySearch: fix integer underflow (#4980)Yuri Pieters
2020-04-08Reduce file lock test sleep timeLeRoyce Pearson
2020-04-08Close file1 in nonblocking lock testLeRoyce Pearson
2020-04-08Disable open flock flags on darwinLeRoyce Pearson
2020-04-08Return error from `else`LeRoyce Pearson
2020-04-08Catch error.WouldBlock as unreachableLeRoyce Pearson
2020-04-07Add `OpenFileW` `share_access_nonblocking` parameterLeRoyce Pearson
2020-04-07std/zig/parse_string_literal.zig: add hex+unicode escapes (#4678)Phil Schumann
2020-04-07Add lock_nonblocking flag for creating or opening filesLeRoyce Pearson
2020-04-07Fix file locking on windowsLeRoyce Pearson
2020-04-07Make lock option an enumLeRoyce Pearson
2020-04-07fix compile errors in some std.Target functionsAndrew Kelley
2020-04-07Merge pull request #4857 from LemonBoy/fix-4777Andrew Kelley
2020-04-07Merge pull request #4971 from Vexu/const-refAndrew Kelley
2020-04-07move big.rational.gcd to big.int.gcdjoachimschmidt557
2020-04-07Add missing constants for DragonFlyMichael Neumann
2020-04-07fix broken testsVexu
2020-04-06Fix compile error on darwinLeRoyce Pearson
2020-04-06Only call `os.flock` on systems that lack openat locksLeRoyce Pearson
2020-04-06Remove return value from os.flock()LeRoyce Pearson
2020-04-06Merge branch 'master' into feature-file-locksLeRoyce Pearson
2020-04-06compiler-rt: Separate max size allowed for load/store and CASLemonBoy
2020-04-05Generate clearer size mismatch error messageBenjamin Feng
2020-04-05std: Delete a hack in the feature set codeLemonBoy