aboutsummaryrefslogtreecommitdiff
path: root/std/elf.zig
AgeCommit message (Expand)Author
2019-03-02rename std lib files to new conventionAndrew Kelley
2018-12-12breaking API changes to all readInt/writeInt functions & moreAndrew Kelley
2018-12-02introduce std.io.SeekableStreamAndrew Kelley
2018-11-16Fixed typosVallentin
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-10-06Merge pull request #1429 from shawnl/arm64Andrew Kelley
2018-09-30update std lib API for I/OAndrew Kelley
2018-09-08fix elf auxv handlingShawn Landden
2018-09-02fix regressionsAndrew Kelley
2018-08-25fix stack traces on linuxAndrew Kelley
2018-06-16add basic std lib code for loading dynamic librariesAndrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-26run zig fmt on some of the codebaseAndrew Kelley
2018-04-22linux: support VDSO for clock_gettimeAndrew Kelley
2018-02-10std.os and std.io API updateAndrew Kelley
2018-01-31*WIP* error sets converting std libAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-23replace %defer with errdeferAndrew Kelley
2018-01-07replace `%return` with `try`Andrew Kelley
2017-12-20add labeled loops, labeled break, labeled continue. remove gotoAndrew Kelley
2017-12-18wip export rewriteAndrew Kelley
2017-12-04rename builtin.is_big_endian to builtin.endianAndrew Kelley
2017-11-07std.io: introduce buffered I/O and change APIAndrew Kelley
2017-10-31breaking change to std.io APIAndrew Kelley
2017-06-14partial implementation of printing floating point numbers with errol3Andrew Kelley
2017-05-19change slicing syntax from ... to ..Andrew Kelley
2017-05-06builtin functions for division and remainder divisionAndrew Kelley
2017-05-01`@import("builtin")` instead of `@compileVar`Andrew Kelley
2017-04-24better stack traces for ELF x86_64Andrew Kelley
2017-03-26replace "&&" and "||" with "and" and "or"Andrew Kelley
2017-02-12slice and array re-work plus some misc. changesAndrew Kelley
2017-02-07std.io supports printing integers as hex valuesAndrew Kelley
2017-01-23mem.free no longer requires explicit type argumentAndrew Kelley
2016-12-31IR: progress toward compiling standard libraryAndrew Kelley
2016-12-21update more std library to new zigAndrew Kelley
2016-12-18workaround for Arch being a primitive typeAndrew Kelley
2016-12-18IR: add FnProto instructionAndrew Kelley
2016-08-31fix std io input to work for non seekable fdsAndrew Kelley
2016-08-17progress toward stack trace printingAndrew Kelley