summary refs log tree commit diff stats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'more_concurrency' into develAraq2015-06-302-4/+4
|\ | | | | | | | | | | | | | | Conflicts: doc/tut1.txt lib/core/locks.nim lib/pure/collections/tables.nim lib/pure/selectors.nim
| * minor manual updateAraq2015-05-281-1/+1
| |
| * minor tut1 updateAraq2015-05-281-3/+3
| |
| * prepare for unidecode Nimble packageAraq2015-05-121-5/+0
| |
* | Merge pull request #3000 from apense/patch-6Andreas Rumpf2015-06-261-2/+3
|\ \ | | | | | | Clarified nnkFloat64Lit. Fixes #2939
| * | Clarified nnkFloat64Litapense2015-06-261-2/+3
| | | | | | | | | Fixes #2939
* | | Merge pull request #2999 from apense/patch-5Andreas Rumpf2015-06-261-1/+29
|\ \ \ | | | | | | | | Updated nnkRange docs. Fixes #2929
| * | | Updated nnkRange docsapense2015-06-261-1/+29
| |/ / | | | | | | Addresses #2929
* / / Added `$` documentation to the manualapense2015-06-251-0/+28
|/ / | | | | It's mentioned for enums, for exmplae, but it should probably be explicit in the string section
* | moved contributing guide back to rootSimon Hafner2015-06-251-166/+0
| | | | | | | | "I don't want symlinks, symlinks suck, they turn an acylic tree into an acyclic graph."
* | fixes #2974Araq2015-06-251-0/+166
| |
* | Merge pull request #2990 from apense/patch-3Andreas Rumpf2015-06-251-0/+2
|\ \ | | | | | | Minor object documentation additions
| * | Minor object documentation additionsapense2015-06-251-0/+2
| | |
* | | Merge pull request #2989 from apense/patch-11reactormonk2015-06-251-0/+15
|\ \ \ | | | | | | | | Added example for var overloading
| * | | Added example for var overloadingapense2015-06-241-0/+15
| |/ / | | | | | | Simple example to demonstrate overloading in case technical lingo is confusing
* / / Added example for associativityapense2015-06-241-5/+12
|/ / | | | | Hopefully this change makes this neat feature more apparent
* | fix grammarAraq2015-06-252-22/+22
| |
* | Change --useColors to --colors:on|off and add helpAdam Strzelecki2015-06-241-0/+1
| | | | | | | | | | | | | | | | 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.
* | Merge pull request #2968 from def-/neutral-languagereactormonk2015-06-212-6/+6
|\ \ | | | | | | Neutral language
| * | Use gender neutral language in documentationdef2015-06-212-6/+6
| | |
* | | preparations for more Nimble packages; clear licensing; fixes #2949Araq2015-06-201-64/+2
| | |
* | | rename writeln to writeLine in docpatrick dw2015-06-196-33/+33
|/ /
* | Update tut2.txtRafael2015-06-181-7/+5
| |
* | Minor fixes to astspecapense2015-06-181-37/+38
| | | | | | Closing parenthesis. Couple of indentation fixes.
* | Merge pull request #2954 from avsej/fix-rest-syntax-in-astspecAndreas Rumpf2015-06-181-59/+59
|\ \ | | | | | | Fix rest syntax in astspec
| * | Fix reST syntax in doc/astspec.txtSergey Avseyev2015-06-181-3/+3
| | |
| * | Remove trailing spaces in doc/astspec.txtSergey Avseyev2015-06-181-57/+57
| | |
* | | More documentation of ASTapense2015-06-171-1/+95
|/ / | | | | Also gave some examples
* | Added uints to Leaf nodesapense2015-06-161-0/+4
| | | | | | [This question on SO](http://stackoverflow.com/questions/30311110/how-to-create-a-nnkuint16lit-nimnode) made me realized these weren't in there
* | Merge pull request #2936 from alexamy/alexamy-patch-1Andreas Rumpf2015-06-161-3/+12
|\ \ | | | | | | Tutorial Part I update
| * | Update tut1.txtAlexander2015-06-161-7/+12
| | |
| * | Update tut1.txtAlexander2015-06-161-1/+1
| | |
| * | Update tut1.txtAlexander2015-06-161-0/+4
| | |
* | | Merge pull request #2851 from stefantalpalaru/gogcAndreas Rumpf2015-06-162-2/+2
|\ \ \ | |/ / |/| | the Go GC (using the gccgo implementation)
| * | Merge branch 'devel' into gogcStefan Talpalaru2015-06-155-23/+47
| |\ \
| * | | the Go GC - initial implementationStefan Talpalaru2015-05-312-2/+2
| | | |
* | | | Fleshed out type sectionapense2015-06-151-2/+103
| | | | | | | | | | | | Hopefully this table renders correctly. Not sure this is the best place for this stuff.
* | | | Added import-type statementsapense2015-06-151-0/+96
| | | | | | | | | | | | import, import .. except, export, include, etc.
* | | | Minor updates; addition of `var` return in procsapense2015-06-151-0/+48
| | | |
* | | | Added static typesapense2015-06-151-0/+20
| | | | | | | | | | | | I put this within the type section, but I'm not sure if it should go here. It has a broader use. Should it get its own section?
* | | | Added raw string literal function calls docsapense2015-06-151-0/+19
| | | | | | | | | | | | Got curious as to how re"..." worked.
* | | | Corrected capitalizationapense2015-06-151-1/+1
| | | | | | | | | | | | Sorry to be making so many changes.
* | | | Updated type section a littleapense2015-06-151-0/+44
| | | | | | | | | | | | | | | | | | | | Objects are ubiquitous. Concepts don't use ``concept`` in their name. Really, a lot more could be added here.
* | | | Clarified ASTapense2015-06-151-4/+4
| | | | | | | | | | | | Generic parameters are treated in the next paragraph. Revised text for future compatibility
* | | | Added some documentationapense2015-06-151-16/+391
| |/ / |/| | | | | | | | This is a start. Other updates for `macros.nim` are planned, but this at least fleshes out some of the sections. Comments are appreciated!
* | | Regarding num literals, mod paths, ident equality.Oscar Campbell2015-06-142-9/+26
| | |
* | | Note about deprecation in generics.txtapense2015-06-081-2/+4
| | | | | | | | | I'm happy to change the wording or anything. It does seem like an important thing to mention, though. It might be better not to even mention typeless procs so as not to encourage bad behavior.
* | | Fixed links in Error hierarchyapense2015-06-041-2/+2
| | | | | | | | | Manual contained invalid links
* | | Fixed code indentation in procs.txtapense2015-06-041-1/+1
| | | | | | | | | Now matches tut2.txt
* | | Fix doc for #2523, regarding numeric literals.Oscar Campbell2015-05-311-9/+14
|/ /