aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-07-18InternPool: fix regression in getting error setsAndrew Kelley
2023-07-18Type.print: fix inferred error set crashAndrew Kelley
2023-07-18InternPool: implement getFuncInstanceIesAndrew Kelley
2023-07-18InternPool: fix debug info helpers for changes to functionsAndrew Kelley
2023-07-18InternPool: implement getFuncInstanceAndrew Kelley
2023-07-18InternPool: implement getExternFuncAndrew Kelley
2023-07-18InternPool: fix getErrorSetTypeAndrew Kelley
2023-07-18InternPool: implement indexToKey for func_instance and func_declAndrew Kelley
2023-07-18InternPool: avoid false negatives for functions with inferred error setsAndrew Kelley
2023-07-18compiler: rework inferred error setsAndrew Kelley
2023-07-18compiler: begin untangling anonymous decls from source declsAndrew Kelley
2023-07-18rework generic function callsAndrew Kelley
2023-07-18cbe: fix pointers to aliases of extern valuesJacob Young
2023-07-14Autodoc tokenizer (#16409)Loris Cro
2023-07-14macho: fix __unwind_info sentinel entry not always being the upper bound (#16...Casey Banner
2023-07-12Update translate-c to new splat syntaxantlilja
2023-07-12Remove len parameter from splat builtin functionantlilja
2023-07-11Fixes crash when a struct is given as the first parameter to the unionInit bu...Anton Lilja
2023-07-11Fixes wrong error location for unionInit when first parameter is not a type (...Anton Lilja
2023-07-11Merge pull request #15775 from r00ster91/newlinesAndrew Kelley
2023-07-11remove arbitrary stderr size limit when spawning a child process toolXavier Bouchoux
2023-07-11Merge pull request #16345 from ziglang/15920Luuk de Gram
2023-07-10add stand alone test to verify bulk-memory featuresLuuk de Gram
2023-07-10AstGen: make sure for range start and end are usizesr00ster91
2023-07-10Merge pull request #16339 from r00ster91/ueficcAndrew Kelley
2023-07-10Sema: resolve field type layout for anon struct type infoIan Johnson
2023-07-10type: update optionalReprIsPayload to handle inferred error setskcbanner
2023-07-08Sema: infrastructure for supporting more than .C callconv for variadic functionsr00ster91
2023-07-08llvm: add safety-check for Wasm memsetLuuk de Gram
2023-07-08llvm: add safety-check for Wasm memcpyLuuk de Gram
2023-07-06Autodoc: implement boolean operationsIan Johnson
2023-07-04bootstrap: support aarch64 in 32-bit modeJacob Young
2023-07-03Merge pull request #15879 from r00ster91/more_stage1_test_coverageAndrew Kelley
2023-07-03std.math.big.int: better name for equal functionr00ster91
2023-07-03autodoc: wire in js tokenizer to frontendLoris Cro
2023-07-01Merge pull request #16287 from Snektron/amdgpu-panic-fixAndrew Kelley
2023-07-01Merge pull request #16284 from Snektron/spirv-internpool-fixesAndrew Kelley
2023-07-01llvm: cast optional null ptr representation to generic address spaceRobin Voetter
2023-07-01autodoc: fix scoring bug when matching full decl nameLoris Cro
2023-07-01Fixed Autodoc rendering of @truncate builtin (#16263)Emile Badenhorst
2023-07-01spirv: fix up todos & errors from intern pool changesRobin Voetter
2023-06-30Unrevert "Sema: preserve extern struct field alignment"Jacob Young
2023-06-30Remerge pull request #15995 from mlugg/fix/union-field-ptr-alignJacob Young
2023-06-30Sema: copy pointer alignment to struct field pointersmlugg
2023-06-30Sema: copy pointer alignment to union field pointersmlugg
2023-06-29translate-c: Use `@constCast` and `@volatileCast` to remove CV-qualifiersEvan Haas
2023-06-29Revert "Merge pull request #15995 from mlugg/fix/union-field-ptr-align"Jacob Young
2023-06-29Revert "Sema: preserve extern struct field alignment"Jacob Young
2023-06-28autodoc: Correct a comment about types from std.builtinKrzysztof Wolicki
2023-06-28autodoc: Try to handle all InternPool.Index types good enoughKrzysztof Wolicki