Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | attempt to mitigate Nimble issue #293 | Andreas Rumpf | 2016-12-29 | 1 | -2/+2 |
| | |||||
* | Merge pull request #5158 from AdrianV/patch-4 | Andreas Rumpf | 2016-12-29 | 1 | -1/+1 |
|\ | | | | | bcc uses _timezone like vcc | ||||
| * | bcc uses _timezone like vcc | AdrianV | 2016-12-28 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #5159 from AdrianV/patch-5 | Andreas Rumpf | 2016-12-29 | 1 | -1/+1 |
|\ \ | | | | | | | bcc misses the same functions like vcc | ||||
| * | | bcc misses the same functions like vcc | AdrianV | 2016-12-28 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #5156 from nigredo-tori/patch-1 | Andreas Rumpf | 2016-12-29 | 1 | -1/+1 |
|\ \ | | | | | | | NimTypeKind - replace ntyArrayConstr with ntyAlias | ||||
| * | | NimTypeKind - replace ntyArrayConstr with ntyAlias | nigredo-tori | 2016-12-28 | 1 | -1/+1 |
| |/ | | | | | Cleanup following the change in `TTypeKind` | ||||
* | | Merge pull request #5160 from mpcjanssen/xmldom-mpcjanssen | Dominik Picheta | 2016-12-28 | 1 | -2/+2 |
|\ \ | |/ |/| | Define getAttributes(NS) on PNode instead of PElement. | ||||
| * | Define getAttributes(NS) on PNode instead of PElement. | Mark Janssen | 2016-12-28 | 1 | -2/+2 |
|/ | |||||
* | support: koch supports 'nimble' vs 'nimble --latest' | Andreas Rumpf | 2016-12-28 | 1 | -13/+24 |
| | |||||
* | remove deprecated system.TResult enum | Andreas Rumpf | 2016-12-28 | 1 | -2/+0 |
| | |||||
* | support for arm64; fixes #2147 | Andreas Rumpf | 2016-12-27 | 1 | -0/+2 |
| | |||||
* | disable new alloctor behaviour for emscripten | Andreas Rumpf | 2016-12-27 | 1 | -4/+5 |
| | |||||
* | simple closure iterator calling closure iterator works; refs #3837 | Andreas Rumpf | 2016-12-27 | 2 | -9/+29 |
| | |||||
* | fixes #4519 | Andreas Rumpf | 2016-12-25 | 2 | -1/+5 |
| | |||||
* | Update paypal link in the community page. | Dominik Picheta | 2016-12-24 | 1 | -5/+6 |
| | |||||
* | fixes #5142 | Araq | 2016-12-23 | 2 | -4/+14 |
| | |||||
* | NimScript: prepare for future Nimble improvements; should be completely ↵ | Araq | 2016-12-23 | 1 | -21/+23 |
| | | | | compatible with old and upcoming Nimble versions | ||||
* | make travis green | Araq | 2016-12-22 | 1 | -1/+2 |
| | |||||
* | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2016-12-22 | 1 | -2/+2 |
|\ | |||||
| * | Used typed/untyped instead of stmt/expr in semQuoteAst. Fixes issue 5120 (#5126) | Chris Heller | 2016-12-22 | 1 | -2/+2 |
| | | | | | | * Use typed/untyped instead of stmt/expr in semQuoteAst. Fixes #5120 | ||||
* | | fixes #5140 | Araq | 2016-12-22 | 2 | -1/+31 |
|/ | |||||
* | make tsets test green again | Araq | 2016-12-22 | 1 | -5/+6 |
| | |||||
* | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2016-12-22 | 2 | -0/+21 |
|\ | |||||
| * | Merge pull request #5125 from chrisheller/fix-issue-5119 | Andreas Rumpf | 2016-12-22 | 2 | -0/+21 |
| |\ | | | | | | | Guard against calling split with an empty string as a separator. Fixe… | ||||
| | * | Change error handling in split to use doAssert so it is not compiled out ↵ | Chris Heller | 2016-12-21 | 1 | -1/+1 |
| | | | | | | | | | | | | when running tests | ||||
| | * | Update unit test to handle AssertionError instead of ValueError for #5119 | Chris Heller | 2016-12-21 | 1 | -1/+1 |
| | | | |||||
| | * | Change error handling to use assert as per Araq's comment | Chris Heller | 2016-12-21 | 1 | -4/+1 |
| | | | |||||
| | * | Guard against calling split with an empty string as a separator. Fixes #5119 | Chris Heller | 2016-12-21 | 2 | -0/+24 |
| | | | |||||
* | | | fixes #5137 | Andreas Rumpf | 2016-12-22 | 2 | -14/+28 |
|/ / | |||||
* / | implements module grouping for the import statement | Andreas Rumpf | 2016-12-21 | 4 | -14/+37 |
|/ | |||||
* | added missing file | Andreas Rumpf | 2016-12-21 | 1 | -0/+4 |
| | |||||
* | fixes recently introduced regression | Andreas Rumpf | 2016-12-21 | 1 | -6/+8 |
| | |||||
* | fixes #5136 | Andreas Rumpf | 2016-12-21 | 2 | -6/+16 |
| | |||||
* | fixes #5135 | Andreas Rumpf | 2016-12-21 | 3 | -0/+14 |
| | |||||
* | fixes #5131 | Araq | 2016-12-20 | 2 | -1/+49 |
| | |||||
* | make nimfix compile with newer compiler API | Araq | 2016-12-20 | 1 | -2/+3 |
| | |||||
* | bugfix: aporia compiles again | Araq | 2016-12-20 | 1 | -0/+1 |
| | |||||
* | Merge branch 'devel' into sighashes | Araq | 2016-12-19 | 14 | -25/+115 |
|\ | |||||
| * | make tests green | Araq | 2016-12-18 | 1 | -2/+2 |
| | | |||||
| * | make tests green again | Araq | 2016-12-18 | 1 | -1/+1 |
| | | |||||
| * | fixes #4818 | Araq | 2016-12-18 | 3 | -3/+43 |
| | | |||||
| * | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2016-12-18 | 1 | -2/+3 |
| |\ | |||||
| | * | fixes nimsuggest bug #43 | Andreas Rumpf | 2016-12-18 | 1 | -2/+3 |
| | | | |||||
| * | | fixes #4308, fixes #4905 | Araq | 2016-12-18 | 5 | -1/+47 |
| | | | |||||
| * | | debug output: show line info earlier | Araq | 2016-12-18 | 1 | -1/+1 |
| |/ | |||||
| * | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2016-12-18 | 1 | -3/+3 |
| |\ | |||||
| | * | Merge pull request #5123 from vegansk/cpuload_overflow | Andreas Rumpf | 2016-12-18 | 1 | -3/+3 |
| | |\ | | | | | | | | | Fix overflow when casting int64 to int in cpuload.nim | ||||
| | | * | Fix overflow when casting int64 to int in cpuload.nim | vega | 2016-12-16 | 1 | -3/+3 |
| | | | | |||||
| * | | | revert line info generation change; produces worse results for other cases | Araq | 2016-12-18 | 1 | -2/+2 |
| |/ / |