Vexu
|
1df0f3ac24
|
update uses of deprecated type field access
|
2020-09-03 18:10:40 +03:00 |
|
Andrew Kelley
|
4a69b11e74
|
add license header to all std lib files
add SPDX license identifier
copyright ownership is zig contributors
|
2020-08-20 16:07:04 -04:00 |
|
Andrew Kelley
|
d4bb2b1513
|
std: add function for writing fixed width ULEB128
|
2020-08-02 11:09:35 -07:00 |
|
Vexu
|
e85fe13e44
|
run zig fmt on std lib and self hosted
|
2020-07-11 20:41:19 +03:00 |
|
tgschultz
|
38e69a9e6a
|
Added test to ensure minimum number of bytes is emitted for writes
|
2020-06-16 16:20:59 +00:00 |
|
tgschultz
|
a0160d776f
|
Code cleanup, documentation added, read*Mem functions now take *[]const u8
|
2020-06-16 16:20:59 +00:00 |
|
tgschultz
|
00ec81b0dc
|
Overhauled leb128:
handles integers < 8 bits
incorrect overflow bugs fixed
simplified *mem implementations
added wrte* functions
added thurough write/read testing
|
2020-06-16 16:20:59 +00:00 |
|
tgschultz
|
928d3ee9ea
|
Code cleanup, documentation added, read*Mem functions now take *[]const u8
|
2020-06-16 16:20:58 +00:00 |
|
tgschultz
|
e94eba5df5
|
Overhauled leb128:
handles integers < 8 bits
incorrect overflow bugs fixed
simplified *mem implementations
added wrte* functions
added thurough write/read testing
|
2020-06-16 16:20:58 +00:00 |
|
tgschultz
|
7f24860737
|
Code cleanup, documentation added, read*Mem functions now take *[]const u8
|
2020-06-16 16:20:58 +00:00 |
|
tgschultz
|
8978fe94cf
|
Overhauled leb128:
handles integers < 8 bits
incorrect overflow bugs fixed
simplified *mem implementations
added wrte* functions
added thurough write/read testing
|
2020-06-16 16:20:58 +00:00 |
|
Tadeo Kondrak
|
350b2adacd
|
std.meta.IntType -> std.meta.Int
|
2020-04-28 19:11:31 -06:00 |
|
Andrew Kelley
|
18f1fef142
|
update standard library to new I/O streams API
|
2020-03-10 18:44:30 -04:00 |
|
Vexu
|
538d9a5dd8
|
remove uses of @ArgType and @IntType
|
2020-02-24 23:39:03 +02:00 |
|
Andrew Kelley
|
aa0daea541
|
update more of the std lib to use @as
|
2019-11-08 15:57:25 -05:00 |
|
Andrew Kelley
|
e0db54e89d
|
update the codebase to use @as
|
2019-11-08 15:57:24 -05:00 |
|
Andrew Kelley
|
ed36dbbd9c
|
mv std/ lib/
that's all this commit does. further commits will fix cli flags and
such.
see #2221
|
2019-09-25 23:35:41 -04:00 |
|