summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* php-codegen fixesAndreas Rumpf2016-02-061-0/+5
* cleaner toArray magicAndreas Rumpf2016-02-061-1/+1
* PHP codegen can generate PHP classesAndreas Rumpf2016-02-062-5/+55
* first version of an PHP codegenAndreas Rumpf2016-02-062-136/+282
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-02-0618-137/+148
|\
| * Merge pull request #3781 from rgv151/patch-net-gc-safeAndreas Rumpf2016-02-061-94/+95
| |\
| | * export `parseIpAddress` procBruce Doan2016-01-271-1/+1
| | * make it gc-safe #2692Bruce Doan2016-01-261-93/+94
| * | Merge pull request #3831 from ephja/nimrod-to-nimAndreas Rumpf2016-02-065-12/+12
| |\ \
| | * | nimrod -> nimErik Johansson Andersson2016-02-055-12/+12
| * | | Merge pull request #3106 from def-/deprecationAndreas Rumpf2016-02-069-16/+12
| |\ \ \
| | * | | Revert removal of raiseOSErrordef2016-02-061-2/+1
| | * | | Revert raiseOSError changedef2016-02-061-2/+1
| | * | | bindaddr raises ValueError exception instead of OSErrordef2016-01-261-1/+1
| | * | | Revert two deprecation changesdef2016-01-262-3/+1
| | * | | Fix a few deprecation warningsdef2016-01-2511-19/+19
| * | | | Fix json.`%*` for empty objectsdef2016-02-061-3/+7
| * | | | Merge pull request #3813 from flyx/rst-svgAndreas Rumpf2016-02-051-7/+17
| |\ \ \ \
| | * | | | RST: Output <object> for SVG images in HTMLFelix Krause2016-02-021-7/+17
| | | |/ / | | |/| |
| * | | | Merge pull request #3814 from scriptum/fix-3802Andreas Rumpf2016-02-052-5/+5
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Use defer in iterator to avoid possible leaks. Fixes #3802Pavel Roschin2016-02-022-5/+5
* | | | | some progress on GC v2Andreas Rumpf2016-02-032-8/+12
|/ / / /
* / / / fixes #3789Andreas Rumpf2016-01-311-1/+1
|/ / /
* | | fixes #3736Andreas Rumpf2016-01-301-1/+1
* | | devel version is oddAndreas Rumpf2016-01-301-1/+1
* | | fixes #1895Andreas Rumpf2016-01-301-3/+6
* | | Fixed issue 3539, added testAnatoly Galiulin2016-01-281-10/+79
* | | Remove system.setupForeignThreadGc if `threads` option is off or TLSAnatoly Galiulin2016-01-281-12/+22
| |/ |/|
* | Merge branch 'devel' of https://github.com/nim-lang/Nim into develAndreas Rumpf2016-01-268-67/+63
|\|
| * Only use execvpe on linux, execvp elsewhere (fixes #3759)def2016-01-241-8/+7
| * Use ByteAddress instead of deprecated TAddressdef2016-01-243-8/+8
| * Fix openssl md5 importcsdef2016-01-241-6/+5
| * Fixed unicode strings in JSYuriy Glukhov2016-01-221-7/+38
| * Merge pull request #3742 from boydgreenfield/boydgreenfield-nimprof-warningAndreas Rumpf2016-01-221-1/+1
| |\
| | * Improve warning msg when -d:profiler not passedNick Greenfield2016-01-211-1/+1
| * | Revert "Fixed unicode handling in JS. Fixes #3714."Yuriy Glukhov2016-01-211-26/+7
| * | Merge pull request #3754 from yglukhov/js-unsignedAndreas Rumpf2016-01-211-36/+0
| |\ \
| | * | Unsigned arith corrected for JSYuriy Glukhov2016-01-211-36/+0
| * | | Merge pull request #3753 from yglukhov/js-streamsAndreas Rumpf2016-01-211-1/+4
| |\ \ \
| | * | | Dont convert string to cstring when writing to stream.Yuriy Glukhov2016-01-211-1/+4
| | |/ /
| * | | Merge pull request #3733 from yglukhov/js-unicodeAndreas Rumpf2016-01-211-7/+26
| |\ \ \ | | |/ / | |/| |
| | * | Fixed unicode handling in JS. Fixes #3714.Yuriy Glukhov2016-01-181-7/+26
* | | | os.findExe on Windows can deal with quotesAndreas Rumpf2016-01-261-1/+3
|/ / /
* | | Merge pull request #3735 from oderwat/FixDeprecationWarningsAndreas Rumpf2016-01-194-5/+4
|\ \ \ | |_|/ |/| |
| * | Fixed deprecation warnings while Nim compiles.Hans Raaf2016-01-184-5/+4
* | | Merge branch 'devel' of https://github.com/nim-lang/Nim into develAraq2016-01-186-0/+17
|\| |
| * | Added missing modules to lib.txt and warnings to some module's docs.Dominik Picheta2016-01-186-0/+17
* | | updated version to 0.13.0Araq2016-01-182-3/+3
|/ /
* | Improved documentation for all db modules.Dominik Picheta2016-01-184-6/+134
* | Merge pull request #3703 from singularperturbation/feature/counttableref_geto...Andreas Rumpf2016-01-181-1/+13
|\ \