aboutsummaryrefslogtreecommitdiff
path: root/lib/std/std.zig
AgeCommit message (Expand)Author
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