Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Added a note about system.alert deprecation | Yuriy Glukhov | 2016-08-27 | 1 | -0/+2 |
| | |||||
* | Uncaught exceptions in JS now always propagate with better stack trace. | Yuriy Glukhov | 2016-08-27 | 1 | -0/+3 |
| | |||||
* | json module: use ordered tables instead of ordinary tables | Andreas Rumpf | 2016-08-25 | 1 | -0/+2 |
| | |||||
* | Added survey results news article (WIP). | Dominik Picheta | 2016-08-21 | 16 | -0/+317 |
| | |||||
* | New sponsors. | Dominik Picheta | 2016-08-08 | 2 | -1/+2 |
| | |||||
* | Add bountysource news. | Dominik Picheta | 2016-08-08 | 3 | -6/+81 |
| | |||||
* | Updated sponsors.csv | Dominik Picheta | 2016-08-06 | 1 | -31/+31 |
| | |||||
* | No spaces after commas in bountysource.nim output. | Dominik Picheta | 2016-08-06 | 1 | -1/+1 |
| | |||||
* | Added script for generating sponsors.csv. | Dominik Picheta | 2016-08-06 | 1 | -0/+144 |
| | |||||
* | Minor improvement in the Docker Hub section. | Konstantin Molchanov | 2016-08-02 | 1 | -2/+2 |
| | |||||
* | Add Docker Hub info | Konstantin Molchanov | 2016-08-01 | 1 | -0/+16 |
| | |||||
* | fix #4417, update news | miere43 | 2016-07-30 | 1 | -1/+3 |
| | |||||
* | added tuple breakage to the docs | Andreas Rumpf | 2016-07-30 | 1 | -0/+17 |
| | |||||
* | stdlib and compiler don't use .immediate anymore | Andreas Rumpf | 2016-07-29 | 1 | -0/+4 |
| | |||||
* | overloading of dot and parenthesis operators should now be done in .experimental | Andreas Rumpf | 2016-07-22 | 1 | -0/+2 |
| | |||||
* | prepare for #3898 | Andreas Rumpf | 2016-07-15 | 1 | -1/+12 |
| | |||||
* | Added Visual Studio Code editor support to FAQ | Hans Raaf | 2016-07-14 | 1 | -1/+2 |
| | |||||
* | Nimscript: added support for 'patchFile' | Andreas Rumpf | 2016-07-09 | 1 | -0/+10 |
| | |||||
* | new language feature: explicit 'import system' statements are allowed | Andreas Rumpf | 2016-07-07 | 1 | -0/+3 |
| | |||||
* | Merge pull request #4445 from Jeff-Ciesielski/jeffc/define_assignments | Andreas Rumpf | 2016-07-05 | 1 | -0/+6 |
|\ | | | | | Add the ability to pass a value with the -d flag | ||||
| * | Update documentation and news | Jeff Ciesielski | 2016-07-05 | 1 | -0/+6 |
| | | |||||
* | | Merge pull request #4361 from jyapayne/fix_split | Andreas Rumpf | 2016-07-02 | 1 | -0/+6 |
|\ \ | | | | | | | Fix #4305: Make split proc for set[char] consistent | ||||
| * | | Add new split to breaking changes doc | Joey Payne | 2016-07-01 | 1 | -0/+6 |
| |/ | |||||
* / | Add new unicode procs to the news | Joey Payne | 2016-07-01 | 1 | -2/+4 |
|/ | |||||
* | Add survey news post. | Dominik Picheta | 2016-06-24 | 4 | -5/+37 |
| | |||||
* | Update sponsors page. | Dominik Picheta | 2016-06-22 | 2 | -4/+19 |
| | |||||
* | Update news with new walkPattern proc | Joey Payne | 2016-06-20 | 1 | -0/+5 |
| | |||||
* | moved expandTabs to strmisc | Andreas Rumpf | 2016-06-15 | 1 | -2/+3 |
| | |||||
* | fixes #3045 | Andreas Rumpf | 2016-06-15 | 1 | -0/+2 |
| | |||||
* | Merge pull request #4276 from jyapayne/devel | Andreas Rumpf | 2016-06-14 | 2 | -1/+10 |
|\ | | | | | Add extra string functions to strutils to satisfy part of #4218 and #4251 | ||||
| * | Move partition and rpartition to new strmisc module | Joey Payne | 2016-06-13 | 2 | -1/+10 |
| | | | | | | | | | | | | This was done because partition is an uncommonly used proc that is still useful in rare cases. There is also a desire to add more procs to this module at a later time. | ||||
* | | Merged upstream/devel into this branch to resolve conflicts and ensure an ↵ | A. S. Budden | 2016-06-13 | 1 | -0/+2 |
|\| | | | | | | | easy merge back into upstream/devel | ||||
| * | Improvements to parsecsv to include a minimalist DictReader #4285 | A. S. Budden | 2016-06-12 | 1 | -0/+2 |
| | | |||||
* | | Added setStdIoUnbuffered for unbuffered stdio (fixes #2146). | A. S. Budden | 2016-06-12 | 1 | -0/+1 |
|/ | |||||
* | version bump for development | Andreas Rumpf | 2016-06-11 | 1 | -0/+25 |
| | |||||
* | poor man's https: add checksums o downloads | Araq | 2016-06-11 | 1 | -3/+6 |
| | |||||
* | today is the day | Andreas Rumpf | 2016-06-11 | 3 | -3/+3 |
| | |||||
* | maybe today is the day | Andreas Rumpf | 2016-06-09 | 2 | -2/+2 |
| | |||||
* | Small website fixes. | Dominik Picheta | 2016-06-08 | 2 | -3/+5 |
| |