aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-11-01Update ensureTotalCapacity to ensureTotalCapacityPrecise where it makes senseRyan Liptak
2021-11-01std.ArrayList: add ensureTotalCapacityPrecise and update doc commentsRyan Liptak
2021-10-30std: add missing termios def to std/c/linux.zigpfg
2021-10-29stage2: implement `@popCount` for non-vectorsAndrew Kelley
2021-10-29gpa: fix memory limit accounting for large allocationsMatthew Borkowski
2021-10-29Add argument for `fillFn` to `Random.init`ominitay
2021-10-29zig: expose linker options and include '-z notext'Kenta Iwasaki
2021-10-29Make `std.meta.trait.isContainer` true for opaquesInKryption
2021-10-29Use `debug.assert` instead of `testing.expect`.InKryption
2021-10-29Make pointer variables in ( init-lib | init-exe )/build.zig const. (#10057)InKryption
2021-10-28std.ArrayListUnmanaged: implement writer()Andrew Kelley
2021-10-27std.rand: Refactor `Random` interfaceOminitay
2021-10-27Merge pull request #10040 from mattbork/extern-fn-scopesAndrew Kelley
2021-10-26parse.zig: report error for extern fn with bodyMatthew Borkowski
2021-10-26Fix bug in exp2() (#9999)Lewis Gaul
2021-10-26multi_array_list: get function take self by valueJonathan Marler
2021-10-25Merge pull request #9874 from leecannon/frame_pointerAndrew Kelley
2021-10-25fix(uefi MemoryDescriptor): padding after memory typeStephen von Takach
2021-10-25Fix documentation for Random.intominitay
2021-10-25Revert 83bdbb2 and a587dd0 (#10028)Robin Voetter
2021-10-25std: disable big.rational setFloat targeting wasm32Jakub Konka
2021-10-24std.log: simplify to 4 distinct log levelsIsaac Freund
2021-10-24libc: Export trunclLemonBoy
2021-10-23Merge pull request #10017 from Snektron/big-int-divAndrew Kelley
2021-10-23std: Fix edge case in TLS tp calculationLemonBoy
2021-10-24big ints: tighten some more division memory requirementsRobin Voetter
2021-10-24big ints: Make calcLimbLen always work at comptime, even if parameter is runtimeRobin Voetter
2021-10-24big ints: fix divFloorRobin Voetter
2021-10-24big ints: improve divisionRobin Voetter
2021-10-22stage2: change `@bitCast` to always be by-valueAndrew Kelley
2021-10-22zig libc: export floorl and ceillAndrew Kelley
2021-10-21stage2: more division supportAndrew Kelley
2021-10-21stage2: truncationRobin Voetter
2021-10-21InstallRawStep: handle empty segmentsJonathan Marler
2021-10-21distinguish between unexpected child process exit code and unclean exitJonathan Marler
2021-10-20stage2: fix inline assembly with expression outputAndrew Kelley
2021-10-17Merge pull request #9960 from Snektron/bit-notAndrew Kelley
2021-10-17Move `compareFn` from init to type constructor in `PriorityQueue` and `Priori...Max Hollmann
2021-10-17actually fix child process deadlock on windowsJonathan Marler
2021-10-17std: Fix endless loop in fmt implLemonBoy
2021-10-17big.int: 2s-complement binary wrapping notRobin Voetter
2021-10-17Linux: Update syscall numbers for 5.14Stephen Gregoratto
2021-10-16Add build.zig and command line flagsLee Cannon
2021-10-16big ints: Fix set(signed int minimum) panicRobin Voetter
2021-10-16big ints: Saturating left shift + testsRobin Voetter
2021-10-15std.os: another workaround for stage1 `@minimum` behaviorAndrew Kelley
2021-10-15std.os: add workarounds for stage1 `@minimum` implementationAndrew Kelley
2021-10-15Fix bug where std.math.asinh64 doesn't respect signedness for negative values...Miles Alan
2021-10-15std.os.windows: Fix typo (#9951)Sizhe Zhao
2021-10-14stage2: implement `@minimum` and `@maximum`, including vectorsAndrew Kelley