summary refs log tree commit diff stats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5175 from jlp765/patch-1Andreas Rumpf2017-01-061-1/+29
|\ | | | | Tutorial1 additions
| * Tutorial1 additionsjlp7652017-01-031-1/+29
| | | | | | | | Add extra For Statement stuff Add Distinct Types
* | updated doc for dynlib pragmaArne Döring2017-01-041-1/+5
|/
* added distros.nim stdlib module for NimScript/Nimble supportAraq2016-12-311-0/+5
|
* reworked emit pragma; fixes #4730Andreas Rumpf2016-12-171-7/+5
|
* Added deques module, deprecating queuesRuslan Mustakov2016-11-241-2/+3
|
* recursive modules are only detected to improve error messagesAndreas Rumpf2016-11-241-2/+30
|
* disallow recursive module dependenciesAraq2016-11-231-30/+2
|
* documents --excessiveStackTrace switchAndreas Rumpf2016-11-221-0/+2
|
* Fix inaccuracy surrounding Nimble in doc/nims.rst.Dominik Picheta2016-11-211-16/+2
|
* first version of the new memory tracking featureAndreas Rumpf2016-11-211-0/+1
|
* Merge pull request #4994 from arnetheduck/nim-check-abiAndreas Rumpf2016-11-081-0/+4
|\ | | | | add a simple sizeof checker to compare nim & c types
| * abi check: prefer nim constant to enable, documentJacek Sieka2016-11-031-0/+4
| |
* | new dependency tracking for nimsuggestAraq2016-11-061-1/+1
| |
* | typoLi Jie2016-11-051-1/+1
|/
* (minor) Doc change for #3130singularperturbation2016-10-311-1/+2
|
* update the gc.rst documentAraq2016-10-241-19/+11
|
* further cleanups; refs #4934Araq2016-10-244-1/+367
|
* docgen: PDFs and HTMLs finally are generated in their own respective directoriesAraq2016-10-241-0/+0
|
* fixes #3485Andreas Rumpf2016-10-211-1/+1
|
* Fix a table in macros documentationDmitry Polienko2016-10-191-0/+1
| | | | fixes #4911
* document 'nim e' modeAraq2016-10-081-0/+1
|
* version changed to 0.15.0Araq2016-10-011-1/+1
|
* 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
|