aboutsummaryrefslogtreecommitdiff
path: root/lib/std/special
AgeCommit message (Expand)Author
2021-05-14Merge pull request #8746 from koachan/sparc64-fixesAndrew Kelley
2021-05-14compiler-rt: Fix signedness mismatch in f128 mul implLemonBoy
2021-05-12Add missing f128 compiler-rt shimKoakuma
2021-05-11Merge pull request #8705 from LemonBoy/libc-fixAndrew Kelley
2021-05-11test runner: avoid an "out of memory" error return trace entryAndrew Kelley
2021-05-11test runner: print error return trace after failed testAndrew Kelley
2021-05-11c: Fix prototypes for bcmp and memcmpLemonBoy
2021-05-08update usage of std.testing in compiler_rtVeikka Tuominen
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-05-08allow tests to failVeikka Tuominen
2021-05-04std: Initial bringup for Linux on Thumb2LemonBoy
2021-05-04compiler-rt: Better selection of __clzsi implementationLemonBoy
2021-05-01Merge pull request #8665 from LemonBoy/miscAndrew Kelley
2021-05-01std: Fix stack overflow in SPARC clone() implLemonBoy
2021-04-29std/build: add -p alias for --prefixIsaac Freund
2021-04-21compiler-rt: Export __extendhftf2 and __trunctfhf2LemonBoy
2021-04-21compiler-rt: Don't re-define PPC builtins in test modeLemonBoy
2021-04-20Merge pull request #8542 from LemonBoy/floating-point-is-hard-my-dudeAndrew Kelley
2021-04-20c: Minor cleanupLemonBoy
2021-04-20c: Implement fmax and fmaxfLemonBoy
2021-04-20c: Implement fmin and fminfLemonBoy
2021-04-20c: Add tests for generic_fmod implementationLemonBoy
2021-04-15compiler-rt: Don't pass f16 around as argumentsLemonBoy
2021-04-15compiler-rt: Implement __trunctfhf2LemonBoy
2021-04-15compiler-rt: Implement __extendhftf2LemonBoy
2021-04-15compiler-rt: Fix typo in implementation of fp truncation opsLemonBoy
2021-04-14build: Test the c.zig file tooLemonBoy
2021-04-12Merge pull request #8502 from xackus/std-docsAndrew Kelley
2021-04-12std docs: @This() in generic typesxackus
2021-04-11Merge pull request #8497 from LemonBoy/some-ppc-fixesAndrew Kelley
2021-04-11std docs: update var to anytypexackus
2021-04-11std: Fix typo in sqrt implementationLemonBoy
2021-04-11compiler-rt: Introduce PowerPC-specific f128 helpersLemonBoy
2021-04-10Copy over ppc clone from muslBenjamin Feng
2021-04-09std docs: fix layout broken by the bannerxackus
2021-04-04std docs: enhance search browser history UXHannu Hartikainen
2021-04-02make visited links readable in the stdlib docs warning barLoris Cro
2021-04-02added warning banner to stdlib docsLoris Cro
2021-03-24std.build: make Builder.install_prefix non optionalIsaac Freund
2021-03-05std/special: init-exe,lib make import(std) its own decl (#8160)Meghan
2021-02-24zig fmt the std libAndrew Kelley
2021-01-22std: Update `test ""` to `test` where it makes senseLemonBoy
2021-01-15Fix _Qp_cmp definitionKoakuma
2021-01-15Add compiler-rt stub for SPARC CPUsKoakuma
2021-01-12implement emutls in compiler_rtSébastien Marie
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