Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | website updates | Araq | 2016-01-18 | 1 | -4/+4 |
| | |||||
* | Merge branch 'devel' of https://github.com/nim-lang/Nim into devel | Araq | 2016-01-18 | 3 | -3/+18 |
|\ | |||||
| * | Added news item about OSCON talk. | Dominik Picheta | 2016-01-18 | 2 | -5/+20 |
| | | |||||
| * | Added missing modules to lib.txt and warnings to some module's docs. | Dominik Picheta | 2016-01-18 | 2 | -2/+4 |
| | | |||||
* | | updated news for upcoming release | Araq | 2016-01-18 | 2 | -156/+157 |
| | | |||||
* | | Merge branch 'devel' of https://github.com/nim-lang/Nim into devel | Araq | 2016-01-18 | 1 | -5/+96 |
|\| | |||||
| * | Updated news.txt with release announcement. | Dominik Picheta | 2016-01-18 | 1 | -5/+34 |
| | | |||||
| * | Added list of bugfixes to news.txt. | Dominik Picheta | 2016-01-18 | 1 | -0/+62 |
| | | |||||
* | | fixes #3677 | Araq | 2016-01-18 | 1 | -1/+1 |
| | | |||||
* | | fixes support tab of website | Araq | 2016-01-18 | 1 | -1/+1 |
|/ | |||||
* | Documented PCRE version bump in 0.12.0 in news.txt. | Dominik Picheta | 2016-01-18 | 1 | -0/+5 |
| | |||||
* | documentation updates | Andreas Rumpf | 2016-01-18 | 2 | -3/+7 |
| | |||||
* | yay, better commercial support | Andreas Rumpf | 2016-01-18 | 1 | -4/+5 |
| | |||||
* | fixes #3689 | Andreas Rumpf | 2016-01-17 | 1 | -0/+28 |
| | |||||
* | Merge branch 'devel' of https://github.com/nim-lang/Nim into devel | Andreas Rumpf | 2016-01-17 | 1 | -0/+3 |
|\ | |||||
| * | Removed redis module from standard library. | Dominik Picheta | 2016-01-16 | 1 | -0/+3 |
| | | |||||
* | | makes tests green | Andreas Rumpf | 2016-01-15 | 1 | -0/+4 |
|/ | |||||
* | documented upcoming changes | Andreas Rumpf | 2016-01-15 | 1 | -5/+64 |
| | |||||
* | Merge branch 'devel' into new-ll | Andreas Rumpf | 2016-01-14 | 1 | -13/+13 |
|\ | |||||
| * | Apparently rst comments work differently. Fix http://forum.nim-lang.org/t/1932. | Dominik Picheta | 2016-01-07 | 1 | -13/+13 |
| | | |||||
* | | made closure iterators tests green, updated docs | Andreas Rumpf | 2015-12-31 | 1 | -0/+3 |
|/ | |||||
* | removes 'x is iterator' special casing in the language | Araq | 2015-12-03 | 1 | -0/+3 |
| | |||||
* | fix path to nativesockets | Sergey Avseyev | 2015-11-27 | 1 | -3/+1 |
| | |||||
* | Removed Node, NodeType and Document definitions from jssys. | Yuriy Glukhov | 2015-11-25 | 1 | -0/+2 |
| | |||||
* | Fixes #3582. | Dominik Picheta | 2015-11-24 | 1 | -1/+1 |
| | |||||
* | Add options module to standard library documentation | def | 2015-11-23 | 1 | -1/+1 |
| | |||||
* | fixes #3541 | Araq | 2015-11-18 | 1 | -0/+14 |
| | |||||
* | website updated | Araq | 2015-11-18 | 1 | -7/+10 |
| | |||||
* | Update website link | Seo Sanghyeon | 2015-10-28 | 1 | -1/+1 |
| | |||||
* | news.txt: fixed typo | Araq | 2015-10-27 | 1 | -1/+1 |
| | |||||
* | Download links for new version. | Dominik Picheta | 2015-10-27 | 1 | -4/+4 |
| | |||||
* | Prep for v0.12.0 | Dominik Picheta | 2015-10-27 | 4 | -346/+397 |
| | |||||
* | doc\advopt.txt | Araq | 2015-10-22 | 1 | -0/+3 |
| | | | | added --reportConceptFailures switch | ||||
* | Fixed broken links | Yuriy Glukhov | 2015-10-22 | 1 | -2/+2 |
| | |||||
* | fixed the most embarrassing typo in the history of Nim | Araq | 2015-10-16 | 1 | -1/+1 |
| | |||||
* | Added Nim workshop banner to front page slider. | Dominik Picheta | 2015-10-16 | 4 | -54/+75 |
| | |||||
* | added Nim conference news | Araq | 2015-10-16 | 2 | -5/+27 |
| | |||||
* | udpated the compiler and tester to use getOrDefault | Araq | 2015-10-13 | 1 | -6/+10 |
| | |||||
* | docs now build again | Araq | 2015-10-12 | 1 | -5/+6 |
| | |||||
* | updated news.txt with backward compatibility breaks of sequtils | Peter Mora | 2015-10-06 | 1 | -1/+7 |
| | |||||
* | Rename rawsockets module to nativesockets | Adam Strzelecki | 2015-10-03 | 1 | -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 pragma | Aman Gupta | 2015-09-30 | 1 | -0/+2 |
| | |||||
* | Fixes typo in news.txt (thanks @tmm1) | Dominik Picheta | 2015-09-22 | 1 | -3/+3 |
| | |||||
* | s/Github/GitHub/g | Aman Gupta | 2015-09-22 | 3 | -5/+5 |
| | |||||
* | added unicode.lastRun, unicode.graphemeLen | Araq | 2015-09-21 | 1 | -0/+1 |
| | |||||
* | Deprecated ftpclient module. | Dominik Picheta | 2015-09-17 | 1 | -0/+2 |
| | |||||
* | Merge pull request #3327 from yglukhov/patch-1 | Andreas Rumpf | 2015-09-17 | 1 | -3/+3 |
|\ | | | | | Changed arguable statements about JVM/CLR. | ||||
| * | typo fixed | Yuriy Glukhov | 2015-09-15 | 1 | -1/+1 |
| | | |||||
| * | Changed arguable statements about JVM/CLR. | Yuriy Glukhov | 2015-09-15 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'devel' into fix_bracket_expr | Araq | 2015-09-16 | 1 | -0/+20 |
|\| |