aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-17wasm-linker: fix type index relocationsLuuk de Gram
2022-12-16wasm-linker: Fix archive symbols parsingLuuk de Gram
2022-12-15wasm-linker: Fix debug info relocationsLuuk de Gram
2022-12-14wasm-linker: Export data symbols as globalLuuk de Gram
2022-12-13wasm-linker: Create separate path for one-shotLuuk de Gram
2022-12-12Merge pull request #13896 from coin3x/revert-aarch64-windows-test-workaroundsAndrew Kelley
2022-12-12zig fmt: remove c_void -> anyopaque rewriteyujiri8
2022-12-12std.os.linux: fix timerfd testJan Philipp Hafer
2022-12-12std: added std.mem.windowRonald Chen
2022-12-12std: implement subsetOf and supersetOf for EnumMultisetRonald Chen
2022-12-12std: implement subsetOf and supersetOf for DynamicBitSetRonald Chen
2022-12-11Merge pull request #13865 from ziglang/std-build-reorgAndrew Kelley
2022-12-12Revert "compiler_c test: skip build modes on aarch64-windows"Coin
2022-12-12Revert "mix_c_files: skip build modes on aarch64-windows due to bug"Coin
2022-12-11update TracyAllocator for new Allocator changesLee Cannon
2022-12-11disable failing windows std lib testsAndrew Kelley
2022-12-11std.build.InstallRawStep: fix compilation on wasm32-wasiAndrew Kelley
2022-12-11std: fix compile error bitrotAndrew Kelley
2022-12-11std.build.OptionsStep: fix regressed testsAndrew Kelley
2022-12-11std.build: extract steps to separate filesAndrew Kelley
2022-12-11Add a helpful note when using `**` on number types. (#13871)IntegratedQuantum
2022-12-11std: add EnumMultiSetPyrolistical
2022-12-11std: Update ArrayList documentationMikael Berthe
2022-12-11Merge pull request #13886 from der-teufel-programming/masterLoris Cro
2022-12-11autodoc: Removed BoundFn from indexTypeKinds in main.jsDer Teufel
2022-12-11Remove incorrect assertion in readMachODebugInfo panicking during panicJakub Konka
2022-12-11Merge pull request #13879 from ziglang/ci-add-aarch64-windowsAndrew Kelley
2022-12-11std: added pure fns to EnumSetRonald Chen
2022-12-11wasi: fixes os.isatty on type mismatch (#13813)Takeshi Yoneda
2022-12-10update zig1.wasmAndrew Kelley
2022-12-10CMake: fix aarch64-windows target detectionAndrew Kelley
2022-12-10CMake: add workaround for CMAKE_AR not supporting spacesAndrew Kelley
2022-12-10CI: add aarch64-windows coverageAndrew Kelley
2022-12-10disable failing CBE behavior tests failing on aarch64-windowsAndrew Kelley
2022-12-10compiler_c test: skip build modes on aarch64-windowsJakub Konka
2022-12-10mix_c_files: skip build modes on aarch64-windows due to bugJakub Konka
2022-12-10Merge pull request #13872 from koachan/sparc64-codegenAndrew Kelley
2022-12-10Merge pull request #13810 from r00ster91/oldAndrew Kelley
2022-12-10Merge pull request #13370 from r00ster91/newasciiAndrew Kelley
2022-12-10Compilation: revert asking for exclusive locks on cache hitsAndrew Kelley
2022-12-10fix doc comments in bitset typesJosh
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-12-10stage2: sparc64: Implement airMinMaxKoakuma
2022-12-10stage2: sparc64: Implement airBitReverseKoakuma
2022-12-10stage2: sparc64: Add more types for genTypedValueKoakuma
2022-12-10CBE: fix compiling for aarch64-windowsJacob Young
2022-12-10stage2: sparc64: Log generated function name for debug purposesKoakuma
2022-12-10stage2: sparc64: Implement atomic opsKoakuma
2022-12-10stage2: sparc64: Implement stack argumentKoakuma
2022-12-10stage2: sparc64: Implement airWrapErrUnionPayloadKoakuma