Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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:]]+$//' {} + | ||||
* | examples: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -2/+2 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | 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 |
| | |||||
* | Mention Howl's Nim support | Ryan Gonzalez | 2015-08-15 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | fixed website path" | Araq | 2015-07-18 | 1 | -1/+1 |
| | |||||
* | website improvements | Araq | 2015-07-18 | 1 | -0/+4 |
| | |||||
* | added os.tailDir proc | Araq | 2015-07-12 | 1 | -1/+2 |
| | |||||
* | Add NEP1 to documentation. | Varriount | 2015-07-10 | 2 | -1/+4 |
| | | | | | | | Changes: - Added NEP 1 to the documentation set. - Modified nimdoc's css to add additional spacing between list entries, as well as between code blocks. - Added a warning to nimdoc.css for future developers. | ||||
* | '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 |
| | |||||
* | preparations for more Nimble packages; clear licensing; fixes #2949 | Araq | 2015-06-20 | 1 | -10/+5 |
| | |||||
* | Add G+ Nim community | Felipe Mamud | 2015-06-18 | 1 | -0/+7 |
| | | | The G+ Nim community is another place where discussions related to the language happen. Read and follow various articles, posts and interesting links about Nim. | ||||
* | website knows about new URLs | Araq | 2015-06-15 | 4 | -12/+12 |
| | |||||
* | 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 |
| | |