Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-06 | docs: Fix dictionary syntax [skip ci] | Yudi Matsuzake | 1 | -1/+1 | |
2018-05-23 | Document octal and binary integer literals in syntax. | Filipe Brandenburger | 1 | -0/+7 | |
Also add a release notes snippet for it. | |||||
2018-05-22 | dict: add since annotations | Mathieu Duponchelle | 1 | -1/+4 | |
2018-05-20 | dict: Document, add release snippet | Mathieu Duponchelle | 1 | -6/+58 | |
2018-04-21 | Add more tests for multi-line strings and update docs | Nirbheek Chauhan | 1 | -1/+2 | |
2018-04-17 | Complete python escape sequences aware strings | Tim 'mithro' Ansell | 1 | -2/+18 | |
Fixes #3169 | |||||
2018-02-05 | Add support for hex int literals. | Jussi Pakkanen | 1 | -0/+6 | |
2017-11-19 | Fix literal backslash syntax | Lucas Werkmeister | 1 | -1/+1 | |
In CommonMark, there are no backslash escapes in code spans, so only two backslashes in the source document are necessary to produce two backslashes in the output document. | |||||
2017-11-11 | Cleanupping. | Jussi Pakkanen | 1 | -22/+69 | |
2017-10-23 | Fix invalid example in Syntax.md | Jonas Platte | 1 | -1/+1 | |
2017-07-31 | doc: describe joining strings using the + symbol | Bruce Richardson | 1 | -0/+10 | |
2017-07-24 | Fix wording about array immutability | Nirbheek Chauhan | 1 | -1/+1 | |
2017-07-24 | Clarify array immutability and document indexing | Nirbheek Chauhan | 1 | -3/+21 | |
2017-06-07 | Improve user-defined function wording & link to FAQ | Tim Hutt | 1 | -1/+1 | |
2017-06-07 | Document that user-defined functions and methods are unsupported | Tim | 1 | -0/+5 | |
Fixes #1870 | |||||
2017-06-03 | Add a note about multi-line statements by ending the line with \ | Tim | 1 | -2/+1 | |
2017-05-11 | Update Syntax.md | liberforce | 1 | -1/+1 | |
Fix variable name | |||||
2017-04-26 | docs: Import the website and wiki and build with hotdoc | Thibault Saunier | 1 | -0/+320 | |
This allows us to more easily have the documentation in sync with the source code as people will have to document new features etc right at the time where they implement it. |