summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Deprecate timeToTimeInfo, add str->time procscoffeepots2016-04-062-37/+44
* Fixes subexes tests which were broken in 73e48f9c9.Dominik Picheta2016-04-051-4/+4
* Add -d:nimJsonGet flag for json.[] and news entry.Dominik Picheta2016-04-051-3/+15
* Add `import sharedlist` when `hasThreadSupport`James Boyden2016-04-051-0/+3
* `await x` where x is Fut var now reads after yield. Fixes #3964.Dominik Picheta2016-04-041-5/+25
* Fix deprecation warning in net module.Dominik Picheta2016-04-041-0/+2
* Fixes JSON module problems. Fixes #3107.Dominik Picheta2016-04-041-17/+23
* Fixed some warnings in httpclient, net, and openssl.Dominik Picheta2016-04-043-8/+6
* Fixes small mistake in ``net`` module.Dominik Picheta2016-04-041-1/+1
* Improved asyncnet docs (SSL procs now shown). Deprecated handshake.Dominik Picheta2016-04-042-10/+15
* Improve net and ssl module docs.Dominik Picheta2016-04-042-20/+80
* Deprecated matchers module. Fixes #2446.Dominik Picheta2016-04-041-0/+4
* Fixes #3159.Dominik Picheta2016-04-041-3/+4
* Better additionalInfo OSError message, ref #2650.Dominik Picheta2016-04-041-1/+1
* Fixes #4037Dominik Picheta2016-04-041-27/+63
* Merge branch 'devel' of github.com:nim-lang/Nim into develDominik Picheta2016-04-0411-51/+188
|\
| * Merge pull request #4033 from PeterCxy/patch-disable-sslv3Dominik Picheta2016-04-041-2/+2
| |\
| | * net: disable SSLv3Peter Cai2016-04-031-2/+2
| * | Add missed library dependencies on Linux and Solaris.cheatfate2016-04-031-0/+9
| |/
| * Merge pull request #3997 from endragor/portable-mersenneDominik Picheta2016-04-021-13/+15
| |\
| | * mersenne.nim public procs no longer work with platform-dependent int typeRuslan Mustakov2016-03-241-13/+15
| * | Patch timer_create and timer_delete to have proper declaration.cheatfate2016-04-021-2/+2
| * | added missing file for --gc:stackAndreas Rumpf2016-03-311-0/+44
| * | Merge pull request #4000 from vegansk/fix_rlocks_warnsAndreas Rumpf2016-03-314-20/+20
| |\ \
| | * | Move ``compiles`` backAnatoly Galiulin2016-03-311-10/+10
| | * | Use ``when insideRLocksModule`` instead of ``when compiles``Anatoly Galiulin2016-03-313-2/+4
| | * | Fix ``XDeclaredButNotUsed`` warning when locks or rlocks module is usedAnatoly Galiulin2016-03-314-30/+28
| * | | Merge pull request #4013 from vegansk/parse_uintsAndreas Rumpf2016-03-312-0/+59
| |\ \ \ | | |/ / | |/| |
| | * | Remove dead codeAnatoly Galiulin2016-03-311-11/+1
| | * | Add parseUInt and parseBiggestUInt functions to stdlib (parseutils, strutils)Anatoly Galiulin2016-03-302-0/+69
| * | | Merge pull request #4018 from cheatfate/dyncalls_changeAndreas Rumpf2016-03-311-2/+23
| |\ \ \
| | * | | Replace csprintf() in windows version of nimGetProcAddr to pure nim's impleme...cheatfate2016-03-311-2/+23
| | |/ /
| * / / Make windows locks do not use dyncallcheatfate2016-03-311-12/+14
| |/ /
* / / Fixes #3752.Dominik Picheta2016-04-042-0/+5
|/ /
* | Merge pull request #4009 from PMunch/json-objecthashing-fixAndreas Rumpf2016-03-291-1/+1
|\ \
| * | Changed the JSON object hashing procedure to use a symmetric operator to disr...Peter Munch-Ellingsen2016-03-291-1/+1
* | | Windows: fixes a regression; codegen might not know about & at this pointAraq2016-03-292-2/+3
* | | resolved merge conflictsAraq2016-03-2927-207/+974
|\ \ \
| * | | Makes dyncall errors report to stderr. Fixes #3987Alex Berghage2016-03-291-7/+7
| * | | munmap for LLVMAndreas Rumpf2016-03-281-2/+2
| * | | added new memory management ideaAndreas Rumpf2016-03-281-0/+382
| * | | added missing fileAndreas Rumpf2016-03-281-0/+95
| * | | beginnings of --gc:stackAndreas Rumpf2016-03-283-149/+175
| * | | GCs support ForeignCellsAndreas Rumpf2016-03-284-0/+47
| * | | Define ports as uint16s to fix #3484Josep Sanjuas2016-03-275-26/+74
| | |/ | |/|
| * | Merge pull request #3988 from lihf8515/develAndreas Rumpf2016-03-231-80/+122
| |\ \
| | * | Repair using the db_odbc module to query the Oracle database, the program com...lihf85152016-03-211-80/+122
| * | | Merge pull request #3982 from cheatfate/kqueue.nimDominik Picheta2016-03-231-25/+110
| |\ \ \
| | * | | Modified and more reliable kqueue.nim, made according to openbsd/netbsd/freeb...cheatfate2016-03-181-25/+110
| | |/ /
| * | | Merge pull request #3981 from nim-lang/locks-lock-templateDominik Picheta2016-03-231-0/+10
| |\ \ \