COMMITS
/ lib/std/pdb.zig August 29, 2024
M
std.pdb: obey naming conventions
mlugg committed
August 28, 2024
M
std: avoid field/decl name conflicts
mlugg committed
August 1, 2024
A
std.debug: rename Info to SelfInfo
Andrew Kelley committed
A
std.debug.Info: extract to separate file
Andrew Kelley committed
March 19, 2024
A
extract std.posix from std.os
Andrew Kelley committed
January 27, 2024
V
remove std.io.Mode
Veikka Tuominen committed
November 10, 2023
M
lib: correct unnecessary uses of 'var'
mlugg committed
October 31, 2023
A
std.builtin.Endian: make the tags lower case
Andrew Kelley committed
J
mem: fix ub in writeInt
Jacob Young committed
June 25, 2023
M
std.pdb: fix incorrect field alignment in ptrCast
mlugg committed
June 22, 2023
M
all: migrate code to new cast builtin syntax
mlugg committed
June 15, 2023
E
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov committed
June 3, 2023
R
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91 committed
April 30, 2023
L
std: fix a bunch of typos
Linus Groh committed
February 18, 2023
A
update std lib and compiler sources to new for loop syntax
Andrew Kelley committed
January 22, 2023
I
std: eliminate pointless meta.assumeSentinel() usage
Isaac Freund committed
November 27, 2022
A
std.mem.Allocator: allow shrink to fail
Andrew Kelley committed
November 12, 2022
J
pdb: make SuperBlock def public
Jakub Konka committed
August 17, 2022
J
libstd: fix off-by-one error in def of ProcSym in pdb
Jakub Konka committed
May 3, 2022
A
std.pdb: fix incorrect use of packed struct
Andrew Kelley committed
April 21, 2022
J
pdb: fix resource mgmt
Jakub Konka committed
J
debug: fix resource (de)allocation for Elf and Coff targets
Jakub Konka committed
December 21, 2021
J
Only check the file's length once in pdb.Msf.init
Jonathan S committed
October 28, 2021
L
allocgate: std Allocator interface refactor
Lee Cannon committed
November 30, 2021
A
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley committed
October 5, 2021
A
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley committed
August 24, 2021
A
remove redundant license headers from zig standard library
Andrew Kelley committed
June 20, 2021
J
fix code broken from previous commit
Jacob G-W committed
June 10, 2021
J
std, src, doc, test: remove unused variables
Jacob G-W committed
June 12, 2021
J
stage2 tests: remove unused vars
Jacob G-W committed
June 11, 2021
L
std: Move PDB-related code into its own file
LemonBoy committed
April 23, 2021
A
std: fix compile errors caught by stage2 AstGen
Andrew Kelley committed
April 12, 2021
A
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley committed
February 1, 2021
C
Don't read more bytes than exist in MsfStream (#7839)
Cameron Conn committed
January 8, 2021
J
Remove deprecated stream aliases
Jay Petacat committed
November 6, 2020
J
remove deprecated uses of ArrayList.span
Josh Holland committed
September 4, 2020
V
update rest of tests
Vexu committed
August 20, 2020
A
add license header to all std lib files
Andrew Kelley committed
June 25, 2020
C
Pdb.openFile use `[]const u8` instead of `[]u8`
Code Hz committed
June 9, 2020
J
Support Reader for InStream
Jonathan Marler committed
May 8, 2020
V
fix more private member access
Vexu committed
April 4, 2020
J
publicize member functions affected by #4909
Josh Junon committed
May 2, 2020
A
cleanup and fixes. behavior tests passing with evented I/O
Andrew Kelley committed
May 1, 2020
March 30, 2020
A
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley committed
March 26, 2020
T
fix behavior test with --test-evented-io on windows
Timon Kruiper committed
March 11, 2020
A
fix regressions found by test suite
Andrew Kelley committed
March 10, 2020
A
(breaking) rework stream abstractions
Andrew Kelley committed
December 9, 2019
R
Replace @typeOf with @TypeOf in all zig source
Robin Voetter committed