Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |
|\| | | ||||||
| * | | Added more bugfixes to news.txt | Dominik Picheta | 2015-09-14 | 1 | -0/+20 | |
| | | | ||||||
* | | | clarify the meaning of the 'auto' metatype; 'auto' is now bind-multiple; ↵ | Araq | 2015-09-14 | 1 | -30/+23 | |
| | | | | | | | | | | | | fixes #3224 | |||||
* | | | documented implicit compileTime procs | Araq | 2015-09-14 | 1 | -0/+3 | |
| | | | ||||||
* | | | Merge branch 'devel' into fix_bracket_expr | Araq | 2015-09-14 | 1 | -0/+190 | |
|\| | | ||||||
| * | | Added some info about bugfixes to news.txt. | Dominik Picheta | 2015-09-12 | 1 | -0/+190 | |
| | | | ||||||
| * | | implicit return types for iterators are now deprecated | Araq | 2015-09-12 | 1 | -0/+2 | |
| | | | ||||||
* | | | first attempt to fix 'a[i]' handling in generics | Araq | 2015-09-12 | 1 | -0/+3 | |
| | | | ||||||
* | | | implicit return types for iterators are now deprecated | Araq | 2015-09-10 | 1 | -0/+2 | |
|/ / | ||||||
* | | fixes #2559 | Araq | 2015-09-10 | 1 | -0/+2 | |
| | | ||||||
* | | minor documentation cleanups | Araq | 2015-09-08 | 1 | -2/+3 | |
| | | ||||||
* | | documented NimScript | Araq | 2015-09-07 | 2 | -2/+5 | |
| | | ||||||
* | | fixes #2590; methods now require a .base annotation | Araq | 2015-09-06 | 1 | -1/+12 | |
| | | ||||||
* | | VM produces objects. | Yuriy Glukhov | 2015-09-05 | 1 | -0/+4 | |
| | | ||||||
* | | fixes DLL hell on Windows | Araq | 2015-09-05 | 1 | -0/+13 | |
| | | ||||||
* | | Trim remaining .txt files trailing whitespace | Adam Strzelecki | 2015-09-04 | 2 | -2/+2 | |
| | | | | | | | | via OSX: find . -name '*.txt' -exec sed -i '' -E 's/[[:space:]]+$//' {} + |