summary refs log tree commit diff stats
path: root/web
Commit message (Collapse)AuthorAgeFilesLines
* website updatesAndreas Rumpf2016-10-2131-40/+85
|
* fixes #3755Andreas Rumpf2016-10-201-1/+1
|
* fixes #4895Andreas Rumpf2016-10-201-1/+1
|
* Updated sponsors CSV files.Dominik Picheta2016-10-062-37/+41
|
* Improve downloads page.Dominik Picheta2016-10-011-7/+7
|
* downloads have SHA checksumsAraq2016-10-011-3/+3
|
* website updatedAraq2016-10-013-2/+5
|
* version changed to 0.15.0Araq2016-10-012-10/+11
|
* Small improvements to download page.Dominik Picheta2016-09-301-4/+3
|
* Finishes news article for 0.15.0 release.Dominik Picheta2016-09-303-3/+90
|
* Fixes and improvements to NSIS installer.Dominik Picheta2016-09-281-1/+1
|
* Many improvements to 0.15.0 changelog in news article.Dominik Picheta2016-09-281-39/+75
|
* Fixes link to bugfixes in news.Dominik Picheta2016-09-281-1/+1
|
* More bugfixes for 0.15.0 news.Dominik Picheta2016-09-271-0/+32
|
* tar.xz contains nimble and nimsuggestAndreas Rumpf2016-09-261-0/+1
|
* FutureVar[T] parameters are now completed automatically.Dominik Picheta2016-09-251-0/+3
|
* asynchttpserver's Response object's req method uses HttpMethod now.Dominik Picheta2016-09-251-0/+5
| | | | Fixes #4423.
* HTTP client's request proc no longer slices http method string param.Dominik Picheta2016-09-251-0/+5
|
* Reverted removal of HttpCode.`$`.Dominik Picheta2016-09-191-3/+0
|
* Use `distinct range` for HttpCode as suggested by @nigredo-tori.Dominik Picheta2016-09-191-0/+3
|
* Update v0.15 news.Dominik Picheta2016-09-181-0/+8
|
* Always use https:// in git cloneSimon Ruderich2016-09-151-2/+2
| | | | git:// is unencrypted.
* Added remaining bug fixes to 0.15.0 release notes.Dominik Picheta2016-09-141-0/+102
|
* Added some bugfixes to 0.15.0 release notes.Dominik Picheta2016-09-091-0/+124
|
* Show inactive supporters on sponsors page too.Dominik Picheta2016-09-043-31/+80
|
* More accurate generation of sponsors list.Dominik Picheta2016-09-041-38/+34
|
* Finishing touches on survey article.Dominik Picheta2016-09-044-7/+10
|
* Fixes to Nim survey results article.Dominik Picheta2016-09-037-22/+24
|
* Finished article about Nim survey.Dominik Picheta2016-09-0316-0/+388
|
* Added a note about system.alert deprecationYuriy Glukhov2016-08-271-0/+2
|
* Uncaught exceptions in JS now always propagate with better stack trace.Yuriy Glukhov2016-08-271-0/+3
|
* json module: use ordered tables instead of ordinary tablesAndreas Rumpf2016-08-251-0/+2
|
* Added survey results news article (WIP).Dominik Picheta2016-08-2116-0/+317
|
* New sponsors.Dominik Picheta2016-08-082-1/+2
|
* Add bountysource news.Dominik Picheta2016-08-083-6/+81
|
* Updated sponsors.csvDominik Picheta2016-08-061-31/+31
|
* No spaces after commas in bountysource.nim output.Dominik Picheta2016-08-061-1/+1
|
* Added script for generating sponsors.csv.Dominik Picheta2016-08-061-0/+144
|
* Minor improvement in the Docker Hub section.Konstantin Molchanov2016-08-021-2/+2
|
* Add Docker Hub infoKonstantin Molchanov2016-08-011-0/+16
|
* fix #4417, update newsmiere432016-07-301-1/+3
|
* added tuple breakage to the docsAndreas Rumpf2016-07-301-0/+17
|
* stdlib and compiler don't use .immediate anymoreAndreas Rumpf2016-07-291-0/+4
|
* overloading of dot and parenthesis operators should now be done in .experimentalAndreas Rumpf2016-07-221-0/+2
|
* prepare for #3898Andreas Rumpf2016-07-151-1/+12
|
* Added Visual Studio Code editor support to FAQHans Raaf2016-07-141-1/+2
|
* Nimscript: added support for 'patchFile'Andreas Rumpf2016-07-091-0/+10
|
* new language feature: explicit 'import system' statements are allowedAndreas Rumpf2016-07-071-0/+3
|
* Merge pull request #4445 from Jeff-Ciesielski/jeffc/define_assignmentsAndreas Rumpf2016-07-051-0/+6
|\ | | | | Add the ability to pass a value with the -d flag
| * Update documentation and newsJeff Ciesielski2016-07-051-0/+6
| |