summary refs log tree commit diff stats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* documentation improvements; system.nim docs adapted to unix's braindead idea ↵Araq2015-10-211-1/+1
| | | | of how software should be packaged which didn't work in 1970 and surprise doesn't work in 2015 either
* fix #3418 add example on openArray to types.txtJamesP2015-10-051-0/+5
|
* Rename rawsockets module to nativesocketsAdam Strzelecki2015-10-031-1/+5
| | | | | | | | | | This change was done to avoid confusion with TCP/IP raw sockets. Native sockets module represents handling native system low level socket API in general and is not just limited anyhow to TCP/IP raw sockets. A stub lib/deprecated/pure/rawsockets.nim module has been added as compatibility layer for old code using rawsockets, so this change will not break existing code.
* Merge pull request #3389 from nanoant/patch/separate-deprecated-modulesDominik Picheta2015-10-031-11/+21
|\ | | | | Patch/separate deprecated modules
| * parseopt: This module is no longer deprecatedAdam Strzelecki2015-09-301-2/+0
| | | | | | | | Remove depreciation notice from doc/lib.txt.
| * doc: Move deprecated modules into separate sectionAdam Strzelecki2015-09-301-9/+21
| |
* | document new bitsize pragmaAman Gupta2015-09-301-0/+18
|/
* Nimscript: the compiler supports a directory wide config.nims fileAraq2015-09-291-1/+2
|
* s/advanted/advanced/gAman Gupta2015-09-202-2/+2
|
* clarify the meaning of the 'auto' metatype; 'auto' is now bind-multiple; ↵Araq2015-09-142-10/+25
| | | | fixes #3224
* documented implicit compileTime procsAraq2015-09-141-1/+14
|
* fixes #1782Araq2015-09-131-0/+8
|
* documented void contextAraq2015-09-121-0/+18
|
* fixes #2559Araq2015-09-103-12/+13
|
* minor documentation cleanupsAraq2015-09-082-3/+5
|
* even better docsAraq2015-09-081-1/+1
|
* documented NimScriptAraq2015-09-071-0/+118
|
* fixes #2590; methods now require a .base annotationAraq2015-09-061-2/+7
|
* Merge pull request #3286 from yglukhov/when-nimvmAndreas Rumpf2015-09-051-0/+29
|\ | | | | when nimvm stmt
| * Added documentation for when nimvm statement.Yuriy Glukhov2015-09-051-2/+31
| |
* | doc: Trim .txt files trailing whitespaceAdam Strzelecki2015-09-0433-567/+567
|/ | | | via OSX: find . -name '*.txt' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* refs #2973; manual contains almost all pragmas now, few are left in the ↵Araq2015-08-142-457/+464
| | | | compiler guide
* Improve discoverability of 'of' operatorMichał Zieliński2015-08-021-1/+2
|
* website improvementsAraq2015-07-181-0/+4
|
* Merge pull request #3111 from rafaelx/patch-2Dominik Picheta2015-07-141-2/+19
|\ | | | | Update tut1.txt
| * Update tut1.txtRafael2015-07-141-2/+19
| | | | | | Example that shows advantage of 'openArray'
* | documented /*INCLUDESECTION*/ emit sectionAraq2015-07-141-1/+1
|/
* Merge pull request #2272 from def-/unsignedAndreas Rumpf2015-07-111-5/+0
|\ | | | | Move unsigned int operations to system module
| * Remove unsigned from lib.txtdef2015-07-011-5/+0
| |
* | Merge pull request #3098 from Varriount/add-nep1Andreas Rumpf2015-07-113-1/+215
|\ \ | | | | | | Add NEP1 to documentation.
| * | Add NEP1 to documentation.Varriount2015-07-103-1/+215
| | | | | | | | | | | | | | | | | | | | | 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.
* | | Merge pull request #3085 from apense/patch-10Andreas Rumpf2015-07-091-2/+12
|\ \ \ | |/ / |/| | Update sets documentation. Fixes #3058
| * | Update sets_fragment.txtapense2015-07-081-2/+12
| | |
* | | `replace` -> `replacef`apense2015-07-081-1/+1
|/ /
* | Merge pull request #3020 from flaviut/rename-crc-to-hashAndreas Rumpf2015-07-051-1/+1
|\ \ | | | | | | CRC -> Hash
| * | CRC -> HashFlaviu Tamas2015-07-031-1/+1
| | |
* | | List warnings & hints via --(hints|warnings):listAdam Strzelecki2015-07-031-2/+3
| |/ |/| | | | | | | Hints and warnings can be now listed using --warnings:list and --hints:list printing names and checkboxes indicating which of these are enabled.
* | 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
| | |