aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2020-02-24clean up std.Buffer.printAndrew Kelley
2020-02-24Add formatted printing directly into std.Buffervegecode
2020-02-24Merge pull request #4544 from BarabasGitHub/zeroes-for-non-extern-typesAndrew 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-24Processed review comments. Updated documentation, used the typinfo for field ...Bas van den Berg
2020-02-24remove usages of `@typeId`, `@memberCount`, `@memberName` and `@memberType`Vexu
2020-02-24vectors do not support iterating, do not support them (for now)Bas van den Berg
2020-02-24implement zeroes for non extern structs and native typesBas van den Berg
2020-02-24Merge pull request #4516 from xackus/remove-bytes-to-sliceAndrew Kelley
2020-02-24hashing algorithms: fix logic and index out of boundsJ.W
2020-02-23std.time.Timer.lap: only read system time once (#4533)Heide Onas Auri
2020-02-23remove @bytesToSlice, @sliceToBytes from tests, docsxackus
2020-02-23Merge pull request #4304 from daurnimator/auto-jsonAndrew Kelley
2020-02-23Format decmial 0.0 with no precision as just 0frmdstryr
2020-02-23remove no-longer-valid deferAndrew Kelley
2020-02-22std.process: fix typoAndrew Kelley
2020-02-22improve handling of environment variables on WindowsAndrew Kelley
2020-02-22update std lib to integrate with libc for environAndrew Kelley
2020-02-22std.os.execvpeZ_expandArg0: fix not restoring argv[0]Andrew Kelley
2020-02-21fix regression in standardTargetOptionsAndrew Kelley
2020-02-21remove the allocator from std.event.LoopAndrew Kelley
2020-02-21annotate TODO comment with bug tracker linkAndrew Kelley
2020-02-21remove @bytesToSlice, @sliceToBytes from std libxackus
2020-02-21implement bytesAsSlice, sliceAsBytesxackus
2020-02-21std.Target.parse gives parsing diagnosticsAndrew Kelley
2020-02-21update ARM cpu models to correctly include the sub-archAndrew Kelley
2020-02-21fix std.Target unit testsAndrew Kelley
2020-02-21fix zig build adding invalid cli argsAndrew Kelley
2020-02-20fix zig build, ABI ABI, and update tests to new Target layoutAndrew Kelley
2020-02-20Merge remote-tracking branch 'origin/master' into sub-architecture-annihilationAndrew Kelley
2020-02-20support -mcpu=baseline, both in stage1 and stage2Andrew Kelley
2020-02-20remove std.io.readLineAndrew Kelley
2020-02-20arm: clarify which CPU features are sub-architecturesAndrew Kelley
2020-02-20NO_MEDIA_IN_DEVICE => return error.NoDeviceAndrew Kelley
2020-02-20Revert "arm: clean up the messy sub-architecture & CPU features"Andrew Kelley
2020-02-20std: Handle NO_MEDIA_IN_DEVICE error in openFileWindowsLemonBoy
2020-02-19update tls in std lib for lack of sub-archAndrew Kelley
2020-02-19fix unit test for Target.parseAndrew Kelley
2020-02-19this is not the proper way to support this featureAndrew Kelley
2020-02-19remove the concept of "sub-architecture"Andrew Kelley
2020-02-19arm: clean up the messy sub-architecture & CPU featuresAndrew Kelley
2020-02-19clean up arm CPU featuresAndrew Kelley
2020-02-19Add an appendValues method to ArrayList to append a value n times. (#4460)Bas
2020-02-19std: tagged unions are broken on arm64daurnimator
2020-02-19std: add json.parse to automatically decode json into a structdaurnimator
2020-02-19std: add json.stringify to encode arbitrary values to JSONdaurnimator
2020-02-19make the CLI support depending on system headers and librariesAndrew Kelley
2020-02-18improvements which allow zig to emit multiple things at onceAndrew Kelley