summary refs log tree commit diff stats
path: root/web
Commit message (Expand)AuthorAgeFilesLines
* tables work in 'const' sections; echo supports 'nil' strings; minor cleanupsAraq2015-02-091-0/+9
* fixes #2073Araq2015-02-081-1/+2
* fixes #2073; language spec change: arrow like operators are not right associa...Araq2015-02-081-0/+1
* better documentation for 'finished' for first class iteratorsAraq2015-01-271-0/+3
* nimsuggest: first versionAraq2015-01-271-0/+2
* Logging module is now thread-safe.Dominik Picheta2015-01-251-1/+3
* minor website improvementsAraq2015-01-231-0/+10
* revert to old behaviour: tuple field names are not ignored anymore; fixes #1920Araq2015-01-181-0/+3
* Revert "Documented faster way to bootstrap-build Nim"Varriount2015-01-171-2/+6
* Merge pull request #1951 from noway421/bootstrap-install-docs-fixVarriount2015-01-171-6/+2
|\
| * updated web/download.txtWay, No2015-01-141-6/+2
* | GitHub link fixes: nim-code -> nim-langdef2015-01-152-4/+4
* | koch doesn't use compiler/nversion (makes no sense); updated twitter linkAraq2015-01-131-1/+1
|/
* 'discard' can be used instead of 'nil' for empty case object branchesAraq2015-01-121-0/+20
* s/nimrod/nim/g; s/babel/nimble/gFlaviu Tamas2015-01-092-5/+5
* Add TextMate bundle linkMichael Sheets2015-01-041-0/+1
* fix a couple of typos, grammar, and removal of whitespaceJoseph Poirier2015-01-031-17/+17
* website updates; Source links now workAraq2014-12-302-8/+8
* website: better formatingAraq2014-12-301-3/+3
* Merge branch 'devel' of https://github.com/Araq/Nim into develAraq2014-12-291-2/+1
|\
| * Fix typo in news.Dominik Picheta2014-12-291-2/+1
* | minor website updateAraq2014-12-291-3/+3
|/
* 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 instructionSeo Sanghyeon2014-12-221-2/+2
| * | Logo in SVG format.Maurizio Tomasi2014-12-221-0/+500
| |/
* / 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