Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4142 from endragor/gc-allow-skip-stack | Andreas Rumpf | 2016-05-12 | 1 | -2/+8 |
|\ | | | | | Added stackSize parameter to GC_step | ||||
| * | Replaced ignoreStackAndRegisters with stackSize in GC_step | Ruslan Mustakov | 2016-05-11 | 1 | -6/+8 |
| | | |||||
| * | Added ignoreStackAndRegisters parameter to GC_step | Ruslan Mustakov | 2016-05-10 | 1 | -2/+6 |
| | | |||||
* | | added strscans stdlib module | Araq | 2016-05-10 | 1 | -1/+4 |
|/ | |||||
* | Merge remote-tracking branch 'origin/devel' into malloc-store-size | Jacek Sieka | 2016-04-26 | 3 | -34/+2 |
|\ | |||||
| * | fixes #1152 | Andreas Rumpf | 2016-04-03 | 1 | -32/+0 |
| | | |||||
| * | triggering yourself -> yourself triggering | Joshua Olson | 2016-04-01 | 1 | -1/+1 |
| | | | | | | adverbs | ||||
| * | Fix typo in manual | def | 2016-03-26 | 1 | -1/+1 |
| | | |||||
* | | document useMalloc changes | Jacek Sieka | 2016-04-02 | 1 | -1/+3 |
|/ | |||||
* | use 'using' instead of 'sig' keyword; cleans up new features a bit | Andreas Rumpf | 2016-02-29 | 1 | -39/+20 |
| | |||||
* | first version of .partial objects | Andreas Rumpf | 2016-02-28 | 1 | -1/+3 |
| | |||||
* | Added --noCppExceptions switch | Ruslan Mustakov | 2016-02-18 | 1 | -0/+1 |
| | |||||
* | Added rlocks module to documentation and news.txt | Anatoly Galiulin | 2016-02-18 | 1 | -0/+3 |
| | |||||
* | Merge pull request #3860 from yuutayamada/fix-document | reactormonk | 2016-02-12 | 1 | -1/+1 |
|\ | | | | | Fix few documentation a typo and old link | ||||
| * | needs needs -> needs | Yuta Yamada | 2016-02-11 | 1 | -1/+1 |
| | | |||||
* | | manual: typo | Andreas Rumpf | 2016-02-06 | 1 | -1/+1 |
| | | |||||
* | | Fixes typo in doc/manual/threads.txt | Prayag Verma | 2016-02-01 | 1 | -1/+1 |
| | | | | | | Spelling mistake fixed `overriden` >`overridden` | ||||
* | | documentation proper bracketing | Andreas Rumpf | 2016-01-27 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'devel' of https://github.com/nim-lang/Nim into devel | Andreas Rumpf | 2016-01-27 | 7 | -93/+93 |
|\ \ | |||||
| * | | Promote "echo" syntax without parenthesis | Adam Stankiewicz | 2016-01-26 | 7 | -93/+93 |
| | | | |||||
* | | | 'nim i' is not available anymore | Andreas Rumpf | 2016-01-27 | 1 | -15/+15 |
|/ / | |||||
* | | JS: Corrected shift operators. Made casting between ints behave like C does. | Yuriy Glukhov | 2016-01-22 | 1 | -1/+3 |
| | | |||||
* | | minor website and documentation updates | Araq | 2016-01-18 | 1 | -1/+1 |
|/ | |||||
* | fixes long standing typo in tut2 | Araq | 2016-01-18 | 1 | -4/+4 |
| | |||||
* | Added missing modules to lib.txt and warnings to some module's docs. | Dominik Picheta | 2016-01-18 | 1 | -7/+20 |
| | |||||
* | removed wrong documentation | Andreas Rumpf | 2016-01-17 | 1 | -1/+0 |
| | |||||
* | implements final version of multiline comments | Andreas Rumpf | 2016-01-17 | 1 | -16/+7 |
| | |||||
* | implements multi-line-comments; pounds are stripped from the doc comments | Andreas Rumpf | 2016-01-16 | 1 | -0/+38 |
| | |||||
* | updated the documentation for the 'do' notation | Andreas Rumpf | 2016-01-16 | 1 | -4/+4 |
| | |||||
* | finally removes 'echo ' gotcha | Andreas Rumpf | 2016-01-15 | 1 | -0/+8 |
| | |||||
* | Added a few notes regarding JavaScript | Yuriy Glukhov | 2015-12-09 | 1 | -0/+14 |
| | |||||
* | removes 'x is iterator' special casing in the language | Araq | 2015-12-03 | 1 | -1/+1 |
| | |||||
* | 'out T' is an alias for 'var T' | Araq | 2015-11-26 | 1 | -6/+9 |
| | |||||
* | Merge pull request #3573 from yglukhov/doc-fix | Andreas Rumpf | 2015-11-25 | 1 | -3/+5 |
|\ | | | | | Fixed documentation of nnkLet AST | ||||
| * | doc fix | Yuriy Glukhov | 2015-11-23 | 1 | -3/+5 |
| | | |||||
* | | Add options module to standard library documentation | def | 2015-11-23 | 1 | -0/+3 |
| | | |||||
* | | Wrap the example in a code block | Xtreak | 2015-11-23 | 1 | -12/+11 |
|/ | | | Wrap the code inside a code block. The declaration for ``proc even(n: int): bool`` is present twice. Hence removed one and wrapped it in a separate code block. | ||||
* | documented untyped/typed meta-types | Araq | 2015-11-10 | 2 | -22/+88 |
| | |||||
* | fix docgen link | Gour | 2015-11-07 | 1 | -1/+1 |
| | |||||
* | updated 'Void context' section specifying more precisely that assignment to ↵ | Iakiv Kramarenko | 2015-11-02 | 1 | -1/+1 |
| | | | | result triggers MANDATORY void context FOR THE SUBSEQUENT EXPRESSIONS | ||||
* | added --reportConceptFailures switch to the manual | Araq | 2015-10-22 | 1 | -0/+4 |
| | |||||
* | added --reportConceptFailures switch | Araq | 2015-10-22 | 1 | -0/+3 |
| | |||||
* | documentation improvements; system.nim docs adapted to unix's braindead idea ↵ | Araq | 2015-10-21 | 1 | -1/+1 |
| | | | | of how software should be packaged which didn't work in 1970 and surprise doesn't work in 2015 either | ||||
* | fix #3418 add example on openArray to types.txt | JamesP | 2015-10-05 | 1 | -0/+5 |
| | |||||
* | Rename rawsockets module to nativesockets | Adam Strzelecki | 2015-10-03 | 1 | -1/+5 |
| | | | | | | | | | | 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. | ||||
* | Merge pull request #3389 from nanoant/patch/separate-deprecated-modules | Dominik Picheta | 2015-10-03 | 1 | -11/+21 |
|\ | | | | | Patch/separate deprecated modules | ||||
| * | parseopt: This module is no longer deprecated | Adam Strzelecki | 2015-09-30 | 1 | -2/+0 |
| | | | | | | | | Remove depreciation notice from doc/lib.txt. | ||||
| * | doc: Move deprecated modules into separate section | Adam Strzelecki | 2015-09-30 | 1 | -9/+21 |
| | | |||||
* | | document new bitsize pragma | Aman Gupta | 2015-09-30 | 1 | -0/+18 |
|/ | |||||
* | Nimscript: the compiler supports a directory wide config.nims file | Araq | 2015-09-29 | 1 | -1/+2 |
| |