summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | fix #966Zahary Karadjov2014-03-093-3/+47
| * | | | | | | | implicit auto return type for inline iteratorsZahary Karadjov2014-03-083-10/+20
| * | | | | | | | implements higher-order inline iterators and return type inference for iteratorsZahary Karadjov2014-03-089-27/+119
* | | | | | | | | osproc compiles again for haikuAraq2014-03-103-47/+101
* | | | | | | | | minor additions to the manualAraq2014-03-101-4/+17
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-03-0733-111/+309
|\| | | | | | |
| * | | | | | | Merge branch 'devel' of github.com:Araq/Nimrod into develZahary Karadjov2014-03-0623-55/+280
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge pull request #978 from ReneSac/develAndreas Rumpf2014-03-061-0/+3
| | |\ \ \ \ \ \ \
| | | * | | | | | | Added comment explaining 'assert_numbits' error.ReneSac2014-03-061-0/+3
| | |/ / / / / / /
| | * | | | | | | Merge pull request #975 from zielmicha/zmq-fixAndreas Rumpf2014-03-061-4/+3
| | |\ \ \ \ \ \ \
| | | * | | | | | | zmq: remove unnecessary 'var' decls from high-level procsMichał Zieliński2014-03-051-4/+3
| | * | | | | | | | Merge pull request #977 from EXetoC/alloc-overloadszah2014-03-062-6/+96
| | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | |
| | | * | | | | | | Merge branch 'devel' into alloc-overloadsEXetoC2014-03-06160-1642/+5231
| | | |\ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | | * | | | | | | Add allocation unit tests.EXetoC2014-03-061-0/+45
| | | * | | | | | | Add missing cast.EXetoC2014-03-061-1/+1
| | | * | | | | | | Add type-specific allocation procs.EXetoC2014-03-061-6/+51
| * | | | | | | | | fix #587Zahary Karadjov2014-03-064-6/+52
| * | | | | | | | | test cases for the new handling of iterators by the `is` operatorZahary Karadjov2014-03-063-9/+36
| * | | | | | | | | split the inline and closure iterators into different symbol kinds for easier...Zahary Karadjov2014-03-0626-83/+109
| * | | | | | | | | iterators now return tyIter(T);Zahary Karadjov2014-03-056-11/+18
* | | | | | | | | | implements strongSpaces parsing modeAraq2014-03-078-43/+123
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-03-051-1/+1
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge pull request #974 from ninjin/develSimon Hafner2014-03-051-1/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | No execute bit for c-sources build.sh, fixing docPontus Stenetorp2014-03-051-1/+1
| |/ / / / / / / / /
* | | | | | | | | | system.nim makes use of the 'unchecked' pragmaAraq2014-03-052-1/+7
* | | | | | | | | | implemented 'union' and 'unchecked' pragmasAraq2014-03-059-25/+94
* | | | | | | | | | c2nim knows about the 'union' pragmaAraq2014-03-051-11/+10
|/ / / / / / / / /
* | | | | | | | | bugfix: unreported 'compiles' bugAraq2014-03-052-1/+3
* | | | | | | | | fixes #942Araq2014-03-053-2/+18
* | | | | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-03-051-0/+21
|\| | | | | | | |
| * | | | | | | | failing test case for static evaluationZahary Karadjov2014-03-041-0/+21
| | |/ / / / / / | |/| | | | | |
* / | | | | | | fixes #937Araq2014-03-055-6/+47
|/ / / / / / /
* | | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-03-044-2/+90
|\ \ \ \ \ \ \
| * | | | | | | Changed behavior when babel cannot be found/runVarriount2014-03-041-2/+4
| * | | | | | | Fix categories.nimVarriount2014-03-031-1/+1
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge pull request #970 from Varriount/testament/babel-integrationAndreas Rumpf2014-03-042-1/+86
| |\ \ \ \ \ \
| | * | | | | | Allowed specification of what babel packages to install via new categories - ...Clay Sweetser2014-03-031-8/+23
| | * | | | | | Removed babel package tests from those run when 'all' is specified.Clay Sweetser2014-03-031-1/+1
| | * | | | | | Integrated 'babel' with testamentClay Sweetser2014-03-022-1/+71
| * | | | | | | Merge pull request #927 from gradha/pr_adds_posix_timegmAndreas Rumpf2014-03-031-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | Adds posix.timegm(), brother of posix.mktime().Grzegorz Adam Hankiewicz2014-02-151-0/+1
| * | | | | | | | Merge pull request #969 from gradha/pr_avoids_crash_on_unknown_rst_directiveAndreas Rumpf2014-03-031-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Avoids crash parsing unknown rst raw directive. Fixes #761.Grzegorz Adam Hankiewicz2014-03-021-1/+1
* | | | | | | | | | fixes #968Araq2014-03-043-2/+3
* | | | | | | | | | removed dead codeAraq2014-03-041-27/+0
* | | | | | | | | | don't produce nested indents for nested stmt listsAraq2014-03-041-7/+10
* | | | | | | | | | added a warning for htmlgenAraq2014-03-031-3/+8
|/ / / / / / / / /
* | | | | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-03-023-4/+17
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Fixes sockets2 on Windows.Dominik Picheta2014-02-281-1/+10
| |/ / / / / / /
| * | | | | | | Merge pull request #963 from zielmicha/wait-for-exit-docAndreas Rumpf2014-02-271-0/+3
| |\ \ \ \ \ \ \