aboutsummaryrefslogtreecommitdiff
path: root/lib/std/special
AgeCommit message (Expand)Author
2021-01-07Reduce use of deprecated IO typesJay Petacat
2021-01-04Revert "Fix #7296:"Andrew Kelley
2021-01-02Merge pull request #7612 from g-w1/do-7296Andrew Kelley
2021-01-02convert more {} to {d} and {s}Andrew Kelley
2021-01-02tests: Use {s} instead of {} when formatting stringsLemonBoy
2021-01-02std: Use {s} instead of {} when printing stringsLemonBoy
2020-12-31Fix #7296:g-w1
2020-12-31Year++Frank Denis
2020-12-28zig test: std.testing.zig_exe_path is now availableAndrew Kelley
2020-12-23Add sincosf function (#7267)daurnimator
2020-12-20std.Progress: make the API thread-safeAndrew Kelley
2020-12-10Added global-cache argument to build system + removed extra args.antlilja
2020-12-09compiler-rt: Fix compilation of clzsi for armv6 targetsLemonBoy
2020-12-09compiler-rt: Avoid exposing atomic builtins when not supportedLemonBoy
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