aboutsummaryrefslogtreecommitdiff
path: root/lib/std/special
AgeCommit message (Expand)Author
2020-10-17Make std.meta.Int accept a signedness parameterJan Prudil
2020-10-16Add support for `zig build run -- arg1 arg1` in file created by init-exeJuha Syrjälä
2020-10-16std: Add libssp implementation for GNU/Windows targetsLemonBoy
2020-10-13std/build: support --colorIsaac Freund
2020-10-12Rename .macosx to .macosVignesh Rajagopalan
2020-09-23test_runner: fix missing newline in logAndrew Kelley
2020-09-22stage2: implement zig buildAndrew Kelley
2020-09-22build runner: allow for a bit longer -D optionsAndrew Kelley
2020-09-10Merge pull request #5527 from shawnanastasio/ppc64leAndrew Kelley
2020-09-05Merge pull request #6246 from Vexu/fieldVeikka Tuominen
2020-09-03Introduces a space after the ellipsis for test and progress.Felix (xq) Queißner
2020-09-03update uses of deprecated type field accessVexu
2020-08-30compiler-rt: Add missing floatdisf routineLemonBoy
2020-08-23remove licensing comments from init-exe/init-libLuna
2020-08-20Merge pull request #6103 from Vexu/externAndrew Kelley
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-20disallow extern variables with initializersVexu
2020-08-18Change std.debug.warn to std.log.info in init-exe template. (#5941)Nathan Michaels
2020-08-18test_runner: don't assume the GeneralPurposeAllocator configAndrew Kelley
2020-08-13add error for unused/duplicate block labelsVexu
2020-08-11GeneralPurposeAllocator: use std.log instead of std.debug.printAndrew Kelley
2020-08-07improvements & fixes for general purpose allocator integrationAndrew Kelley
2020-08-07std: introduce GeneralPurposeAllocatorAndrew Kelley
2020-08-04zig fmtAndrew Kelley
2020-07-29compiler_rt: add floatditfVexu
2020-07-11run zig fmt on std lib and self hostedVexu
2020-07-08start to make test runner aware of loggingAndrew Kelley
2020-07-05compiler-rt: fix bugs uncovered by previous commitxackus
2020-07-01Implement clone() for powerpc64{,le}Shawn Anastasio
2020-06-24@asyncCall now requires an argument tupleAlexandros Naskos
2020-06-01Merge pull request #4976 from xackus/std-lib-docsVeikka Tuominen
2020-05-16Merge pull request #5020 from jinroh/docs/search-perfVexu
2020-05-12Merge pull request #5275 from strangebug/docs-markdown-linksVexu
2020-05-05Add support for external links and URL to markdown parser.StrangeBug
2020-05-05zig fmtTadeo Kondrak
2020-04-28std.meta.IntType -> std.meta.IntTadeo Kondrak
2020-04-28@Vector -> std.meta.VectorTadeo Kondrak
2020-04-24Add mips support to standard libraryTimon Kruiper
2020-04-13docs: use String.repeat for dom templatesPierre Guilleminot
2020-04-12improve search perf: trim search resultsPierre Guilleminot
2020-04-12improve search perf: batching dom list mutationsPierre Guilleminot
2020-04-07refactor common pattern into a functionxackus
2020-04-07std lib docs: fix null and int valuesxackus
2020-04-06compiler-rt: Separate max size allowed for load/store and CASLemonBoy
2020-04-05compiler_rt/atomics: be consistent with `const value`daurnimator
2020-04-05Tidy up compiler_rt/atomicsdaurnimator
2020-04-03Merge pull request #4868 from xackus/new-arraylist-apiAndrew Kelley
2020-04-03compiler-rt: don't forget to export these functionsAndrew Kelley
2020-04-03compiler-rt: Add the __atomic family of builtinsLemonBoy
2020-04-02new ArrayList API: fix everything elsexackus