summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Initialize JObject fields with capacity 4 by default to save memory and impro...def2016-02-241-3/+3
* Use tables instead of seqs for json objectsdef2016-02-241-41/+38
* Merge pull request #3880 from cheatfate/issue3879Andreas Rumpf2016-02-241-0/+3
|\
| * Resolve "redifintion" errors, when using Microsoft Compiler and Visual Studio...cheatfate2016-02-181-0/+3
* | Remove debug `echo` introduced in #3896.Dominik Picheta2016-02-241-1/+0
* | Fix redirection in httpclient (fixes #3895)def2016-02-231-7/+9
* | Fix building documentation in releases (fixes #3823)def2016-02-211-1/+1
* | standalone target works againAndreas Rumpf2016-02-191-24/+23
* | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-02-198-10/+98
|\ \
| * \ Merge pull request #3881 from endragor/nocppexceptionsAndreas Rumpf2016-02-191-1/+1
| |\ \
| | * | Added --noCppExceptions switchRuslan Mustakov2016-02-181-1/+1
| | |/
| * / bug fix: repr() of sized enums presentation Issue #3864cheatfate2016-02-181-0/+1
| |/
| * Added rlocks module to documentation and news.txtAnatoly Galiulin2016-02-182-4/+4
| * Added fixes from Araq's commentsAnatoly Galiulin2016-02-171-2/+2
| * Added reentrant locks module to stdlibAnatoly Galiulin2016-02-172-1/+63
| * Added -Wpragmas ignoreYuriy Glukhov2016-02-131-0/+1
| * Rename THANDLE to Handle to fix deprecation warningsdef2016-02-112-6/+6
| * Added pragmas to ignore warnings in Nim-generated files for gcc, clang, vccRuslan Mustakov2016-02-101-0/+24
| * Added nnkTemplateDef and nnkConverterDef to RoutineNodes setRuslan Mustakov2016-02-101-1/+1
* | further progress on --gc:v2Andreas Rumpf2016-02-176-148/+255
|/
* 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