Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | compiler almost free of deprecated expr/stmt names | Andreas Rumpf | 2016-07-30 | 22 | -55/+55 | |
* | | | expr and stmt are now deprecated | Andreas Rumpf | 2016-07-30 | 14 | -51/+51 | |
* | | | added tuple breakage to the docs | Andreas Rumpf | 2016-07-30 | 1 | -0/+17 | |
* | | | Merge pull request #4542 from kierdavis/4541-import-error | Andreas Rumpf | 2016-07-30 | 2 | -3/+7 | |
|\ \ \ | ||||||
| * | | | Locate 'attempt to redefine' errors at the import statement rather than at th... | Kier Davis | 2016-07-30 | 2 | -3/+7 | |
* | | | | Merge pull request #4540 from arnetheduck/remove-sffakeconst | Andreas Rumpf | 2016-07-30 | 5 | -16/+4 | |
|\ \ \ \ | ||||||
| * | | | | remove sfFakeConst | Jacek Sieka | 2016-07-30 | 5 | -16/+4 | |
* | | | | | Merge pull request #4538 from cheatfate/nofasm | Andreas Rumpf | 2016-07-30 | 3 | -9/+13 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | comments | cheatfate | 2016-07-30 | 1 | -1/+1 | |
| * | | | | testament update to have list of disabled modules. | cheatfate | 2016-07-30 | 2 | -6/+12 | |
| * | | | | Disable fasm usage | cheatfate | 2016-07-29 | 1 | -3/+1 | |
* | | | | | make test compile with latest opengl version | Andreas Rumpf | 2016-07-30 | 3 | -3/+3 | |
| |/ / / |/| | | | ||||||
* | | | | make nim bootstrap again for older versions | Andreas Rumpf | 2016-07-30 | 6 | -6/+14 | |
* | | | | make tests green again | Andreas Rumpf | 2016-07-29 | 4 | -6/+17 | |
* | | | | stdlib and compiler don't use .immediate anymore | Andreas Rumpf | 2016-07-29 | 36 | -172/+169 | |
|/ / / | ||||||
* | | | Merge pull request #4533 from jangko/visual-studio-differ-in-param-list | Andreas Rumpf | 2016-07-29 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | this commit will fix visual studio family warning #4459 | andri lim | 2016-07-29 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge pull request #4531 from oderwat/ctring-to.nimstring-nil-fix | Andreas Rumpf | 2016-07-29 | 1 | -1/+2 | |
|\ \ \ | ||||||
| * | | | Fix for cstring nil to string nil conversion with `$` | Hans Raaf | 2016-07-29 | 1 | -1/+2 | |
* | | | | make tests green again | Andreas Rumpf | 2016-07-29 | 1 | -2/+4 | |
* | | | | use correct issue number | Andreas Rumpf | 2016-07-29 | 1 | -1/+1 | |
* | | | | fixes #4432 | Andreas Rumpf | 2016-07-29 | 2 | -6/+17 | |
* | | | | fixes #4510 | Andreas Rumpf | 2016-07-29 | 1 | -0/+2 | |
* | | | | Merge pull request #4527 from hendi/httpclient-close-sockets | Andreas Rumpf | 2016-07-28 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | use `defer` instead of `try ... finally` | Hendrik Richter | 2016-07-28 | 1 | -25/+22 | |
| * | | | | remove superfluous `except: raise` | Hendrik Richter | 2016-07-28 | 1 | -2/+0 | |
| * | | | | make httpclient close opened Socket on error | Hendrik Richter | 2016-07-28 | 1 | -22/+27 | |
* | | | | | Merge branch 'Lompik-htmlparser' into devel | Andreas Rumpf | 2016-07-28 | 2 | -2/+52 | |
|\ \ \ \ \ | ||||||
| * | | | | | Merge branch 'htmlparser' of https://github.com/Lompik/Nim into Lompik-htmlpa... | Andreas Rumpf | 2016-07-28 | 2 | -2/+52 | |
|/| | | | | | ||||||
| * | | | | | Update htmlparser test ``output`` variable | Stephane Fontaine | 2016-07-28 | 1 | -2/+8 | |
| * | | | | | htmlparser: Add test for paragraph inside <dd,li> | Stephane Fontaine | 2016-07-27 | 1 | -0/+38 | |
| * | | | | | htmlparser: Allow <p> as children of <dd> and <li> | Stephane Fontaine | 2016-07-27 | 1 | -2/+8 | |
* | | | | | | generic multi-methods should work now | Andreas Rumpf | 2016-07-28 | 9 | -21/+67 | |
* | | | | | | .base pragma works for generic methods | Andreas Rumpf | 2016-07-28 | 1 | -1/+1 | |
* | | | | | | fix: generic tuples instantiations were cached incorrectly | Andreas Rumpf | 2016-07-28 | 2 | -0/+6 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Merge pull request #4525 from roose/parsecfg | Andreas Rumpf | 2016-07-28 | 1 | -1/+1 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Add dash to SymChars | roose | 2016-07-28 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #4522 from coffeepots/patch-2 | Andreas Rumpf | 2016-07-27 | 1 | -2/+6 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Add handle function to Thread type | coffeepots | 2016-07-27 | 1 | -2/+6 | |
|/ / / | ||||||
* | / | fixes a varargs of untyped regression | Andreas Rumpf | 2016-07-24 | 2 | -0/+81 | |
| |/ |/| | ||||||
* | | json doc info also includes line,col information | Andreas Rumpf | 2016-07-23 | 1 | -3/+4 | |
* | | docgen improvements | Andreas Rumpf | 2016-07-22 | 1 | -3/+4 | |
* | | overloading of dot and parenthesis operators should now be done in .experimental | Andreas Rumpf | 2016-07-22 | 4 | -2/+9 | |
* | | fixes #4494 | Andreas Rumpf | 2016-07-22 | 2 | -25/+34 | |
* | | Merge pull request #4511 from oderwat/doc-changes1 | Andreas Rumpf | 2016-07-22 | 2 | -2/+6 | |
|\ \ | ||||||
| * | | Small changes to the docs to make it easier to find stuff. | Hans Raaf | 2016-07-21 | 2 | -2/+6 | |
* | | | Merge pull request #4481 from oderwat/unicode-ext1 | Andreas Rumpf | 2016-07-21 | 1 | -1/+15 | |
|\ \ \ | ||||||
| * | | | Added iterator for utf8 strings | Hans Raaf | 2016-07-13 | 1 | -1/+15 | |
* | | | | Add warning to `osproc.close` | Dominik Picheta | 2016-07-21 | 1 | -1/+5 | |
* | | | | Merge pull request #4506 from FedericoCeratto/patch-12 | Andreas Rumpf | 2016-07-21 | 1 | -0/+8 | |
|\ \ \ \ |