summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | Rewrote enum sign extension with branchless bit operations (also fixes travis)gmpreussner2016-03-151-8/+8
| | * | | | | | Fixed negative enum values not getting stringified.gmpreussner2016-03-141-3/+3
| | |/ / / / /
| * / / / / / fix typo in nimbase.hdef2016-03-151-1/+1
| |/ / / / /
| * | | | | Merge pull request #3957 from endragor/vmropesAndreas Rumpf2016-03-101-4/+9
| |\ \ \ \ \
| | * | | | | Make ropes usable in VM contextRuslan Mustakov2016-03-101-4/+9
| * | | | | | Merge pull request #3947 from def-/iofbfAndreas Rumpf2016-03-103-21/+14
| |\ \ \ \ \ \
| | * | | | | | Use /proc/self/exe on NetBSDdef2016-03-071-1/+1
| | * | | | | | Better getAppFilename() heuristic for OpenBSD and NetBSDdef2016-03-071-16/+9
| | * | | | | | Fix KEvent header includesdef2016-03-061-2/+3
| | * | | | | | Support IOFBF and IONBF on all systemsdef2016-03-061-3/+2
| | | |/ / / / | | |/| | | |
| * | | | | | Fixed threading issues for tcc backendAnatoly Galiulin2016-03-103-1/+52
| | |/ / / / | |/| | | |
| * | | | | Merge pull request #3937 from oderwat/hara-foldlAndreas Rumpf2016-03-081-10/+37
| |\ \ \ \ \
| | * | | | | Fixes foldl() and foldr() + foldl() with start parameter.Hans Raaf2016-03-061-10/+37
| | |/ / / /
| * | | | | Merge pull request #3951 from arnetheduck/munmap-ret-fixAndreas Rumpf2016-03-081-4/+6
| |\ \ \ \ \
| | * | | | | provide const value for MAP_ANONYMOUSJacek Sieka2016-03-071-0/+2
| | * | | | | fix return type of munmapJacek Sieka2016-03-071-4/+4
| | |/ / / /
| * / / / / newObj can clear memory, even when using malloc and nogcJacek Sieka2016-03-071-1/+1
| |/ / / /
| * | | | Merge pull request #3941 from oderwat/hara-php-mnewString-fixAndreas Rumpf2016-03-061-3/+1
| |\ \ \ \
| | * | | | Fix for PHP mnewString()Hans Raaf2016-03-061-3/+1
| * | | | | Fix for #3939 issuecheatfate2016-03-061-0/+1
| |/ / / /
* | | | | proper indentationAraq2016-03-181-22/+22
* | | | | get rid of compiler warningAraq2016-03-181-3/+3
* | | | | beginnings of --gc:stackAndreas Rumpf2016-03-123-147/+175
* | | | | GCs support ForeignCellsAndreas Rumpf2016-03-054-0/+47
|/ / / /
* | | | fixes JS regressionAndreas Rumpf2016-03-051-2/+4
* | | | the stdlib supports &= in more contexts; refs #3524Andreas Rumpf2016-03-052-0/+8
* | | | fixes #3767Andreas Rumpf2016-03-051-2/+8
* | | | Merge pull request #3903 from kosz78/develAndreas Rumpf2016-03-051-2/+7
|\ \ \ \
| * \ \ \ 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