aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2024-11-13langref: delete misleading example code about packed structsAndrew Kelley
2024-10-29typo: will inlined -> will be inlinedRoman Frołow
2024-10-25Remove `@setAlignStack` from the langrefllogick
2024-10-19langref: update `enum_export_error.zig` for callconv changesmlugg
2024-10-18compiler: implement `@FieldType`mlugg
2024-10-17langref: update builtin variadic functionswooster0
2024-10-12implement packed struct equality (#21679)David Rubin
2024-10-04remove `@fence` (#21585)David Rubin
2024-10-04Remove old deprecated symbols in std (#21584)PauloCampana
2024-09-12Labeled switch documentation (#21383)LiterallyVoid
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-09-10remove explicit ComplexTypeTag from switchJesse Wattenbarger
2024-08-30langref: separate header for faulty default field valuesAndrew Kelley
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-27compiler,lib,test,langref: migrate `@setCold` to `@branchHint`mlugg
2024-08-27lib,test,tools,doc: update usages of @exportmlugg
2024-08-14langref: clarify functionality of the round builtin (#19503)T
2024-08-12fix C type corresponding to f80Rich Remer
2024-08-09std.crypto: better names for everything in utilsAndrew Kelley
2024-07-29langref: Make pointer_coerce_const_optional test less obfuscatedRyan Liptak
2024-07-21improve `@enumFromInt` doc (#20354)kj4tmp
2024-07-21langref: add example for errdefer |err| sytnaxAlex Kladov
2024-07-21single pointer slice syntax addedssmid
2024-07-15Sema: support pointer subtractionWooster
2024-07-09std: fix typos (#20560)Jora Troosh
2024-06-27langref: correct test runner pathWayne Wu
2024-06-12More precise error message for unencodable `\u` escapesRyan Liptak
2024-06-08Document a few non-obvious variable assignments (#20213)Gordon Cassie
2024-06-08autodoc: fix misaligned table header when alignment is default (#20220)expikr
2024-06-06Release 0.13.00.13.0Andrew Kelley
2024-06-05seriously people, don't put "zig-" in your package namesAndrew Kelley
2024-05-22Revert "implement `@expect` builtin (#19658)"Andrew Kelley
2024-05-22implement `@expect` builtin (#19658)David Rubin
2024-05-22llvm: fix `@wasmMemory{Size,Grow}` for wasm64Veikka Tuominen
2024-05-10[docs] add examples of array/slice init using result locationPyrolistical
2024-05-05Build: cleanupJacob Young
2024-04-25migrate langref documentation generation to the build systemAndrew Kelley
2024-04-19Release 0.12.00.12.0Andrew Kelley
2024-04-11Document lazy dependency in init build.zig.zonJeremia Dominguez
2024-04-11Document packed struct's backing int declarationNguyễn Gia Phong
2024-04-07langref: update async functions sectionAndrew Kelley
2024-04-06langref: Fix example typoAlex
2024-04-02grammar: fix ASCII range typoNguyễn Gia Phong
2024-03-30Update uses of `@fieldParentPtr` to use RLSJacob Young
2024-03-18langref: add naming guideAndrew Kelley
2024-03-19langref: Rename std.fs.wasi.{PreopenList => Preopens}Linus Groh
2024-03-17AstGen: disallow alignment on function typesJacob Young
2024-03-15langref: caution against default field valuesAndrew Kelley
2024-03-15langref: bit-aligned -> byte-alignedPaul Jimenez
2024-03-15langref: add basic documentation of RLSmlugg