Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | news.txt: fixed typo | Araq | 2015-10-27 | 1 | -1/+1 |
| | |||||
* | Prep for v0.12.0 | Dominik Picheta | 2015-10-27 | 1 | -344/+368 |
| | |||||
* | doc\advopt.txt | Araq | 2015-10-22 | 1 | -0/+3 |
| | | | | added --reportConceptFailures switch | ||||
* | Added Nim workshop banner to front page slider. | Dominik Picheta | 2015-10-16 | 1 | -2/+8 |
| | |||||
* | added Nim conference news | Araq | 2015-10-16 | 1 | -0/+22 |
| | |||||
* | udpated the compiler and tester to use getOrDefault | Araq | 2015-10-13 | 1 | -6/+10 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | added unicode.lastRun, unicode.graphemeLen | Araq | 2015-09-21 | 1 | -0/+1 |
| | |||||
* | Deprecated ftpclient module. | Dominik Picheta | 2015-09-17 | 1 | -0/+2 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | formatFloat takes an optional decimalSep parameter | Araq | 2015-09-01 | 1 | -0/+2 |
| | |||||
* | implemented nimPinToCpu threadpool feature | Araq | 2015-08-24 | 1 | -2/+4 |
| | |||||
* | tuple unpacking works in a non-var/let context | Araq | 2015-08-21 | 1 | -0/+3 |
| | |||||
* | implemented macros.getImpl | Araq | 2015-08-21 | 1 | -0/+4 |
| | |||||
* | toplevel .closure procs are deprecated | Araq | 2015-08-14 | 1 | -0/+4 |
| | |||||
* | 'parallel' now requires --experimental mode | Araq | 2015-08-14 | 1 | -0/+3 |
| | |||||
* | added system.unsafeAddr | Araq | 2015-08-04 | 1 | -0/+5 |
| | |||||
* | removed macros.high as it never worked outside of macros.nim | Araq | 2015-07-28 | 1 | -0/+2 |
| | |||||
* | removed system.free | Araq | 2015-07-18 | 1 | -0/+2 |
| | |||||
* | added os.tailDir proc | Araq | 2015-07-12 | 1 | -1/+2 |
| | |||||
* | 'sequtils doesn't take confusing default args anymore | Araq | 2015-07-08 | 1 | -0/+1 |
| | |||||
* | documented 'varargs[typed]' code breakage | Araq | 2015-07-04 | 1 | -0/+6 |
| | |||||
* | Implements ``os.expandSymlink``. Ref #3015. | Dominik Picheta | 2015-06-29 | 1 | -0/+1 |
| | |||||
* | Fixes socket problems on Windows and normalises some names. | Dominik Picheta | 2015-06-29 | 1 | -1/+6 |
| | | | | Ref #2976. Ref #2003. See news.txt for details. | ||||
* | proper distinction between --gc:none and --os:standalone | Araq | 2015-06-29 | 1 | -0/+5 |
| | |||||
* | updated news.txt | Araq | 2015-06-25 | 1 | -0/+2 |
| | |||||
* | fixes #2904 | Araq | 2015-06-15 | 1 | -1/+6 |
| | |||||
* | Update news for nre | Flaviu Tamas | 2015-06-07 | 1 | -1/+6 |
| | |||||
* | Removed formatting from logging. | yglukhov | 2015-05-28 | 1 | -0/+5 |
| | |||||
* | Merge pull request #2732 from Perelandric/fix_miliseconds | Andreas Rumpf | 2015-05-17 | 1 | -0/+4 |
|\ | | | | | Fixed 'milliseconds' spelling in code and docs | ||||
| * | Updated with breaking changes | pdw | 2015-05-16 | 1 | -0/+4 |
| | | |||||
* | | added documentation about sexp | Simon Hafner | 2015-05-14 | 1 | -0/+1 |
|/ | |||||
* | final website changes | Araq | 2015-05-04 | 1 | -1/+1 |
| |