Andreas Rumpf
6e6c15081d
Merge pull request #4142 from endragor/gc-allow-skip-stack
...
Added stackSize parameter to GC_step
2016-05-12 15:00:08 +02:00
Ruslan Mustakov
0dc35b7841
Replaced ignoreStackAndRegisters with stackSize in GC_step
2016-05-11 20:02:12 +06:00
Araq
b357e80833
added strscans stdlib module
2016-05-10 22:03:07 +02:00
Ruslan Mustakov
f288eb7543
Added ignoreStackAndRegisters parameter to GC_step
2016-05-10 21:52:44 +06:00
Jacek Sieka
ba1a52614b
Merge remote-tracking branch 'origin/devel' into malloc-store-size
2016-04-26 21:25:57 +08:00
Andreas Rumpf
cb3a38afa2
fixes #1152
2016-04-03 23:38:29 +02:00
Jacek Sieka
a2501321c3
document useMalloc changes
2016-04-02 21:16:11 +08:00
Joshua Olson
63807a62c6
triggering yourself -> yourself triggering
...
adverbs
2016-04-01 01:06:45 -06:00
def
a88584dde1
Fix typo in manual
2016-03-26 20:17:18 +01:00
Andreas Rumpf
c9966a3e17
use 'using' instead of 'sig' keyword; cleans up new features a bit
2016-02-29 12:19:54 +01:00
Andreas Rumpf
0baa1d9955
first version of .partial objects
2016-02-28 23:22:47 +01:00
Ruslan Mustakov
378c904131
Added --noCppExceptions switch
2016-02-18 23:01:43 +06:00
Anatoly Galiulin
b0eeacf71e
Added rlocks module to documentation and news.txt
2016-02-18 09:46:34 +06:00
reactormonk
06bd5a61a4
Merge pull request #3860 from yuutayamada/fix-document
...
Fix few documentation a typo and old link
2016-02-12 08:31:01 +01:00
Yuta Yamada
bd63588061
needs needs -> needs
2016-02-11 20:38:51 -08:00
Andreas Rumpf
db4b9b1bdd
manual: typo
2016-02-06 15:39:56 +01:00
Prayag Verma
fe95125522
Fixes typo in doc/manual/threads.txt
...
Spelling mistake fixed `overriden` >`overridden`
2016-02-01 01:00:54 +05:30
Andreas Rumpf
a581437e29
documentation proper bracketing
2016-01-27 15:52:08 +01:00
Andreas Rumpf
7052b69476
Merge branch 'devel' of https://github.com/nim-lang/Nim into devel
2016-01-27 15:51:24 +01:00
Andreas Rumpf
f32c8ee773
'nim i' is not available anymore
2016-01-27 15:51:11 +01:00
Adam Stankiewicz
cd574d1976
Promote "echo" syntax without parenthesis
2016-01-26 10:10:08 +01:00
Yuriy Glukhov
d2ecd84f67
JS: Corrected shift operators. Made casting between ints behave like C does.
2016-01-22 18:32:47 +02:00
Araq
91adc84cf3
minor website and documentation updates
2016-01-18 22:31:22 +01:00
Araq
aa7a1e3e90
fixes long standing typo in tut2
2016-01-18 20:12:16 +01:00
Dominik Picheta
d79a5f5276
Added missing modules to lib.txt and warnings to some module's docs.
2016-01-18 15:33:39 +00:00
Andreas Rumpf
f02701c0b0
removed wrong documentation
2016-01-17 20:34:10 +01:00
Andreas Rumpf
a4aeb6fbec
implements final version of multiline comments
2016-01-17 20:29:50 +01:00
Andreas Rumpf
2e71bd50b2
implements multi-line-comments; pounds are stripped from the doc comments
2016-01-16 21:40:54 +01:00
Andreas Rumpf
2910096cce
updated the documentation for the 'do' notation
2016-01-16 13:43:22 +01:00
Andreas Rumpf
46f1f41cc9
finally removes 'echo ' gotcha
2016-01-15 11:34:52 +01:00
Yuriy Glukhov
bf874cff90
Added a few notes regarding JavaScript
2015-12-09 22:32:58 +02:00
Araq
760242b870
removes 'x is iterator' special casing in the language
2015-12-03 01:08:03 +01:00
Araq
5fe71db6d9
'out T' is an alias for 'var T'
2015-11-26 17:46:05 +01:00
Andreas Rumpf
eaed36092c
Merge pull request #3573 from yglukhov/doc-fix
...
Fixed documentation of nnkLet AST
2015-11-25 15:03:43 +01:00
def
ad503ce8f9
Add options module to standard library documentation
2015-11-23 16:14:35 +01:00
Xtreak
e3724925d2
Wrap the example in a code block
...
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.
2015-11-23 18:01:36 +05:30
Yuriy Glukhov
3c70a2e914
doc fix
2015-11-23 13:02:32 +02:00
Araq
f9ad735e55
documented untyped/typed meta-types
2015-11-10 22:51:03 +01:00
Gour
ab0a7303bf
fix docgen link
2015-11-07 09:33:55 +01:00
Iakiv Kramarenko
3a5a7a4edf
updated 'Void context' section specifying more precisely that assignment to result triggers MANDATORY void context FOR THE SUBSEQUENT EXPRESSIONS
2015-11-02 18:50:10 +02:00
Araq
a90e23a4dd
added --reportConceptFailures switch to the manual
2015-10-22 12:14:33 +02:00
Araq
ec2d370053
added --reportConceptFailures switch
2015-10-22 12:14:31 +02:00
Araq
3d512a73e6
documentation improvements; system.nim docs adapted to unix's braindead idea of how software should be packaged which didn't work in 1970 and surprise doesn't work in 2015 either
2015-10-21 02:18:38 +02:00
JamesP
aead71cd67
fix #3418 add example on openArray to types.txt
2015-10-05 10:42:04 +10:00
Adam Strzelecki
be991ed413
Rename rawsockets module to nativesockets
...
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.
2015-10-03 19:45:41 +02:00
Dominik Picheta
3fe5731777
Merge pull request #3389 from nanoant/patch/separate-deprecated-modules
...
Patch/separate deprecated modules
2015-10-03 14:51:43 +01:00
Aman Gupta
8c86467730
document new bitsize pragma
2015-09-30 12:29:32 -07:00
Adam Strzelecki
e9f5c256d7
parseopt: This module is no longer deprecated
...
Remove depreciation notice from doc/lib.txt.
2015-09-30 12:28:41 +02:00
Adam Strzelecki
4d2486c858
doc: Move deprecated modules into separate section
2015-09-30 12:28:26 +02:00
Araq
29dac5ed60
Nimscript: the compiler supports a directory wide config.nims file
2015-09-29 21:01:26 +02:00