Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new string behaviour now available under nimShallowStrings | Andreas Rumpf | 2017-09-22 | 1 | -6/+3 |
| | |||||
* | preparations for string optimizations | Andreas Rumpf | 2017-09-22 | 3 | -9/+38 |
| | |||||
* | revert accidentical asyncmacro change | Andreas Rumpf | 2017-09-21 | 1 | -1/+1 |
| | |||||
* | introduce OnHeapNew and rename TLoc.s to TLoc.storage | Andreas Rumpf | 2017-09-21 | 1 | -1/+1 |
| | |||||
* | Reorder json `add` and `%`, fixes #6385 (#6388) | Mamy Ratsimbazafy | 2017-09-16 | 1 | -10/+10 |
| | | | | | | * Reorder json `add` and `%`, fixes https://github.com/nim-lang/Nim/issues/6385 * rename json test files | ||||
* | prepared stdlb for new integer arithmetic rules | Andreas Rumpf | 2017-09-16 | 2 | -8/+8 |
| | |||||
* | hotfix: fixes seq.add and str.add for edge cases | Andreas Rumpf | 2017-09-16 | 1 | -8/+12 |
| | |||||
* | in prepration for the upcoming different integer inference rules | Andreas Rumpf | 2017-09-16 | 2 | -2/+2 |
| | |||||
* | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2017-09-16 | 3 | -7/+17 |
|\ | |||||
| * | balance Genode CPU pinning, deadlock at Genode exit (#6317) | Emery Hemingway | 2017-09-16 | 3 | -7/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Genode: balance thread CPU affinities Genode threads are pinned by defaut to the same CPU as the initial component entrypoint thread. Thread affinities are also permanent. This patch pins new threads to CPUs in a round-robin manner. Arbitrary CPU pinning is not exposed and the 'nimPinToCpu' has no effect. * Genode: guarantee that 'quit' will not return On Genode exits are handled by whatever component is acting as parent. The caller has no guarentee that the parent implementation will halt the caller's threads, so explicitly deadlock the 'quit' procedure. | ||||
* | | development version is odd | Andreas Rumpf | 2017-09-15 | 1 | -5/+5 |
|/ | |||||
* | db_postgres: Refactor open() behavior to be consistent with other DBs (#6381) | Lyndsy Simon | 2017-09-15 | 1 | -4/+7 |
| | |||||
* | Update memfiles.nim (#6328) | Denis Rumyantsev | 2017-09-15 | 1 | -1/+1 |
| | | | FIX error in MemFile fileSize | ||||
* | Changed JSON stringification to preserve UTF (#6330) | Yuriy Glukhov | 2017-09-15 | 1 | -18/+11 |
| | |||||
* | Add counterpart to containsOrIncl for excl (#6360) | superfunc | 2017-09-15 | 3 | -37/+93 |
| | |||||
* | Document inclusiveness of Slices (#6362) | superfunc | 2017-09-15 | 1 | -0/+15 |
| | |||||
* | Fix wrong result of countLines() (#6371) | Simon Krauter | 2017-09-15 | 1 | -1/+2 |
| | |||||
* | Handle failed uri parsing in asynchttpserver (#6374) | superfunc | 2017-09-15 | 1 | -1/+6 |
| | |||||
* | Fixed closure compiler incompatibility (#6365) | Yuriy Glukhov | 2017-09-11 | 1 | -1/+1 |
| | |||||
* | Support `in` operator on StringTableRef | Lynn C. Rees | 2017-09-08 | 1 | -0/+4 |
| | |||||
* | Improve TimeInterval docs #6135 (#6341) | Federico Ceratto | 2017-09-07 | 1 | -8/+20 |
| | |||||
* | version update: 0.17.2 | Araq | 2017-09-06 | 1 | -1/+1 |
| | |||||
* | Update doc for json.to() with limitation (#6334) | superfunc | 2017-09-06 | 1 | -0/+1 |
| | |||||
* | Fixed handling of surrogate pairs (#6332) | Yuriy Glukhov | 2017-09-05 | 2 | -10/+18 |
| | |||||
* | fixes #6327 | Andreas Rumpf | 2017-09-05 | 1 | -1/+2 |
| | |||||
* | parsesql: better 'len' operation; added '[]' access | Andreas Rumpf | 2017-09-05 | 1 | -2/+7 |
| | |||||
* | equality check on NimSym has now support in the VM; refs #6139 | Araq | 2017-09-03 | 1 | -0/+3 |
| | |||||
* | Improve docs around subtracting times (#6152) | Federico Ceratto | 2017-09-03 | 1 | -0/+12 |
| | | | The output can be surprising - better provide examples. | ||||
* | Fix #4366 (#6290) | Daniil Yarancev | 2017-09-02 | 1 | -1/+1 |
| | |||||
* | os.nim: revert findExe 'improvement' that breaks our builds | Andreas Rumpf | 2017-09-01 | 1 | -6/+1 |
| | |||||
* | os.findExe: do not return binaries in the cwd | Araq | 2017-09-01 | 1 | -1/+6 |
| | |||||
* | fixes #1734, fixes #3138, fixes #3759 | araq | 2017-09-01 | 1 | -14/+17 |
| | |||||
* | another attempt to make travis and appveyor green again | Andreas Rumpf | 2017-09-01 | 1 | -3/+3 |
| | |||||
* | parsesql can parse more SQL | Araq | 2017-09-01 | 1 | -25/+54 |
| | |||||
* | fix os.nim for Windows | Andreas Rumpf | 2017-09-01 | 1 | -0/+3 |
| | |||||
* | refactor os.nim and ospaths.nim | Andreas Rumpf | 2017-09-01 | 4 | -872/+877 |
| | |||||
* | os.nim: do not include and import ospaths | Andreas Rumpf | 2017-09-01 | 1 | -9/+1 |
| | |||||
* | make tests green again | Andreas Rumpf | 2017-08-31 | 1 | -1/+7 |
| | |||||
* | tables.nim: use proper spacing | Andreas Rumpf | 2017-08-31 | 1 | -5/+5 |
| | |||||
* | low/high/of are now overloadable operations | Andreas Rumpf | 2017-08-30 | 1 | -18/+25 |
| | |||||
* | Android support: put Termux specific dependencies behind a -d:termux switch | Andreas Rumpf | 2017-08-30 | 1 | -2/+2 |
| | |||||
* | make ospaths compile for Android again, simplify its implementation, added a ↵ | Andreas Rumpf | 2017-08-30 | 1 | -15/+7 |
| | | | | disclaimer | ||||
* | Fix #6288 (#6289 was created for wrong branch) (#6291) | Daniil Yarancev | 2017-08-29 | 1 | -1/+1 |
| | |||||
* | allow non-admins to create symlinks on windows (#6287) | Charlie Barto | 2017-08-29 | 1 | -1/+3 |
| | |||||
* | macros module: 'name' proc skips the export marker | Andreas Rumpf | 2017-08-29 | 1 | -0/+2 |
| | |||||
* | Fixes #6284. | Dominik Picheta | 2017-08-28 | 1 | -0/+2 |
| | |||||
* | Fix typo (#6285) | Daniil Yarancev | 2017-08-28 | 1 | -1/+1 |
| | |||||
* | remove ArrayDummySize with unchecked arrays (#5818) | Jacek Sieka | 2017-08-28 | 8 | -21/+18 |
| | |||||
* | Restore the old behavior of parsing "quote do:" | Zahary Karadjov | 2017-08-19 | 1 | -4/+3 |
| | | | | close #5845 | ||||
* | Use of deprecated object name (#6256) | Lynn C. Rees | 2017-08-19 | 1 | -1/+1 |
| |