summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2016-11-291-3/+46
| |\ \
| | * \ Merge pull request #5058 from johnnovak/terminal-win-fixAndreas Rumpf2016-11-291-3/+6
| | |\ \
| | | * | Fix setStyle for WindowsJohn Novak2016-11-261-3/+6
| | | |/
| | * | Merge pull request #5060 from johnnovak/terminal-showhide-cursorAndreas Rumpf2016-11-281-0/+40
| | |\ \
| | | * | Add hideCursor & showCursorJohn Novak2016-11-261-0/+40
| | | |/
| * | / updated upcoming/asyncdispatchAraq2016-11-291-1/+1
| |/ /
* | | make upcoming compile on Windows againAraq2016-11-291-1/+1
* | | times.nim: remove code duplicationAraq2016-11-291-8/+2
* | | further progress; more tests are greenAraq2016-11-281-0/+1
* | | Merge branch 'devel' into sighashesAraq2016-11-2827-256/+864
|\| |
| * | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-11-286-38/+319
| |\ \
| | * \ Merge pull request #4878 from yglukhov/gc-frameinfoAndreas Rumpf2016-11-281-14/+11
| | |\ \
| | | * | DRY frame info setting out to a template.Yuriy Glukhov2016-11-031-14/+11
| | * | | Merge pull request #5044 from endragor/dequesAndreas Rumpf2016-11-284-12/+280
| | |\ \ \
| | | * | | Added deques module, deprecating queuesRuslan Mustakov2016-11-244-12/+280
| | | | |/ | | | |/|
| | * | | Corrected test case for #5057.Yuriy Glukhov2016-11-271-3/+3
| | * | | Fixes #5057Yuriy Glukhov2016-11-261-12/+28
| | |/ /
| * | | system.deepCopy should show old behaviourAndreas Rumpf2016-11-281-1/+6
| * | | use -d:nimTypeNames to create RTTI with type namesAndreas Rumpf2016-11-281-0/+2
| * | | deepcopy fixAndreas Rumpf2016-11-261-31/+75
| |/ /
| * | reverted deepcopy fix for nowAndreas Rumpf2016-11-241-75/+31
| * | further memtracking improvementsAndreas Rumpf2016-11-245-8/+29
| * | make tests green againAndreas Rumpf2016-11-221-17/+19
| * | sqlite: removes weird spacingAndreas Rumpf2016-11-221-1/+1
| * | better memory trackingAndreas Rumpf2016-11-222-55/+64
| * | Fixes asyncdispatch.all completing its res future more than once.Dominik Picheta2016-11-211-15/+16
| * | Merge pull request #5041 from cheatfate/upcoming_async_update1Dominik Picheta2016-11-211-36/+60
| |\ \
| | * | make semantic equal to current versioncheatfate2016-11-201-36/+60
| * | | json.toUgly also uses optimized string routinesAndreas Rumpf2016-11-211-2/+4
| * | | speed up json core moduleAndreas Rumpf2016-11-211-11/+27
| * | | string.add for floats and ints for more performance (JS not yet supported)Andreas Rumpf2016-11-211-28/+23
| * | | first version of the new memory tracking featureAndreas Rumpf2016-11-214-0/+145
| * | | updated sqlite3 wrapper slightlyAndreas Rumpf2016-11-211-5/+6
| |/ /
| * | Merge pull request #5037 from FedericoCeratto/patch-18Dominik Picheta2016-11-191-0/+7
| |\ \
| | * | Add marshal format warningFederico Ceratto2016-11-191-0/+1
| | * | Add [un]marshalling examplesFederico Ceratto2016-11-191-0/+6
| * | | Async: Refactors asyncdispatch.poll.Dominik Picheta2016-11-191-31/+22
| * | | Async: Fixes problem when callbacks add other callbacks.Dominik Picheta2016-11-191-6/+12
| * | | Async: Further callbacks will no longer be called after an EAGAIN.Dominik Picheta2016-11-191-4/+14
| |/ /
| * | Fixes #5035Felix Krause2016-11-182-14/+13
| * | fixes deepcopy regressionAndreas Rumpf2016-11-181-2/+4
| * | deepCopy: proper sharing of refsAndreas Rumpf2016-11-171-31/+73
| * | fixed typoDavid Krause2016-11-171-1/+1
| * | Merge pull request #5024 from flyx/timesimprovementAndreas Rumpf2016-11-151-42/+64
| |\ \
| | * | Updated times.parse() documentationFelix Krause2016-11-141-3/+6
| | * | Parse 'Z' as valid timezone if offset is expectedFelix Krause2016-11-141-3/+15
| | * | Assume local DST iff no timezone is givenFelix Krause2016-11-141-3/+16
| | * | Improved `-`; fixed testsFelix Krause2016-11-141-18/+15
| | * | Fixed daylight saving timeFelix Krause2016-11-141-19/+16
| * | | Merge pull request #5027 from nigredo-tori/descriptor-loggerAndreas Rumpf2016-11-151-5/+13
| |\ \ \