summary refs log tree commit diff stats
path: root/web
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in news.Dominik Picheta2014-12-291-2/+1
|
* release of 0.10.2Araq2014-12-294-204/+205
|
* fixes #1708, fixes #871Araq2014-12-281-7/+11
|
* Improved release news entry.Dominik Picheta2014-12-261-8/+61
|
* Improved 0.10.2 changelog.Dominik Picheta2014-12-261-2/+36
|
* Fixes official package detection in babelpkglist.Dominik Picheta2014-12-261-2/+3
|
* website improvementsAraq2014-12-265-10/+11
|
* fixes #1120Araq2014-12-251-2/+5
|
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-12-232-2/+502
|\
| * Merge pull request #1767 from sanxiyn/patch-1Dominik Picheta2014-12-221-2/+2
| |\ | | | | | | Update installation instruction
| | * Update installation instructionSeo Sanghyeon2014-12-221-2/+2
| | |
| * | Logo in SVG format.Maurizio Tomasi2014-12-221-0/+500
| |/ | | | | | | | | | | | | This has been created using Inkscape, starting from a .png file created by @PhilipWitte (see http://reign-studios.net/philipwitte/nimrod/new-symbols.png, the third icon from left in the top row).
* / website updatedAraq2014-12-232-9/+20
|/
* implemented 'koch pdf'Araq2014-12-191-1/+1
|
* more code snippets for the websiteAraq2014-12-142-2/+18
|
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-12-131-2/+3
|\
| * Fix font colorSimon Krauter2014-12-131-2/+3
| |
* | added 'website' option to koch for convenienceAraq2014-12-132-5/+5
|/
* website improvementsAraq2014-12-126-5/+23
|
* website slightly improvedAraq2014-12-113-6/+4
|
* fixes #1689Araq2014-12-101-0/+7
|
* fixed typosAraq2014-12-101-4/+4
|
* further website improvementsAraq2014-12-101-3/+5
|
* destuctors are experimental; 'func' is now a keywordAraq2014-12-101-0/+3
|
* new websiteAraq2014-12-1027-422/+878
|
* implemented 'experimental' switchAraq2014-12-051-0/+5
|
* implements 'defer'Araq2014-12-041-0/+1
|
* implemented procCall builtinAraq2014-11-281-0/+2
|
* fixes #619Araq2014-11-152-2/+2
|
* fixes #693Araq2014-11-141-1/+3
|
* fixes #1646Araq2014-11-101-6/+6
|
* the codegen doesn't emit deepCopy for parallel statementsAraq2014-11-083-29/+31
|
* documented nimfixAraq2014-11-042-3/+6
|
* added module fenv's docsAraq2014-11-042-0/+8
|
* added threadpool and cpuinfo to the docgenAraq2014-11-031-0/+1
|
* re module returns nil on failed capturesFlaviu Tamas2014-10-291-0/+2
| | | | | - tests included - news.txt updated
* Modify pegs.nim such that no match will return nilFlaviu Tamas2014-10-291-0/+2
| | | | | | | | | An empty match will return "" A zero-length match will return nil Add test cases Add news information
* implements #1588Araq2014-10-261-0/+3
|
* Merge branch 'devel' into bigbreakAraq2014-10-231-14/+11
|\ | | | | | | | | Conflicts: web/news.txt
| * updated news.txtAraq2014-10-221-4/+11
| |
* | Merge branch 'devel' into bigbreakAraq2014-10-204-136/+76
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/nim.ini doc/manual.txt doc/tut2.txt koch.nim lib/system/channels.nim readme.txt tools/niminst/niminst.nim tools/nimweb.nim web/download.txt web/news.txt
| * much better quote for the frontpageAraq2014-10-201-3/+4
| |
| * disable 'view source' featureAraq2014-10-201-2/+4
| |
| * website updates for 0.9.6Araq2014-10-193-110/+28
| |
* | Merge branch 'devel' into bigbreakAraq2014-10-131-14/+16
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/ast.nim compiler/nimfix/prettybase.nim compiler/pragmas.nim compiler/sempass2.nim doc/manual.txt koch.nim lib/pure/concurrency/threadpool.nim web/news.txt
| * updated news.txt slightlyAraq2014-10-121-2/+2
| |
| * documentation updatesAraq2014-10-111-41/+48
| |
* | documentation updatesAraq2014-10-113-49/+54
| |
* | docgen should work againAraq2014-10-052-3/+3
| |
* | implemented mixed mode codegenAraq2014-10-031-1/+18
| |