summary refs log tree commit diff stats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Misc documentation fixesSimon Ruderich2016-09-178-20/+21
|
* Merge pull request #4771 from rudis/develAndreas Rumpf2016-09-161-4/+5
|\ | | | | Misc minor (doc) fixes
| * doc: tut2: simplify debug macro exampleSimon Ruderich2016-09-151-4/+5
| |
* | Typo?Yuta Yamada2016-09-141-1/+1
|/
* cstring docArne Döring2016-09-051-2/+4
|
* nimsuggest: correct documentationAndreas Rumpf2016-09-011-2/+2
|
* fixes #4579Andreas Rumpf2016-08-231-3/+23
|
* removed 'strong spaces' from the manual because some people on reddit who ↵Andreas Rumpf2016-08-051-42/+0
| | | | never actually tried the feature are afraid that they could be confused (TM). Boo, we like to learn crazy precedence tables instead and check they adhere with the spacing.
* Merge pull request #4563 from krux02/spec-updateAndreas Rumpf2016-08-032-5/+7
|\ | | | | updadet doc/manual array construction syntax
| * updadet doc/manual array construction syntaxArne Döring2016-08-032-5/+7
| |
* | fix several broken linksmiere432016-07-311-1/+1
| |
* | 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
| |