Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #3665 | Andreas Rumpf | 2016-01-17 | 1 | -3/+7 |
* | fixes multiline comments | Andreas Rumpf | 2016-01-17 | 2 | -2/+20 |
* | fixes strutils.unescape; refs #3634 | Andreas Rumpf | 2016-01-17 | 3 | -7/+28 |
* | nkEmpty is cleaner than nkCommentStmt | Andreas Rumpf | 2016-01-17 | 1 | -1/+1 |
* | fixes #3720 | Andreas Rumpf | 2016-01-17 | 1 | -13/+13 |
* | removed wrong documentation | Andreas Rumpf | 2016-01-17 | 1 | -1/+0 |
* | Merge branch 'multi-line-comments' into devel | Andreas Rumpf | 2016-01-17 | 8 | -38/+158 |
|\ | |||||
| * | implements final version of multiline comments | Andreas Rumpf | 2016-01-17 | 4 | -43/+63 |
| * | implements multi-line-comments; pounds are stripped from the doc comments | Andreas Rumpf | 2016-01-16 | 7 | -36/+136 |
* | | Merge branch 'devel' of https://github.com/nim-lang/Nim into devel | Andreas Rumpf | 2016-01-17 | 13 | -1099/+218 |
|\ \ | |/ |/| | |||||
| * | Merge pull request #3727 from yglukhov/js-bool-lit | Andreas Rumpf | 2016-01-17 | 1 | -1/+4 |
| |\ | |||||
| | * | Use real JS bool literals instead of 1 and 0. Fixes #3722. | Yuriy Glukhov | 2016-01-17 | 1 | -1/+4 |
| * | | Merge pull request #3724 from zielmicha/uint-repr | Dominik Picheta | 2016-01-16 | 1 | -2/+4 |
| |\ \ | |||||
| | * | | add support for uint32 and uint64 in repr | Michał Zieliński | 2016-01-16 | 1 | -2/+4 |
| |/ / | |||||
| * | | Removed redis module from standard library. | Dominik Picheta | 2016-01-16 | 2 | -1096/+3 |
| * | | Added test for #600. | Dominik Picheta | 2016-01-16 | 1 | -0/+4 |
| * | | Added test for code in @def-'s comment in #1502. | Dominik Picheta | 2016-01-16 | 1 | -0/+6 |
| * | | Added test for #1512. | Dominik Picheta | 2016-01-16 | 1 | -0/+137 |
| * | | Added test for #1642. | Dominik Picheta | 2016-01-16 | 1 | -0/+3 |
| * | | Added test for #1846. | Dominik Picheta | 2016-01-16 | 1 | -0/+16 |
| * | | Added test for #1911. | Dominik Picheta | 2016-01-16 | 1 | -0/+7 |
| * | | Added test for #1923. | Dominik Picheta | 2016-01-16 | 1 | -0/+9 |
| * | | Added test for #2138. | Dominik Picheta | 2016-01-16 | 1 | -0/+10 |
| * | | Added test for #3304 | Dominik Picheta | 2016-01-16 | 1 | -0/+15 |
| |/ | |||||
* | | updated the documentation for the 'do' notation | Andreas Rumpf | 2016-01-16 | 2 | -5/+4 |
* | | Merge branch 'crazy_concurrency' into no-echo-gotcha | Andreas Rumpf | 2016-01-16 | 1 | -1/+1 |
|\ \ | |||||
| * | | todo update | Andreas Rumpf | 2016-01-16 | 1 | -0/+1 |
| |/ | |||||
* | | Merge branch 'devel' into no-echo-gotcha | Andreas Rumpf | 2016-01-15 | 1 | -1/+1 |
|\| | |||||
| * | fixes #3723 | Andreas Rumpf | 2016-01-15 | 1 | -1/+1 |
* | | makes tests green | Andreas Rumpf | 2016-01-15 | 10 | -32/+36 |
* | | finally removes 'echo ' gotcha | Andreas Rumpf | 2016-01-15 | 3 | -8/+19 |
|/ | |||||
* | documented upcoming changes | Andreas Rumpf | 2016-01-15 | 1 | -5/+64 |
* | fixes yet another codegen problem with constant closures | Andreas Rumpf | 2016-01-15 | 1 | -1/+1 |
* | Merge branch 'devel' into new-ll | Andreas Rumpf | 2016-01-14 | 3 | -13/+20 |
|\ | |||||
| * | Merge pull request #3500 from nanoant/patch/fix-3498-generic-args-in-tmpl | Andreas Rumpf | 2016-01-14 | 3 | -13/+20 |
| |\ | |||||
| | * | fixes #3498 | Adam Strzelecki | 2015-10-30 | 3 | -13/+20 |
* | | | Merge branch 'devel' into new-ll | Andreas Rumpf | 2016-01-14 | 13 | -103/+342 |
|\| | | |||||
| * | | Merge pull request #3707 from flyx/devel | Andreas Rumpf | 2016-01-13 | 2 | -5/+5 |
| |\ \ | |||||
| | * | | Made docgen emit valid XML by default | Felix Krause | 2016-01-11 | 2 | -5/+5 |
| |/ / | |||||
| * | | Fixed TimeInterval bug. | Dominik Picheta | 2016-01-08 | 2 | -6/+14 |
| * | | Fixed ttime test. Improved docs in times module. | Dominik Picheta | 2016-01-08 | 2 | -4/+16 |
| * | | Merge branch 'times_intervals' of https://github.com/jlp765/Nim into jlp765-t... | Dominik Picheta | 2016-01-08 | 2 | -59/+187 |
| |\ \ | |||||
| | * | | add timeinterval helping functions as per issue #3609 | JamesP | 2015-12-08 | 2 | -59/+187 |
| * | | | Apparently rst comments work differently. Fix http://forum.nim-lang.org/t/1932. | Dominik Picheta | 2016-01-07 | 1 | -13/+13 |
| * | | | Merge pull request #3692 from yglukhov/lexbase-js | Andreas Rumpf | 2016-01-06 | 1 | -6/+19 |
| |\ \ \ | |||||
| | * | | | Lexbase compatible with JS | Yuriy Glukhov | 2016-01-06 | 1 | -6/+19 |
| |/ / / | |||||
| * | | | Fixes docgen for lib/pure/db_common.nim. | Dominik Picheta | 2016-01-05 | 1 | -1/+3 |
| * | | | Merge pull request #3684 from jangko/codegen-openarray | Andreas Rumpf | 2016-01-05 | 2 | -0/+62 |
| |\ \ \ | |||||
| | * | | | fixed #2240 and #3586 | andri lim | 2016-01-05 | 2 | -0/+62 |
| * | | | | Merge pull request #3683 from yglukhov/osproc-droid | Andreas Rumpf | 2016-01-04 | 1 | -2/+2 |
| |\ \ \ \ |