Commit Graph

467 Commits

Author SHA1 Message Date
Araq
dbc8aa60e3 fixes 'newSeq[T]' instantiation bug 2014-02-09 00:41:53 +01:00
Araq
d07d83d8fc Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-02-07 18:21:25 +01:00
Araq
a087f6057e bugfix: codegen issue that caused getGMTime() to leak memory 2014-02-07 17:06:20 +01:00
superfunc
f05acd9612 Fixed typo's in tutorial 2 2014-02-05 16:56:43 -08:00
ReneSac
db031e2b47 Expandeded part about different proc call syntaxes. 2014-02-03 01:00:01 -02:00
Grzegorz Adam Hankiewicz
92e3f667bd Mentions {.exportc.} limits. Refs #826. 2014-02-02 17:59:17 +01:00
Araq
c30f6cfcf1 cleaned up command expressions 2014-02-02 14:34:37 +01:00
Araq
eeae68f9e4 added the parts of #541 that I like 2014-02-02 01:57:56 +01:00
Araq
200102580b Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-02-02 01:07:44 +01:00
Araq
b96aa59aef merge issue #707 by hand 2014-02-02 01:07:02 +01:00
Andreas Rumpf
fccb0170d4 Merge pull request #843 from gradha/pr_gc_docs
Adds note about manual memory handling to GC doc.
2014-02-01 15:55:55 -08:00
Araq
efcbaa965e remove the old tester 2014-02-02 00:45:47 +01:00
Araq
6d62503e5d documented new symbol binding rules for templates 2014-02-01 13:39:40 +01:00
Dominik Picheta
9344e9fbf7 Finished logging module. 2014-01-27 18:20:08 +00:00
Grzegorz Adam Hankiewicz
7956737ef1 Adds note about manual memory handling to GC doc. 2014-01-26 16:39:20 +01:00
Grzegorz Adam Hankiewicz
7f9fb3a024 Merge branch 'pr_oniondocs' into pr_oniondocs_devel 2014-01-25 16:24:39 +01:00
Araq
3e5cb6644f typeClasses now documented in grammar.txt 2014-01-23 17:19:12 +01:00
Araq
d01ff8994b closure iterators work 2014-01-23 08:47:22 +01:00
Araq
37229df7fc next steps for closure iterators 2014-01-22 17:32:38 +01:00
Araq
d18f40b4e2 updated grammar.txt 2014-01-20 08:35:09 +01:00
Araq
73c6efdf66 'nil' as a statement is deprecated, use an empty 'discard' instead 2014-01-19 16:54:59 +01:00
Simon Hafner
b1c44561bb Merge pull request #818 from hiteshjasani/pr_devel_doc_import_constraints
Add docs for constraining and qualifying imports.
2014-01-16 12:16:48 -08:00
Hitesh Jasani
74af6351b2 Add docs for constraining and qualifying imports. 2014-01-16 14:42:12 -05:00
Grzegorz Adam Hankiewicz
42f152569d References TRune, links unicode modules where mentioned.
Amends 0f3941b0013ea5d390586719f930fcf02b929f4d.
2014-01-15 22:23:24 +01:00
Grzegorz Adam Hankiewicz
63ab238f5d Adds note about conflicts with using as a statement. 2014-01-15 22:23:23 +01:00
Grzegorz Adam Hankiewicz
7aa263bebf Duplicates string literal table for character literals.
Hopefully the index spamming will lead more people here.
2014-01-15 22:23:22 +01:00
Grzegorz Adam Hankiewicz
f3273757ed Removes links to modules recently removed from stdlib. 2014-01-15 22:23:21 +01:00
Grzegorz Adam Hankiewicz
457497980c Moves mongodb module to lower level wrapper group. 2014-01-15 22:23:20 +01:00
Grzegorz Adam Hankiewicz
74f94482cc Adds parseopt2 module to documentation index. 2014-01-15 22:23:20 +01:00
Grzegorz Adam Hankiewicz
3cf46c2def Documents wrapping named arguments in curly braces. 2014-01-15 22:23:19 +01:00
Grzegorz Adam Hankiewicz
0029832ba1 Adds note about iterators having same signature as procs. 2014-01-15 22:23:17 +01:00
Grzegorz Adam Hankiewicz
9602349f30 Adds note about procs and multiple variable assignment. 2014-01-15 22:23:17 +01:00
Grzegorz Adam Hankiewicz
db7d0e6a66 Adds using statement to the one and only true index. 2014-01-15 22:23:15 +01:00
Grzegorz Adam Hankiewicz
2ed7849921 Transforms docgen sample to be generated from source. 2014-01-06 14:55:03 +01:00
Grzegorz Adam Hankiewicz
91ae5a3585 Adds some cross references to docgen manual. 2014-01-06 13:40:11 +01:00
Grzegorz Adam Hankiewicz
fd6bb131b8 Reformats text to fit width of 80 columns. 2014-01-06 13:22:44 +01:00
Grzegorz Adam Hankiewicz
0b6c9d7d75 Fixes two minor typos. 2014-01-06 13:18:27 +01:00
Erik O'Leary
e0fc07df89 Added docgen documentation 2013-12-31 19:37:20 -06:00
Zahary Karadjov
afddae5aaf Merge branch 'upstream' into devel
Conflicts:
	compiler/ccgutils.nim
	compiler/msgs.nim
	compiler/sem.nim
	compiler/semexprs.nim
	compiler/seminst.nim
	compiler/semmagic.nim
	compiler/semstmts.nim
	compiler/semtypes.nim
	compiler/semtypinst.nim
	compiler/sigmatch.nim
	compiler/types.nim
	compiler/vmgen.nim
	lib/core/macros.nim
	lib/system.nim
	tests/reject/tenummix.nim
	web/news.txt
2013-12-29 17:21:00 +02:00
Araq
2df9b442c6 case consistency part 1 2013-12-27 15:48:53 +01:00
Araq
9e92455a53 templates can access hidden fields 2013-12-25 14:53:00 +01:00
Zahary Karadjov
952dbc4b8f documented static params 2013-12-25 00:32:53 +02:00
Araq
1081c104d0 Merge branch 'vm2' of github.com:Araq/Nimrod into vm2 2013-12-24 01:30:48 +01:00
Satish BD
033938a53a Correct the spelling of the word 'implicitly' 2013-12-23 04:29:50 +02:00
Araq
b76729df1c Merge branch 'master' of https://github.com/Araq/Nimrod into vm2
Conflicts:
	web/news.txt
2013-12-23 01:23:16 +01:00
Andreas Rumpf
2f7119e9bb Merge pull request #764 from gradha/pr_doc_improvements
Documentation improvements
2013-12-20 13:02:44 -08:00
Andreas Rumpf
22e88026af Merge pull request #753 from gradha/pr_idetools_quote
Adds fitting quote to idetools doc.
2013-12-20 09:40:02 -08:00
Grzegorz Adam Hankiewicz
9f8db3ae54 Updates idetools docs after changes by #743. 2013-12-18 21:25:49 +01:00
Grzegorz Adam Hankiewicz
30aef21def Merge pull request #739 from gradha/pr_adds_to_quit_docs
Adds to quit docs
2013-12-17 03:16:02 -08:00
Araq
132b6b3efe implemented 'injectStmt'; more debug support 2013-12-16 22:26:17 +01:00