aboutsummaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Expand)Author
2019-03-31Add __aeabi_mem{cmp,clr,set,cpy,move} to compiler-rtvegecode
2019-03-31Add memcmp to builtinsvegecode
2019-03-31Veritcally align array literal columnshryx
2019-03-30Merge pull request #2112 from shritesh/param_decl_doc_commentsAndrew Kelley
2019-03-30fmt: Fix param decl testShritesh Bhattarai
2019-03-30Add doc_comments to param declShritesh Bhattarai
2019-03-29fix std.ascii type error and inverted logicRohlem
2019-03-29add std.ascii to std.std test "std"Rohlem
2019-03-29fix tests for math.mulWideShawn Landden
2019-03-28std.mulWide() whose return is twice as wideShawn Landden
2019-03-27fix build on arm64Shawn Landden
2019-03-26Use linux.exit_group if not single threadedShritesh Bhattarai
2019-03-26fmt: check for extra newline at end of fileShritesh Bhattarai
2019-03-26std.ascii: respond to reviewShawn Landden
2019-03-25munmap allows address 0Andrew Kelley
2019-03-25implement allowzero pointer attributeAndrew Kelley
2019-03-24introduce the enum literal typeAndrew Kelley
2019-03-23add compile error for ignoring errorAndrew Kelley
2019-03-23character literals: allow unicode escapesAndrew Kelley
2019-03-22add mulXf3 to compiler-rtAndrew Kelley
2019-03-22std: add ascii with C ASCII character classesShawn Landden
2019-03-20Merge remote-tracking branch 'origin/llvm8'Andrew Kelley
2019-03-20Merge pull request #2079 from Sahnvour/issue-2050Andrew Kelley
2019-03-19build.zig: allow run() on non-native target artifactsAndrew Kelley
2019-03-19better buffer length for formatIntUnsignedAndrew Kelley
2019-03-18Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2019-03-18libc: separate linux headers from musl/glibcAndrew Kelley
2019-03-16print a message instead of returning an error when debug info comes from a so...Sahnvour
2019-03-16avoid reading LineBlockFragmentHeader at all if the address is not in range, ...Sahnvour
2019-03-16allow pdb modules to have no C13 data, this happens if the module is strippedSahnvour
2019-03-16correct padding handling between std.pdb.ModInfo entries in DbiStreamSahnvour
2019-03-15fix regressions on Windows from previous commitAndrew Kelley
2019-03-15breaking changes to std.mem.Allocator interface APIAndrew Kelley
2019-03-14Add /lib/x86_64-linux-gnu or similar to default system library search pathsAkuli
2019-03-14breaking: fix @typeInfo handling of global error set typeAndrew Kelley
2019-03-13fix target_requires_pic and reloc_modeAndrew Kelley
2019-03-13breaking: remove --static; add -dynamicAndrew Kelley
2019-03-13this empty import workaround no longer necessaryAndrew Kelley
2019-03-13Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2019-03-11zig build: do a better job of detecting system pathsAndrew Kelley
2019-03-11remove the valgrind integration with std.mem.AllocatorAndrew Kelley
2019-03-11Merge branch 'valgrind' of https://github.com/daurnimator/zig into daurnimato...Andrew Kelley
2019-03-11add test for spawning child process with empty environmentAndrew Kelley
2019-03-10Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2019-03-10std.zig: `this` is no longer a keywordAndrew Kelley
2019-03-10Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2019-03-09Merge pull request #2038 from ziglang/cachingAndrew Kelley
2019-03-09disable flaky event test until post coroutine rewriteAndrew Kelley
2019-03-09fix running things with zig build on WindowsAndrew Kelley
2019-03-08breaking changes to zig build API and improved cachingAndrew Kelley