summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* proper indentationAraq2016-03-181-22/+22
|
* get rid of compiler warningAraq2016-03-181-3/+3
|
* todo updatedAndreas Rumpf2016-03-181-1/+1
|
* beginnings of --gc:stackAndreas Rumpf2016-03-125-148/+181
|
* GCs support ForeignCellsAndreas Rumpf2016-03-054-0/+47
|
* PHP codegen: function pointers workAndreas Rumpf2016-03-051-3/+11
|
* fixes JS regressionAndreas Rumpf2016-03-051-2/+4
|
* the stdlib supports &= in more contexts; refs #3524Andreas Rumpf2016-03-053-0/+10
|
* fixes #3924Andreas Rumpf2016-03-051-1/+4
|
* fixes #3767Andreas Rumpf2016-03-051-2/+8
|
* Merge pull request #3903 from kosz78/develAndreas Rumpf2016-03-051-2/+7
|\ | | | | Fixed THINSTANCE declaration in dynlib.nim for VS compiler
| * Merge remote-tracking branch 'upstream/devel' into develKonstantin Zaitsev2016-03-0361-456/+592
| |\
| * | 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.
| * | | Avoid using private _NSGetEnviron API on iOS.Yuriy Glukhov2016-03-051-1/+1
| | | |
* | | | Merge pull request #3936 from yglukhov/threadpool-ios-fixAndreas Rumpf2016-03-051-14/+16
|\ \ \ \ | |/ / / |/| | | Fixed semaphore on iOS.
| * | | Fixed semaphore on iOS.Yuriy Glukhov2016-03-051-14/+16
|/ / /
* | | Merge pull request #3933 from def-/jsonnilAndreas Rumpf2016-03-051-0/+4
|\ \ \ | | | | | | | | Support json null in %*
| * | | Use nil instead of null in jsondef2016-03-041-4/+1
| | | |
| * | | Support json null in %*def2016-03-041-0/+7
| | | |
* | | | Merge pull request #3934 from oderwat/php-fix-deferAndreas Rumpf2016-03-051-7/+12
|\ \ \ \ | | | | | | | | | | Fix for defer in PHP Codegen.
| * | | | Partial fix for defer in PHP Codegen.Hans Raaf2016-03-041-7/+12
| | | | |
* | | | | Merge pull request #3931 from yglukhov/pthread-stuffAndreas Rumpf2016-03-041-5/+7
|\ \ \ \ \ | | | | | | | | | | | | Fixed includes for pthread types
| * | | | | Fixed includes for pthread types.Yuriy Glukhov2016-03-041-5/+7
| |/ / / /
* | | | | fixes #3872Andreas Rumpf2016-03-041-4/+5
| | | | |
* | | | | fixes #3868Andreas Rumpf2016-03-042-17/+32
| | | | |
* | | | | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-03-043-7/+22
|\| | | |
| * | | | Merge pull request #3932 from SSPkrolik/set-js-fixreactormonk2016-03-041-1/+1
| |\ \ \ \ | | |_|_|/ | |/| | | Removed unused import of 'os' module from module 'sets'
| | * | | 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 uri module doc.
| | * | | 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.h
| | * | Fixed NIM_THREADVAR definition in nimbase.hAnatoly Galiulin2016-03-011-3/+18
| | | |
* | | | added intsets.clear procAndreas Rumpf2016-03-041-0/+7
| | | |
* | | | fixes #3836Andreas Rumpf2016-03-041-4/+7
| | | |
* | | | PHP codegen: use nimAt for PHP 5.3 compatibilityAndreas Rumpf2016-03-042-2/+17
|/ / /
* | | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-03-016-34/+49
|\ \ \
| * \ \ Merge pull request #3923 from samanthadoran/develDennis Felsing2016-03-011-1/+5
| |\ \ \ | | |/ / | |/| | Don't expect all keys in hashsets to have $ defined
| | * | Don't expect all keys in hashsets to have $ definedSamantha Doran2016-03-011-1/+5
| |/ /
| * | Merge pull request #3915 from jangko/npp-pluginAndreas Rumpf2016-02-291-1/+2
| |\ \ | | | | | | | | npp-plugin
| | * | npp-pluginandri lim2016-02-291-1/+2
| | | |
| * | | Merge pull request #3904 from endragor/fixnocppexceptionsAndreas Rumpf2016-02-291-2/+4
| |\ \ \ | | | | | | | | | | Fixed try statement generation with --noCppExceptions switch
| | * | | Fixed try statement generation with --noCppExceptions switchRuslan Mustakov2016-02-291-2/+4
| | | | |
| * | | | Merge pull request #3917 from yglukhov/json-fixAndreas Rumpf2016-02-293-30/+38
| |\ \ \ \ | | | | | | | | | | | | Fixed bad JS codegen for new json with tables. Added json to JS tests.
| | * | | | Fixed bad JS codegen for new json with tables. Added json to JS tests.Yuriy Glukhov2016-02-293-30/+38
| |/ / / /
* | | | | fixes #3669Andreas Rumpf2016-03-013-58/+21
| | | | |
* | | | | fixes #3686Andreas Rumpf2016-03-012-5/+15
| | | | |
* | | | | debug() uses 'echo' because stderr is an abominationAndreas Rumpf2016-03-011-5/+5
| | | | |
* | | | | fixes #3916Andreas Rumpf2016-02-291-4/+4
|/ / / /