summary refs log tree commit diff stats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Fix doc for #2523, regarding numeric literals.Oscar Campbell2015-05-311-9/+14
* prepare for unidecode Nimble packageAraq2015-05-281-5/+0
* Fix introduced erroneous use of "canonical" back to original wording. Fix fau...Oscar Campbell2015-05-262-4/+5
* Remove double punctuation. Change "contrained" wording to "constraint".Oscar Campbell2015-05-252-3/+4
* Merge remote-tracking branch 'upstream/devel' into develOscar Campbell2015-05-252-4/+4
|\
| * Corrected various links within documentationapense2015-05-252-4/+4
| * Revert "Fix typo in manual"reactormonk2015-05-241-4/+4
| * Merge pull request #2787 from flaviut/fix-doc-typosreactormonk2015-05-241-4/+4
| |\
| | * Fix typo in manualFlaviu Tamas2015-05-241-4/+4
* | | Change to hard word wrap at 80.Oscar Campbell2015-05-254-17/+33
* | | Change wording in some parts. Fix some typos.Oscar Campbell2015-05-2511-60/+71
|/ /
* / Fix typo in tutorialSergey Avseyev2015-05-231-1/+1
|/
* Update ast spec about uint literalsdef2015-05-181-1/+1
* Merge pull request #2717 from reactormonk/sexp-to-libsDominik Picheta2015-05-161-0/+4
|\
| * added documentation about sexpSimon Hafner2015-05-141-0/+4
* | RawFlowVar was renamed to FlowVarBaseMarkus Engelbrecht2015-05-162-2/+2
* | Merge pull request #2729 from mgee/fix-noSideEffect-typoreactormonk2015-05-151-1/+1
|\ \
| * | fix typo for noSideEffect pragmaMarkus Engelbrecht2015-05-151-1/+1
| |/
* / use new syntax for negative slicingMarkus Engelbrecht2015-05-151-1/+1
|/
* fixes typo in tut1Araq2015-05-041-36/+36
* version 0.11.0Araq2015-04-301-0/+5
* more cleanups for 0.11.0Araq2015-04-302-35/+186
* cleanups for underscores in tuple unpackingAraq2015-04-241-30/+44
* fixes #2533Araq2015-04-241-1/+1
* fixes #2335Araq2015-04-241-1/+20
* Merge branch 'devel' of https://github.com/Araq/Nim into develAraq2015-04-203-10/+30
|\
| * Merge pull request #2503 from ReneSac/arrowLikeAndreas Rumpf2015-04-151-8/+9
| |\
| | * Minor fixes for arrow like change patchReneSac2015-04-111-3/+4
| | * Changing the rule for arrow like operators again.ReneSac2015-04-101-2/+2
| | * Updated arrow like and strongSpaces in the manualReneSac2015-04-091-7/+7
| * | The getSubsystem<T> example in the manual currently fails with a codegen errorZahary Karadjov2015-04-141-1/+1
| * | importing of C++ nested generics like std::vector<T>::iterator, using the apo...Zahary Karadjov2015-04-131-0/+19
| * | Fixed typo in lexing.txt: UINT8_LIT -> UINT_LITRuslan Mustakov2015-04-121-1/+1
* | | fixes #2476Araq2015-04-191-2/+2
|/ /
* / Doc: compileTime pragma can be used on variablenovist2015-04-111-4/+3
|/
* minor doc improvementsAraq2015-04-081-1/+3
* Fix container example in manual a bitdef2015-04-071-1/+1
* better alternative to 'override'Araq2015-04-071-7/+6
* overloading of '=' worksAraq2015-04-061-1/+1
* first implementation of overloading of '='; missing: rewriting let/var sectionsAraq2015-04-061-12/+35
* doc updates; fixes 'inc' for 'char'Araq2015-03-292-53/+51
* Also use ref objects with inheritance in manualdef2015-03-262-22/+23
* Rework explanation a bit (thanks flaviu)def2015-03-261-3/+3
* Add explanation why we use ref objectsdef2015-03-261-0/+3
* Use ref objects with inheritance in Tut2 (fixes #1817)def2015-03-251-10/+12
* updated the manualAraq2015-03-232-34/+6
* breaking change: 'concept' is now a keyword and used instead of 'generic'Araq2015-03-234-64/+48
* fixes #1805Araq2015-03-211-14/+10
* 'constructor' pragma for C++ supportAraq2015-03-181-1/+15
* Merge pull request #2327 from def-/installationAndreas Rumpf2015-03-151-1/+1
|\