summary refs log tree commit diff stats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* expr and stmt are now deprecatedAndreas Rumpf2016-07-306-34/+32
|
* overloading of dot and parenthesis operators should now be done in .experimentalAndreas Rumpf2016-07-221-0/+3
|
* updated 'concept' docsAndreas Rumpf2016-07-191-10/+0
|
* the Nim compiler supports the jsondoc2 commandAndreas Rumpf2016-07-131-0/+1
|
* Merge pull request #4445 from Jeff-Ciesielski/jeffc/define_assignmentsAndreas Rumpf2016-07-053-2/+39
|\ | | | | Add the ability to pass a value with the -d flag
| * Update documentation and newsJeff Ciesielski2016-07-053-2/+38
| |
| * Add the ability to pass a value with the -d flagJeff Ciesielski2016-07-041-1/+2
| | | | | | | | | | | | | | This allows the end user to use the {.magic: "IntDefine"/"StrDefine"} pragmas to pass values into code at compile time. This has a nice side effect of also allowing/requiring a default value to be assigned in the code (see osalloc.nim/StandaloneHeapSize for an example)
* | Added a note on closureScope. Added Kyiv :)Yuriy Glukhov2016-06-281-1/+7
|/
* Fix punctuationJoshua Olson2016-06-231-3/+3
| | | Not sure if any lines became too long...
* Fix a small typo in the manualAustin Morris2016-06-201-1/+1
|
* Move partition and rpartition to new strmisc moduleJoey Payne2016-06-131-0/+4
| | | | | | This was done because partition is an uncommonly used proc that is still useful in rare cases. There is also a desire to add more procs to this module at a later time.
* Fixed a couple of links.A. S. Budden2016-06-071-2/+2
|
* renamed most remaining .txt documentation files to .rstAraq2016-06-0718-0/+0
|
* documented new .this pragmaAndreas Rumpf2016-06-063-14/+58
|
* NimSymbol has been renamed to NimSymdef2016-06-061-1/+1
|
* Corrected link in manual.A. S. Budden2016-06-061-2/+2
|
* Merge pull request #4157 from flaviut/update-nre-docsAndreas Rumpf2016-06-021-0/+4
|\ | | | | Generate NRE docs for website
| * Generate nre docs with websiteFlaviu Tamas2016-05-131-0/+4
| |
* | fixes #375Andreas Rumpf2016-06-011-3/+4
| |
* | documentation build cleaned upAndreas Rumpf2016-05-315-6/+6
| |
* | added pure Nim random stdlib moduleAndreas Rumpf2016-05-301-0/+3
|/
* Merge pull request #4142 from endragor/gc-allow-skip-stackAndreas Rumpf2016-05-121-2/+8
|\ | | | | Added stackSize parameter to GC_step
| * Replaced ignoreStackAndRegisters with stackSize in GC_stepRuslan Mustakov2016-05-111-6/+8
| |
| * Added ignoreStackAndRegisters parameter to GC_stepRuslan Mustakov2016-05-101-2/+6
| |
* | added strscans stdlib moduleAraq2016-05-101-1/+4
|/
* Merge remote-tracking branch 'origin/devel' into malloc-store-sizeJacek Sieka2016-04-263-34/+2
|\
| * fixes #1152Andreas Rumpf2016-04-031-32/+0
| |
| * triggering yourself -> yourself triggeringJoshua Olson2016-04-011-1/+1
| | | | | | adverbs
| * Fix typo in manualdef2016-03-261-1/+1
| |
* | document useMalloc changesJacek Sieka2016-04-021-1/+3
|/
* use 'using' instead of 'sig' keyword; cleans up new features a bitAndreas Rumpf2016-02-291-39/+20
|
* first version of .partial objectsAndreas Rumpf2016-02-281-1/+3
|
* Added --noCppExceptions switchRuslan Mustakov2016-02-181-0/+1
|
* Added rlocks module to documentation and news.txtAnatoly Galiulin2016-02-181-0/+3
|
* Merge pull request #3860 from yuutayamada/fix-documentreactormonk2016-02-121-1/+1
|\ | | | | Fix few documentation a typo and old link
| * needs needs -> needsYuta Yamada2016-02-111-1/+1
| |
* | manual: typoAndreas Rumpf2016-02-061-1/+1
| |
* | Fixes typo in doc/manual/threads.txtPrayag Verma2016-02-011-1/+1
| | | | | | Spelling mistake fixed `overriden` >`overridden`
* | documentation proper bracketingAndreas Rumpf2016-01-271-1/+1
| |
* | Merge branch 'devel' of https://github.com/nim-lang/Nim into develAndreas Rumpf2016-01-277-93/+93
|\ \
| * | Promote "echo" syntax without parenthesisAdam Stankiewicz2016-01-267-93/+93
| | |
* | | 'nim i' is not available anymoreAndreas Rumpf2016-01-271-15/+15
|/ /
* | JS: Corrected shift operators. Made casting between ints behave like C does.Yuriy Glukhov2016-01-221-1/+3
| |
* | minor website and documentation updatesAraq2016-01-181-1/+1
|/
* fixes long standing typo in tut2Araq2016-01-181-4/+4
|
* Added missing modules to lib.txt and warnings to some module's docs.Dominik Picheta2016-01-181-7/+20
|
* removed wrong documentationAndreas Rumpf2016-01-171-1/+0
|
* implements final version of multiline commentsAndreas Rumpf2016-01-171-16/+7
|
* implements multi-line-comments; pounds are stripped from the doc commentsAndreas Rumpf2016-01-161-0/+38
|
* updated the documentation for the 'do' notationAndreas Rumpf2016-01-161-4/+4
|