summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
...
* | gc_common: minor reformatingAndreas Rumpf2018-07-011-2/+2
* | codgen refactoring: prepare for alternative string/seq implementationsAndreas Rumpf2018-06-291-2/+6
|/
* Nintendo switch support (#8069)Joey2018-06-276-5/+61
* stdlib workZahary Karadjov2018-06-161-1/+1
* hotfix 3221ac094398492e09ea618638204793b0990eca broke gc:regions/aka gc:stack byCharles Blake2018-06-131-1/+2
* fixes merge conflictAndreas Rumpf2018-06-113-117/+6
|\
| * Merge pull request #7873 from ehmry/GenodeEnvAndreas Rumpf2018-06-093-117/+6
| |\
| | * Native access to Genode environmentEmery Hemingway2018-06-073-117/+6
* | | fixex merge conflictsAraq2018-06-083-1/+8
|\| |
| * | fixes seq copying in channels for --gc:regionsAraq2018-06-071-1/+1
| |/
| * Merge pull request #7770 from yglukhov/yield-in-tryAndreas Rumpf2018-06-052-0/+7
| |\
| | * Merge branch 'devel' into yield-in-tryYuriy Glukhov2018-05-151-2/+2
| | |\
| | * | Yield in tryYuriy Glukhov2018-05-092-0/+7
* | | | fixed merge conflictAndreas Rumpf2018-06-044-8/+8
|\| | |
| * | | Expose GC_setStackBottom (#7885)Yuriy Glukhov2018-06-044-8/+8
* | | | rename 'nimrodVM' to 'nimVM'Andreas Rumpf2018-05-281-2/+2
|/ / /
* | | hotfix for --gc:regionsAndreas Rumpf2018-05-282-6/+12
* | | make memory regions robust; disable free lists for nowAndreas Rumpf2018-05-271-28/+32
* | | JS hotfix for the Internet Explorer up to version 11Araq2018-05-251-1/+14
* | | add missing compilerProcs for memory regionsAndreas Rumpf2018-05-251-0/+3
* | | fixes channels for --gc:regionsAndreas Rumpf2018-05-252-5/+8
* | | Use new binarySearch everywhere (#7876)Dmitry Atamanov2018-05-251-15/+0
| |/ |/|
* | Minor fixes to enable tccGanesh Viswanathan2018-05-141-2/+2
|/
* Merge branch 'devel' into araq-parser-fixesAndreas Rumpf2018-05-061-0/+2
|\
| * fixes #7766Araq2018-05-041-0/+2
* | warn about inconsistent spacing around binary operators; fixes #7582Andreas Rumpf2018-05-054-13/+13
|/
* make tests green againAndreas Rumpf2018-05-021-1/+1
* make 'not nil' experimentalAndreas Rumpf2018-05-021-4/+4
* correct comparisons for nil strings/seqsAndreas Rumpf2018-04-281-8/+21
* system.nim: minor code cleanupAndreas Rumpf2018-04-281-4/+1
* nil in string concats does not produce crashes anymoreAndreas Rumpf2018-04-271-11/+16
* setLen doesn't crash on nil strings/seqs anymoreAndreas Rumpf2018-04-271-2/+9
* 'add' on a nil sequence doesn't produce a crash anymoreAndreas Rumpf2018-04-271-0/+12
* fixes #7637; assignments are not allowed to slice object; minor breaking changeAndreas Rumpf2018-04-211-2/+8
* Remove PHP backend. (#7606)treeform2018-04-181-323/+164
* Fix cmpStrings in js mode (#7604)treeform2018-04-151-2/+2
* Nim namespace for cpp (#7453)AdrianV2018-04-151-1/+1
* make JS tests green againAndreas Rumpf2018-04-141-4/+4
* Add a few useful os calls to nimscript (#7442)genotrance2018-04-101-2/+26
* Cpp codegen: handling of imported exceptions. Fixes #3571 (#7360)cooldome2018-04-101-6/+27
* Add RISC-V (riscv64) support (#7417)Federico Ceratto2018-04-071-2/+4
* fixes #7252Araq2018-04-061-2/+2
* __NR_gettid as const on amd64 (#7460)Jacek Sieka2018-04-061-1/+4
* sysstr.nim: fix minor typosAndreas Rumpf2018-04-021-2/+2
* further steps in implementing sink parameters; refs #7041Araq2018-03-301-0/+5
* fix allocator corruption for large sizes (#7338)jcosborn2018-03-171-36/+45
* Fixes #7212, now with better code (#7302)Simon Krauter2018-03-061-0/+7
* Fixes 7283 (#7284)cooldome2018-03-051-0/+4
* fixes #7291Araq2018-03-051-1/+1
* make the allocator take a special path for allocations bigger than 2GB; fixes...Araq2018-02-271-2/+26
n428'>428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506