aboutsummaryrefslogtreecommitdiff
path: root/lib/std/special
AgeCommit message (Expand)Author
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
2020-04-28std.meta.IntType -> std.meta.IntTadeo Kondrak
2020-04-28@Vector -> std.meta.VectorTadeo Kondrak
2020-04-24Add mips support to standard libraryTimon Kruiper
2020-04-13docs: use String.repeat for dom templatesPierre Guilleminot
2020-04-12improve search perf: trim search resultsPierre Guilleminot
2020-04-12improve search perf: batching dom list mutationsPierre Guilleminot
2020-04-07refactor common pattern into a functionxackus
2020-04-07std lib docs: fix null and int valuesxackus
2020-04-06compiler-rt: Separate max size allowed for load/store and CASLemonBoy
2020-04-05compiler_rt/atomics: be consistent with `const value`daurnimator
2020-04-05Tidy up compiler_rt/atomicsdaurnimator
2020-04-03Merge pull request #4868 from xackus/new-arraylist-apiAndrew Kelley
2020-04-03compiler-rt: don't forget to export these functionsAndrew Kelley
2020-04-03compiler-rt: Add the __atomic family of builtinsLemonBoy
2020-04-02new ArrayList API: fix everything elsexackus
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