aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-04-16fs: Re-enable non-empty dir test on windowsxEgoist
2023-04-16windows: use NtSetInformationFile in DeleteFile.xEgoist
2023-04-16Merge pull request #15271 from Luukdegram/wasm-startLuuk de Gram
2023-04-16Merge pull request #15277 from ziglang/testsAndrew Kelley
2023-04-16Removing duplicate word in docBogdan Romanyuk
2023-04-15compiler_rt: use default visibility for non-exported symbolsAndrew Kelley
2023-04-15CI: more C backend test coverageAndrew Kelley
2023-04-15std.Build: add some more init options to CompileStepAndrew Kelley
2023-04-15autodoc: add initial support for linking decls mentioned in markdownLoris Cro
2023-04-15autodoc: add support for defining guide sectionsLoris Cro
2023-04-14std.Build.CompileStep: fix installLibraryHeaders regressionAndrew Kelley
2023-04-14windows: replace GetPhysicallyInstalledSystemMemory with ntdll.xEgoist
2023-04-14std: add shm_create_largepage for FreeBSD, completing MFD* constants.David CARLIER
2023-04-14wasm: no longer use simplified `start.zig`Luuk de Gram
2023-04-14std.crypto.aegis: support 256-bit tags (#15276)Frank Denis
2023-04-14std add getrandom to solato solaris based systemsDavid Carlier
2023-04-14secp256k1: Endormorphism.splitScalar() can return an error (#15270)Frank Denis
2023-04-13std: add kinfo_vmentry for FreeBSDDavid CARLIER
2023-04-13autodoc: main.js formattingKrzysztof Wolicki
2023-04-13autodoc: Handling of explicit values for enum fieldsKrzysztof Wolicki
2023-04-13autodoc: Handling of default values for struct fieldsKrzysztof Wolicki
2023-04-13autodoc: index in search usingnamespace declsLoris Cro
2023-04-13add c_char typeAndrew Kelley
2023-04-12never use C pointers!!Andrew Kelley
2023-04-13macos: add missing getopt.h headerJakub Konka
2023-04-12openbsd: fix thread name buffer sizeMichael Dusan
2023-04-12Zir: implement explicit block_comptime instructionmlugg
2023-04-12Autodoc usingnamespace (#15216)Loris Cro
2023-04-11fix build logic due to state mutations and break the API accordinglyAndrew Kelley
2023-04-11std.Build.CompileStep: remove output_dirAndrew Kelley
2023-04-11CLI: remove --enable-cache optionAndrew Kelley
2023-04-10init-exe/init-lib template: fix use of install() and run()Andrew Kelley
2023-04-10std.Build.RunStep: don't close stdinAndrew Kelley
2023-04-10std.Build.CompileStep: remove run() and install()Andrew Kelley
2023-04-10std.Build.CompileStep: delete install_step fieldAndrew Kelley
2023-04-10std.Build.CompileStep: remove redundant dest_builder fieldAndrew Kelley
2023-04-10Merge pull request #14827 from adriandelgado/log10-intAndrew Kelley
2023-04-10std.MultiArrayList: add support for tagged unions.GethDW
2023-04-10Merge pull request #15068 from Snektron/spirv-test-runner-supportAndrew Kelley
2023-04-09std.os.sendto: use ws2_32 on WindowsAndrew Kelley
2023-04-09std.debug: fix segfault/panic race conditionAndrew Kelley
2023-04-09Merge pull request #15123 from truemedian/http-serverAndrew Kelley
2023-04-09spirv: minimal start codeRobin Voetter
2023-04-09amdgpu,nvptx: unify kernel calling conventionsRobin Voetter
2023-04-09spirv: cannot build libcRobin Voetter
2023-04-09spirv: make genericName match target name.Robin Voetter
2023-04-09std: add generic target for spirvRobin Voetter
2023-04-08zig.h: fix typo for zig_trap definitionAndrew Kelley
2023-04-08std: add FreeBSD's procctl api.David CARLIER
2023-04-08std.http: reenable protocol read tests, add missing branch in findHeaders endNameless