Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes bug reported in PR #5637 | Andreas Rumpf | 2017-10-30 | 1 | -0/+8 |
| | |||||
* | breaking change: 'and' and 'mod' do not produce a subrange type anymore; ↵ | Andreas Rumpf | 2017-10-30 | 1 | -0/+13 |
| | | | | fixes #5854 | ||||
* | system.nim: typo | Andreas Rumpf | 2017-10-29 | 1 | -0/+2 |
| | |||||
* | make tests green again | Andreas Rumpf | 2017-10-29 | 3 | -3/+3 |
| | |||||
* | remove old implementation of the roof operator; make tests green again; ↵ | Andreas Rumpf | 2017-10-29 | 6 | -80/+7 |
| | | | | close #6292 | ||||
* | new feature: package level objects | Andreas Rumpf | 2017-10-29 | 4 | -0/+38 |
| | |||||
* | first implementation of package level types that allow forwarding across ↵ | Andreas Rumpf | 2017-10-28 | 1 | -6/+2 |
| | | | | module boundaries | ||||
* | added another test case for #6526 | Andreas Rumpf | 2017-10-28 | 1 | -0/+11 |
| | |||||
* | Add sections (type, var, let, const, using) support for reorder pragma (#6326) | BigEpsilon | 2017-10-28 | 2 | -7/+80 |
| | |||||
* | add `strutils.removePrefix` proc (#6473) | Bo Lingen | 2017-10-28 | 1 | -0/+62 |
| | |||||
* | Let the environment variable NIMBLE_DIR overrides nimblepath in cfg file (#6542) | Xiao-Yong | 2017-10-28 | 1 | -1/+2 |
| | | | | | | * Let the environment variable NIMBLE_DIR overrides nimblepath in cfg file If the length of NIMBLE_DIR is larger than zero, the nimblepath will be set to $NIMBLE_DIR/pkgs | ||||
* | fixes #6526 | Araq | 2017-10-27 | 1 | -5/+20 |
| | |||||
* | fixes #6606 (#6610) | Fredrik Høisæther Rasch | 2017-10-27 | 1 | -0/+22 |
| | |||||
* | fixes #6422 | Andreas Rumpf | 2017-10-26 | 1 | -1/+18 |
| | |||||
* | destructors: supportsCopyMem finally works for recursive types | Araq | 2017-10-26 | 1 | -3/+9 |
| | |||||
* | topttree destructor finally works | Araq | 2017-10-26 | 2 | -7/+9 |
| | |||||
* | destructors: work in progress | Araq | 2017-10-26 | 1 | -6/+7 |
| | |||||
* | made 'testament all' run in parallel | Araq | 2017-10-25 | 3 | -13/+15 |
| | |||||
* | testament: no sqlite or re dependencies anymore | Araq | 2017-10-25 | 3 | -268/+116 |
| | |||||
* | don't use .this in tcustomstrings.nim | Araq | 2017-10-25 | 1 | -8/+6 |
| | |||||
* | Testament HTML generation upgrade (#6058) | Fredrik Høisæther Rasch | 2017-10-25 | 4 | -394/+504 |
| | |||||
* | Fixes #6571 (#6578) | Thomas Johnson | 2017-10-24 | 1 | -1/+18 |
| | |||||
* | isAlphaNumberic and isDigit improvement + tests (#6579) | Viktor Marosvary | 2017-10-24 | 1 | -0/+19 |
| | | | if we encounter a character that does not satisfy the proc, we return immediately, without continuing to loop over the rest of the chars in the string. | ||||
* | added broken tbintree test | Andreas Rumpf | 2017-10-19 | 1 | -0/+97 |
| | |||||
* | make nested custom seqs work | Andreas Rumpf | 2017-10-19 | 1 | -1/+13 |
| | |||||
* | destructors: tcustomseqs less embarrassing | Andreas Rumpf | 2017-10-17 | 1 | -4/+9 |
| | |||||
* | destructors: irresponsibly simple tcustomseq test works | Andreas Rumpf | 2017-10-17 | 1 | -0/+126 |
| | |||||
* | destructors: lift type bound ops to objects and arrays etc | Andreas Rumpf | 2017-10-17 | 1 | -1/+4 |
| | |||||
* | make tests green again | Andreas Rumpf | 2017-10-16 | 2 | -4/+4 |
| | |||||
* | Merge pull request #6495 from GULPF/Fix-countLeapYears | Dominik Picheta | 2017-10-16 | 1 | -0/+6 |
|\ | | | | | Fix countLeapYears | ||||
| * | Fix countLeapYears | Oscar Nihlgård | 2017-10-10 | 1 | -0/+6 |
| | | |||||
* | | Add a test-case for #1641 | Daniil Yarancev | 2017-10-16 | 1 | -0/+20 |
| | | |||||
* | | fixes #5143 | Araq | 2017-10-16 | 1 | -3/+3 |
| | | |||||
* | | make tests green again | Andreas Rumpf | 2017-10-15 | 1 | -1/+1 |
| | | |||||
* | | fixes #4910 | Araq | 2017-10-14 | 1 | -0/+8 |
| | | |||||
* | | fixes #5620 | Araq | 2017-10-14 | 1 | -0/+12 |
| | | |||||
* | | @dom96's comments: remove bountysource, revert configurator change. | Daniil Yarancev | 2017-10-14 | 1 | -1/+1 |
| | | |||||
* | | [JSON] getBVal -> getBool; getFNum -> getFloat | Daniil Yarancev | 2017-10-14 | 2 | -3/+3 |
| | | |||||
* | | new destroyer pass works with procs too | Andreas Rumpf | 2017-10-13 | 1 | -3/+2 |
| | | |||||
* | | added a test case for --newruntime | Andreas Rumpf | 2017-10-13 | 1 | -0/+97 |
|/ | |||||
* | Merge branch 'araq-stringify-array' into devel | Andreas Rumpf | 2017-10-10 | 5 | -40/+50 |
|\ | |||||
| * | make tests green again | Andreas Rumpf | 2017-10-10 | 1 | -1/+1 |
| | | |||||
| * | make tests green again; closes #5861 | Andreas Rumpf | 2017-10-10 | 3 | -4/+4 |
| | | |||||
| * | Merge branch 'stringify-array' of https://github.com/krux02/Nim into ↵ | Andreas Rumpf | 2017-10-09 | 4 | -39/+49 |
| |\ | | | | | | | | | | krux02-stringify-array | ||||
| | * | reverted genEcho | Arne Döring | 2017-08-08 | 1 | -1/+2 |
| | | | |||||
| | * | don't filter '\0' characters in string generation | Arne Döring | 2017-08-07 | 1 | -1/+2 |
| | | | |||||
| | * | prevent null characters in $ on collections of char | Arne Döring | 2017-07-24 | 1 | -3/+1 |
| | | | |||||
| | * | made toString test assert based | Arne Döring | 2017-07-24 | 1 | -33/+21 |
| | | | |||||
| | * | fix | Arne Döring | 2017-07-24 | 1 | -1/+1 |
| | | | |||||
| | * | removed newString proc again, reverted some unnecesary changes | Arne Döring | 2017-07-24 | 3 | -14/+7 |
| | | |