summary refs log tree commit diff stats
path: root/web/news
Commit message (Collapse)AuthorAgeFilesLines
* make tests green againAndreas Rumpf2017-04-041-1/+1
|
* remove the need for the .procvar annotationAndreas Rumpf2017-04-031-0/+6
|
* remove en-dash from the languageAndreas Rumpf2017-04-021-0/+2
|
* language addition: colon-block for expressions in let/var contextAndreas Rumpf2017-04-021-0/+13
|
* updated news to take PR #5390 into accountAraq2017-03-311-0/+2
|
* fixes #5599 (#5610)Andreas Rumpf2017-03-261-0/+3
|
* fix getTypeImpl for tyEnum (#5568)jcosborn2017-03-191-0/+4
| | | | | * fixed getTypeImpl for tyEnum * fixed getType for enum and updated release notes about change
* update news.rst about the breaking changesAraq2017-03-181-1/+11
|
* fix varargs forwarding for templates; fixes #5455 (#5505)zah2017-03-131-0/+3
| | | | | * fix varargs forwarding for templates; fixes #5455 * document the macros' varargs change in the news for 0.16.2
* Fixes incorrect fd==0 test on Unix; Conserves handles by default. (#5512)c-blake2017-03-121-0/+3
| | | | | | | | | | | | | | * Fix 2 problems. First, 0 is a valid fd on Unix (easily gotten if user first closes all fds and then starts using memfiles). Use -1 instead for an invalid fd. Second, it is best practice to conserve open fds on Unix and file handles on Windows. These handles are not needed unless the user wants to remap the memory with ``mapMem`` (or a hypothetical future ``proc resize``). Adding a new bool param ``allowRemap=false`` to ``memfiles.open`` solves this cleanly in a "mostly" backward compatible way. This is only "mostly" because the default ``false`` case does not keep unneeded resources allocated, but that most sensible default means that any ``mapMem`` callers need to fix all their open calls to have allowRemap=true, as this PR also does for tmemfiles2.nim. * Include backwards compatibility note.
* minor news.rst updateAraq2017-02-261-1/+4
|
* new feature: .used pragma to suppress declared-but-not-used warningAraq2017-02-171-0/+4
|
* Fix rst parse problem in version 0.16.2 news.Dominik Picheta2017-02-141-2/+2
|
* Add hash proc for cstrings (#5386)Ruslan Mustakov2017-02-131-1/+5
|
* updated newsAraq2017-02-081-0/+20
|
* Merge branch 'devel' into feature/3691Dominik Picheta2017-02-071-0/+66
|\
| * Adds bug fix list to 0.16.2 announcement.Dominik Picheta2017-02-061-0/+64
| |
* | Fixes #3691.Dominik Picheta2017-02-011-0/+16
|/
* Added newsYuriy Glukhov2017-01-201-0/+27
|
* updated to version 0.16.0Araq2017-01-071-1/+1
|
* Add 0.16.0 release notes.Dominik Picheta2017-01-071-4/+120
|
* added distros.nim stdlib module for NimScript/Nimble supportAraq2016-12-311-0/+4
|
* fixes #4519Andreas Rumpf2016-12-251-0/+4
|
* implements module grouping for the import statementAndreas Rumpf2016-12-211-0/+11
|
* reworked emit pragma; fixes #4730Andreas Rumpf2016-12-171-0/+22
|
* Add terminalHeight, terminalHeightIoctl & terminalSizeJohn Novak2016-11-301-1/+2
|
* Merge pull request #5060 from johnnovak/terminal-showhide-cursorAndreas Rumpf2016-11-281-0/+4
|\ | | | | Add hideCursor & showCursor
| * Update changelogJohn Novak2016-11-271-0/+4
| |
* | Added deques module, deprecating queuesRuslan Mustakov2016-11-241-0/+3
|/
* recursive modules are only detected to improve error messagesAndreas Rumpf2016-11-241-2/+0
|
* disallow recursive module dependenciesAraq2016-11-231-0/+2
|
* Add new article about Nim in Action.Dominik Picheta2016-11-201-0/+53
|
* Improved news formattingFelix Krause2016-11-011-3/+3
|
* info about TimeInfo.tzname in newsFelix Krause2016-11-011-1/+3
|
* fixes #4915andri lim2016-10-271-0/+2
|
* news entry for upcoming changesAraq2016-10-241-0/+53
|
* website updatesAraq2016-10-231-3/+10
|
* updated news entryAraq2016-10-231-1/+23
|
* Updated the installation instructionsAndreas Rumpf2016-10-211-1/+7
|
* website updatesAndreas Rumpf2016-10-2128-0/+42
|
* website updatedAraq2016-10-011-1/+1
|
* Finishes news article for 0.15.0 release.Dominik Picheta2016-09-301-3/+90
|
* Fixes and improvements to NSIS installer.Dominik Picheta2016-09-281-1/+1
|
* Many improvements to 0.15.0 changelog in news article.Dominik Picheta2016-09-281-39/+75
|
* Fixes link to bugfixes in news.Dominik Picheta2016-09-281-1/+1
|
* More bugfixes for 0.15.0 news.Dominik Picheta2016-09-271-0/+32
|
* FutureVar[T] parameters are now completed automatically.Dominik Picheta2016-09-251-0/+3
|
* asynchttpserver's Response object's req method uses HttpMethod now.Dominik Picheta2016-09-251-0/+5
| | | | Fixes #4423.
* HTTP client's request proc no longer slices http method string param.Dominik Picheta2016-09-251-0/+5
|
* Reverted removal of HttpCode.`$`.Dominik Picheta2016-09-191-3/+0
|