aboutsummaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Expand)Author
2019-04-11A bunch of fixes for the DWARF parser (#2254)Andrew Kelley
2019-04-11Add initial support for iOS targets (#2237)Matthew Iannucci
2019-04-11Distinguish between absolute/relative addressesLemonBoy
2019-04-11Fix reading of reference attributesLemonBoy
2019-04-11Add definition for DW_AT_alignmentLemonBoy
2019-04-11Fix reading of udata/sdata encoded attributesLemonBoy
2019-04-11Pack big.Int sign and length fieldsMarc Tiehuis
2019-04-11Fix math.big.Int divN/gcdLehmer and fuzz-test failuresMarc Tiehuis
2019-04-11Handle zero-limb trailing div case in big.IntMarc Tiehuis
2019-04-11Small fixes for big.Rational and corrections for gcdLehmerMarc Tiehuis
2019-04-11Fix big.Int toString maybe-null allocatorMarc Tiehuis
2019-04-11Add initial big.Rational typeMarc Tiehuis
2019-04-11Add read-only, non-allocating Int for internal constantsMarc Tiehuis
2019-04-10__muloti4 does not need the ABI workaround on WindowsAndrew Kelley
2019-04-10compiler-rt: better way to do the ABI required on WindowsAndrew Kelley
2019-04-10Correct parsing of DWARF line_info sectionLemonBoy
2019-04-10compiler_rt: `@divTrunc` rather than `@divFloor` in muloti4Andrew Kelley
2019-04-10compiler-rt: correct use_thumb_1 flagvegecode
2019-04-09doc comments for parameters in std.mem.AllocatorAndrew Kelley
2019-04-07Fix std.HashMap.remove returning incorrect KVRyan Liptak
2019-04-05build: usageAndErr clean exit (#2194)Shritesh Bhattarai
2019-04-05Fix getCurrentId test for pthreads (#2197)Shritesh Bhattarai
2019-04-05Add divdf3 to compiler_rtvegecode
2019-04-05fix incorrect Thread.getCurrentId testAndrew Kelley
2019-04-05zig build: support single-threaded buildsAndrew Kelley
2019-04-05fmt: support trailing comma after var_argsShritesh Bhattarai
2019-04-05support comptime_int in formatInt{,Value}Shritesh Bhattarai
2019-04-05Fixes to divsf3 (#2186)vegecode
2019-04-05Simplify math.isnanShawn Landden
2019-04-04fmt: format multi line only on trailing comma (#2184)Shritesh Bhattarai
2019-04-04fix `@divFloor` returning incorrect value and add `__modti3`Andrew Kelley
2019-04-04Add divsf3 to compiler rtvegecode
2019-04-04threads: fix using unmapped memory in some casesAndrew Kelley
2019-04-04zig fmt: Prevent for-else on same line when body is interrupted by LFhryx
2019-04-04zig fmt: Fix regression in for-else (#2178)hryx
2019-04-04fix thread local variables for non- position independent codeAndrew Kelley
2019-04-03handle LibExeObjStep.disable_gen_hRuslan Prokopchuk
2019-04-03Changes as suggested by andrewrktgschultz
2019-04-03(De)serializer now uses enum instead of bool to determine packing mode (byte/...tgschultz
2019-04-02more regression fixesAndrew Kelley
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