Araq
9e6fb3f696
new dependency tracking for nimsuggest
2016-11-05 01:19:23 +01:00
singularperturbation
456b3d3231
(minor) Doc change for #3130
2016-10-31 22:38:17 -05:00
Araq
8aecacc1df
update the gc.rst document
2016-10-24 12:37:20 +02:00
Araq
9d2dfa9a99
further cleanups; refs #4934
2016-10-24 12:20:51 +02:00
Araq
ed9d0809ae
docgen: PDFs and HTMLs finally are generated in their own respective directories
2016-10-24 11:55:23 +02:00
Andreas Rumpf
b3ef424b9c
fixes #3485
2016-10-21 01:38:47 +02:00
Dmitry Polienko
a69129969e
Fix a table in macros documentation
...
fixes #4911
2016-10-19 22:07:41 +07:00
Araq
3dc8e593ff
document 'nim e' mode
2016-10-08 11:49:17 +02:00
Araq
b16a678a0b
version changed to 0.15.0
2016-10-01 00:02:34 +02:00
Simon Ruderich
a9e796e001
Misc documentation fixes
2016-09-17 15:53:12 +02:00
Andreas Rumpf
0531658c00
Merge pull request #4771 from rudis/devel
...
Misc minor (doc) fixes
2016-09-16 01:38:59 +02:00
Simon Ruderich
6a0d288cae
doc: tut2: simplify debug macro example
2016-09-15 11:43:57 +02:00
Yuta Yamada
0cdb650457
Typo?
2016-09-14 17:40:47 -07:00
Arne Döring
4a904d9e57
cstring doc
2016-09-05 15:49:14 +02:00
Andreas Rumpf
0a90613288
nimsuggest: correct documentation
2016-09-01 13:02:53 +02:00
Andreas Rumpf
f439a2f25f
fixes #4579
2016-08-23 10:13:37 +02:00
Andreas Rumpf
f23b7e3724
removed 'strong spaces' from the manual because some people on reddit who never actually tried the feature are afraid that they could be confused (TM). Boo, we like to learn crazy precedence tables instead and check they adhere with the spacing.
2016-08-05 20:18:13 +02:00
Andreas Rumpf
186bfe4475
Merge pull request #4563 from krux02/spec-update
...
updadet doc/manual array construction syntax
2016-08-03 23:55:04 +02:00
Arne Döring
ac84a87925
updadet doc/manual array construction syntax
2016-08-03 15:45:50 +02:00
miere43
268ba0ba00
fix several broken links
2016-07-31 21:39:32 +03:00
Andreas Rumpf
8876ed23f1
expr and stmt are now deprecated
2016-07-30 16:34:42 +02:00
Andreas Rumpf
bea62bb632
overloading of dot and parenthesis operators should now be done in .experimental
2016-07-22 22:31:09 +02:00
Andreas Rumpf
6905a6fae3
updated 'concept' docs
2016-07-19 19:55:00 +02:00
Andreas Rumpf
813828f690
the Nim compiler supports the jsondoc2 command
2016-07-13 01:06:33 +02:00
Andreas Rumpf
689d3f75cf
Merge pull request #4445 from Jeff-Ciesielski/jeffc/define_assignments
...
Add the ability to pass a value with the -d flag
2016-07-05 15:45:30 +02:00
Jeff Ciesielski
11730e6c3b
Update documentation and news
2016-07-05 09:06:40 -04:00
Jeff Ciesielski
94d1aa5109
Add the ability to pass a value with the -d flag
...
This allows the end user to use the {.magic: "IntDefine"/"StrDefine"}
pragmas to pass values into code at compile time. This has a nice side
effect of also allowing/requiring a default value to be assigned in the
code (see osalloc.nim/StandaloneHeapSize for an example)
2016-07-04 18:11:25 -04:00
Yuriy Glukhov
ecfcf49a9d
Added a note on closureScope. Added Kyiv :)
2016-06-28 13:10:07 +03:00
Joshua Olson
4887bb2bef
Fix punctuation
...
Not sure if any lines became too long...
2016-06-23 17:26:22 -06:00
Austin Morris
5c545bee39
Fix a small typo in the manual
2016-06-20 21:22:05 -07:00
Joey Payne
84d9081e21
Move partition and rpartition to new strmisc module
...
This was done because partition is an uncommonly used proc that is still
useful in rare cases. There is also a desire to add more procs to this
module at a later time.
2016-06-13 20:54:58 -06:00
A. S. Budden
2f1e8f11c2
Fixed a couple of links.
2016-06-07 15:37:45 +01:00
Araq
eed0128916
renamed most remaining .txt documentation files to .rst
2016-06-07 04:04:49 +02:00
Andreas Rumpf
c863ea00ac
documented new .this pragma
2016-06-06 20:35:41 +02:00
def
e72b62567c
NimSymbol has been renamed to NimSym
2016-06-06 19:54:14 +02:00
A. S. Budden
973cd19e57
Corrected link in manual.
2016-06-06 13:20:45 +01:00
Andreas Rumpf
99be6dce81
Merge pull request #4157 from flaviut/update-nre-docs
...
Generate NRE docs for website
2016-06-02 15:30:16 +02:00
Andreas Rumpf
a1291a3187
fixes #375
2016-06-01 17:59:58 +02:00
Andreas Rumpf
1a88c01f92
documentation build cleaned up
2016-05-31 03:04:45 +02:00
Andreas Rumpf
5575cfd3ec
added pure Nim random stdlib module
2016-05-30 16:24:52 +02:00
Flaviu Tamas
755225d0e0
Generate nre docs with website
2016-05-13 16:36:00 -04:00
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