summary refs log tree commit diff stats
path: root/web/news.txt
Commit message (Collapse)AuthorAgeFilesLines
* fixes #1809; implements overloading based on 'var T'Araq2015-03-141-113/+116
|
* Expanded release notes in news.txt.Dominik Picheta2015-03-141-2/+215
|
* Fix typosFederico Ceratto2015-02-151-3/+3
|
* ordinary parameters can follow a varargs parameterAraq2015-02-121-0/+12
|
* tables work in 'const' sections; echo supports 'nil' strings; minor cleanupsAraq2015-02-091-0/+9
|
* fixes #2073Araq2015-02-081-1/+2
|
* fixes #2073; language spec change: arrow like operators are not right ↵Araq2015-02-081-0/+1
| | | | associative anymore
* better documentation for 'finished' for first class iteratorsAraq2015-01-271-0/+3
|
* nimsuggest: first versionAraq2015-01-271-0/+2
|
* Logging module is now thread-safe.Dominik Picheta2015-01-251-1/+3
|
* revert to old behaviour: tuple field names are not ignored anymore; fixes #1920Araq2015-01-181-0/+3
|
* 'discard' can be used instead of 'nil' for empty case object branchesAraq2015-01-121-0/+20
|
* website updates; Source links now workAraq2014-12-301-2/+5
|
* website: better formatingAraq2014-12-301-3/+3
|
* Fix typo in news.Dominik Picheta2014-12-291-2/+1
|
* release of 0.10.2Araq2014-12-291-192/+191
|
* fixes #1708, fixes #871Araq2014-12-281-7/+11
|
* Improved release news entry.Dominik Picheta2014-12-261-8/+61
|
* Improved 0.10.2 changelog.Dominik Picheta2014-12-261-2/+36
|
* fixes #1120Araq2014-12-251-2/+5
|
* website updatedAraq2014-12-231-1/+12
|
* website improvementsAraq2014-12-121-0/+3
|
* website slightly improvedAraq2014-12-111-2/+0
|
* fixes #1689Araq2014-12-101-0/+7
|
* destuctors are experimental; 'func' is now a keywordAraq2014-12-101-0/+3
|
* new websiteAraq2014-12-101-2/+14
|
* implemented 'experimental' switchAraq2014-12-051-0/+5
|
* implements 'defer'Araq2014-12-041-0/+1
|
* implemented procCall builtinAraq2014-11-281-0/+2
|
* fixes #619Araq2014-11-151-1/+1
|
* fixes #693Araq2014-11-141-1/+3
|
* the codegen doesn't emit deepCopy for parallel statementsAraq2014-11-081-0/+2
|
* documented nimfixAraq2014-11-041-3/+5
|
* added module fenv's docsAraq2014-11-041-0/+7
|
* re module returns nil on failed capturesFlaviu Tamas2014-10-291-0/+2
| | | | | - tests included - news.txt updated
* Modify pegs.nim such that no match will return nilFlaviu Tamas2014-10-291-0/+2
| | | | | | | | | An empty match will return "" A zero-length match will return nil Add test cases Add news information
* implements #1588Araq2014-10-261-0/+3
|
* Merge branch 'devel' into bigbreakAraq2014-10-231-14/+11
|\ | | | | | | | | Conflicts: web/news.txt
| * updated news.txtAraq2014-10-221-4/+11
| |
* | Merge branch 'devel' into bigbreakAraq2014-10-201-28/+49
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/nim.ini doc/manual.txt doc/tut2.txt koch.nim lib/system/channels.nim readme.txt tools/niminst/niminst.nim tools/nimweb.nim web/download.txt web/news.txt
| * website updates for 0.9.6Araq2014-10-191-3/+5
| |
* | Merge branch 'devel' into bigbreakAraq2014-10-131-14/+16
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/ast.nim compiler/nimfix/prettybase.nim compiler/pragmas.nim compiler/sempass2.nim doc/manual.txt koch.nim lib/pure/concurrency/threadpool.nim web/news.txt
| * updated news.txt slightlyAraq2014-10-121-2/+2
| |
| * documentation updatesAraq2014-10-111-41/+48
| |
* | documentation updatesAraq2014-10-111-2/+6
| |
* | implemented mixed mode codegenAraq2014-10-031-1/+18
| |
* | recursive tuple types are now invalid (breaking change)Araq2014-10-021-1/+1
| |
* | bugfix: 'T = ref T' is an illegal recursive typeAraq2014-10-021-0/+1
| |
* | system.writeFile works at compile-timeAraq2014-10-021-1/+1
| |
* | deprecated string case statements without 'else'Araq2014-10-021-0/+5
| |