aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2023-06-28langref: Add c_char to the list of primitive typesEvan Haas
2023-06-28langref: correct ordering of @xFromY builtinsBertie Wheen
2023-06-25Merge pull request #16192 from mlugg/builtins-infer-dest-ty-fixesAndrew Kelley
2023-06-25remove mention of stage1 from langrefEvin Yulo
2023-06-25langref: neaten up @errSetCast examplemlugg
2023-06-24langref: update to new cast builtin syntaxmlugg
2023-06-23Langref: Add example for catching some errors and narrowing the error setSebastian Bensusan
2023-06-22rename ZIG_DEBUG_COLOR env variable to YES_COLORdweiller
2023-06-20Fix Typo in langref.html.inbegly
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-18Fix a confusing comment in `langref.html.in`Arya-Elfren
2023-06-17Merge pull request #14844 from perillo/fix-issue-13280Andrew Kelley
2023-06-17Langref misc fix and improvement (#14695)Manlio Perillo
2023-06-16Change outdated filename in langrefJohn Zhang
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
2023-06-14Clarify @sin, @cos, @tan use radiansjcalabro
2023-06-13all: replace `comptime try` with `try comptime`Eric Joldasov
2023-06-10langref: fix error set orderJacob Young
2023-06-03Merge pull request #15579 from squeek502/mem-delimitersAndrew Kelley
2023-05-24make `@boolToInt` always return a u1tison
2023-05-20docgen: Rename Action enum values to snake caseLinus Groh
2023-05-20docgen: Rename Code.Id enum values to snake caseLinus Groh
2023-05-20docgen: Rename ExpectedOutcome enum values to snake caseLinus Groh
2023-05-20docgen: Rename Tokenizer.State enum values to snake caseLinus Groh
2023-05-20docgen: Rename Token.Id enum values to snake caseLinus Groh
2023-05-15Add wasi_ prefix to wasm filesRoman FroĊ‚ow
2023-05-14Remove incorrect statements that the `source` argument to @memcpy needs to be...notcancername
2023-05-13Update all std.mem.split calls to their appropriate functionRyan Liptak
2023-05-12Fix typo in langrefJonta
2023-05-11Merge pull request #15519 from dweiller/issue-15482Andrew Kelley
2023-05-08Fix langref typojcalabro
2023-05-07langref: mention slice-by-length patterndweiller
2023-05-03langref: Documented `extern "..."` useArnau
2023-04-25langref: fix compile errorAndrew Kelley
2023-04-25update `@memcpy` to require equal src and dest lensAndrew Kelley
2023-04-25change semantics of `@memcpy` and `@memset`Andrew Kelley
2023-04-23Add `@inComptime` builtinmlugg
2023-04-23Improvements to docs and textzooster
2023-04-23langref: improve for loop documentationManlio Perillo
2023-04-23langref: add documentation for noinline keywordBogdan Romanyuk
2023-04-22docgen: fix exe_build_err code snippetsdweiller
2023-04-18doc: clarifications to comptime section in langref after #14819mlugg
2023-04-11docgen: avoid use of --enable-cacheAndrew Kelley
2023-03-30docgen: add `additional_option` token; fix wasm-freestanding examplejagt
2023-03-30new builtins: @workItemId, @workGroupId, @workGroupSizeRobin Voetter
2023-03-27docgen: improve the termColor functionManlio Perillo
2023-03-27docgen: remove line support in printShellManlio Perillo
2023-03-23Two more examples of possible syntax when dealing with errors (#15042)Phil Eaton
2023-03-21langref: add missing return types to builtin functionsr00ster91
2023-03-16make docgen accept --zig-lib-dirAndrew Kelley