Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | koch.nim: remove old bin/nimblepkg/*.nim files for nimble installation | Andreas Rumpf | 2017-01-04 | 1 | -0/+4 |
| | |||||
* | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2017-01-03 | 1 | -1/+1 |
|\ | |||||
| * | Fix compiler.nimble namespace violations. | Dominik Picheta | 2017-01-03 | 1 | -1/+1 |
| | | |||||
* | | koch.nim: don't use --git-dir; produces weird results | Araq | 2017-01-03 | 1 | -8/+10 |
| | | |||||
* | | koch.nim: use new nimble branch setup | Araq | 2017-01-03 | 1 | -34/+24 |
|/ | |||||
* | niminst: faster way to deduplicate files | Araq | 2017-01-03 | 1 | -17/+18 |
| | |||||
* | distros.nim: don't lose the information that we don't know the distro's ↵ | Araq | 2017-01-03 | 1 | -0/+2 |
| | | | | package manager (yet) | ||||
* | distros.nim: also try 'lsb_release -a' | Araq | 2017-01-03 | 1 | -9/+12 |
| | |||||
* | fixes #5171 | Araq | 2017-01-03 | 1 | -0/+1 |
| | |||||
* | winlean: get rid of deprecation warning | Araq | 2017-01-03 | 1 | -1/+1 |
| | |||||
* | Merge pull request #5174 from FedericoCeratto/patch-21 | Dominik Picheta | 2017-01-02 | 1 | -0/+2 |
|\ | | | | | Add OptReuseAddr to example and handle closing | ||||
| * | Add OptReuseAddr to example and handle closing | Federico Ceratto | 2017-01-02 | 1 | -0/+2 |
|/ | |||||
* | make nimforum compile again | Araq | 2016-12-31 | 2 | -1/+5 |
| | |||||
* | distros.nim: better documenation | Andreas Rumpf | 2016-12-31 | 1 | -7/+20 |
| | |||||
* | make c_setmode compatible with Borland C; refs #5157 | Andreas Rumpf | 2016-12-31 | 1 | -2/+3 |
| | |||||
* | niminst: remove complex non-posix line noise for install.tmpl | Andreas Rumpf | 2016-12-31 | 1 | -29/+1 |
| | |||||
* | existance of new distros.nim module can be detected with defined(nimDistros) | Araq | 2016-12-31 | 1 | -0/+1 |
| | |||||
* | added distros.nim stdlib module for NimScript/Nimble support | Araq | 2016-12-31 | 4 | -1/+236 |
| | |||||
* | make vmgen more robust in the context of 'nim check' | Araq | 2016-12-31 | 1 | -2/+3 |
| | |||||
* | Merge pull request #5163 from vegansk/5155-async | Dominik Picheta | 2016-12-30 | 3 | -2/+46 |
|\ | | | | | Adds pending operations presence check function to asyncdispatch, fixes #5155 | ||||
| * | Add pending operations presence check function, fixes #5155 | Anatoly Galiulin | 2016-12-29 | 3 | -2/+46 |
| | | |||||
* | | fixes #2050 | Araq | 2016-12-30 | 2 | -5/+17 |
| | | |||||
* | | fixes #3848 | Araq | 2016-12-30 | 1 | -1/+1 |
| | | |||||
* | | fixes #5161 | Araq | 2016-12-30 | 1 | -1/+1 |
| | | |||||
* | | fixes #5147 | Araq | 2016-12-30 | 2 | -7/+35 |
| | | |||||
* | | fixes #5148 | Araq | 2016-12-29 | 2 | -1/+8 |
| | | |||||
* | | finish tool: Check for installations in 'program files' et al | Araq | 2016-12-29 | 1 | -3/+22 |
| | | |||||
* | | make gendepend work again | Araq | 2016-12-29 | 1 | -1/+1 |
| | | |||||
* | | new shift ops for Nim; based on #4743 | Andreas Rumpf | 2016-12-29 | 3 | -28/+59 |
| | | |||||
* | | 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 |