summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* os.nim: allow walkDir to work on hierarchies with dangling symbolic links; re...Andreas Rumpf2018-09-241-5/+1
* Merge pull request #9035 from LemonBoy/fix-3075Andreas Rumpf2018-09-221-0/+3
|\
| * Skip nested procedures in .async. macroLemonBoy2018-09-221-0/+3
* | ioselectors_poll: don't pollRemove() if not neededLeorize2018-09-221-2/+3
|/
* Merge pull request #9015 from LemonBoy/fix-9013Andreas Rumpf2018-09-191-1/+5
|\
| * Fix linking issue in cpp codegenLemonBoy2018-09-191-1/+5
* | Merge pull request #9011 from LemonBoy/fix-9008Andreas Rumpf2018-09-1910-60/+56
|\ \
| * | Convert *_family fields to cushortLemonBoy2018-09-1910-60/+56
| |/
* / stdlib: minor changes to avoid compiler warningsAndreas Rumpf2018-09-193-4/+4
|/
* Implements the equals operator for openarrayZahary Karadjov2018-09-181-0/+10
* Merge pull request #8937 from Vindaar/fixes-8925Andreas Rumpf2018-09-181-2/+2
|\
| * fix #8925 by using `getTypeInst` instead of `getType`Vindaar2018-09-171-2/+2
* | some simple sub-expression elimination not applied by the previos authorZahary Karadjov2018-09-171-11/+13
* | Bugfix: custom pragmas were not working on public fieldsZahary Karadjov2018-09-171-4/+9
* | name mangling: also special case the backslash characterAraq2018-09-171-0/+1
* | fixes #7500Araq2018-09-171-2/+26
|/
* Fix regression due to type changeLemonBoy2018-09-161-1/+1
* fixes #8911Andreas Rumpf2018-09-161-7/+7
* Merge pull request #8897 from timotheecour/pr_startProcessAuxSpawn_raiseOSErr...Andreas Rumpf2018-09-162-5/+5
|\
| * add data.sysCommand when startProcessAuxSpawn raisesTimothee Cour2018-09-062-5/+5
* | Merge pull request #8977 from LemonBoy/fix-unix-socketsAndreas Rumpf2018-09-162-3/+3
|\ \
| * | Fix connectUnix/bindUnix with abstract socket pathsLemonBoy2018-09-152-3/+3
* | | Merge pull request #8975 from fragcolor-xyz/develAndreas Rumpf2018-09-161-1/+1
|\ \ \
| * | | improve the compiler option "cppCompileToNamespace", a custom namespace can n...Giovanni2018-09-151-1/+1
* | | | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2018-09-151-4/+3
|\ \ \ \
| * | | | don't reuse code from 0.18.0skilchen2018-09-151-9/+2
| * | | | more efficient fix for #8961skilchen2018-09-151-0/+6
| |/ / /
* | | | typetraits: Dots for sentence endings.Araq2018-09-151-2/+2
* | | | typetraits.arity: improve the documentation; fixes #8965Araq2018-09-151-2/+7
|/ / /
* | | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2018-09-151-9/+3
|\| |
| * | Merge pull request #8966 from LemonBoy/fix-8964Andreas Rumpf2018-09-141-9/+3
| |\ \
| | * | Fix hashing for codegenProc (sic) typesLemonBoy2018-09-141-9/+3
* | | | fixes #8925Araq2018-09-151-1/+1
* | | | documents system.cmp's platform specific behaviour; fixes #8930Araq2018-09-151-0/+2
|/ / /
* | | Merge branch 'devel' into araq-better-docgenAraq2018-09-144-25/+20
|\| |
| * | Merge pull request #8941 from timotheecour/pr_fix_8928Andreas Rumpf2018-09-121-2/+5
| |\ \
| | * | fix #8928Timothee Cour2018-09-111-2/+5
| * | | Merge pull request #8949 from nim-lang/araq-for-loop-expressionsAndreas Rumpf2018-09-121-2/+2
| |\ \ \
| | * \ \ fixes merge conflictsAndreas Rumpf2018-09-11183-7440/+14116
| | |\ \ \
| | * | | | steps to get for loops as expressionsAndreas Rumpf2018-02-282-4/+7
| * | | | | Fix add(string, cstring) when the lhs is null (#8951)LemonBoy2018-09-121-3/+4
| | |_|/ / | |/| | |
| * | | | Always emit hti object types if needed (#8940)LemonBoy2018-09-111-1/+1
| | |/ / | |/| |
| * | | JS strings have no trailing zero anymore (#8936)LemonBoy2018-09-112-16/+7
| * | | Fix insert/delete for JS (#8915)LemonBoy2018-09-081-2/+2
* | | | fixes #8961Araq2018-09-142-4/+4
* | | | nim doc: simplifiy index generationAraq2018-09-131-7/+10
* | | | index generation for docgen knows about subdirectories; index knows about enu...Araq2018-09-131-35/+45
* | | | system.nim: fix doc comment for 'once'Andreas Rumpf2018-09-071-6/+6
|/ / /
* | | Minor fixes for asyncjs (#8894)LemonBoy2018-09-072-5/+13
* | | Automatic deref for everything but pointers in asm/emit (#8891)LemonBoy2018-09-071-3/+3
| |/ |/|