Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Corrected manual (Identifier equality) (#6366) | GULPF | 2017-09-11 | 1 | -3/+3 |
| | | | | | | * Corrected manual (Identifier equality) - Clarified that identifiers are only case insensitive for ASCII characters - Removed mention of dash-style, since it has been removed | ||||
* | Replaced en-dash with hyphen for identifier equality (#6272) | Fredrik Høisæther Rasch | 2017-08-24 | 1 | -1/+1 |
| | |||||
* | remove en-dash from the language | Andreas Rumpf | 2017-04-02 | 1 | -2/+1 |
| | |||||
* | Misc documentation fixes | Simon Ruderich | 2016-09-17 | 1 | -2/+2 |
| | |||||
* | documentation build cleaned up | Andreas Rumpf | 2016-05-31 | 1 | -1/+1 |
| | |||||
* | minor website and documentation updates | Araq | 2016-01-18 | 1 | -1/+1 |
| | |||||
* | removed wrong documentation | Andreas Rumpf | 2016-01-17 | 1 | -1/+0 |
| | |||||
* | implements final version of multiline comments | Andreas Rumpf | 2016-01-17 | 1 | -16/+7 |
| | |||||
* | implements multi-line-comments; pounds are stripped from the doc comments | Andreas Rumpf | 2016-01-16 | 1 | -0/+38 |
| | |||||
* | doc: Trim .txt files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -15/+15 |
| | | | | via OSX: find . -name '*.txt' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | Regarding num literals, mod paths, ident equality. | Oscar Campbell | 2015-06-14 | 1 | -9/+18 |
| | |||||
* | Fix doc for #2523, regarding numeric literals. | Oscar Campbell | 2015-05-31 | 1 | -9/+14 |
| | |||||
* | Change wording in some parts. Fix some typos. | Oscar Campbell | 2015-05-25 | 1 | -2/+2 |
| | |||||
* | Fixed typo in lexing.txt: UINT8_LIT -> UINT_LIT | Ruslan Mustakov | 2015-04-12 | 1 | -1/+1 |
| | |||||
* | Manual renames | def | 2015-01-16 | 1 | -2/+2 |
| | |||||
* | documentation updates | Araq | 2014-10-11 | 1 | -7/+26 |
| | |||||
* | manual split up into multiple files; documented the new concurrency system | Araq | 2014-10-02 | 1 | -0/+356 |