aboutsummaryrefslogtreecommitdiff
path: root/lib/std/pdb.zig
AgeCommit message (Expand)Author
2024-03-19extract std.posix from std.osAndrew Kelley
2024-02-01remove std.io.ModeVeikka Tuominen
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young
2023-06-30std.pdb: fix incorrect field alignment in ptrCastmlugg
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
2023-04-30std: fix a bunch of typosLinus Groh
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-01-23std: eliminate pointless meta.assumeSentinel() usageIsaac Freund
2022-11-29std.mem.Allocator: allow shrink to failAndrew Kelley
2022-11-12pdb: make SuperBlock def publicJakub Konka
2022-08-17libstd: fix off-by-one error in def of ProcSym in pdbJakub Konka
2022-05-02std.pdb: fix incorrect use of packed structAndrew Kelley
2022-04-21pdb: fix resource mgmtJakub Konka
2022-04-21debug: fix resource (de)allocation for Elf and Coff targetsJakub Konka
2021-12-21Only check the file's length once in pdb.Msf.initJonathan S
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-06-21stage2 tests: remove unused varsJacob G-W
2021-06-12std: Move PDB-related code into its own fileLemonBoy
2021-04-22std: fix compile errors caught by stage2 AstGenAndrew Kelley
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2021-02-01Don't read more bytes than exist in MsfStream (#7839)Cameron Conn
2021-01-08Remove deprecated stream aliasesJay Petacat
2020-12-31Year++Frank Denis
2020-11-07remove deprecated uses of ArrayList.spanJosh Holland
2020-09-04update rest of testsVexu
2020-08-20add license header to all std lib filesAndrew Kelley
2020-06-24Pdb.openFile use `[]const u8` instead of `[]u8`Code Hz
2020-06-09Support Reader for InStreamJonathan Marler
2020-05-08fix more private member accessVexu
2020-05-08publicize member functions affected by #4909Josh Junon
2020-05-01cleanup and fixes. behavior tests passing with evented I/OAndrew Kelley
2020-05-01Merge branch 'windows-evented-io' of https://github.com/FireFox317/zig into F...Andrew Kelley
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-27fix behavior test with --test-evented-io on windowsTimon Kruiper
2020-03-10fix regressions found by test suiteAndrew Kelley
2020-03-10(breaking) rework stream abstractionsAndrew Kelley
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-12-01Merge remote-tracking branch 'origin/master' into remove-array-type-coercionAndrew Kelley
2019-11-30move `std.fs.Dir.cwd` to `std.fs.cwd`Andrew Kelley
2019-11-29fix windows std lib regressionsAndrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley