summary refs log tree commit diff stats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'araq' of github.com:nim-lang/Nim into araqAndreas Rumpf2017-09-156-13/+30
|\
| * update Nim's versionAndreas Rumpf2017-09-151-1/+1
| |
| * make bootstrapping work under the new integer promotion rulesAndreas Rumpf2017-09-151-1/+1
| |
| * Merge branch 'devel' into araqAndreas Rumpf2017-09-1572-1639/+2118
| |\
| * | no interval arithmetic anymore to construct implicit range types; breaking ↵Andreas Rumpf2017-07-133-9/+9
| | | | | | | | | | | | change
| * | Merge branch 'devel' into araqAndreas Rumpf2017-07-1342-226/+622
| |\ \
| | * | fixes #5871Andreas Rumpf2017-07-132-3/+3
| | | |
| * | | Merge branch 'zahary' into araqAndreas Rumpf2017-05-161-7/+60
| |\ \ \
| * \ \ \ Merge branch 'devel' into araqAndreas Rumpf2017-05-1613-225/+374
| |\ \ \ \
| * \ \ \ \ Merge branch 'devel' into araqAndreas Rumpf2017-05-0421-394/+544
| |\ \ \ \ \
| * | | | | | precise stack scanning for Nim's GCs; work in progressAndreas Rumpf2017-04-191-2/+19
| | | | | | |
* | | | | | | Fixed closure compiler incompatibility (#6365)Yuriy Glukhov2017-09-111-1/+1
| | | | | | |
* | | | | | | Support `in` operator on StringTableRefLynn C. Rees2017-09-081-0/+4
| | | | | | |
* | | | | | | Improve TimeInterval docs #6135 (#6341)Federico Ceratto2017-09-071-8/+20
| | | | | | |
* | | | | | | version update: 0.17.2Araq2017-09-061-1/+1
| | | | | | |
* | | | | | | Update doc for json.to() with limitation (#6334)superfunc2017-09-061-0/+1
| | | | | | |
* | | | | | | Fixed handling of surrogate pairs (#6332)Yuriy Glukhov2017-09-052-10/+18
| |_|_|_|_|/ |/| | | | |
* | | | | | fixes #6327Andreas Rumpf2017-09-051-1/+2
| | | | | |
* | | | | | parsesql: better 'len' operation; added '[]' accessAndreas Rumpf2017-09-051-2/+7
| | | | | |
* | | | | | equality check on NimSym has now support in the VM; refs #6139Araq2017-09-031-0/+3
| | | | | |
* | | | | | Improve docs around subtracting times (#6152)Federico Ceratto2017-09-031-0/+12
| | | | | | | | | | | | | | | | | | The output can be surprising - better provide examples.
* | | | | | Fix #4366 (#6290)Daniil Yarancev2017-09-021-1/+1
| | | | | |
* | | | | | os.nim: revert findExe 'improvement' that breaks our buildsAndreas Rumpf2017-09-011-6/+1
| | | | | |
* | | | | | os.findExe: do not return binaries in the cwdAraq2017-09-011-1/+6
| | | | | |
* | | | | | fixes #1734, fixes #3138, fixes #3759araq2017-09-011-14/+17
| | | | | |
* | | | | | another attempt to make travis and appveyor green againAndreas Rumpf2017-09-011-3/+3
| | | | | |
* | | | | | parsesql can parse more SQLAraq2017-09-011-25/+54
| | | | | |
* | | | | | fix os.nim for WindowsAndreas Rumpf2017-09-011-0/+3
| | | | | |
* | | | | | refactor os.nim and ospaths.nimAndreas Rumpf2017-09-014-872/+877
| | | | | |
* | | | | | os.nim: do not include and import ospathsAndreas Rumpf2017-09-011-9/+1
| | | | | |
* | | | | | make tests green againAndreas Rumpf2017-08-311-1/+7
| | | | | |
* | | | | | tables.nim: use proper spacingAndreas Rumpf2017-08-311-5/+5
| | | | | |
* | | | | | low/high/of are now overloadable operationsAndreas Rumpf2017-08-301-18/+25
| | | | | |
* | | | | | Android support: put Termux specific dependencies behind a -d:termux switchAndreas Rumpf2017-08-301-2/+2
| | | | | |
* | | | | | make ospaths compile for Android again, simplify its implementation, added a ↵Andreas Rumpf2017-08-301-15/+7
| | | | | | | | | | | | | | | | | | | | | | | | disclaimer
* | | | | | Fix #6288 (#6289 was created for wrong branch) (#6291)Daniil Yarancev2017-08-291-1/+1
| | | | | |
* | | | | | allow non-admins to create symlinks on windows (#6287)Charlie Barto2017-08-291-1/+3
| | | | | |
* | | | | | macros module: 'name' proc skips the export markerAndreas Rumpf2017-08-291-0/+2
| | | | | |
* | | | | | Fixes #6284.Dominik Picheta2017-08-281-0/+2
| | | | | |
* | | | | | Fix typo (#6285)Daniil Yarancev2017-08-281-1/+1
| | | | | |
* | | | | | remove ArrayDummySize with unchecked arrays (#5818)Jacek Sieka2017-08-288-21/+18
| | | | | |
* | | | | | Restore the old behavior of parsing "quote do:"Zahary Karadjov2017-08-191-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | close #5845
* | | | | | Use of deprecated object name (#6256)Lynn C. Rees2017-08-191-1/+1
| | | | | |
* | | | | | fixes #6250 (#6251)David Krause2017-08-171-1/+15
| | | | | |
* | | | | | memory regions seem to work nowAraq2017-08-131-18/+32
| | | | | |
* | | | | | WIP: --gc:regions instead of --gc:stackAraq2017-08-135-184/+95
| | | | | |
* | | | | | Implement ability to run a single test using unittest module.Dominik Picheta2017-08-121-17/+38
| | | | | |
* | | | | | Fixes #6110Daniil Yarancev2017-08-121-1/+1
| | | | | |
* | | | | | Fix compilation of the deprecated sockets module hackishly.Dominik Picheta2017-08-111-2/+4
| | | | | |
* | | | | | fixes #6234Andreas Rumpf2017-08-112-1/+4
| | | | | |