summary refs log tree commit diff stats
path: root/lib/system
Commit message (Collapse)AuthorAgeFilesLines
* fix a few dead links and a missing sentence in documentation (#12387)Nindaleth2019-10-081-3/+3
|
* fixes #12315 [backport]; refs #12314 (#12385)Andreas Rumpf2019-10-081-0/+6
|
* Fixes #12187 (#12321)Clyybber2019-10-084-11/+35
| | | | | | * Fixes #12187 * Point to fork of compactdict Since the original repo is now archived / read-only
* `system.writeFile` has been overloaded to also support `openarray[byte]` ↵zah2019-10-021-0/+12
| | | | | | (#12313)
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-273-3/+3
|
* Add build support for Linux/hppa (#12271)John Paul Adrian Glaubitz2019-09-261-0/+2
| | | | | | * build.sh: Enable CPU detection for hppa * compiler: Add hppa as target architecture on Linux * lib/system: Add platform support for hppa
* Fix -d:logGC compile cerror: 'stdout not defined' (#12237)treeform2019-09-241-5/+5
|
* last stdlib cleanupsAraq2019-09-211-8/+0
|
* consistent floating point output (#12219)Andreas Rumpf2019-09-203-33/+80
| | | | | * unify float printing * makes tests green
* expose more fields of TNimTypeAraq2019-09-191-4/+4
|
* Add -d:androidNDK to fix echo on Android NDK builds. (#12203)treeform2019-09-171-19/+32
| | | | | | | | * Add -d:echoToAndroidLog to fix echo. * Change to androidNDK and add docs. * Some word changes to docs.
* gc:destructors progressAndreas Rumpf2019-09-164-6/+69
|
* gc_common: typoAndreas Rumpf2019-09-161-1/+1
|
* count 64 bits at a time instead of 8 (#12159)Andreas Rumpf2019-09-121-3/+9
|\ | | | | | | | | | | | | | | | | | | | | | | * count 64 bits at a time * spacing * only do 64bts on x86 * add amd64 * use while
| * use whileBrent Pedersen2019-09-111-4/+5
| |
| * add amd64Brent Pedersen2019-09-111-1/+1
| |
| * only do 64bts on x86Brent Pedersen2019-09-111-3/+4
| |
| * spacingBrent Pedersen2019-09-091-1/+1
| |
| * count 64 bits at a timeBrent Pedersen2019-09-091-3/+7
| |
* | fixes a critical --gc:boehm regressionAndreas Rumpf2019-09-061-4/+4
|/
* gc:destructors progressAraq2019-09-011-1/+1
|
* Support iterators returning lent T (#11938)cooldome2019-08-311-3/+2
| | | | | | | * lent iterators * rebase tests * update changelog * fix comments, more tests
* Remove ENDB (#12095)Clyybber2019-08-313-893/+1
|
* fixes 5870 (#11704)Andreas Rumpf2019-08-291-2/+2
| | | | | | * fixes #5870 * make tclosure test green again * this check is correct but breaks some Nimble packages
* Fixes #12044 (#12071)Ico Doornekamp2019-08-281-5/+5
|
* abort is noreturn (#12061)Jacek Sieka2019-08-271-1/+1
|
* new gensym handling (#11985)Andreas Rumpf2019-08-231-6/+6
| | | | | | | | | | | * new .gensym implementation * make astspec test green again * introduce a --useVersion switch to group compatibility switches * fixes #10180 * fixes #11494 * fixes #11483 * object constructor fields and named parameters are also not gensym'ed * disabled broken package
* more enhancements for #11618 (#11976)Andreas Rumpf2019-08-181-2/+25
| | | | | | * finish the Windows IO layer changes; refs #11618 * added system.getOsFileHandle which is less error-prone on Windows * make tests green again
* fixes #11618 (#11969)Andreas Rumpf2019-08-171-4/+28
|
* Fixes #11118 (#11964)Andreas Rumpf2019-08-171-8/+10
|\ | | | | | | | | | | * fixes #11118 * Reset closure iter exception before rethrowing
| * Reset closure iter exception before rethrowingYuriy Glukhov2019-08-161-2/+1
| |
| * Merge branch 'cpp_reraise_fix' into yield-in-try-fixYuriy Glukhov2019-08-161-6/+9
| |\
| | * fixes #11118Andrii Riabushenko2019-04-301-6/+9
| | |
* | | fixes #11801Araq2019-08-161-1/+1
| | |
* | | fixes #1188Araq2019-08-161-3/+6
| | |
* | | better tojsstr (#11954)Andreas Rumpf2019-08-161-32/+39
|/ / | | | | | | | | * JS: rewrote toJSStr * JS: don't raise exceptions in primitives
* | fixes #10053 (#11951)Timothee Cour2019-08-152-2/+2
| |
* | newruntime for vcc (#11934) [bugfix]cooldome2019-08-141-6/+32
| |
* | Consistent behavior of exec; Improved docs around exec, staticExec, gorgeEx, ↵Fabian Keller2019-08-131-5/+16
| | | | | | | | | | | | | | etc. (#10967) * improved docs around exec, staticExec, gorgeEx, etc. * incorporate review comment; made behavior of exec consistent
* | fixes #11807 (#11900)Andreas Rumpf2019-08-071-6/+51
| | | | | | | | | | * fixes #11807 * make tests green again
* | fix #11854 (#11857)Arne Döring2019-07-302-4/+4
| |
* | style improvements; fixes #11774Araq2019-07-191-2/+2
| |
* | atomics.nim: minor improvementsAraq2019-07-121-1/+1
| |
* | minor style changesAraq2019-07-112-5/+5
| |
* | styleCheck: make the compiler and large parts of the stdlib compatible with ↵Araq2019-07-1018-96/+96
| | | | | | | | --styleCheck:error
* | fixes #11447Andreas Rumpf2019-07-062-2/+4
| |
* | newruntime for async (#11650)Andreas Rumpf2019-07-051-1/+1
| | | | | | | | | | | | | | * fixes overloading resolution for passing owned(Future[string]) to Future[T] * WIP: make --newruntime work with .async * memtracker: make it compile again * make Nimble compile again
* | fixes #8405: -d:useNimRtl now works even when {.rtl.} procs are used at ↵Timothee Cour2019-07-031-12/+13
| | | | | | | | compile time; CTFFI now works with {dynlib} (#11635)
* | [bugfix] fix mach_absolute_time header; refs #11591 (#11593)Timothee Cour2019-07-031-2/+2
| |
* | fixes #11618 (#11631)Andreas Rumpf2019-07-011-1/+1
| |