aboutsummaryrefslogtreecommitdiff
path: root/lib/std/std.zig
AgeCommit message (Expand)Author
2020-11-16Move leb128 and remove trivial *mem functions as discussed in #5588 (#6876)tgschultz
2020-11-06std: Introduce SemanticVersion data structureJay Petacat
2020-10-15std: move std.meta.refAllDecls to std.testingTadeo Kondrak
2020-10-11AutoResetEventkprotty
2020-09-30Merge pull request #6250 from ziglang/stage2-zig-ccAndrew Kelley
2020-09-29move std.http to the standard library orphanageAndrew Kelley
2020-09-29Merge remote-tracking branch 'origin/master' into stage2-zig-ccAndrew Kelley
2020-09-29move std.BloomFilter to the standard library orphanageAndrew Kelley
2020-09-29move std.rb to the standard library orphanageAndrew Kelley
2020-09-14move std.cache_hash from std to stage2Andrew Kelley
2020-09-07std: Add DEFLATE and zlib decompressorsLemonBoy
2020-09-02hash_map: rename to ArrayHashMap and add new HashMap implementationSahnvour
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-07improvements & fixes for general purpose allocator integrationAndrew Kelley
2020-07-13std: add StringHashMapUnmanageddaurnimator
2020-07-06std: expose unmanaged hash mapsAndrew Kelley
2020-06-17Introduce std.logIsaac Freund
2020-05-26Add std.ComptimeStringMapRyan Liptak
2020-05-25Partially implement cache hash API in zigLeRoyce Pearson
2020-05-10rework self-hosted compiler for incremental buildsAndrew Kelley
2020-04-21Remove std.lazyInitHaze Booth
2020-04-18std: Introduce the Once synchronization primitiveLemonBoy
2020-04-01(breaking) std.Buffer => std.ArrayListSentineled(u8, 0)Andrew Kelley
2020-03-10(breaking) improve and simplify fixed buffer streams APIAndrew Kelley
2019-12-12un-special-case startup code in the std libAndrew Kelley
2019-12-12allow custom OS entrypointChristine Dodrill
2019-11-26replace ThreadParker with ResetEvent + WordLock mutexkprotty
2019-11-08Merge branch 'adaptive_lock' of https://github.com/kprotty/zig into kprotty-a...Andrew Kelley
2019-11-05ThreadParker implementationkprotty
2019-11-04std: Add fifo useful for buffersdaurnimator
2019-11-03Remove StaticallyInitializedMutexkprotty
2019-10-24refAllDecls in a test block to limit when it gets runAndrew Kelley
2019-10-23move types from builtin to stdAndrew Kelley
2019-10-17rework the progress module and integrate with stage1Andrew Kelley
2019-10-16ref more math decls for better docsAndrew Kelley
2019-10-08generated docs contain generic instantiations and comptime callsAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley