aboutsummaryrefslogtreecommitdiff
path: root/lib/std/special
AgeCommit message (Expand)Author
2020-03-31remove unnecessary `inline`Andrew Kelley
2020-03-31clean up the duplicate export logic for __clear_cacheAndrew Kelley
2020-03-31compiler-rt: More clear_cache implementationsLemonBoy
2020-03-31std: linux syscall numbers are now an extensible enumdaurnimator
2020-03-30compiler-rt: don't export __clear_cache when no impl availableAndrew Kelley
2020-03-31compiler-rt: implement clear_cache for arm32-linuxTimon Kruiper
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-30compiler-rt: Implement all the shift builtinsLemonBoy
2020-03-27compiler-rt: Fix __floatunditfLemonBoy
2020-03-24compiler-rt: Add __divtf3LemonBoy
2020-03-24compiler-rt: fix __clear_cache on aarch64 darwinAndrew Kelley
2020-03-24compiler-rt: aarch64 implementation of __clear_cacheAndrew Kelley
2020-03-24Merge remote-tracking branch 'origin/llvm10'Andrew Kelley
2020-03-15allow `_` separators in number literals (stage 1)momumi
2020-03-13Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-10fix regressions found by test suiteAndrew Kelley
2020-03-04Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-04Generated documentation mobile supportpfg
2020-03-03Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-01short std.builtin enum literals in std libxackus
2020-03-01breaking: std.mem.len no longer takes a type argumentAndrew Kelley
2020-02-28stage1: make get_native_target go through self-hostedAndrew Kelley
2020-02-28compiler-rt: inline at call site to workaround a bugAndrew Kelley
2020-02-28fix __stack_chk_guard emitted even when not linking libcAndrew Kelley
2020-02-28fix standardTargetOptions and improve init-exe to use itAndrew Kelley
2020-02-28update std lib to new Target APIAndrew Kelley
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-25Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-24Merge pull request #4547 from Vexu/deprecateAndrew Kelley
2020-02-24expose --verbose-llvm-cpu-features to zig buildAndrew Kelley
2020-02-24remove uses of `@ArgType` and `@IntType`Vexu
2020-02-24remove usages of `@typeId`, `@memberCount`, `@memberName` and `@memberType`Vexu
2020-02-14Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-11compiler-rt: Export the AEABI builtins when targeting thumbLemonBoy
2020-02-10Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-10Merge pull request #4404 from ziglang/async-stdAndrew Kelley
2020-02-09compiler_rt: Fix clzsi2 implementation for Thumb1LemonBoy
2020-02-07remove workarounds for Windows native CPU featuresAndrew Kelley
2020-02-06more std lib async I/O integrationAndrew Kelley
2020-02-05ability to run tests in evented I/O modeAndrew Kelley
2020-01-30Fix testing.allocator wiringBenjamin Feng
2020-01-29Promoted "leak_count_allocator" to the main testing.allocatorBenjamin Feng
2020-01-29Use defer/panic to better account for test failureBenjamin Feng
2020-01-29Create leak_count_allocatorBenjamin Feng
2020-01-29Move debug.global_allocator to testing.allocatorBenjamin Feng
2020-01-25Merge remote-tracking branch 'origin/master' into layneson-cpus_and_featuresAndrew Kelley
2020-01-23disable f128 compiler_rt tests failing on windowsAndrew Kelley
2020-01-22compiler_rt: fix mulsi3 test typoMichael Dusan
2020-01-22compiler-rt: Port __mulsi3 builtinLemonBoy
2020-01-19Fix some tests broken by the renamed filesLemonBoy