aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2024-09-19std.DynamicBitSet: remove wrong and useless comments (#21418)Juan Julián Merelo Guervós
2024-09-19std.os.linux: Fix tc_oflag_t for PowerPCLinus Groh
2024-09-16std: Restore conventional `compareFn` behavior for `binarySearch`Jay Petacat
2024-09-16compiler: provide correct result types to `+=` and `-=`mlugg
2024-09-15std.Build: allow packages to expose arbitrary LazyPaths by namemlugg
2024-09-13`std.ascii`: make `toLower` `toUpper` branchless (#21369)CrazyboyQCD
2024-09-12start: Rewrite arm code to work for thumb1 too.Alex Rønne Petersen
2024-09-12std.http.WebSocket: Make 'upgrade: websocket' check case-insensitiveLinus Groh
2024-09-12AstGen: do not allow unlabeled `break` to exit a labeled switchmlugg
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-09-11Merge pull request #21370 from ziglang/fuzzAndrew Kelley
2024-09-11add runs per second to fuzzing uiAndrew Kelley
2024-09-11Merge pull request #21269 from alexrp/soft-floatAndrew Kelley
2024-09-11make lowest stack an internal libfuzzer detailAndrew Kelley
2024-09-11fuzzer: move web files into separate directoryAndrew Kelley
2024-09-11rework fuzzing APIAndrew Kelley
2024-09-10Merge pull request #21367 from RetroDev256/faster-tokenizerAndrew Kelley
2024-09-11thread: don't leak the thread in `spawnManager` (#21379)David Rubin
2024-09-10tokenizer: use labeled switch statementsEric Petersen
2024-09-10Dwarf: implement and test hash mapsJacob Young
2024-09-10Dwarf: implement and test multi array listJacob Young
2024-09-10std.zig.tokenizer: simplify line-based tokensIan Johnson
2024-09-10test: Skip some floating point tests that fail on `arm-linux-(gnu,musl)eabi`.Alex Rønne Petersen
2024-09-10std.zig.system: Work around llvm/llvm-project#105978 by disabling vfp2.Alex Rønne Petersen
2024-09-10add error for discarding if/while pointer capturexdBronch
2024-09-10std.zig.render: replace magic number `4` with `indent_delta`.Des-Nerger
2024-09-08std.fmt: Update casing of a few functions to match naming style guideLinus Groh
2024-09-07std: Fix assembler comment syntax for sparc.Alex Rønne Petersen
2024-09-07Support stringifying non-exhaustive enum to json (#21228)pfg
2024-09-06Merge pull request #21261 from alexrp/riscv32Andrew Kelley
2024-09-06std.Target: Make Abi.floatAbi() more accurate.Alex Rønne Petersen
2024-09-06std.zig.target: Split `powerpc-linux-musl` triple into `powerpc-linux-musleab...Alex Rønne Petersen
2024-09-06std.zig.target: Split `mips(el)-linux-musl` triples into `mips(el)-linux-musl...Alex Rønne Petersen
2024-09-06std.DynLib: Prefer std.fs.File.stat() over posix.fstat().Alex Rønne Petersen
2024-09-06std.posix: Skip a couple of tests that use fstat()/fstatat() on riscv32.Alex Rønne Petersen
2024-09-06std.time: Use clock_nanosleep() to implement sleep() on Linux.Alex Rønne Petersen
2024-09-06std.os.linux: Add clock_nanosleep() syscall wrapper.Alex Rønne Petersen
2024-09-06Merge pull request #21263 from alexrp/thumb-fixesAndrew Kelley
2024-09-06std.math.big.int: fix shiftRight sign handlingIan Johnson
2024-09-04Merge pull request #21257 from mlugg/computed-goto-3Andrew Kelley
2024-09-04stdlib : base64 encode to writer (#20961)Arwalk
2024-09-03std.elf: Bring the EM enum up to date.Alex Rønne Petersen
2024-09-03AstGen: update @errorCast to maybe eval to errMichael Dusan
2024-09-02std.crypto.ml_kem: Reduce test iteration counts from 100 to 10. (#21285)Alex Rønne Petersen
2024-09-02std.fmt.fmtIntSize*: document when precision is ignoredfdfdjfk3
2024-09-02std.hash_map: fix error message in getAutoHashFnJeremy Hertel
2024-09-02Merge pull request #21264 from mlugg/decl-literalsMatthew Lugg
2024-09-02std.math: rename make_f80 to F80.toFloat and break_f80 to F80.fromFloatJeremy Hertel
2024-09-01AstGen: error on unused switch labelmlugg
2024-09-01AstGen: allow breaking from labeled switchmlugg