aboutsummaryrefslogtreecommitdiff
path: root/lib/std/special
AgeCommit message (Expand)Author
2022-02-27stage2: do not memoize calls that can mutate comptime stateVeikka Tuominen
2022-02-27test runner: remove unnecessary stage2 workaroundVeikka Tuominen
2022-02-27stage2: use stage1 test runner for stage2Veikka Tuominen
2022-02-27stage2: get formatted printing (somewhat) workingVeikka Tuominen
2022-02-23Merge pull request #10976 from ziglang/x64-macos-fixesJakub Konka
2022-02-23compiler_rt: specify goals, organize README and compiler_rt.zigJan Philipp Hafer
2022-02-23std: re-enable result printing in the test runner for macosJakub Konka
2022-02-22x64: completely ignore printing tests on macos until I fix the linkerJakub Konka
2022-02-22x64: disable printing results on macos until I fix the linkerJakub Konka
2022-02-22std: export ceil builtins in stage2Jakub Konka
2022-02-22std: enable print results in test_runner for stage2_x86_64Jakub Konka
2022-02-17stage2: add more functions to freestanding libcAndrew Kelley
2022-02-14test_runner.zig: Do not log test name twiceSebastian Keller
2022-02-13Implement f128 `@rem`Mateusz Radomski
2022-02-13Fixed progress indicator for `zig test` (#10859)Sebsatian Keller
2022-02-12make f80 less hacky; lower as u80 on non-x86Andrew Kelley
2022-02-09freestanding libc: fix missing functionsAndrew Kelley
2022-02-09stage2: add log and logf to freestanding libcAndrew Kelley
2022-02-09stage2: export trunc, truncf and trunclJakub Konka
2022-02-08std.Progress: make the API infallibleAndrew Kelley
2022-02-08wasm: update test runnerLuuk de Gram
2022-02-08compiler_rt: add suboJan Philipp Hafer
2022-02-07compiler_rt: add addo (#10824)matu3ba
2022-02-06compiler_rt: addXf3: add coercion to `@clz`Andrew Kelley
2022-02-06CLI: remove remainders of --verbose-ast and --verbose-tokenizeJohannes Löthberg
2022-02-05Merge pull request #10738 from Vexu/f80Andrew Kelley
2022-02-05compiler_rt: optimize muloJan Philipp Hafer
2022-02-04compiler-rt: add add/sub for f80Veikka Tuominen
2022-02-04compiler-rt: add comparison functions for f80Veikka Tuominen
2022-02-04compiler-rt: add trunc functions for f80Veikka Tuominen
2022-02-04compiler-rt: add extend functions for f80Veikka Tuominen
2022-01-26stage2: avoid inferred struct in os_version_check.zigJohn Schmidt
2022-01-21disable some broken stuff for stage2 llvm backend on aarch64Andrew Kelley
2022-01-17test runner: stage2 llvm backend prints statsAndrew Kelley
2022-01-17remove `zig_is_stage2` from `@import("builtin")`Andrew Kelley
2022-01-13compiler_rt: one less exception for stage2Andrew Kelley
2022-01-07lint: duplicate import (#10519)Meghan
2022-01-02compiler-rt: small refactor in atomicsAndrew Kelley
2022-01-02Sema: implement peer type resolution of signed and unsigned intsAndrew Kelley
2022-01-02compiler-rt: simplify implementationsAndrew Kelley
2021-12-29compiler_rt: move more functions to the stage2 sectionAndrew Kelley
2021-12-27compiler_rt: add __negvsi2, __negvdi2, __negvti2Jan Philipp Hafer
2021-12-26compiler_rt: add __absvsi2, __absvdi2, __absvti2Jan Philipp Hafer
2021-12-18zig test: fix test runner detection of ttyAndrew Kelley
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-12-18init-exe template: build.zig: setTarget on the testsAndrew Kelley
2021-12-15compiler_rt: reorganize in a way that stage2 understandsAndrew Kelley
2021-12-14compiler_rt: add __cmpXi2 and __ucmpXi2Jan Philipp Hafer
2021-12-14compiler_rt: simplify popcount "magic constants"Jan Philipp Hafer
2021-12-14compiler_rt: refactor __mulodi2 and __muloti2 to get __mulosi2Jan Philipp Hafer