summary refs log tree commit diff stats
path: root/doc/keywords.txt
Commit message (Expand)AuthorAgeFilesLines
* language change: 'generic' and 'atomic' are not keywords anymoreAndreas Rumpf2017-11-211-2/+1
* 'with' and 'without' are not keywords anymoreAraq2017-09-301-1/+1
* breaking change: 'concept' is now a keyword and used instead of 'generic'Araq2015-03-231-1/+1
* destuctors are experimental; 'func' is now a keywordAraq2014-12-101-1/+1
* implements 'defer'Araq2014-12-041-1/+1
* 'lambda' is no keyword anymoreAraq2014-08-081-1/+1
* new concurrency model: first steps; shared is not a keyword anymoreAraq2014-04-141-1/+1
* bugfix: keywords are sortedAraq2013-12-051-1/+2
* implemented the using statementZahary Karadjov2013-08-311-1/+1
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* made 'shared' a keywordAraq2012-11-221-1/+1
* 'mixin' and 'interface' are now keywordsAraq2012-09-221-2/+2
* first steps for cleaner static/const distinctionAraq2012-03-131-1/+1
* `do' keyword in the grammar for lambda blocksZahary Karadjov2012-02-101-2/+3
* 'export' is now a keywordAraq2011-11-241-1/+1
* support for C++ code generation; importcpp and importobjc pragmasAraq2011-08-071-1/+1
* tiny C support; cosmetic improvements for the docsAraq2010-08-281-0/+19
> 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250