Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reworked emit pragma; fixes #4730 | Andreas Rumpf | 2016-12-17 | 1 | -0/+22 |
| | |||||
* | Add terminalHeight, terminalHeightIoctl & terminalSize | John Novak | 2016-11-30 | 1 | -1/+2 |
| | |||||
* | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2016-11-29 | 1 | -0/+4 |
|\ | |||||
| * | Merge pull request #5060 from johnnovak/terminal-showhide-cursor | Andreas Rumpf | 2016-11-28 | 1 | -0/+4 |
| |\ | | | | | | | Add hideCursor & showCursor | ||||
| | * | Update changelog | John Novak | 2016-11-27 | 1 | -0/+4 |
| | | | |||||
* | | | minor website improvements | Araq | 2016-11-28 | 1 | -1/+1 |
|/ / | |||||
* / | Added deques module, deprecating queues | Ruslan Mustakov | 2016-11-24 | 2 | -1/+4 |
|/ | |||||
* | recursive modules are only detected to improve error messages | Andreas Rumpf | 2016-11-24 | 1 | -2/+0 |
| | |||||
* | disallow recursive module dependencies | Araq | 2016-11-23 | 1 | -0/+2 |
| | |||||
* | Add new article about Nim in Action. | Dominik Picheta | 2016-11-20 | 4 | -10/+66 |
| | |||||
* | Improved news formatting | Felix Krause | 2016-11-01 | 1 | -3/+3 |
| | |||||
* | info about TimeInfo.tzname in news | Felix Krause | 2016-11-01 | 1 | -1/+3 |
| | |||||
* | yay, I'm free again | Araq | 2016-11-01 | 1 | -5/+5 |
| | |||||
* | fixes #4915 | andri lim | 2016-10-27 | 1 | -0/+2 |
| | |||||
* | news entry for upcoming changes | Araq | 2016-10-24 | 1 | -0/+53 |
| | |||||
* | 'koch tools' does not yet work from github | Araq | 2016-10-24 | 1 | -1/+0 |
| | |||||
* | document the new way of doing things; refs #4934 | Araq | 2016-10-24 | 1 | -1/+2 |
| | |||||
* | further cleanups; refs #4934 | Araq | 2016-10-24 | 1 | -1/+1 |
| | |||||
* | website updates | Araq | 2016-10-23 | 2 | -8/+15 |
| | |||||
* | updated news entry | Araq | 2016-10-23 | 3 | -3/+25 |
| | |||||
* | Updated the installation instructions | Andreas Rumpf | 2016-10-21 | 2 | -5/+28 |
| | |||||
* | website updates | Andreas Rumpf | 2016-10-21 | 31 | -40/+85 |
| | |||||
* | fixes #3755 | Andreas Rumpf | 2016-10-20 | 1 | -1/+1 |
| | |||||
* | fixes #4895 | Andreas Rumpf | 2016-10-20 | 1 | -1/+1 |
| | |||||
* | Updated sponsors CSV files. | Dominik Picheta | 2016-10-06 | 2 | -37/+41 |
| | |||||
* | Improve downloads page. | Dominik Picheta | 2016-10-01 | 1 | -7/+7 |
| | |||||
* | downloads have SHA checksums | Araq | 2016-10-01 | 1 | -3/+3 |
| | |||||
* | website updated | Araq | 2016-10-01 | 3 | -2/+5 |
| | |||||
* | version changed to 0.15.0 | Araq | 2016-10-01 | 2 | -10/+11 |
| | |||||
* | Small improvements to download page. | Dominik Picheta | 2016-09-30 | 1 | -4/+3 |
| | |||||
* | Finishes news article for 0.15.0 release. | Dominik Picheta | 2016-09-30 | 3 | -3/+90 |
| | |||||
* | Fixes and improvements to NSIS installer. | Dominik Picheta | 2016-09-28 | 1 | -1/+1 |
| | |||||
* | Many improvements to 0.15.0 changelog in news article. | Dominik Picheta | 2016-09-28 | 1 | -39/+75 |
| | |||||
* | Fixes link to bugfixes in news. | Dominik Picheta | 2016-09-28 | 1 | -1/+1 |
| | |||||
* | More bugfixes for 0.15.0 news. | Dominik Picheta | 2016-09-27 | 1 | -0/+32 |
| | |||||
* | tar.xz contains nimble and nimsuggest | Andreas Rumpf | 2016-09-26 | 1 | -0/+1 |
| | |||||
* | FutureVar[T] parameters are now completed automatically. | Dominik Picheta | 2016-09-25 | 1 | -0/+3 |
| | |||||
* | asynchttpserver's Response object's req method uses HttpMethod now. | Dominik Picheta | 2016-09-25 | 1 | -0/+5 |
| | | | | Fixes #4423. | ||||
* | HTTP client's request proc no longer slices http method string param. | Dominik Picheta | 2016-09-25 | 1 | -0/+5 |
| | |||||
* | Reverted removal of HttpCode.`$`. | Dominik Picheta | 2016-09-19 | 1 | -3/+0 |
| | |||||
* | Use `distinct range` for HttpCode as suggested by @nigredo-tori. | Dominik Picheta | 2016-09-19 | 1 | -0/+3 |
| | |||||
* | Update v0.15 news. | Dominik Picheta | 2016-09-18 | 1 | -0/+8 |
| | |||||
* | Always use https:// in git clone | Simon Ruderich | 2016-09-15 | 1 | -2/+2 |
| | | | | git:// is unencrypted. | ||||
* | Added remaining bug fixes to 0.15.0 release notes. | Dominik Picheta | 2016-09-14 | 1 | -0/+102 |
| | |||||
* | Added some bugfixes to 0.15.0 release notes. | Dominik Picheta | 2016-09-09 | 1 | -0/+124 |
| | |||||
* | Show inactive supporters on sponsors page too. | Dominik Picheta | 2016-09-04 | 3 | -31/+80 |
| | |||||
* | More accurate generation of sponsors list. | Dominik Picheta | 2016-09-04 | 1 | -38/+34 |
| | |||||
* | Finishing touches on survey article. | Dominik Picheta | 2016-09-04 | 4 | -7/+10 |
| | |||||
* | Fixes to Nim survey results article. | Dominik Picheta | 2016-09-03 | 7 | -22/+24 |
| | |||||
* | Finished article about Nim survey. | Dominik Picheta | 2016-09-03 | 16 | -0/+388 |
| |