Commit Graph

94 Commits

Author SHA1 Message Date
Araq
53f4bdad23 minor news.rst update 2017-02-26 17:41:00 +01:00
Araq
8f426b974a new feature: .used pragma to suppress declared-but-not-used warning 2017-02-17 18:03:56 +01:00
Dominik Picheta
4c683e90ec Fix rst parse problem in version 0.16.2 news. 2017-02-14 21:09:49 +01:00
Ruslan Mustakov
92665e6e9a Add hash proc for cstrings (#5386) 2017-02-13 13:38:30 +01:00
Araq
b3dcef6616 updated news 2017-02-08 14:32:44 +01:00
Dominik Picheta
d5bb5e832b Merge branch 'devel' into feature/3691 2017-02-07 18:34:05 +01:00
Dominik Picheta
1b9270d08b Adds bug fix list to 0.16.2 announcement. 2017-02-06 22:05:56 +01:00
Dominik Picheta
3cbfd56e1d Fixes #3691. 2017-02-01 21:11:40 +01:00
Yuriy Glukhov
0d735aa73c Added news 2017-01-20 13:06:03 +02:00
Araq
fc636e2d12 updated to version 0.16.0 2017-01-07 21:44:40 +01:00
Dominik Picheta
961096b564 Add 0.16.0 release notes. 2017-01-07 14:37:46 +00:00
Araq
763c783bdf added distros.nim stdlib module for NimScript/Nimble support 2016-12-31 02:04:27 +01:00
Andreas Rumpf
e1828733f1 fixes #4519 2016-12-25 15:26:32 +01:00
Andreas Rumpf
4e481cc316 implements module grouping for the import statement 2016-12-21 22:13:50 +01:00
Andreas Rumpf
b013430929 reworked emit pragma; fixes #4730 2016-12-17 14:20:57 +01:00
John Novak
3fcb8a3246 Add terminalHeight, terminalHeightIoctl & terminalSize 2016-11-30 21:29:35 +10:00
Andreas Rumpf
6a83306b5f Merge pull request #5060 from johnnovak/terminal-showhide-cursor
Add hideCursor & showCursor
2016-11-28 13:32:42 +01:00
John Novak
8378a75267 Update changelog 2016-11-27 20:54:46 +10:00
Ruslan Mustakov
2c146445bc Added deques module, deprecating queues 2016-11-24 19:11:51 +07:00
Andreas Rumpf
01ae0d28d4 recursive modules are only detected to improve error messages 2016-11-24 12:27:21 +01:00
Araq
074f276c8a disallow recursive module dependencies 2016-11-23 23:23:31 +01:00
Dominik Picheta
0c527c6d80 Add new article about Nim in Action. 2016-11-20 20:57:46 +01:00
Felix Krause
88f152e7dd Improved news formatting 2016-11-01 21:31:14 +01:00
Felix Krause
5d438ab05b info about TimeInfo.tzname in news 2016-11-01 21:29:19 +01:00
andri lim
bd560d6a4e fixes #4915 2016-10-27 12:22:12 +07:00
Araq
06e03099e4 news entry for upcoming changes 2016-10-24 17:41:02 +02:00
Araq
0091515980 website updates 2016-10-23 15:57:36 +02:00
Araq
5cb50364eb updated news entry 2016-10-23 06:47:15 +02:00
Andreas Rumpf
6ce462c58a Updated the installation instructions 2016-10-21 12:31:59 +02:00
Andreas Rumpf
542e4fdcf2 website updates 2016-10-21 01:10:49 +02:00
Araq
9372fbe36e website updated 2016-10-01 01:34:25 +02:00
Dominik Picheta
871a3bedc4 Finishes news article for 0.15.0 release. 2016-09-30 23:23:20 +02:00
Dominik Picheta
d623b069b5 Fixes and improvements to NSIS installer. 2016-09-28 22:20:06 +02:00
Dominik Picheta
6953c2e691 Many improvements to 0.15.0 changelog in news article. 2016-09-28 21:36:06 +02:00
Dominik Picheta
5b4a5d8615 Fixes link to bugfixes in news. 2016-09-28 18:24:39 +02:00
Dominik Picheta
078c58b303 More bugfixes for 0.15.0 news. 2016-09-27 00:16:46 +02:00
Dominik Picheta
927fce4c7f FutureVar[T] parameters are now completed automatically. 2016-09-25 16:05:22 +02:00
Dominik Picheta
26c7a76c8a asynchttpserver's Response object's req method uses HttpMethod now.
Fixes #4423.
2016-09-25 00:39:57 +02:00
Dominik Picheta
6a83bc1ff5 HTTP client's request proc no longer slices http method string param. 2016-09-25 00:10:07 +02:00
Dominik Picheta
31bdf45ffe Reverted removal of HttpCode.$. 2016-09-19 21:16:50 +02:00
Dominik Picheta
cfd187d16e Use distinct range for HttpCode as suggested by @nigredo-tori. 2016-09-19 20:58:27 +02:00
Dominik Picheta
3c47e70d53 Update v0.15 news. 2016-09-18 18:56:24 +02:00
Dominik Picheta
9784e36424 Added remaining bug fixes to 0.15.0 release notes. 2016-09-14 20:57:01 +02:00
Dominik Picheta
4dcf8d2876 Added some bugfixes to 0.15.0 release notes. 2016-09-09 23:52:09 +01:00
Dominik Picheta
7982fc4f09 Show inactive supporters on sponsors page too. 2016-09-04 15:24:46 +02:00
Dominik Picheta
63f05769fa Finishing touches on survey article. 2016-09-04 01:21:40 +02:00
Dominik Picheta
8211f25e86 Fixes to Nim survey results article. 2016-09-03 21:17:07 +02:00
Dominik Picheta
3d78b5c14c Finished article about Nim survey. 2016-09-03 18:21:27 +02:00
Yuriy Glukhov
fc4bced41b Added a note about system.alert deprecation 2016-08-27 21:37:02 +03:00
Yuriy Glukhov
90b0a771e4 Uncaught exceptions in JS now always propagate with better stack trace. 2016-08-27 16:52:08 +03:00