summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'devel' into new-llAndreas Rumpf2016-01-1413-103/+342
|\
| * Merge pull request #3707 from flyx/develAndreas Rumpf2016-01-132-5/+5
| |\ | | | | | | Made docgen emit valid XML by default
| | * Made docgen emit valid XML by defaultFelix Krause2016-01-112-5/+5
| |/
| * Fixed TimeInterval bug.Dominik Picheta2016-01-082-6/+14
| |
| * Fixed ttime test. Improved docs in times module.Dominik Picheta2016-01-082-4/+16
| |
| * Merge branch 'times_intervals' of https://github.com/jlp765/Nim into ↵Dominik Picheta2016-01-082-59/+187
| |\ | | | | | | | | | jlp765-times_intervals
| | * add timeinterval helping functions as per issue #3609JamesP2015-12-082-59/+187
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add tests to ttime.nim for timeinterval add/subtract functionality Changed assert to doAssert in ttime.nim Added extra tests to ttime.nim Removal of singular help procs for working with TimeIntervals Added TimeIin proc toSeconds(a: TimeInfo, interval: TimeInterval) where subtracting a year gave wrong results Add overflow of units on initInterval eg, 65 seconds is 5 seconds and 1 minute
| * | Apparently rst comments work differently. Fix http://forum.nim-lang.org/t/1932.Dominik Picheta2016-01-071-13/+13
| | |
| * | Merge pull request #3692 from yglukhov/lexbase-jsAndreas Rumpf2016-01-061-6/+19
| |\ \ | | | | | | | | Lexbase compatible with JS
| | * | Lexbase compatible with JSYuriy Glukhov2016-01-061-6/+19
| |/ /
| * | Fixes docgen for lib/pure/db_common.nim.Dominik Picheta2016-01-051-1/+3
| | | | | | | | | | | | See http://forum.nim-lang.org/t/1916.
| * | Merge pull request #3684 from jangko/codegen-openarrayAndreas Rumpf2016-01-052-0/+62
| |\ \ | | | | | | | | fixed #2240 and #3586
| | * | fixed #2240 and #3586andri lim2016-01-052-0/+62
| | | |
| * | | Merge pull request #3683 from yglukhov/osproc-droidAndreas Rumpf2016-01-041-2/+2
| |\ \ \ | | | | | | | | | | osproc fix for Android
| | * | | osproc fix for AndroidYuriy Glukhov2016-01-041-2/+2
| | | | |
| * | | | install_nimble script works with newest Nimble versionAndreas Rumpf2016-01-041-0/+6
| | |/ / | |/| |
| * | | More badges for readme!Dominik Picheta2016-01-031-1/+9
| |/ /
| * | Merge pull request #3667 from yglukhov/fix-lineinfo-gettypeAndreas Rumpf2016-01-011-8/+8
| |\ \ | | | | | | | | Fixed lineinfo in getType
| | * | Fixed lineinfo in getTypeYuriy Glukhov2015-12-251-8/+8
| | | |
* | | | fixes iterator codegen regressionAndreas Rumpf2016-01-143-1/+70
| | | |
* | | | fixes a long standing codegen bug concerning closuresAndreas Rumpf2016-01-131-2/+2
| | | |
* | | | fixes yet another regressionAndreas Rumpf2016-01-132-3/+32
| | | |
* | | | fixes another regressionAndreas Rumpf2016-01-132-2/+19
| | | |
* | | | fixes more regressionsAndreas Rumpf2016-01-133-21/+80
| | | |
* | | | fixes async regressionAndreas Rumpf2016-01-112-2/+22
| | | |
* | | | fixes regressionsAndreas Rumpf2016-01-082-1/+4
| | | |
* | | | fixes calling convention for the callbacksAndreas Rumpf2016-01-081-2/+2
| | | |
* | | | fixes all known regressionsAndreas Rumpf2016-01-063-20/+18
| | | |
* | | | fixes #603Andreas Rumpf2016-01-061-2/+2
| | | |
* | | | fixes regressionsAndreas Rumpf2016-01-053-0/+55
| | | |
* | | | fixes #2604, fixes #1527Andreas Rumpf2016-01-052-3/+12
| | | |
* | | | fixes #2007Andreas Rumpf2016-01-053-5/+63
| | | |
* | | | made test greenAndreas Rumpf2016-01-051-1/+1
| | | |
* | | | minor bugfixAndreas Rumpf2016-01-041-3/+3
| | | |
* | | | fixes #2659Andreas Rumpf2016-01-044-3/+34
| | | |
* | | | fixes #3201, fixes #2766Andreas Rumpf2016-01-041-1/+2
| | | |
* | | | fixes another regressionAndreas Rumpf2016-01-041-0/+2
| | | |
* | | | fixes #3636Andreas Rumpf2016-01-044-9/+31
| | | |
* | | | fixes #1725Andreas Rumpf2016-01-042-7/+28
| | | |
* | | | async works againAndreas Rumpf2016-01-033-20/+188
| | | |
* | | | further progress on closure iterators; tforum still failingAndreas Rumpf2016-01-033-18/+34
| | | |
* | | | next steps to produce working closure iteratorsAndreas Rumpf2016-01-033-68/+111
| | | |
* | | | made closure iterators tests green, updated docsAndreas Rumpf2015-12-3110-35/+42
| | | |
* | | | closure iterators do have 'result'Andreas Rumpf2015-12-301-1/+2
| | | |
* | | | closure iterators sometimes workAndreas Rumpf2015-12-301-2/+3
| | | |
* | | | Merge branch 'devel' into new-llAndreas Rumpf2015-12-299-23/+35
|\| | |
| * | | new db_sqlite requires deadCodeElim:on because not every sqlite3_column_nameAndreas Rumpf2015-12-292-7/+2
| | | |
| * | | do not print spurious warnings when dlopen fails; can be re-enabled with ↵Andreas Rumpf2015-12-291-3/+4
| | | | | | | | | | | | | | | | -d:nimDebugDlOpen
| * | | Merge branch 'devel' of github.com:nim-lang/Nim into develDominik Picheta2015-12-292-3/+3
| |\ \ \
| | * \ \ Merge pull request #3663 from def-/netbsd-fixDominik Picheta2015-12-251-2/+2
| | |\ \ \ | | | | | | | | | | | | Fix osproc compilation on NetBSD, use workaround for missing execvpe