Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | deleted & purged dlls | Simon Hafner | 2014-04-09 | 0 | -0/+0 |
* | Merge pull request #1075 from flaviut/inlinedocs | Andreas Rumpf | 2014-04-09 | 71 | -15/+2521 |
|\ | |||||
| * | Fix typos in system.nim | flaviut | 2014-04-08 | 1 | -12/+12 |
| * | `Concatenates` was misspelled | flaviut | 2014-04-08 | 1 | -6/+6 |
| * | Code example for `clamp` | flaviut | 2014-04-08 | 1 | -1/+5 |
| * | Document inplace string appending | flaviut | 2014-04-08 | 1 | -0/+14 |
| * | Code examples for string concatination | flaviut | 2014-04-08 | 1 | -1/+16 |
| * | Code docs for `contains`, `in`, `is`, and `of` | flaviut | 2014-04-08 | 1 | -1/+35 |
| * | Inline docs for sequence appending | flaviut | 2014-04-08 | 1 | -0/+23 |
* | | refined and documented regionized pointers | Araq | 2014-04-09 | 4 | -18/+71 |
* | | fixes bootstrapping | Araq | 2014-04-09 | 2 | -5/+10 |
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-09 | 3 | -20/+38 |
|\ \ | |||||
| * \ | Merge pull request #901 from reactormonk/seq_toString | Andreas Rumpf | 2014-04-09 | 2 | -18/+34 |
| |\ \ | |||||
| | * | | added `$` for arrays | Simon Hafner | 2014-03-31 | 2 | -15/+19 |
| | * | | Merge branch 'devel' of github.com:Araq/Nimrod into seq_toString | Simon Hafner | 2014-03-31 | 215 | -4514/+9076 |
| | |\ \ | |||||
| | * | | | removed `$` for openarray, was commented out | Simon Hafner | 2014-02-11 | 1 | -13/+0 |
| | * | | | explicit firstElement for `$` in collections | Simon Hafner | 2014-02-11 | 2 | -4/+12 |
| | * | | | Added `$` for seq | Simon Hafner | 2014-02-11 | 2 | -0/+17 |
| * | | | | Merge pull request #902 from reactormonk/float_toString | Andreas Rumpf | 2014-04-09 | 1 | -2/+4 |
| |\ \ \ \ | | |_|_|/ | |/| | | | |||||
| | * | | | add a trailing zero to $float | Simon Hafner | 2014-02-11 | 1 | -0/+2 |
| | * | | | use `.f` instead of `.16e` for floats | Simon Hafner | 2014-02-11 | 1 | -2/+2 |
* | | | | | implemented region pointers | Araq | 2014-04-09 | 14 | -39/+82 |
|/ / / / | |||||
* | | | | merged better html links #850 | Araq | 2014-04-08 | 13 | -56/+559 |
* | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-08 | 4 | -4/+33 |
|\ \ \ \ | |||||
| * \ \ \ | Merge pull request #1069 from flaviut/devel | Andreas Rumpf | 2014-04-08 | 1 | -1/+25 |
| |\ \ \ \ | |||||
| | * | | | | Modify renderRstToJson to use the json library | flaviut | 2014-04-05 | 1 | -18/+17 |
| | * | | | | Add renderRstToJson in docutils | flaviut | 2014-04-05 | 1 | -0/+25 |
| * | | | | | Disable async macro code output. Added some WSA error codes to winlean. | Dominik Picheta | 2014-04-07 | 2 | -2/+7 |
| * | | | | | Merge branch 'devel' of github.com:Araq/Nimrod into devel | Dominik Picheta | 2014-04-07 | 4 | -3/+39 |
| |\ \ \ \ \ | |||||
| * | | | | | | Change the expected path in tfailedassert. | Dominik Picheta | 2014-04-06 | 1 | -1/+1 |
* | | | | | | | preparations for easier debugging | Araq | 2014-04-07 | 5 | -27/+41 |
| |/ / / / / |/| | | | | | |||||
* | | | | | | make tests green again | Araq | 2014-04-07 | 1 | -2/+0 |
* | | | | | | fixes #1063 | Araq | 2014-04-07 | 3 | -2/+35 |
* | | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-07 | 5 | -31/+17 |
|\| | | | | | |||||
| * | | | | | Fixes selectors module on Mac OS X. | Dominik Picheta | 2014-04-06 | 1 | -0/+1 |
| * | | | | | setLen now used on asyncdispatch.recv's return value on Linux. | Dominik Picheta | 2014-04-06 | 2 | -7/+2 |
| * | | | | | Selectors module now uses select on operating systems other than Linux. | Dominik Picheta | 2014-04-06 | 3 | -24/+14 |
* | | | | | | updated news.txt | Araq | 2014-04-07 | 1 | -1/+6 |
|/ / / / / | |||||
* | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-06 | 13 | -119/+287 |
|\ \ \ \ \ | |||||
| * | | | | | Updates docs and news. | Dominik Picheta | 2014-04-06 | 6 | -93/+219 |
| * | | | | | Select implementation in selectors module compiles again. | Dominik Picheta | 2014-04-06 | 1 | -3/+3 |
| * | | | | | Documentation for async httpclient. Notes for url modules. | Dominik Picheta | 2014-04-06 | 3 | -5/+43 |
| * | | | | | Get rid of incorrect assert in asyncdispatch. | Dominik Picheta | 2014-04-06 | 1 | -1/+0 |
| * | | | | | Fixes docgen. | Dominik Picheta | 2014-04-06 | 1 | -4/+7 |
| * | | | | | Merge pull request #1071 from ReneSac/devel | Andreas Rumpf | 2014-04-06 | 2 | -13/+15 |
| |\ \ \ \ \ | |||||
| | * | | | | | Removed trailing ';'. | ReneSac | 2014-04-06 | 1 | -1/+1 |
| | * | | | | | Fix typo in previous commit. | ReneSac | 2014-04-06 | 1 | -1/+1 |
| | * | | | | | Zero is not a power of two. Fix #1047 | ReneSac | 2014-04-06 | 1 | -12/+14 |
* | | | | | | | fixes #798 | Araq | 2014-04-06 | 12 | -2/+10 |
|/ / / / / / | |||||
* | | | | | | fixes #297 | Araq | 2014-04-06 | 1 | -0/+32 |