aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-09-25std.log: better default for printing logsAndrew Kelley
2020-09-24fix a round of regressions in this branchAndrew Kelley
2020-09-24zig build: update to use new --version flag instead of legacy flagsAndrew Kelley
2020-09-23nobody likes my std.process.cleanExit ideaAndrew Kelley
2020-09-23stage2: building musl libc from sourceAndrew Kelley
2020-09-23test_runner: fix missing newline in logAndrew Kelley
2020-09-23stage2: support passing extra C flags to C source filesAndrew Kelley
2020-09-23eliminate dependency of libzigcpp.a on libzigstage1.aAndrew Kelley
2020-09-22stage2: implement --pkg-begin and --pkg-end CLI argsAndrew Kelley
2020-09-22stage2: implement zig buildAndrew Kelley
2020-09-22build runner: allow for a bit longer -D optionsAndrew Kelley
2020-09-21Merge remote-tracking branch 'origin/master' into stage2-zig-ccAndrew Kelley
2020-09-20std: Fix metadata corruption in HeapAllocatorLemonBoy
2020-09-19Add "emit_docs" field to LibExeObjStep.zenith391
2020-09-18std: start: use std.log instead of stderrAndrew Kelley
2020-09-17Fix compile error in os.renameatWRyan Liptak
2020-09-17Merge pull request #6336 from Rocknest/pbkdf2Andrew Kelley
2020-09-17Add rename to std.fs APIRyan Liptak
2020-09-17std: Respect user-specified alignment when formatting intsLemonBoy
2020-09-16std: Fix {*} printing of non-pointer typesLemonBoy
2020-09-16std.crypto siphash: fix assertion on the size of output bufferAndrew Kelley
2020-09-15Merge remote-tracking branch 'origin/master' into stage2-zig-ccAndrew Kelley
2020-09-16Add an error setRocknest
2020-09-15std: handle sharing violation when deleting a file on windowsAndrew Kelley
2020-09-15Merge pull request #6340 from Vexu/fixAndrew Kelley
2020-09-15std: Fix typo in ELF section header iteratorLemonBoy
2020-09-14Merge remote-tracking branch 'origin/master' into stage2-zig-ccAndrew Kelley
2020-09-14track all TODO comments in BRANCH_TODO fileAndrew Kelley
2020-09-14translate-c: determine sizeof using std.meta.sizeofVexu
2020-09-14fix meta.cast behavior; add exhaustive testsVexu
2020-09-14move std.cache_hash from std to stage2Andrew Kelley
2020-09-14Merge pull request #6172 from tadeokondrak/@Type(.Union)Veikka Tuominen
2020-09-14Merge pull request #6331 from mattnite/bpf-helper-defsAndrew Kelley
2020-09-13stage2: caching system integration & Module/Compilation splittingAndrew Kelley
2020-09-13std.cache_hash: break up the API and improve implementationAndrew Kelley
2020-09-14flip conditionRocknest
2020-09-13fix buildRocknest
2020-09-13std: Make the CRC32 calculation slightly fasterLemonBoy
2020-09-13fix refRocknest
2020-09-13std: Limit the read/write size on DarwinLemonBoy
2020-09-13Reference all crypto declarationsRocknest
2020-09-13Convert asserts to errors, make sure nothing overflowsRocknest
2020-09-13Merge pull request #2 from rnapier/pbkdf2Rocknest
2020-09-13changed to opaqueMatt Knight
2020-09-13removed all those kern aliasesMatt Knight
2020-09-13pbkdf2 offset into dk should be usize, not u64.Rob Napier
2020-09-13got booleans wrongMatt Knight
2020-09-13Merge pull request #1 from rnapier/pbkdf2Rocknest
2020-09-13Use comptime to expose public method to doc systemRob Napier
2020-09-13Extract kdf.zig to provide namespace documentationRob Napier