Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #8911 | Andreas Rumpf | 2018-09-16 | 2 | -7/+22 |
* | Merge pull request #8897 from timotheecour/pr_startProcessAuxSpawn_raiseOSErr... | Andreas Rumpf | 2018-09-16 | 2 | -5/+5 |
|\ | |||||
| * | add data.sysCommand when startProcessAuxSpawn raises | Timothee Cour | 2018-09-06 | 2 | -5/+5 |
* | | Merge pull request #8970 from genotrance/test-7010 | Andreas Rumpf | 2018-09-16 | 1 | -0/+19 |
|\ \ | |||||
| * \ | Merge remote-tracking branch 'upstream/devel' into test-7010 | Ganesh Viswanathan | 2018-09-15 | 8 | -28/+65 |
| |\ \ | |||||
| * \ \ | Merge remote-tracking branch 'upstream/devel' into test-7010 | Ganesh Viswanathan | 2018-09-14 | 120 | -773/+33329 |
| |\ \ \ | |||||
| * | | | | Test case for #7010 | Ganesh Viswanathan | 2018-09-14 | 1 | -0/+19 |
* | | | | | Merge pull request #8969 from genotrance/test-6483 | Andreas Rumpf | 2018-09-16 | 1 | -0/+31 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge remote-tracking branch 'upstream/devel' into test-6483 | Ganesh Viswanathan | 2018-09-15 | 8 | -28/+65 |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | |||||
| * | | | | | Merge remote-tracking branch 'upstream/devel' into test-6483 | Ganesh Viswanathan | 2018-09-14 | 120 | -773/+33329 |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | |||||
| * | | | | | Test case for #6483 | Ganesh Viswanathan | 2018-09-14 | 1 | -0/+31 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #8977 from LemonBoy/fix-unix-sockets | Andreas Rumpf | 2018-09-16 | 2 | -3/+3 |
|\ \ \ \ \ | |||||
| * | | | | | Fix connectUnix/bindUnix with abstract socket paths | LemonBoy | 2018-09-15 | 2 | -3/+3 |
* | | | | | | Merge pull request #8975 from fragcolor-xyz/devel | Andreas Rumpf | 2018-09-16 | 5 | -17/+26 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | Removed optUseNimNamespace, removed useless nil check | Giovanni | 2018-09-16 | 3 | -15/+12 |
| * | | | | | improve the compiler option "cppCompileToNamespace", a custom namespace can n... | Giovanni | 2018-09-15 | 5 | -10/+22 |
* | | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2018-09-15 | 5 | -13/+24 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge pull request #8976 from fragcolor-xyz/length-one-dirnames | Andreas Rumpf | 2018-09-15 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Allow subpaths of names of length 1 | Jörg Wollenschläger | 2018-09-15 | 1 | -1/+1 |
| | |/ / / / / | |||||
| * | | | | | | Merge pull request #8972 from skilchen/more_efficient_fix_for_8961 | Andreas Rumpf | 2018-09-15 | 1 | -4/+3 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| | * | | | | | don't reuse code from 0.18.0 | skilchen | 2018-09-15 | 1 | -9/+2 |
| | * | | | | | more efficient fix for #8961 | skilchen | 2018-09-15 | 1 | -0/+6 |
| | | |_|/ / | | |/| | | | |||||
| * | | | | | Merge pull request #8971 from LemonBoy/fix-8967 | Andreas Rumpf | 2018-09-15 | 3 | -8/+20 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fix codegen for set[T] parameters | LemonBoy | 2018-09-15 | 3 | -8/+20 |
| | | |/ / / | | |/| | | | |||||
* | | | | | | typetraits: Dots for sentence endings. | Araq | 2018-09-15 | 1 | -2/+2 |
* | | | | | | typetraits.arity: improve the documentation; fixes #8965 | Araq | 2018-09-15 | 1 | -2/+7 |
|/ / / / / | |||||
* | | | | | make async test more reliable | Araq | 2018-09-15 | 1 | -3/+5 |
* | | | | | make tfailedassert_stacktrace.nim more robust | Araq | 2018-09-15 | 1 | -8/+27 |
| |/ / / |/| | | | |||||
* | | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2018-09-15 | 9 | -73/+152 |
|\ \ \ \ | |||||
| * \ \ \ | Merge pull request #8806 from awr1/add-reorder-to-docs | Andreas Rumpf | 2018-09-15 | 1 | -49/+105 |
| |\ \ \ \ | |||||
| | * | | | | fixed language wrt initialization | awr | 2018-09-12 | 1 | -4/+4 |
| | * | | | | whoops, forgot to remove old pragma section | awr | 2018-09-07 | 1 | -4/+1 |
| | * | | | | changed to {.experimental: codeReordering.}, postpoing declared() stuff | awr | 2018-09-06 | 1 | -97/+105 |
| | * | | | | updated manual for declared() | awr | 2018-09-04 | 1 | -0/+14 |
| | * | | | | [Docs] Added {.reorder.} to manual | awr | 2018-08-29 | 1 | -40/+77 |
| * | | | | | Merge pull request #8875 from awr1/experimentalize-reorder | Andreas Rumpf | 2018-09-15 | 5 | -10/+27 |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| | * | | | | fixed stmtPragmas stuff | awr | 2018-09-07 | 1 | -1/+1 |
| | * | | | | brought back pragmaNoForward, deprecated | awr | 2018-09-05 | 1 | -0/+15 |
| | * | | | | fix test | awr | 2018-09-04 | 1 | -2/+1 |
| | * | | | | Fix merge | awr | 2018-09-04 | 1 | -22/+7 |
| | * | | | | Deny THIS experimental pragma specifically for non-toplevel | awr | 2018-09-04 | 1 | -1/+5 |
| | * | | | | Merge branch 'devel' into experimentalize-reorder | awr1 | 2018-09-04 | 241 | -12625/+6394 |
| | |\ \ \ \ | |||||
| | * | | | | | tabling declared() stuff | awr | 2018-09-04 | 1 | -12/+0 |
| | * | | | | | transformed {.reorder: on.} into {.experimental: codeReordering.}, added tests | awr | 2018-09-04 | 5 | -12/+24 |
| | | |/ / / | | |/| | | | |||||
| * | | | | | Merge pull request #8966 from LemonBoy/fix-8964 | Andreas Rumpf | 2018-09-14 | 3 | -14/+20 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fix hashing for codegenProc (sic) types | LemonBoy | 2018-09-14 | 3 | -14/+20 |
* | | | | | | | fixes #8925 | Araq | 2018-09-15 | 1 | -1/+1 |
* | | | | | | | documents system.cmp's platform specific behaviour; fixes #8930 | Araq | 2018-09-15 | 1 | -0/+2 |
|/ / / / / / | |||||
* | | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2018-09-14 | 1 | -0/+17 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | Test case for #6163 (#8960) | genotrance | 2018-09-14 | 1 | -0/+17 |
| |/ / / / |