summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge remote-tracking branch 'upstream/devel' into develKonstantin Zaitsev2016-03-0318-153/+134
| |\ \ \ \
| * | | | | Added checks for CPPKonstantin Zaitsev2016-02-281-3/+7
| * | | | | Fixed THINSTANCE declaration in dynlib.nim for VS compilerKonstantin Zaitsev2016-02-251-1/+2
* | | | | | Merge pull request #3935 from yglukhov/ios-environAndreas Rumpf2016-03-051-1/+1
|\ \ \ \ \ \
| * | | | | | Avoid using private _NSGetEnviron API on iOS.Yuriy Glukhov2016-03-051-1/+1
* | | | | | | Fixed semaphore on iOS.Yuriy Glukhov2016-03-051-14/+16
|/ / / / / /
* | | | | | Merge pull request #3933 from def-/jsonnilAndreas Rumpf2016-03-051-0/+4
|\ \ \ \ \ \
| * | | | | | Use nil instead of null in jsondef2016-03-041-4/+1
| * | | | | | Support json null in %*def2016-03-041-0/+7
* | | | | | | Merge pull request #3931 from yglukhov/pthread-stuffAndreas Rumpf2016-03-041-5/+7
|\ \ \ \ \ \ \
| * | | | | | | Fixed includes for pthread types.Yuriy Glukhov2016-03-041-5/+7
* | | | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-03-043-7/+22
|\| | | | | | |
| * | | | | | | Removed unused import of 'os' module from module 'sets'Rostyslav Dzinko2016-03-041-1/+1
| | |_|/ / / / | |/| | | | |
| * | | | | | Merge pull request #3926 from CORDEA/fix-uri-docDominik Picheta2016-03-031-3/+3
| |\ \ \ \ \ \
| | * | | | | | Fixed an wrong example of the docCORDEA2016-03-021-3/+3
| | |/ / / / /
| * | | | | | Merge pull request #3921 from vegansk/issue_3889_mingw_tlsAndreas Rumpf2016-03-021-3/+18
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Fixed NIM_THREADVAR definition in nimbase.hAnatoly Galiulin2016-03-011-3/+18
| | | |_|_|/ | | |/| | |
* | | | | | added intsets.clear procAndreas Rumpf2016-03-041-0/+7
* | | | | | PHP codegen: use nimAt for PHP 5.3 compatibilityAndreas Rumpf2016-03-041-0/+6
|/ / / / /
* | | | | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-03-012-29/+39
|\ \ \ \ \
| * | | | | Don't expect all keys in hashsets to have $ definedSamantha Doran2016-03-011-1/+5
| |/ / / /
| * | | | Fixed bad JS codegen for new json with tables. Added json to JS tests.Yuriy Glukhov2016-02-291-28/+34
* | | | | 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