Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #5175 from jlp765/patch-1 | Andreas Rumpf | 2017-01-06 | 1 | -1/+29 |
|\ | | | | | Tutorial1 additions | ||||
| * | Tutorial1 additions | jlp765 | 2017-01-03 | 1 | -1/+29 |
| | | | | | | | | Add extra For Statement stuff Add Distinct Types | ||||
* | | updated doc for dynlib pragma | Arne Döring | 2017-01-04 | 1 | -1/+5 |
|/ | |||||
* | added distros.nim stdlib module for NimScript/Nimble support | Araq | 2016-12-31 | 1 | -0/+5 |
| | |||||
* | reworked emit pragma; fixes #4730 | Andreas Rumpf | 2016-12-17 | 1 | -7/+5 |
| | |||||
* | Added deques module, deprecating queues | Ruslan Mustakov | 2016-11-24 | 1 | -2/+3 |
| | |||||
* | recursive modules are only detected to improve error messages | Andreas Rumpf | 2016-11-24 | 1 | -2/+30 |
| | |||||
* | disallow recursive module dependencies | Araq | 2016-11-23 | 1 | -30/+2 |
| | |||||
* | documents --excessiveStackTrace switch | Andreas Rumpf | 2016-11-22 | 1 | -0/+2 |
| | |||||
* | Fix inaccuracy surrounding Nimble in doc/nims.rst. | Dominik Picheta | 2016-11-21 | 1 | -16/+2 |
| | |||||
* | first version of the new memory tracking feature | Andreas Rumpf | 2016-11-21 | 1 | -0/+1 |
| | |||||
* | Merge pull request #4994 from arnetheduck/nim-check-abi | Andreas Rumpf | 2016-11-08 | 1 | -0/+4 |
|\ | | | | | add a simple sizeof checker to compare nim & c types | ||||
| * | abi check: prefer nim constant to enable, document | Jacek Sieka | 2016-11-03 | 1 | -0/+4 |
| | | |||||
* | | new dependency tracking for nimsuggest | Araq | 2016-11-06 | 1 | -1/+1 |
| | | |||||
* | | typo | Li Jie | 2016-11-05 | 1 | -1/+1 |
|/ | |||||
* | (minor) Doc change for #3130 | singularperturbation | 2016-10-31 | 1 | -1/+2 |
| | |||||
* | update the gc.rst document | Araq | 2016-10-24 | 1 | -19/+11 |
| | |||||
* | further cleanups; refs #4934 | Araq | 2016-10-24 | 4 | -1/+367 |
| | |||||
* | docgen: PDFs and HTMLs finally are generated in their own respective directories | Araq | 2016-10-24 | 1 | -0/+0 |
| | |||||
* | fixes #3485 | Andreas Rumpf | 2016-10-21 | 1 | -1/+1 |
| | |||||
* | Fix a table in macros documentation | Dmitry Polienko | 2016-10-19 | 1 | -0/+1 |
| | | | | fixes #4911 | ||||
* | document 'nim e' mode | Araq | 2016-10-08 | 1 | -0/+1 |
| | |||||
* | version changed to 0.15.0 | Araq | 2016-10-01 | 1 | -1/+1 |
| | |||||
* | Misc documentation fixes | Simon Ruderich | 2016-09-17 | 8 | -20/+21 |
| | |||||
* | Merge pull request #4771 from rudis/devel | Andreas Rumpf | 2016-09-16 | 1 | -4/+5 |
|\ | | | | | Misc minor (doc) fixes | ||||
| * | doc: tut2: simplify debug macro example | Simon Ruderich | 2016-09-15 | 1 | -4/+5 |
| | | |||||
* | | Typo? | Yuta Yamada | 2016-09-14 | 1 | -1/+1 |
|/ | |||||
* | cstring doc | Arne Döring | 2016-09-05 | 1 | -2/+4 |
| | |||||
* | nimsuggest: correct documentation | Andreas Rumpf | 2016-09-01 | 1 | -2/+2 |
| | |||||
* | fixes #4579 | Andreas Rumpf | 2016-08-23 | 1 | -3/+23 |
| | |||||
* | removed 'strong spaces' from the manual because some people on reddit who ↵ | Andreas Rumpf | 2016-08-05 | 1 | -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-update | Andreas Rumpf | 2016-08-03 | 2 | -5/+7 |
|\ | | | | | updadet doc/manual array construction syntax | ||||
| * | updadet doc/manual array construction syntax | Arne Döring | 2016-08-03 | 2 | -5/+7 |
| | | |||||
* | | fix several broken links | miere43 | 2016-07-31 | 1 | -1/+1 |
| | | |||||
* | | expr and stmt are now deprecated | Andreas Rumpf | 2016-07-30 | 6 | -34/+32 |
|/ | |||||
* | overloading of dot and parenthesis operators should now be done in .experimental | Andreas Rumpf | 2016-07-22 | 1 | -0/+3 |
| | |||||
* | updated 'concept' docs | Andreas Rumpf | 2016-07-19 | 1 | -10/+0 |
| | |||||
* | the Nim compiler supports the jsondoc2 command | Andreas Rumpf | 2016-07-13 | 1 | -0/+1 |
| | |||||
* | Merge pull request #4445 from Jeff-Ciesielski/jeffc/define_assignments | Andreas Rumpf | 2016-07-05 | 3 | -2/+39 |
|\ | | | | | Add the ability to pass a value with the -d flag | ||||
| * | Update documentation and news | Jeff Ciesielski | 2016-07-05 | 3 | -2/+38 |
| | | |||||
| * | Add the ability to pass a value with the -d flag | Jeff Ciesielski | 2016-07-04 | 1 | -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 Glukhov | 2016-06-28 | 1 | -1/+7 |
|/ | |||||
* | Fix punctuation | Joshua Olson | 2016-06-23 | 1 | -3/+3 |
| | | | Not sure if any lines became too long... | ||||
* | Fix a small typo in the manual | Austin Morris | 2016-06-20 | 1 | -1/+1 |
| | |||||
* | Move partition and rpartition to new strmisc module | Joey Payne | 2016-06-13 | 1 | -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. Budden | 2016-06-07 | 1 | -2/+2 |
| | |||||
* | renamed most remaining .txt documentation files to .rst | Araq | 2016-06-07 | 18 | -0/+0 |
| | |||||
* | documented new .this pragma | Andreas Rumpf | 2016-06-06 | 3 | -14/+58 |
| | |||||
* | NimSymbol has been renamed to NimSym | def | 2016-06-06 | 1 | -1/+1 |
| | |||||
* | Corrected link in manual. | A. S. Budden | 2016-06-06 | 1 | -2/+2 |
| |