Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | news for 0.14.2 | Araq | 2016-06-08 | 4 | -6/+24 |
| | |||||
* | Corrected typo in earlier release note addition. | A. S. Budden | 2016-06-08 | 1 | -1/+1 |
| | |||||
* | Fix links in news post. | Dominik Picheta | 2016-06-08 | 1 | -2/+2 |
| | |||||
* | Added more details to the news article. | Dominik Picheta | 2016-06-07 | 1 | -7/+73 |
| | |||||
* | Fixes #4287. | Dominik Picheta | 2016-06-07 | 1 | -1/+1 |
| | |||||
* | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Dominik Picheta | 2016-06-07 | 3 | -15/+15 |
|\ | |||||
| * | fixes news links | Araq | 2016-06-07 | 1 | -2/+2 |
| | | |||||
| * | renamed most remaining .txt documentation files to .rst | Araq | 2016-06-07 | 2 | -13/+13 |
| | | |||||
* | | Fix some formatting in latest news article. | Dominik Picheta | 2016-06-07 | 1 | -4/+4 |
|/ | |||||
* | we have no windows binaries yet | Araq | 2016-06-07 | 1 | -9/+9 |
| | |||||
* | Finish Version 0.14.0 Released news post. | Dominik Picheta | 2016-06-06 | 1 | -0/+410 |
| | |||||
* | preparations for 0.14 | Andreas Rumpf | 2016-06-06 | 3 | -369/+8 |
| | |||||
* | news updates for the upcoming release; fixes #4090 | Andreas Rumpf | 2016-06-06 | 1 | -5/+33 |
| | |||||
* | Finished Bugfixes list in news article. | Dominik Picheta | 2016-06-06 | 1 | -2/+118 |
| |