aboutsummaryrefslogtreecommitdiff
path: root/std/elf.zig
AgeCommit message (Expand)Author
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