summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #3231 from jangko/develAndreas Rumpf2015-08-211-23/+29
|\ \ \ \
| * | | | fixed UTF-16 to UTF-8 conversion in widestrs.nimjangko2015-08-211-6/+20
| * | | | fixed UTF-16 to UTF-8 conversion in widestrs.nimjangko2015-08-201-7/+7
| * | | | fixed UTF-16 to UTF-8 conversion in widestrs.nimjangko2015-08-201-26/+18
| | |_|/ | |/| |
* | | | Untyped pointers godegen changed. addr expression fixed.Yuriy Glukhov2015-08-211-9/+10
* | | | simplify nimscript.nimAraq2015-08-211-20/+5
* | | | preparations for Nimble NimScript integrations; minor cleanupsAraq2015-08-181-0/+27
* | | | cleanup destructor building for arrays; still doesn't workAraq2015-08-181-21/+13
|/ / /
* | | implements experimental new config system based on NimScriptAraq2015-08-162-4/+159
* | | Fixed --debugger:on option. Removed c_line from termios.Yuriy Glukhov2015-08-121-6/+6
* | | fixes #3080Araq2015-08-021-1/+4
* | | fixes #3135Araq2015-08-021-3/+3
* | | Add arm64 support (untested)def2015-07-311-0/+2
* | | Add powerpc64el support (untested)def2015-07-311-0/+2
* | | Add Mipsel CPU support (untested)def2015-07-311-0/+2
| |/ |/|
* | fixes #1832Araq2015-07-241-0/+8
|/
* implemented system.pinToCpuAraq2015-07-011-10/+40
* fixes #3014Araq2015-06-291-1/+1
* proper distinction between --gc:none and --os:standaloneAraq2015-06-293-17/+30
* Fix #2672. Do not define globalsSlot for native TLSSergey Avseyev2015-06-261-16/+11
* Trim trailling spacesSergey Avseyev2015-06-262-39/+37
* fixes #2992Araq2015-06-251-4/+4
* Merge pull request #2968 from def-/neutral-languagereactormonk2015-06-212-6/+6
|\
| * Fix typos in commentsdef2015-06-212-6/+6
* | reworked deprecation to retain old procspatrick dw2015-06-191-1/+5
* | renamed writeln to writeLine in libpatrick dw2015-06-191-3/+3
* | Renamed writeln procs to writeLinepatrick dw2015-06-181-1/+2
|/
* Fixed fix of #2917yglukhov2015-06-171-2/+5
* Merge pull request #2945 from yglukhov/fix-2917Andreas Rumpf2015-06-171-3/+16
|\
| * Fixes #2917yglukhov2015-06-171-3/+16
* | Merge pull request #2768 from gokr/fix-reprAndreas Rumpf2015-06-161-5/+11
|\ \
| * | Tweaked to do commas properlyGöran Krampe2015-05-201-3/+3
| * | Fixes #2749, traverse full inheritance for reprRecordGöran Krampe2015-05-201-5/+11
* | | Merge pull request #2851 from stefantalpalaru/gogcAndreas Rumpf2015-06-164-7/+205
|\ \ \ | |_|/ |/| |
| * | conditional TGenericSeq extensionStefan Talpalaru2015-06-161-2/+4
| * | TMemRegion -> MemRegionStefan Talpalaru2015-06-151-5/+6
| * | cleanupStefan Talpalaru2015-06-151-5/+0
| * | Merge branch 'devel' into gogcStefan Talpalaru2015-06-1524-719/+839
| |\ \
| * | | finalizer supportStefan Talpalaru2015-06-151-0/+6
| * | | fix growObj() with stringsStefan Talpalaru2015-06-091-0/+2
| * | | the Go GC - initial implementationStefan Talpalaru2015-05-314-6/+198
* | | | Added noUnhandledHandleryglukhov2015-06-151-7/+9
* | | | Unhandled exceptions handling brought back.yglukhov2015-06-151-0/+24
* | | | Fixed and slightly changed exception handling.yglukhov2015-06-151-25/+4
| |/ / |/| |
* | | fixes #2909Araq2015-06-151-1/+1
* | | Fixed copying of aggregates in JS.yglukhov2015-06-111-22/+30
* | | fixed threadpool and atomics to work with Visual Studio 32 and 64 bitSpencer Stirling2015-06-091-2/+2
* | | Merge pull request #2645 from def-/builtin_overflowAndreas Rumpf2015-06-071-54/+122
|\ \ \
| * | | Use -d:builtinOverflow for builtin overflow checksdef2015-05-081-141/+110
| * | | Use builtin overflow functions of Clang and GCC (WIP, RFC)def2015-05-031-0/+99