summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | fixes #3669Andreas Rumpf2016-03-011-50/+0
|/ / / /
* | | | SpellcheckFederico Ceratto2016-02-299-14/+14
* | | | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-02-292-1/+4
|\ \ \ \
| * | | | Export tables.`$` in json moduledef2016-02-271-0/+3
| * | | | Merge pull request #3906 from vegansk/issue_3905Dominik Picheta2016-02-271-1/+1
| |\ \ \ \
| | * | | | Fixed issue 3905 with getTimezone in jsAnatoly Galiulin2016-02-261-1/+1
* | | | | | use 'using' instead of 'sig' keyword; cleans up new features a bitAndreas Rumpf2016-02-292-3/+2
* | | | | | added 'sig' feature; removed tfShared support in the compilerAndreas Rumpf2016-02-285-13/+14
|/ / / / /
* / / / / fixes #3901Andreas Rumpf2016-02-261-0/+6
|/ / / /
* | | | Merge pull request #3810 from def-/json-speedupAndreas Rumpf2016-02-251-41/+38
|\ \ \ \ | |/ / / |/| | |
| * | | Annotate hash with {.noSideEffect.}def2016-02-241-1/+1
| * | | 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
* | | | Consistently use Channel instead of TChanneldef2016-02-251-1/+1
|/ / /
* | | 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
| |\ \ \ \ \ \