Araq
134c44f3be
refs #2973 ; manual contains almost all pragmas now, few are left in the compiler guide
2015-08-14 02:19:34 +02:00
Michał Zieliński
0575437762
Improve discoverability of 'of' operator
2015-08-02 22:55:22 +02:00
Araq
6b3c46fbd9
website improvements
2015-07-18 15:35:27 +02:00
Dominik Picheta
6c8e9da9ee
Merge pull request #3111 from rafaelx/patch-2
...
Update tut1.txt
2015-07-14 09:05:44 +01:00
Araq
c02db2ff9b
documented /*INCLUDESECTION*/ emit section
2015-07-14 01:37:08 +02:00
Rafael
c05b3299fb
Update tut1.txt
...
Example that shows advantage of 'openArray'
2015-07-14 00:15:37 +02:00
Andreas Rumpf
fc9dc6c828
Merge pull request #2272 from def-/unsigned
...
Move unsigned int operations to system module
2015-07-11 13:28:20 +02:00
Andreas Rumpf
df9b5e6884
Merge pull request #3098 from Varriount/add-nep1
...
Add NEP1 to documentation.
2015-07-11 13:22:25 +02:00
Varriount
9da1ee4fe4
Add NEP1 to documentation.
...
Changes:
- Added NEP 1 to the documentation set.
- Modified nimdoc's css to add additional spacing between list entries, as well as between code blocks.
- Added a warning to nimdoc.css for future developers.
2015-07-10 03:51:00 -04:00
Andreas Rumpf
ae0cb7e014
Merge pull request #3085 from apense/patch-10
...
Update sets documentation. Fixes #3058
2015-07-09 19:48:49 +02:00
apense
7a010cf650
replace -> replacef
2015-07-08 15:01:50 -04:00
apense
66ce99d018
Update sets_fragment.txt
2015-07-08 14:13:00 -04:00
Andreas Rumpf
1ad729ee3b
Merge pull request #3020 from flaviut/rename-crc-to-hash
...
CRC -> Hash
2015-07-05 00:41:13 +02:00
Flaviu Tamas
62b55592e8
CRC -> Hash
2015-07-03 10:13:45 -04:00
Adam Strzelecki
592f867aa5
List warnings & hints via --(hints|warnings):list
...
Hints and warnings can be now listed using --warnings:list and --hints:list
printing names and checkboxes indicating which of these are enabled.
2015-07-03 14:05:00 +02:00
def
6f145230ee
Remove unsigned from lib.txt
2015-07-01 18:59:08 +02:00
Araq
28de800d61
Merge branch 'more_concurrency' into devel
...
Conflicts:
doc/tut1.txt
lib/core/locks.nim
lib/pure/collections/tables.nim
lib/pure/selectors.nim
2015-06-30 12:50:24 +02:00
Andreas Rumpf
c235ceb8ab
Merge pull request #3000 from apense/patch-6
...
Clarified nnkFloat64Lit. Fixes #2939
2015-06-26 10:22:04 +02:00
Andreas Rumpf
56c71f10ad
Merge pull request #2999 from apense/patch-5
...
Updated nnkRange docs. Fixes #2929
2015-06-26 10:20:30 +02:00
apense
4198e88fb0
Clarified nnkFloat64Lit
...
Fixes #2939
2015-06-26 01:16:56 -04:00
apense
0e06a72c64
Updated nnkRange docs
...
Addresses #2929
2015-06-26 01:11:27 -04:00
apense
8a042d8458
Added $ documentation to the manual
...
It's mentioned for enums, for exmplae, but it should probably be explicit in the string section
2015-06-25 21:04:34 -04:00
Simon Hafner
57964a0ef2
moved contributing guide back to root
...
"I don't want symlinks, symlinks suck, they turn an acylic tree into an acyclic graph."
2015-06-25 16:40:47 -05:00
Araq
47658cd426
fixes #2974
2015-06-25 11:42:29 +02:00
Andreas Rumpf
e4c8e0aed0
Merge pull request #2990 from apense/patch-3
...
Minor object documentation additions
2015-06-25 11:42:20 +02:00
reactormonk
6f61264c49
Merge pull request #2989 from apense/patch-11
...
Added example for var overloading
2015-06-25 01:22:04 -05:00
apense
1349687756
Minor object documentation additions
2015-06-25 01:23:31 -04:00
apense
4e129324f6
Added example for var overloading
...
Simple example to demonstrate overloading in case technical lingo is confusing
2015-06-24 23:56:35 -04:00
apense
f8870280d7
Added example for associativity
...
Hopefully this change makes this neat feature more apparent
2015-06-24 23:30:03 -04:00
Araq
eef0e1bde1
fix grammar
2015-06-25 02:08:56 +02:00
Adam Strzelecki
67fac7f1e7
Change --useColors to --colors:on|off and add help
...
Since we introduced automatic colors on terminals (via isatty) there is no way
to turn it off, since (undocumented) --useColors just turns them on.
This replaces --useColors with --colors:on|off, so anyone who prefers
non-colored compiler messages may now turn it off now.
2015-06-24 19:57:56 +02:00
reactormonk
37677636bc
Merge pull request #2968 from def-/neutral-language
...
Neutral language
2015-06-21 14:36:55 -05:00
def
a7f03e8d46
Use gender neutral language in documentation
2015-06-21 21:25:19 +02:00
Araq
87f65f5e72
preparations for more Nimble packages; clear licensing; fixes #2949
2015-06-20 23:24:21 +02:00
patrick dw
b6252af5c6
rename writeln to writeLine in doc
2015-06-19 01:08:41 -05:00
Rafael
7bdbfb7663
Update tut2.txt
2015-06-18 23:36:06 +02:00
apense
20cc7c17b0
Minor fixes to astspec
...
Closing parenthesis. Couple of indentation fixes.
2015-06-18 12:25:27 -04:00
Andreas Rumpf
bd394eaeda
Merge pull request #2954 from avsej/fix-rest-syntax-in-astspec
...
Fix rest syntax in astspec
2015-06-18 13:39:07 +02:00
Sergey Avseyev
137c836616
Fix reST syntax in doc/astspec.txt
2015-06-18 14:04:15 +03:00
Sergey Avseyev
273d6ffc16
Remove trailing spaces in doc/astspec.txt
2015-06-18 13:57:20 +03:00
apense
49465c470c
More documentation of AST
...
Also gave some examples
2015-06-17 16:54:02 -04:00
apense
68aa6309e4
Added uints to Leaf nodes
...
[This question on SO](http://stackoverflow.com/questions/30311110/how-to-create-a-nnkuint16lit-nimnode ) made me realized these weren't in there
2015-06-16 18:57:19 -04:00
Andreas Rumpf
ddb62747e8
Merge pull request #2936 from alexamy/alexamy-patch-1
...
Tutorial Part I update
2015-06-16 20:46:55 +02:00
Andreas Rumpf
ad1ac76567
Merge pull request #2851 from stefantalpalaru/gogc
...
the Go GC (using the gccgo implementation)
2015-06-16 20:46:23 +02:00
Alexander
77b51df09c
Update tut1.txt
2015-06-16 16:14:23 +03:00
Alexander
5e2d7e81a2
Update tut1.txt
2015-06-16 16:00:33 +03:00
Alexander
abe1051374
Update tut1.txt
2015-06-16 15:58:21 +03:00
apense
66ad9e3985
Fleshed out type section
...
Hopefully this table renders correctly. Not sure this is the best place for this stuff.
2015-06-15 19:37:16 -04:00
apense
d75bdc31b4
Added import-type statements
...
import, import .. except, export, include, etc.
2015-06-15 18:55:09 -04:00
apense
998f1fa67a
Minor updates; addition of var return in procs
2015-06-15 18:35:05 -04:00