Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| * | 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 | ||||
| * | Add handle function to Thread type | coffeepots | 2016-07-27 | 1 | -2/+6 |
|/ | | | Exposes SysThread type and introduces the function "handle" to return Thread.sys. | ||||
* | 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. | ||||
| * | 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 | ||||
| * | | 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 |
|\ \ \ | | | | | | | | | Add copyright header | ||||
| * | | | Add copyright header | Federico Ceratto | 2016-07-21 | 1 | -0/+8 |
| | |/ | |/| | |||||
* | | | Merge pull request #4508 from FedericoCeratto/patch-14 | Andreas Rumpf | 2016-07-21 | 1 | -0/+9 |
|\ \ \ | | | | | | | | | Add copyright header | ||||
| * | | | Add copyright header | Federico Ceratto | 2016-07-21 | 1 | -0/+9 |
| |/ / | |||||
* | | | Merge pull request #4507 from FedericoCeratto/patch-13 | Andreas Rumpf | 2016-07-21 | 1 | -0/+8 |
|\ \ \ | | | | | | | | | Add copyright header | ||||
| * | | | Add copyright header | Federico Ceratto | 2016-07-21 | 1 | -0/+8 |
| |/ / | |||||
* | | | Merge pull request #4504 from avsej/add-sparc64-platform | Andreas Rumpf | 2016-07-21 | 4 | -5/+10 |
|\ \ \ | |/ / |/| | | define sparc64 platform | ||||
| * | | define sparc64 platform | Sergey Avseyev | 2016-07-21 | 4 | -5/+10 |
|/ / | |||||
* | | fixes an valid 'T' is not used hint | Andreas Rumpf | 2016-07-20 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #4502 from SSPkrolik/findexe-posix-fix | Andreas Rumpf | 2016-07-20 | 1 | -1/+4 |
|\ \ | | | | | | | Fixed findExe behaviour on Linux with symlinks relative paths | ||||
| * | | Fixed findExe behaviour on Linux with symlinks relative paths | Rostyslav Dzinko | 2016-07-20 | 1 | -1/+4 |
| | | | |||||
* | | | get rid of debug output | Andreas Rumpf | 2016-07-20 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #4500 from nigredo-tori/fix-osproc-env | Andreas Rumpf | 2016-07-20 | 3 | -9/+44 |
|\ \ \ | | | | | | | | | Fix passing environment in startProcess (win) | ||||
| * | | | Fix environment handling in startProcess | Dmitry Polienko | 2016-07-19 | 1 | -6/+9 |
| | | | | |||||
| * | | | Fix newWideCString(cstring, int) | Dmitry Polienko | 2016-07-19 | 1 | -3/+3 |
| | | | | |||||
| * | | | Revert changes in osproc.nim | Dmitry Polienko | 2016-07-19 | 1 | -43/+6 |
| | | | | |||||
| * | | | Fix passing environment in startProcess (win) | Dmitry Polienko | 2016-07-18 | 2 | -6/+75 |
| | | | | | | | | | | | | | | | | | | | | Previous implementation used newWideCString, which doesn't handle strings with \0 characters. | ||||
* | | | | remove XXX comment | Andreas Rumpf | 2016-07-20 | 1 | -1/+0 |
| | | | | |||||
* | | | | fixes #1970 | Andreas Rumpf | 2016-07-19 | 2 | -32/+42 |
| | | | | |||||
* | | | | fixes #888 | Andreas Rumpf | 2016-07-19 | 2 | -1/+20 |
| | | | | |||||
* | | | | updated 'concept' docs | Andreas Rumpf | 2016-07-19 | 1 | -10/+0 |
| | | | | |||||
* | | | | get rid of deprecated toLower/toUpper | Andreas Rumpf | 2016-07-19 | 8 | -15/+16 |
| | | | | |||||
* | | | | fixes #4328 | Andreas Rumpf | 2016-07-19 | 2 | -1/+15 |
| |/ / |/| | | |||||
* | | | fixes #4345 | Andreas Rumpf | 2016-07-19 | 2 | -2/+11 |
| | | | |||||
* | | | fixes #4428 | Andreas Rumpf | 2016-07-19 | 2 | -3/+9 |
| | | | |||||
* | | | fixes #4485; package handling works better; docgen works with --project on ↵ | Andreas Rumpf | 2016-07-19 | 6 | -66/+104 |
| | | | | | | | | | | | | Nimble package level | ||||
* | | | better fix for #4497 | Andreas Rumpf | 2016-07-19 | 1 | -4/+3 |
| | | | |||||
* | | | koch knows about json2 | Andreas Rumpf | 2016-07-19 | 2 | -10/+25 |
|/ / | |||||
* | | Merge pull request #4463 from flyx/tables-equals-no-KeyError | Andreas Rumpf | 2016-07-19 | 1 | -5/+4 |
|\ \ | | | | | | | `==` in tables should not raise KeyError | ||||
| * | | Use getOrDefault for tables.`==` | Felix Krause | 2016-07-08 | 1 | -7/+5 |
| | | | |||||
| * | | `==` in tables should not raise KeyError | Felix Krause | 2016-07-07 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | * With previous code, the compiler deduced that equalsImpl may raise a KeyError. While this could only actually happen in a nasty multi-threaded environment, I fixed the code so that it will never happen. | ||||
* | | | Merge pull request #4498 from mbaulch/fix4388 | Andreas Rumpf | 2016-07-18 | 1 | -5/+4 |
|\ \ \ | | | | | | | | | Random module: fix links, improve header. | ||||
| * | | | Random module: fix links, improve header. | Matthew Baulch | 2016-07-18 | 1 | -5/+4 |
| | | | |