summary refs log tree commit diff stats
path: root/web
Commit message (Collapse)AuthorAgeFilesLines
* 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 website improvementAndreas Rumpf2017-03-012-2/+2
|
* 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
|
* Update bountysource sponsors.Dominik Picheta2017-02-143-46/+60
|
* 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-073-4/+76
|\
| * website: http to https updatesAraq2017-02-061-2/+2
| |
| * Adds bug fix list to 0.16.2 announcement.Dominik Picheta2017-02-061-0/+64
| |
| * minor website updateAraq2017-02-021-2/+8
| |
* | Fixes #3691.Dominik Picheta2017-02-011-0/+16
|/
* minor website improvementAndreas Rumpf2017-01-291-1/+1
|
* Implement RFC #4873 improvements to JavaScript FFI (#5213)Michael Jendrusch2017-01-261-1/+1
|
* Added newsYuriy Glukhov2017-01-202-0/+30
|
* add distros to docs properlyAraq2017-01-091-1/+1
|
* added checksumsAraq2017-01-081-6/+6
|
* updated download pageAraq2017-01-081-10/+10
|
* updated to version 0.16.0Araq2017-01-073-6/+9
|
* Add 0.16.0 release notes.Dominik Picheta2017-01-072-4/+120
|
* added distros.nim stdlib module for NimScript/Nimble supportAraq2016-12-312-1/+5
|
* fixes #4519Andreas Rumpf2016-12-251-0/+4
|
* Update paypal link in the community page.Dominik Picheta2016-12-241-5/+6
|
* 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 branch 'devel' of github.com:nim-lang/Nim into develAraq2016-11-291-0/+4
|\
| * Merge pull request #5060 from johnnovak/terminal-showhide-cursorAndreas Rumpf2016-11-281-0/+4
| |\ | | | | | | Add hideCursor & showCursor
| | * Update changelogJohn Novak2016-11-271-0/+4
| | |
* | | minor website improvementsAraq2016-11-281-1/+1
|/ /
* / Added deques module, deprecating queuesRuslan Mustakov2016-11-242-1/+4
|/
* 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-204-10/+66
|
* Improved news formattingFelix Krause2016-11-011-3/+3
|
* info about TimeInfo.tzname in newsFelix Krause2016-11-011-1/+3
|
* yay, I'm free againAraq2016-11-011-5/+5
|
* fixes #4915andri lim2016-10-271-0/+2
|
* news entry for upcoming changesAraq2016-10-241-0/+53
|
* 'koch tools' does not yet work from githubAraq2016-10-241-1/+0
|
* document the new way of doing things; refs #4934Araq2016-10-241-1/+2
|
* further cleanups; refs #4934Araq2016-10-241-1/+1
|
* website updatesAraq2016-10-232-8/+15
|
* updated news entryAraq2016-10-233-3/+25
|
* Updated the installation instructionsAndreas Rumpf2016-10-212-5/+28
|
* website updatesAndreas Rumpf2016-10-2131-40/+85
|