Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | 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 | |
* | | | | code cleanups for the upcoming reworked destructors | Andreas Rumpf | 2017-10-12 | 3 | -64/+6 | |
* | | | | make threadpool care about minPoolSize | Andreas Rumpf | 2017-10-12 | 1 | -0/+10 | |
* | | | | initial version of the new untested destructor pass | Andreas Rumpf | 2017-10-12 | 8 | -121/+178 | |
* | | | | do not produce the annoying small 'l' warning | Andreas Rumpf | 2017-10-10 | 1 | -7/+1 | |
|/ / / | ||||||
* | | | fixes #6474 | Andreas Rumpf | 2017-10-10 | 1 | -1/+1 | |
* | | | Merge branch 'araq-stringify-array' into devel | Andreas Rumpf | 2017-10-10 | 24 | -130/+247 | |
|\ \ \ | ||||||
| * | | | some progress on destroyer.nim | Andreas Rumpf | 2017-10-10 | 2 | -2/+58 | |
| * | | | another attempt to make tests green again | Andreas Rumpf | 2017-10-10 | 1 | -3/+3 | |
| * | | | added a minor note to destroyer.nim | Andreas Rumpf | 2017-10-10 | 1 | -0/+3 | |
| * | | | fixes a renderer regression that affects c2nim | Andreas Rumpf | 2017-10-10 | 1 | -1/+4 | |
| * | | | make tests green again | Andreas Rumpf | 2017-10-10 | 1 | -1/+1 | |
| * | | | make tests green again; closes #5861 | Andreas Rumpf | 2017-10-10 | 4 | -19/+19 | |
| * | | | make openssl.nim compile again | Andreas Rumpf | 2017-10-10 | 1 | -9/+9 | |
| * | | | breaking change: arrays of char do not convert to cstring; ptr to array of ch... | Andreas Rumpf | 2017-10-10 | 12 | -36/+73 | |
| * | | | Merge branch 'stringify-array' of https://github.com/krux02/Nim into krux02-s... | Andreas Rumpf | 2017-10-09 | 9 | -71/+89 | |
| |\ \ \ | ||||||
| | * | | | reverted genEcho | Arne Döring | 2017-08-08 | 2 | -25/+9 |