summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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'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
* | | | 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 $ definedSamantha Doran2016-03-011-1/+5
| |/ /
| * | Merge pull request #3915 from jangko/npp-pluginAndreas Rumpf2016-02-291-1/+2
| |\ \
| | * | 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 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.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
|/ / / /
* | | | no name mangling for PHP fieldsAndreas Rumpf2016-02-291-1/+1
* | | | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-02-2915-21/+21
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #3913 from FedericoCeratto/develreactormonk2016-02-2915-21/+21
| |\ \ \
| | * | | SpellcheckFederico Ceratto2016-02-2915-21/+21
| |/ / /
* / / / make tests green againAndreas Rumpf2016-02-291-1/+1
|/ / /
* | | 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-2920-74/+109
* | | | better 'self' handling for overload resolutionAndreas Rumpf2016-02-291-28/+23
* | | | removed debug codeAndreas Rumpf2016-02-281-2/+0
* | | | first version of .partial objectsAndreas Rumpf2016-02-286-18/+49
* | | | added 'sig' feature; removed tfShared support in the compilerAndreas Rumpf2016-02-2817-57/+62
* | | | 'using' statement is obsoleteAndreas Rumpf2016-02-283-21/+1
* | | | added experimental .this pragmaAndreas Rumpf2016-02-289-118/+193
|/ / /
* | | php codegen: name mangling bugfixAndreas Rumpf2016-02-261-2/+3
* | | news.txt updatedAndreas Rumpf2016-02-261-0/+2
* | | Merge pull request #3908 from oderwat/hara-shebangAndreas Rumpf2016-02-261-4/+1
|\ \ \
| * | | Removed `#!` handling (was deprecated long enought)Hans Raaf2016-02-261-4/+1
|/ / /
* | | fixes #3901Andreas Rumpf2016-02-261-0/+6
* | | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-02-2616-68/+70
|\| |
| * | Merge pull request #3810 from def-/json-speedupAndreas Rumpf2016-02-254-48/+49
| |\ \ | | |/ | |/|
| | * Add note to news.txt about json changesdef2016-02-241-1/+5
| | * Annotate hash with {.noSideEffect.}def2016-02-241-1/+1