summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* fixes #3665Andreas Rumpf2016-01-171-3/+7
|
* fixes multiline commentsAndreas Rumpf2016-01-172-2/+20
|
* fixes strutils.unescape; refs #3634Andreas Rumpf2016-01-173-7/+28
|
* nkEmpty is cleaner than nkCommentStmtAndreas Rumpf2016-01-171-1/+1
|
* fixes #3720Andreas Rumpf2016-01-171-13/+13
|
* removed wrong documentationAndreas Rumpf2016-01-171-1/+0
|
* Merge branch 'multi-line-comments' into develAndreas Rumpf2016-01-178-38/+158
|\
| * implements final version of multiline commentsAndreas Rumpf2016-01-174-43/+63
| |
| * implements multi-line-comments; pounds are stripped from the doc commentsAndreas Rumpf2016-01-167-36/+136
| |
* | Merge branch 'devel' of https://github.com/nim-lang/Nim into develAndreas Rumpf2016-01-1713-1099/+218
|\ \ | |/ |/|
| * Merge pull request #3727 from yglukhov/js-bool-litAndreas Rumpf2016-01-171-1/+4
| |\ | | | | | | Use real JS bool literals instead of 1 and 0. Fixes #3722.
| | * Use real JS bool literals instead of 1 and 0. Fixes #3722.Yuriy Glukhov2016-01-171-1/+4
| | |
| * | Merge pull request #3724 from zielmicha/uint-reprDominik Picheta2016-01-161-2/+4
| |\ \ | | | | | | | | add support for uint32 and uint64 in repr
| | * | add support for uint32 and uint64 in reprMichał Zieliński2016-01-161-2/+4
| |/ /
| * | Removed redis module from standard library.Dominik Picheta2016-01-162-1096/+3
| | |
| * | Added test for #600.Dominik Picheta2016-01-161-0/+4
| | |
| * | Added test for code in @def-'s comment in #1502.Dominik Picheta2016-01-161-0/+6
| | |
| * | Added test for #1512.Dominik Picheta2016-01-161-0/+137
| | |
| * | Added test for #1642.Dominik Picheta2016-01-161-0/+3
| | |
| * | Added test for #1846.Dominik Picheta2016-01-161-0/+16
| | |
| * | Added test for #1911.Dominik Picheta2016-01-161-0/+7
| | |
| * | Added test for #1923.Dominik Picheta2016-01-161-0/+9
| | |
| * | Added test for #2138.Dominik Picheta2016-01-161-0/+10
| | |
| * | Added test for #3304Dominik Picheta2016-01-161-0/+15
| |/
* | updated the documentation for the 'do' notationAndreas Rumpf2016-01-162-5/+4
| |
* | Merge branch 'crazy_concurrency' into no-echo-gotchaAndreas Rumpf2016-01-161-1/+1
|\ \
| * | todo updateAndreas Rumpf2016-01-161-0/+1
| |/
* | Merge branch 'devel' into no-echo-gotchaAndreas Rumpf2016-01-151-1/+1
|\|
| * fixes #3723Andreas Rumpf2016-01-151-1/+1
| |
* | makes tests greenAndreas Rumpf2016-01-1510-32/+36
| |
* | finally removes 'echo ' gotchaAndreas Rumpf2016-01-153-8/+19
|/
* documented upcoming changesAndreas Rumpf2016-01-151-5/+64
|
* fixes yet another codegen problem with constant closuresAndreas Rumpf2016-01-151-1/+1
|
* Merge branch 'devel' into new-llAndreas Rumpf2016-01-143-13/+20
|\
| * Merge pull request #3500 from nanoant/patch/fix-3498-generic-args-in-tmplAndreas Rumpf2016-01-143-13/+20
| |\ | | | | | | fixes #3498
| | * fixes #3498Adam Strzelecki2015-10-303-13/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | Previously it was not possible to use template arguments in template body as the symbols were not resolved correctly leading to Error: undeclared identifier: 'XX', eg.: template defaultOf[T](t: T): expr = (var d: T; d) echo defaultOf(1) #<- invalid identifier, but should output 0
* | | 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