Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix usage of parameters types in templates #6756 (#6768) | Anatoly Galiulin | 2017-11-29 | 1 | -1/+1 |
| | |||||
* | destructors: some improvements for bug #4214: object constructors are moved too | Araq | 2017-11-29 | 1 | -2/+2 |
| | |||||
* | doc gen :test: feature: created a nested directory in order to keep Nim ↵ | Araq | 2017-11-28 | 1 | -1/+4 |
| | | | | happy in parallel builds | ||||
* | fixes #6831 | Araq | 2017-11-28 | 1 | -5/+17 |
| | |||||
* | newruntime: removed old way of writing destructors | Araq | 2017-11-28 | 2 | -13/+8 |
| | |||||
* | Show nimscript configuration files during compilation (#6750) | Lynn C. Rees | 2017-11-28 | 1 | -0/+1 |
| | |||||
* | fixes the new ':test:' feature | Araq | 2017-11-28 | 1 | -1/+1 |
| | |||||
* | make the tests green again | Araq | 2017-11-28 | 1 | -1/+1 |
| | |||||
* | fixes #6820 | Araq | 2017-11-28 | 1 | -3/+3 |
| | |||||
* | the documentation generator now supports ':test:' for the testing of test ↵ | Araq | 2017-11-28 | 3 | -10/+31 |
| | | | | snippets | ||||
* | fixes system.runnableExamples; strutils makes use of runnableExamples | Araq | 2017-11-26 | 1 | -2/+2 |
| | |||||
* | the documentation generator now supports system.runnableExamples | Araq | 2017-11-26 | 6 | -57/+110 |
| | |||||
* | make tests green again | Araq | 2017-11-23 | 1 | -0/+5 |
| | |||||
* | make tests green again | Araq | 2017-11-23 | 1 | -0/+1 |
| | |||||
* | fixes not-nil regression | Araq | 2017-11-23 | 1 | -1/+1 |
| | |||||
* | fixes #3993 | Araq | 2017-11-23 | 1 | -1/+2 |
| | |||||
* | fixes #4686 | Araq | 2017-11-23 | 1 | -1/+1 |
| | |||||
* | fixes #6489 | Araq | 2017-11-23 | 5 | -5/+13 |
| | |||||
* | minor optimization for propagateToOwner | Araq | 2017-11-23 | 1 | -4/+1 |
| | |||||
* | fixes #6555 | Araq | 2017-11-23 | 1 | -0/+1 |
| | |||||
* | fixes #6682 | Araq | 2017-11-22 | 3 | -2/+9 |
| | |||||
* | improve error message for bug #6788 | Araq | 2017-11-22 | 1 | -1/+4 |
| | |||||
* | fixes #6445 (concepts for the JS target) | Andreas Rumpf | 2017-11-22 | 1 | -3/+4 |
| | |||||
* | fixes #6568 | Andreas Rumpf | 2017-11-22 | 1 | -1/+1 |
| | |||||
* | language change: 'generic' and 'atomic' are not keywords anymore | Andreas Rumpf | 2017-11-21 | 4 | -15/+9 |
| | |||||
* | added a warning that the .deprecate statement is unreliable for routines | Andreas Rumpf | 2017-11-21 | 1 | -1/+2 |
| | |||||
* | OS X has no llvm-ar tool; use ar instead | Araq | 2017-11-21 | 1 | -1/+5 |
| | |||||
* | macros.nim: deprecated ! operator | Andreas Rumpf | 2017-11-19 | 1 | -2/+4 |
| | |||||
* | fixes #5521 object variants superclass trigger bad codegen (#6120) | andri lim | 2017-11-19 | 1 | -8/+5 |
| | |||||
* | Fixes #5979 (#5980) | Yuriy Glukhov | 2017-11-19 | 1 | -2/+8 |
| | |||||
* | fixes #6724 | Andreas Rumpf | 2017-11-19 | 1 | -3/+3 |
| | |||||
* | make tests green again | Andreas Rumpf | 2017-11-18 | 2 | -6/+8 |
| | |||||
* | fixes #6073 | Andreas Rumpf | 2017-11-18 | 1 | -1/+1 |
| | |||||
* | fixes #5781 | Andreas Rumpf | 2017-11-18 | 1 | -1/+1 |
| | |||||
* | fixes #6753 | Andreas Rumpf | 2017-11-18 | 1 | -4/+4 |
| | |||||
* | fixes #6776 | Andreas Rumpf | 2017-11-18 | 1 | -1/+1 |
| | |||||
* | Do not include date in binaries (#6581) | Bernhard M. Wiedemann | 2017-11-18 | 2 | -5/+6 |
| | | | | | | and do not claim copyright for 2018 in order to make nim package builds reproducible. See https://reproducible-builds.org/ for why this is good. | ||||
* | Fix compiler crash (#6773) (#6774) | cooldome | 2017-11-18 | 1 | -1/+1 |
| | |||||
* | fixes #6757 | Andreas Rumpf | 2017-11-17 | 1 | -1/+7 |
| | |||||
* | fixes the second example of #6757 | Andreas Rumpf | 2017-11-17 | 1 | -7/+7 |
| | |||||
* | fixes #6765 | Andreas Rumpf | 2017-11-17 | 1 | -3/+7 |
| | |||||
* | 'nim doc' is now using version 2 of the documentation generator | Andreas Rumpf | 2017-11-16 | 1 | -2/+2 |
| | |||||
* | WIP: Add a advanced compiler command 'ctags' (#6654) | Dmitry Atamanov | 2017-11-15 | 3 | -0/+69 |
| | |||||
* | Merge pull request #6743 from lcrees/patch-6 | Dominik Picheta | 2017-11-14 | 1 | -2/+3 |
|\ | | | | | Clarify compiler plugin support | ||||
| * | Clarify compiler plugin support | Lynn C. Rees | 2017-11-14 | 1 | -2/+3 |
| | | |||||
* | | bugfix: make 'macros' module available for nimscript | Andreas Rumpf | 2017-11-14 | 1 | -3/+3 |
|/ | |||||
* | Fix incorrect signature for nimLoadProcs when using cpp backend (#6699) | Kartik Saranathan | 2017-11-07 | 1 | -1/+1 |
| | |||||
* | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2017-11-07 | 1 | -1/+5 |
|\ | |||||
| * | Block expressions (#6695) | Fabian Keller | 2017-11-06 | 1 | -1/+5 |
| | | | | | | | | | | | | * enabled parsing of block expressions * added test case; closes #3827 * adjusted grammar doc strings * updated grammar in docs | ||||
* | | Merge branch 'devel' into araq | Andreas Rumpf | 2017-11-07 | 12 | -31/+88 |
|\| |