aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2021-11-10Merge pull request #10058 from marler8997/builderPathJoinAndrew Kelley
2021-11-10Merge pull request #9853 from koachan/sparc64-unittestsAndrew Kelley
2021-11-09std.Thread.Mutex: change API to lock() and unlock()Andrew Kelley
2021-11-09io_uring: skip statx test failure on older kernelsAndrew Kelley
2021-11-09stage2: add 4 new linker flags for WebAssemblyAndrew Kelley
2021-11-09Omit array type for pathJoin callsJonathan Marler
2021-11-09add pathJoin to builderJonathan Marler
2021-11-09std: Publicize Allocator.reallocBytesSilver
2021-11-09std: ppoll: cast number of fds to nfds_tGregory Anders
2021-11-09os/linux/io_uring: implement statxVincent Rischmann
2021-11-08crypto/edwards25519: correctly flip the Y sign in the H2C operationFrank Denis
2021-11-04std: Fix path resolution on WindowsLemonBoy
2021-11-04Replace ArrayList.init/ensureTotalCapacity pairs with initCapacityRyan Liptak
2021-11-04compiler-rt: Fix f16 API declarations to be consistentLemonBoy
2021-11-01std: expose rusage constants under rusage namespaceAndrew Kelley
2021-11-01std: add Linux perf syscall bitsAndrew Kelley
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