summary refs log tree commit diff stats
path: root/web
Commit message (Collapse)AuthorAgeFilesLines
* website updatesAraq2016-01-181-4/+4
|
* Merge branch 'devel' of https://github.com/nim-lang/Nim into develAraq2016-01-183-3/+18
|\
| * Added news item about OSCON talk.Dominik Picheta2016-01-182-5/+20
| |
| * Added missing modules to lib.txt and warnings to some module's docs.Dominik Picheta2016-01-182-2/+4
| |
* | updated news for upcoming releaseAraq2016-01-182-156/+157
| |
* | Merge branch 'devel' of https://github.com/nim-lang/Nim into develAraq2016-01-181-5/+96
|\|
| * Updated news.txt with release announcement.Dominik Picheta2016-01-181-5/+34
| |
| * Added list of bugfixes to news.txt.Dominik Picheta2016-01-181-0/+62
| |
* | fixes #3677Araq2016-01-181-1/+1
| |
* | fixes support tab of websiteAraq2016-01-181-1/+1
|/
* Documented PCRE version bump in 0.12.0 in news.txt.Dominik Picheta2016-01-181-0/+5
|
* documentation updatesAndreas Rumpf2016-01-182-3/+7
|
* yay, better commercial supportAndreas Rumpf2016-01-181-4/+5
|
* fixes #3689Andreas Rumpf2016-01-171-0/+28
|
* Merge branch 'devel' of https://github.com/nim-lang/Nim into develAndreas Rumpf2016-01-171-0/+3
|\
| * Removed redis module from standard library.Dominik Picheta2016-01-161-0/+3
| |
* | makes tests greenAndreas Rumpf2016-01-151-0/+4
|/
* documented upcoming changesAndreas Rumpf2016-01-151-5/+64
|
* Merge branch 'devel' into new-llAndreas Rumpf2016-01-141-13/+13
|\
| * Apparently rst comments work differently. Fix http://forum.nim-lang.org/t/1932.Dominik Picheta2016-01-071-13/+13
| |
* | made closure iterators tests green, updated docsAndreas Rumpf2015-12-311-0/+3
|/
* removes 'x is iterator' special casing in the languageAraq2015-12-031-0/+3
|
* fix path to nativesocketsSergey Avseyev2015-11-271-3/+1
|
* Removed Node, NodeType and Document definitions from jssys.Yuriy Glukhov2015-11-251-0/+2
|
* Fixes #3582.Dominik Picheta2015-11-241-1/+1
|
* Add options module to standard library documentationdef2015-11-231-1/+1
|
* fixes #3541Araq2015-11-181-0/+14
|
* website updatedAraq2015-11-181-7/+10
|
* Update website linkSeo Sanghyeon2015-10-281-1/+1
|
* news.txt: fixed typoAraq2015-10-271-1/+1
|
* Download links for new version.Dominik Picheta2015-10-271-4/+4
|
* Prep for v0.12.0Dominik Picheta2015-10-274-346/+397
|
* doc\advopt.txtAraq2015-10-221-0/+3
| | | | added --reportConceptFailures switch
* Fixed broken linksYuriy Glukhov2015-10-221-2/+2
|
* fixed the most embarrassing typo in the history of NimAraq2015-10-161-1/+1
|
* Added Nim workshop banner to front page slider.Dominik Picheta2015-10-164-54/+75
|
* added Nim conference newsAraq2015-10-162-5/+27
|
* udpated the compiler and tester to use getOrDefaultAraq2015-10-131-6/+10
|
* docs now build againAraq2015-10-121-5/+6
|
* updated news.txt with backward compatibility breaks of sequtilsPeter Mora2015-10-061-1/+7
|
* Rename rawsockets module to nativesocketsAdam Strzelecki2015-10-031-0/+3
| | | | | | | | | | This change was done to avoid confusion with TCP/IP raw sockets. Native sockets module represents handling native system low level socket API in general and is not just limited anyhow to TCP/IP raw sockets. A stub lib/deprecated/pure/rawsockets.nim module has been added as compatibility layer for old code using rawsockets, so this change will not break existing code.
* document new bitsize pragmaAman Gupta2015-09-301-0/+2
|
* Fixes typo in news.txt (thanks @tmm1)Dominik Picheta2015-09-221-3/+3
|
* s/Github/GitHub/gAman Gupta2015-09-223-5/+5
|
* added unicode.lastRun, unicode.graphemeLenAraq2015-09-211-0/+1
|
* Deprecated ftpclient module.Dominik Picheta2015-09-171-0/+2
|
* Merge pull request #3327 from yglukhov/patch-1Andreas Rumpf2015-09-171-3/+3
|\ | | | | Changed arguable statements about JVM/CLR.
| * typo fixedYuriy Glukhov2015-09-151-1/+1
| |
| * Changed arguable statements about JVM/CLR.Yuriy Glukhov2015-09-151-3/+3
| |
* | Merge branch 'devel' into fix_bracket_exprAraq2015-09-161-0/+20
|\|