aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-25x86_64: turn `f80` operation crashes into errorsJacob Young
2023-06-25x86_64: fix crash emitting a packed undefined u128Jacob Young
2023-06-25x86_64: fix unimplemented type crashesJacob Young
2023-06-25x86_64: fix packed store crashJacob Young
2023-06-25update Ascon.zig to use @min builtinMaciej 'vesim' KuliƄski
2023-06-25std.cstr: deprecate namespaceEric Joldasov
2023-06-25macho: add fixes to __eh_frame parsing emitted by Nix C++ compilerJakub Konka
2023-06-25Merge pull request #16192 from mlugg/builtins-infer-dest-ty-fixesAndrew Kelley
2023-06-25std.c: few freebsd's kinfo api fixes.David CARLIER
2023-06-25AstGen: add source location to certain const initializersJacob Young
2023-06-25remove mention of stage1 from langrefEvin Yulo
2023-06-25behavior: add tests for cast builtins coercing to optional and error unionmlugg
2023-06-25cases: add tests for errors introduced by cast builtin result type inferencemlugg
2023-06-25compiler: allow cast builtins to coerce result to error union or optionalmlugg
2023-06-25AstGen: use usize as result type of for loop range operandsmlugg
2023-06-25langref: neaten up @errSetCast examplemlugg
2023-06-25std: re-pub new json symbols in json.zigJosh Wolfe
2023-06-25wasi-libc: compile emmalloc.c without strict aliasing (#16157)Frank Denis
2023-06-25Recognize the .res extension and link it as if it were an object fileRyan Liptak
2023-06-25compiler: start moving safety-checks into backendsAndrew Kelley
2023-06-25liveness: fix merge typo logic errorAndrew Kelley
2023-06-24Merge pull request #16188 from kcbanner/fix_cbe_airErrUnionPayloadPtrSetAndrew Kelley
2023-06-24Merge pull request #16163 from mlugg/feat/builtins-infer-dest-tyAndrew Kelley
2023-06-24update zig1.wasmmlugg
2023-06-24cbe: codegen int_from_ptr of slice correctlymlugg
2023-06-24langref: update to new cast builtin syntaxmlugg
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-24translate-c: update to new cast builtin syntaxmlugg
2023-06-24fmt: add rewrite for cast builtin type parametersmlugg
2023-06-24compiler: remove destination type from cast builtinsmlugg
2023-06-24cmake: fix typo in flag value for single threaded buildJakub Konka
2023-06-24Add support for the "--version" linker argument (#16154)Matteo Briani
2023-06-24cbe: fix another instance of calling `intValue` with an error typeJacob Young
2023-06-24std.c: fix few capcisum api calls, following-up on 6ae19fa.David CARLIER
2023-06-24Revert "fix parseInt failing when a correct base is given"Andrew Kelley
2023-06-24fix parseInt failing when a correct base is givenMikko Kaihlavirta
2023-06-24std.c: fix host_basic_info definition for darwin.David CARLIER
2023-06-24std.c: freebsd fix typo for PROC.PROCCTL_MD_MIN constant.David CARLIER
2023-06-24update Liveness to detect that safety checks do not modify memoryXavier Bouchoux
2023-06-24cbe: fix crash caused by calling `mod.intValue` on `type_inferred_error_set`kcbanner
2023-06-24LLVM: move many DeclGen methods to ObjectAndrew Kelley
2023-06-23ErrorBundle: fix integer overflow printing caretr00ster91
2023-06-23Merge pull request #16037 from Jan200101/PR/cmakedefine-fixAndrew Kelley
2023-06-23spirv: fix a few conflicts caused by intern-poolAli Chraghi
2023-06-23openbsd: fix NativeTargetInfo semverMichael Dusan
2023-06-24Removed unnecessary return switch on void methodZachary Raineri
2023-06-23sema.addConstant: remove type parameterAndrew Kelley
2023-06-23sema: Fix overflow when analyzing an inline switch prong range that ends on ...kcbanner
2023-06-23llvm: fixup elem_count argument of ZigLLVMCreateDebugArrayType to be i64kcbanner
2023-06-23std.http: fix the http.Client.wait() hanging when there is 1 more byte leftEd Yu