aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2021-03-07docgen --skip-code-testsJosh Wolfe
2021-03-03update docs and grammar to allow CRLF line endings (#8063)Josh Wolfe
2021-02-28langref: Update usage of Thread.spawn()LemonBoy
2021-02-24Merge remote-tracking branch 'origin/master' into ast-memory-layoutAndrew Kelley
2021-02-24Avoid concept of a "Unicode character" in documentation and error messages (#...Josh Wolfe
2021-02-22update docgen to use new astVeikka Tuominen
2021-02-10Convert inline fn to callconv(.Inline) everywhereTadeo Kondrak
2021-02-01docs: Clarify that @field can work on declarationsRyan Liptak
2021-01-30Replace @TagType uses, mostly with std.meta.TagTadeo Kondrak
2021-01-30remove @TagTypeTadeo Kondrak
2021-01-08Remove deprecated stream aliasesJay Petacat
2021-01-07Reduce use of deprecated IO typesJay Petacat
2021-01-02langref: Update langref to use {s}LemonBoy
2020-12-23Clarify condusing wording regarding `%` and `/`Eleanor Bartle
2020-12-23update depreciated code (#7502)g-w1
2020-12-17Improve documentation for string slices.Josh Holland
2020-12-09Fix operator precedence documentationMartin Wickham
2020-12-09langref: Update setEvalBranchQuota prototypeLemonBoy
2020-11-22update grammar in langrefVexu
2020-11-19Update code to not use unsupported calling conventions for targetTadeo Kondrak
2020-11-18std: make meta.IntType a compile errorxackus
2020-11-11Fix backticked code in langrefJonas Carpay
2020-11-09Fix reduce documentationdata-man
2020-11-09langref: add 0.7.0 linkAndrew Kelley
2020-11-01langref tidy html fixupAndrew Kelley
2020-11-01docs: Add @reduce documentationLemonBoy
2020-10-30Merge pull request #6858 from travv0/no-star-after-dot-starVeikka Tuominen
2020-10-29stage1: Error out when trying to execute `unreachable`LemonBoy
2020-10-29add missing Invalid_periodasterisks case in docgenTravis
2020-10-29Changed macosx to macos in support os to better relfect the output of zig tar...=
2020-10-22Use std.testing.expect in language reference samplesPaul Espinosa
2020-10-22Merge pull request #6744 from LemonBoy/intcast-vecAndrew Kelley
2020-10-20langref: fix equationsRocknest
2020-10-20Update langref errorsLemonBoy
2020-10-19Update Documentation to use -O insteadNathan Bourgeois
2020-10-16langref cleanupsAndrew Kelley
2020-10-16Add some basic examples for the Zig Build System.Nathan Michaels
2020-10-15docs: snake_case enums/unions in langref examplesIsaac Freund
2020-10-10Update WASI preopens doc section to use GPAJakub Konka
2020-10-06langref: update for opaque {} syntaxTadeo Kondrak
2020-10-06Add opaque type syntaxTadeo Kondrak
2020-09-29Merge remote-tracking branch 'origin/master' into stage2-zig-ccAndrew Kelley
2020-09-29langref: use general purpose allocator in the wasi exampleAndrew Kelley
2020-09-26fix another round of regressions in this branchAndrew Kelley
2020-09-24Fix typo in documentationOgromny
2020-09-24docs: update implementation status for @Type()Isaac Freund
2020-09-21Merge remote-tracking branch 'origin/master' into stage2-zig-ccAndrew Kelley
2020-09-15Fix a typo.Nathan Michaels
2020-09-15update the zen of zigAndrew Kelley
2020-09-05Merge pull request #6246 from Vexu/fieldVeikka Tuominen