aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2020-07-13Document top-level doc comments, per #2288.Nathan Michaels
2020-07-13Merge pull request #5831 from paulespinosa/langref-hello-world-moreAndrew Kelley
2020-07-13Use Writer for Language Reference Hello World ExamplePaul Espinosa
2020-07-12update compile error tests and some doc commentsVexu
2020-07-11add 'anytype' to stage1 and langrefVexu
2020-07-11Introduce Error Union and Use WriterPaul Espinosa
2020-07-11Update doc/langref.html.inPaul
2020-07-11Update doc/langref.html.inPaul
2020-07-11Update doc/langref.html.inPaul
2020-07-11Update doc/langref.html.inPaul
2020-07-09Explain Language Ref's Hello WorldPaul Espinosa
2020-07-09langref: Expand "if error union with optional" test caseRyan Liptak
2020-07-08ci: check langref.html for html errorsxackus
2020-07-08langref: Add test case for "if error union with optional"Ryan Liptak
2020-07-08Rename langref's Index to Contents (TOC)Paul Espinosa
2020-07-05update more HashMap API usageAndrew Kelley
2020-07-01Add documentation for @src() builtinChris Watson
2020-07-01in docs removed "path can be absolute" for importsCodeMyst
2020-06-24Updated @asyncCall docsAlexandros Naskos
2020-06-23Refactor PreopenList.find()Jakub Konka
2020-06-20langref - document that This works on enums tooSebastian
2020-06-19Replaced all occurrences of std.debug.warn in the docs with std.debug.printEleanor NB
2020-06-12Merge pull request #5589 from kubkon/preopens-exampleAndrew Kelley
2020-06-12Merge pull request #5595 from ifreund/doc-arraylist-fixVeikka Tuominen
2020-06-12docs: fix mention of deprecated ArrayList.span()Isaac Freund
2020-06-11Add doc example for extracting WASI preopensJakub Konka
2020-06-09Update langref.html.inJakub Konka
2020-06-09Document the builtinsJakub Konka
2020-05-23update docgen to new ast APIAndrew Kelley
2020-05-16Merge pull request #5353 from Vexu/parserVexu
2020-05-15fix infinite loop with mismatced bracketVexu
2020-05-15Merge pull request #5336 from Vexu/parserVexu
2020-05-14remove useless nosuspend parsingVexu
2020-05-13Merge pull request #5254 from ifreund/top-level-struct-file-namesVexu
2020-05-10mem.eql need slice type熊鑫
2020-05-07Merge pull request #5268 from tadeokondrak/remove-callconv-redundant-syntaxAndrew Kelley
2020-05-05Remove reference to import type (#5279)Lann
2020-05-05update docs/tests for async/extern fn removalTadeo Kondrak
2020-05-05remove nakedcc/stdcallcc/async fn/extern fn fnprotoTadeo Kondrak
2020-05-05Rename noasync to nosuspend in self-hosted, add rewriterTadeo Kondrak
2020-05-02Apply naming conventions of structs to filesIsaac Freund
2020-04-28Merge pull request #5196 from tadeokondrak/@vector-to-@type-vectorAndrew Kelley
2020-04-28Update language reference for std.meta.VectorTadeo Kondrak
2020-04-28Update language reference for recent @Type changesTadeo Kondrak
2020-04-13langref: add link to 0.6.0 versionAndrew Kelley
2020-04-12Update documentation of @panicSören Tempel
2020-04-11clarify what "not valid" meansAndrew Kelley
2020-04-11add note about `@tagName` for non-exhaustive enumsemekoi
2020-04-09Update docgen to new ArrayList APIjoachimschmidt557
2020-04-08Update langref.html.inmarkfirmware