aboutsummaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Expand)Author
2019-04-01Merge pull request #2147 from emekoi/fix1940Andrew Kelley
2019-04-01Merge pull request #2150 from vegecode/armv7m-compiler-rtAndrew Kelley
2019-04-01zig fmt: Allow one-line for loopshryx
2019-03-31fmt: fix first line comment indent in struct initShritesh Bhattarai
2019-03-31Remove inline keywords in addXf3.zig pending #2154vegecode
2019-03-31Always write a multiline struct literal if a field expr is multilinehryx
2019-03-31fixed broken casts in stdemekoi
2019-03-31Add all __aeabi functions (C versions) who alias currently existing functions...vegecode
2019-03-31Add __aeabi_{f,d}neg and __neg{s,d,X}f2 to compiler-rtvegecode
2019-03-31Add __aeabi_{f,d}{add,sub} and __{add,sub}{s,d}f3 to compiler-rtvegecode
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