Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | improved wording style (#6527) | Kobi Lurie | 2017-10-18 | 1 | -1/+1 | |
* | | destructors: tcustomseqs less embarrassing | Andreas Rumpf | 2017-10-17 | 1 | -4/+9 | |
* | | destructors: irresponsibly simple tcustomseq test works | Andreas Rumpf | 2017-10-17 | 3 | -11/+133 | |
* | | added typetraits.supportsCopyMem | Andreas Rumpf | 2017-10-17 | 2 | -1/+9 | |
* | | destructors: lift type bound ops to objects and arrays etc | Andreas Rumpf | 2017-10-17 | 4 | -32/+71 | |
* | | destructors: bugfix: lhs of assignment is irrelevant | Andreas Rumpf | 2017-10-17 | 1 | -2/+1 | |
* | | destructors: preparations for upcoming changes | Araq | 2017-10-17 | 8 | -8/+27 | |
* | | make the Windows build green again | Araq | 2017-10-17 | 1 | -2/+3 | |
* | | Constants can contain objects (excluding object variants) | Daniil Yarancev | 2017-10-16 | 1 | -1/+1 | |
* | | make tests green again | Andreas Rumpf | 2017-10-16 | 4 | -9/+14 | |
* | | fixes the Windows build | Andreas Rumpf | 2017-10-16 | 1 | -4/+6 | |
* | | Merge pull request #6491 from indianpojken/patch-1 | Dominik Picheta | 2017-10-16 | 1 | -0/+32 | |
|\ \ | ||||||
| * | | Update streams.nim | indianpojken | 2017-10-16 | 1 | -8/+8 | |
| * | | Adds uintX variants to read/peek procs | indianpojken | 2017-10-09 | 1 | -0/+32 | |
* | | | fixes #1137 | Andreas Rumpf | 2017-10-16 | 2 | -12/+28 | |
* | | | todo.txt updates | Andreas Rumpf | 2017-10-16 | 1 | -3/+0 | |
* | | | Merge pull request #6495 from GULPF/Fix-countLeapYears | Dominik Picheta | 2017-10-16 | 2 | -1/+7 | |
|\ \ \ | ||||||
| * | | | Fix countLeapYears | Oscar NihlgÄrd | 2017-10-10 | 2 | -1/+7 | |
* | | | | Refac of lists module (#6400) | GULPF | 2017-10-16 | 1 | -105/+32 | |
* | | | | Add hint about computing powers between integers (#6419) | Federico Ceratto | 2017-10-16 | 1 | -0/+2 | |
* | | | | fixes #5007 | Araq | 2017-10-16 | 1 | -5/+19 | |
* | | | | Add a test-case for #1641 | Daniil Yarancev | 2017-10-16 | 1 | -0/+20 | |
* | | | | fixes #5143 | Araq | 2017-10-16 | 2 | -4/+4 | |
* | | | | fixes #3558 | Araq | 2017-10-16 | 2 | -15/+17 | |
* | | | | fixes #6511 | Araq | 2017-10-16 | 1 | -7/+0 | |
* | | | | documentation: add 'sexp' module | Araq | 2017-10-16 | 1 | -1/+1 | |
* | | | | minor update of the manual | Araq | 2017-10-16 | 1 | -3/+3 | |
* | | | | some progress on the nimpretty tool; still not ready | Araq | 2017-10-16 | 4 | -17/+79 | |
* | | | | fixes an off-by-one error for nimpretty | Araq | 2017-10-16 | 1 | -1/+1 | |
* | | | | closes #5070 | Andreas Rumpf | 2017-10-15 | 3 | -23/+14 | |
* | | | | fixes #6496 | Andreas Rumpf | 2017-10-15 | 1 | -1/+1 | |
* | | | | Update json.nim (#6513) | Daniil Yarancev | 2017-10-15 | 1 | -3/+9 | |
* | | | | Little spelling fix in unicode module | Dominik Picheta | 2017-10-15 | 1 | -1/+1 | |
* | | | | make tests green again | Andreas Rumpf | 2017-10-15 | 2 | -1/+2 | |
* | | | | make nnkGotoState and labels more flexible | Andreas Rumpf | 2017-10-15 | 1 | -5/+11 | |
* | | | | make httpclient compile again via a workaround | Araq | 2017-10-15 | 1 | -2/+5 | |
* | | | | fixes #4910 | Araq | 2017-10-14 | 2 | -4/+15 | |
* | | | | fixes #5620 | Araq | 2017-10-14 | 2 | -12/+15 | |
* | | | | fixes #6487 | Araq | 2017-10-14 | 1 | -10/+22 | |
* | | | | minor refactorings for better destructors | Andreas Rumpf | 2017-10-14 | 7 | -17/+51 | |
* | | | | improve code generation for custom strings/seqs | Andreas Rumpf | 2017-10-14 | 2 | -4/+4 | |
* | | | | Merge pull request #6504 from Yardanico/patch-8 | Dominik Picheta | 2017-10-14 | 5 | -151/+25 | |
|\ \ \ \ | ||||||
| * | | | | @dom96's comments: remove bountysource, revert configurator change. | Daniil Yarancev | 2017-10-14 | 3 | -142/+1 | |
| * | | | | [JSON] getBVal -> getBool; getFNum -> getFloat | Daniil Yarancev | 2017-10-14 | 5 | -15/+30 | |
* | | | | | Fixes req w/ both Content-Length & Connection: close headers. | Dominik Picheta | 2017-10-13 | 1 | -4/+18 | |
|/ / / / | ||||||
* | | | | Fixes issues with URI concatenation when URI has no path. | Dominik Picheta | 2017-10-13 | 1 | -2/+11 | |
* | | | | new destroyer pass works with procs too | Andreas Rumpf | 2017-10-13 | 4 | -9/+11 | |
* | | | | added a test case for --newruntime | Andreas Rumpf | 2017-10-13 | 1 | -0/+97 | |
* | | | | introduce --newruntime switch for the upcoming destructors and move semantics | Andreas Rumpf | 2017-10-13 | 6 | -11/+19 | |
* | | | | simple programs now work with the new destroyer pass | Andreas Rumpf | 2017-10-12 | 4 | -56/+60 |