Commit Graph

672 Commits

Author SHA1 Message Date
Dominik Picheta
15c4c0dcc6 Renamed Babel to Nimble in lib.txt. 2014-12-26 14:09:43 +00:00
Araq
9280473eb1 fixes #1120 2014-12-25 17:22:41 +01:00
Araq
2be3f501a1 fixes #1742 2014-12-24 13:02:58 +01:00
Araq
a505918e0c documented 'defer' statement 2014-12-24 02:59:54 +01:00
Araq
ea4160b23f Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-12-23 17:54:32 +01:00
Araq
c0cc62c6b1 tuple field names are ignored 2014-12-23 17:54:22 +01:00
Nick Greenfield
7757a3708e Remove TOC from gc.txt, but get quote at top properly formatted 2014-12-21 20:01:51 -05:00
Nick Greenfield
eba4b4008d Fix paragraph break issue in nimc.txt. Add spacing to command line options table. 2014-12-21 18:49:39 -05:00
Nick Greenfield
e6abd673b8 Fix blockquotes in documentation; stylize only in docinfo or immediately after an h1 2014-12-21 18:22:20 -05:00
yglukhov
8bed8efc36 Fixed typo in docs 2014-12-19 11:54:03 +02:00
Araq
faf8d07056 added missing 'not' 2014-12-18 14:54:05 +01:00
Araq
e39d4bb4e0 typo 2014-12-15 20:59:03 +01:00
Araq
7cf36add37 fixes #1739 2014-12-15 20:54:42 +01:00
Araq
516a4d933f Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-12-14 11:50:23 +01:00
Araq
9724bd4e1b minor improvements to the docs 2014-12-14 11:50:10 +01:00
jemcroft
c1478e6c1a Adding type conversion examples to the tutorial 2014-12-13 12:32:42 +10:00
Araq
752e920b58 documented converters 2014-12-12 14:52:06 +01:00
Araq
85cc5a6a1f destuctors are experimental; 'func' is now a keyword 2014-12-10 01:57:08 +01:00
Araq
2804c0373c compiler\parser.nim
implemented arrow like operators
2014-12-08 08:56:04 +01:00
Araq
4b7de4dc5e implemented 'experimental' switch 2014-12-05 10:09:29 +01:00
Araq
e27ab36731 implements 'defer' 2014-12-04 10:12:32 +01:00
Araq
105a0616a9 implemented procCall builtin 2014-11-28 02:43:41 +01:00
Araq
c2b223688d fixes #1539 2014-11-27 09:41:36 +01:00
Araq
eb69b81859 doc improvements 2014-11-27 09:31:40 +01:00
Araq
c5cc20d337 fixes #1548 2014-11-17 08:54:31 +01:00
Araq
729e048a32 fixes #940 2014-11-17 08:28:24 +01:00
Araq
4c7c612efe document uClibc switch 2014-11-16 20:39:47 +01:00
Araq
8349cee613 fixes #1055 2014-11-16 20:32:05 +01:00
Araq
f7dca91344 fixes #619 2014-11-15 11:10:13 +01:00
Araq
9e00d3aec2 fixes #693 2014-11-14 02:40:55 +01:00
Araq
981b24f916 removed outdated note 2014-11-14 02:25:46 +01:00
Araq
a7538a9727 fixes #1324 2014-11-14 02:25:16 +01:00
Araq
65ca05730d onRaise doesn't work as documented as is dubious 2014-11-14 02:20:26 +01:00
Araq
61c1fd6944 fixes #930 2014-11-14 02:18:00 +01:00
Araq
2b9b09e052 fixes #1470 2014-11-14 02:11:39 +01:00
Araq
03b152ac66 fixes #1633 2014-11-14 02:03:51 +01:00
Araq
a848c2d02b fixes #1634 2014-11-14 01:49:26 +01:00
Araq
b5d741928e fixes #1106 2014-11-14 01:38:39 +01:00
Araq
ad71fb41a3 fixes #1258 2014-11-14 01:38:17 +01:00
Andreas Rumpf
e7821cc07a Merge pull request #1623 from gradha/pr_bigbreak_adds_code_directive_to_rst
Adds bigbreak code directive to rst with numbered lines
2014-11-05 01:41:12 +01:00
Araq
1f63d1c76e documented nimfix 2014-11-04 08:38:56 +01:00
Araq
0a2296b123 added module fenv's docs 2014-11-04 07:47:31 +01:00
Grzegorz Adam Hankiewicz
a7aa2de166 Merge branch 'pr_adds_code_directive_to_rst' into pr_bigbreak_adds_code_directive_to_rst
Conflicts:
	doc/tut2.txt
	lib/packages/docutils/rstgen.nim
	lib/system.nim
2014-11-03 15:50:05 +01:00
Araq
26b4761f14 actors module is deprecated 2014-11-03 10:44:30 +01:00
Araq
dac43e0fdd minor changes to the threading docs 2014-11-01 01:14:51 +01:00
Araq
fdf996925b implements #1588 2014-10-26 13:36:42 +01:00
Araq
53a9d6f5cd Merge branch 'devel' into bigbreak
Conflicts:
	compiler/nim.ini
	doc/manual.txt
	doc/tut2.txt
	koch.nim
	lib/system/channels.nim
	readme.txt
	tools/niminst/niminst.nim
	tools/nimweb.nim
	web/download.txt
	web/news.txt
2014-10-20 08:44:00 +02:00
Araq
2e4447ca85 documentation improvements 2014-10-19 20:05:01 +02:00
Araq
c7570dcd3e Merge branch 'devel' into bigbreak
Conflicts:
	compiler/ast.nim
	compiler/nimfix/prettybase.nim
	compiler/pragmas.nim
	compiler/sempass2.nim
	doc/manual.txt
	koch.nim
	lib/pure/concurrency/threadpool.nim
	web/news.txt
2014-10-13 08:26:24 +02:00
Araq
826d529256 Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-10-11 21:02:08 +02:00