summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* CI: ZIPs don't have an underscore in the filename.Dominik Picheta2016-10-161-2/+2
* Improve niminst zip error message and fix CI build.Dominik Picheta2016-10-162-5/+6
* Merge branch 'devel' of github.com:nim-lang/Nim into develDominik Picheta2016-10-162-14/+14
|\
| * Merge pull request #4900 from cheatfate/asyncerronlyDominik Picheta2016-10-162-14/+14
| |\
| | * Fix handle of error only events.cheatfate2016-10-162-14/+14
| |/
* / Fixes `niminst zip` not creating output dir & cleans related code.Dominik Picheta2016-10-161-18/+19
|/
* fixes a simple .borrow bugAndreas Rumpf2016-10-141-1/+1
* Merge pull request #4896 from hcorion/add-mingwAndreas Rumpf2016-10-141-0/+3
|\
| * Add Mingw build support for build.shZion Nimchuk2016-10-131-0/+3
|/
* Merge pull request #4015 from arnetheduck/initallocator-fixAndreas Rumpf2016-10-132-3/+10
|\
| * run gctest for gc:noneJacek Sieka2016-10-121-0/+7
| * Merge remote-tracking branch 'origin/devel' into initallocator-fixJacek Sieka2016-10-12255-4053/+7549
| |\
| * | one more fix conditionJacek Sieka2016-09-031-3/+3
| * | simplify initallocator conditionsJacek Sieka2016-08-251-2/+2
| * | Merge remote-tracking branch 'origin/devel' into initallocator-fixJacek Sieka2016-08-25434-6324/+22373
| |\ \
| * | | no allocator init for nimscriptJacek Sieka2016-08-251-0/+1
| * | | fix initAllocator not being called when defined(nogc) and not defined(useMalloc)Jacek Sieka2016-03-301-2/+6
* | | | Merge pull request #4894 from hakanderyal/gc-stack-fixAndreas Rumpf2016-10-131-0/+7
|\ \ \ \
| * | | | add exported memory size getter functions for MemRegion objectsHakan Deryal2016-10-131-0/+6
| * | | | fixes memory region not updating when passed to withRegion template.Hakan Deryal2016-10-131-0/+1
|/ / / /
* | | | Merge pull request #4890 from jdbernard/fix-times-initintervalDominik Picheta2016-10-132-9/+16
|\ \ \ \
| * | | | Bugfix for times.initInterval (issue #4889)Jonathan Bernard2016-10-122-9/+16
|/ / / /
* | | | Merge pull request #4887 from alphashuro/patch-2Dominik Picheta2016-10-121-0/+14
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add example for posting json contentAlpha Shuro2016-10-121-0/+14
|/ / /
* | | koch: finish is now its own commandAndreas Rumpf2016-10-113-155/+164
* | | CI: Store build/*.zip artifacts.Dominik Picheta2016-10-101-0/+1
* | | Merge pull request #4828 from jfhg/unify_waitpid_handlingAndreas Rumpf2016-10-093-32/+57
|\ \ \
| * | | rename tfalse.nim to tafalse.nimJohannes Hofmann2016-09-303-7/+8
| * | | add testcase for exit code handlingJohannes Hofmann2016-09-302-0/+20
| * | | convert exitStatus to exit codeJohannes Hofmann2016-09-301-3/+3
| * | | Merge branch 'devel' into unify_waitpid_handlingJohannes Hofmann2016-09-3042-834/+989
| |\ \ \
| * | | | another attempt at properly declaring the status variableJohannes Hofmann2016-09-251-1/+3
| * | | | make status variable localJohannes Hofmann2016-09-251-2/+1
| * | | | Merge branch 'devel' into unify_waitpid_handlingJohannes Hofmann2016-09-2414-54/+425
| |\ \ \ \
| * | | | | rename exitCode to exitStatusJohannes Hofmann2016-09-241-18/+18
| * | | | | generally update exitCode only after successful completion of waitpid()Johannes Hofmann2016-09-221-23/+26
* | | | | | zip files for WindowsAraq2016-10-094-40/+31
* | | | | | better error checking for install_tools.nims scriptAndreas Rumpf2016-10-091-8/+11
* | | | | | added registry.nim to the stdlibAraq2016-10-091-0/+11
* | | | | | koch supports the finish command for smooth installations on WindowsAraq2016-10-093-74/+224
* | | | | | document 'nim e' modeAraq2016-10-081-0/+1
* | | | | | remove outdated warning about the Nimble installation processAraq2016-10-081-6/+0
* | | | | | develop version is 0.15.1Araq2016-10-083-3/+3
* | | | | | install_tools is not for building by sourceAraq2016-10-081-7/+0
* | | | | | fixes #4845Araq2016-10-081-1/+3
* | | | | | failed attempt to fix a 'void' inference bugAraq2016-10-081-1/+6
* | | | | | fixes #4844Araq2016-10-081-1/+5
* | | | | | Updated sponsors CSV files.Dominik Picheta2016-10-062-37/+41
* | | | | | Merge pull request #4848 from flyx/fix-debugdlopenAndreas Rumpf2016-10-061-1/+4
|\ \ \ \ \ \
| * | | | | | Display hint for -d:nimDebugDlOpen on load failureFelix Krause2016-10-031-0/+2