summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
* do not print spurious warnings when dlopen fails; can be re-enabled with -d:n...Andreas Rumpf2015-12-291-3/+4
* Task proc in nimscript module will now export the proc it creates.Dominik Picheta2015-12-241-1/+1
* modified the integrated profiler to hopefully produce more reliable resultsAndreas Rumpf2015-12-181-17/+9
* Fixed copying of nil seq in JSYuriy Glukhov2015-12-161-7/+12
* Merge pull request #3595 from dfdeshom/develDominik Picheta2015-12-041-1/+3
|\
| * Print out more detailed error messages when compilation failsdfdeshom2015-11-261-1/+3
* | removes 'x is iterator' special casing in the languageAraq2015-12-031-0/+2
* | set debug switch to false againAraq2015-12-011-1/+1
* | proper color flippingAraq2015-12-011-34/+27
* | next steps for the GCAraq2015-12-012-6/+23
* | only mark roots when markingAraq2015-12-011-4/+5
* | first compiling version of the new GCAraq2015-12-012-19/+46
* | lambda lifting support for iterToProc pluginAraq2015-12-011-1/+4
* | fixes typoAraq2015-12-011-1/+1
* | added CellSetIter for git's historyAraq2015-12-011-0/+35
* | first version of the new hard realtime GCAraq2015-12-011-1005/+478
|/
* Removed Node, NodeType and Document definitions from jssys.Yuriy Glukhov2015-11-251-74/+20
* Add 'auto-decoration' to nimGetProcAddrjyelon2015-11-111-1/+6
* Nimscript fixes 'cpFile' typoAraq2015-11-031-1/+1
* system/dyncalls: OS X is already handled as posixAdam Strzelecki2015-10-221-36/+0
* createThread is more convenient to use with a proc taking no argumentsAraq2015-10-191-0/+3
* Fixed ret by var in jsYuriy Glukhov2015-10-151-3/+9
* udpated the compiler and tester to use getOrDefaultAraq2015-10-131-0/+5
* Merge branch 'gc-fixes' of https://github.com/rbehrends/Nim into rbehrends-gc...Araq2015-10-122-42/+65
|\
| * Remove spurious unsigned operations from system/threads.nim.Reimer Behrends2015-09-081-3/+0
| * Properly register threads with the Boehm GC.Reimer Behrends2015-09-082-38/+64
| * Properly initialize the Boehm GC on all platforms.Reimer Behrends2015-09-061-1/+1
* | Merge remote-tracking branch 'nim-lang/devel' into emscripten-supportAndrey Sobolev2015-10-061-1/+2
|\ \
| * | fixes 'line too long' warningAraq2015-10-031-1/+2
* | | Merge remote-tracking branch 'nim-lang/devel' into emscripten-supportAndrey Sobolev2015-10-011-4/+7
|\| |
| * | Merge pull request #3345 from rbehrends/no-unmapAndreas Rumpf2015-09-301-4/+7
| |\ \
| | * | Add option to disable munmap() use in the allocator.Reimer Behrends2015-09-181-4/+7
* | | | Merge remote-tracking branch 'nim-lang/devel' into emscripten-supportAndrey Sobolev2015-09-301-1/+1
|\| | |
| * | | NimScript: setCommand takes an optional project filenameAraq2015-09-291-1/+1
| |/ /
* | | Merge remote-tracking branch 'nim-lang/devel' into emscripten-supportAndrey Sobolev2015-09-151-4/+16
|\| |
| * | Uint64 to string in pure nim. array[char] to string fixed in vm.Yuriy Glukhov2015-09-141-4/+16
| |/
* | Change TAddress to ByteAddressAndrey Sobolev2015-09-141-3/+3
* | Merge remote-tracking branch 'nim-lang/devel' into emscripten-supportAndrey Sobolev2015-09-111-6/+24
|\|
| * NimScript: make the compiler shut up about effects it doesn't know aboutAraq2015-09-081-0/+5
| * even better docsAraq2015-09-081-6/+19
* | Support for GC working in Emscripten environmentAndrey Sobolev2015-09-111-5/+7
* | mmap non PageSize aligned supportAndrey Sobolev2015-09-101-1/+48
|/
* Nimscript: documented; 'exec' now produces output immediatelyAraq2015-09-071-30/+99
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-0413-387/+387
* split os into os and ospaths parts; ospaths is available for NimScript; bette...Araq2015-09-041-1/+26
* improvements for NimScript supportAraq2015-09-031-2/+2
* Merge pull request #3273 from yglukhov/js-copy-fixAndreas Rumpf2015-09-031-9/+5
|\
| * Fixed JS copying.Yuriy Glukhov2015-08-311-9/+5
* | Merge pull request #3280 from jlp765/endbAndreas Rumpf2015-09-031-2/+20
|\ \
| * | bug fix: Switch state to dbgSkipCurrent for Eval, Local & Global commands.JamesP2015-09-031-2/+20
| |/