aboutsummaryrefslogtreecommitdiff
path: root/lib/std/special
AgeCommit message (Expand)Author
2020-11-20std: Use correct clone() stubLemonBoy
2020-11-18make help in commands more consistentVexu
2020-11-18Merge pull request #7005 from jshholland/deprecate-spanVeikka Tuominen
2020-11-07remove deprecated uses of ArrayList.spanJosh Holland
2020-11-05std: Implement more useful approxEq semanticsLemonBoy
2020-11-01Merge pull request #6792 from koachan/sparc64-linuxAndrew Kelley
2020-10-29Merge pull request #6678 from s-ol/doc-type-awareVeikka Tuominen
2020-10-29docs: link to functions in getValueText and getCallHtmls-ol
2020-10-25Various formatting fixesKoakuma
2020-10-25test runner: use the correct number in leak reportVincent Rischmann
2020-10-24Add clone(2) implementationKoakuma
2020-10-23generated docs: add FnFrame type supports-ol
2020-10-22generated docs: add anyframe type supports-ol
2020-10-22generated docs: add vector type supports-ol
2020-10-20std docs: print bool valuesxackus
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