summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
...
* removes deprecated T/P typesAraq2018-11-1611-23/+2
* make testament compile again with -d:nimCoroutinesAraq2018-11-151-21/+21
* gc_common: fixes a typoAndreas Rumpf2018-11-151-19/+19
* deprecated ospaths (#9665)Andreas Rumpf2018-11-092-2/+3
* change system.nim to adhere to the style guideAraq2018-10-301-8/+8
* Implements #9434. Minimal Stacktrace for Exceptions in release mode (#9480)cooldome2018-10-281-1/+9
* Fix printing and comparing uninitialized stringsrecloser2018-10-211-0/+3
* fixes #9456 by only calling `c_fclose` if non nilVindaar2018-10-201-1/+4
* [nimscript] document currentSourcePath in thisDir (#9402)Timothee Cour2018-10-181-1/+3
* No setjump in GC for emscripten/wasm (#9386)Yuriy Glukhov2018-10-171-14/+21
* Fix repr() for UncheckedArray (#9385)LemonBoy2018-10-162-1/+3
* Avoid memory allocation during dynlib loading (#9320)LemonBoy2018-10-121-4/+4
* gogc: GCC-8.2.0 compatibility and other improvements (#9211)Ștefan Talpalaru2018-10-112-107/+55
* Add procs to retrieve project name, directory and full path to nimscript (#9274)Solitude2018-10-111-0/+12
* Fix linking issue in cpp codegenLemonBoy2018-09-191-1/+5
* don't reuse code from 0.18.0skilchen2018-09-151-9/+2
* more efficient fix for #8961skilchen2018-09-151-0/+6
* Merge pull request #8966 from LemonBoy/fix-8964Andreas Rumpf2018-09-141-9/+3
|\
| * Fix hashing for codegenProc (sic) typesLemonBoy2018-09-141-9/+3
* | Merge branch 'devel' into araq-better-docgenAraq2018-09-142-15/+7
|\|
| * Always emit hti object types if needed (#8940)LemonBoy2018-09-111-1/+1
| * JS strings have no trailing zero anymore (#8936)LemonBoy2018-09-111-14/+6
* | fixes #8961Araq2018-09-141-2/+2
|/
* system/excpt: nil is no longer vaild for seqs (#8825)alaviss2018-08-311-1/+1
* Allow Nimble to override the ``task`` template in nimscript. (#8798)Dominik Picheta2018-08-281-18/+18
* doAssert, assert now print full path of failing line on error (#8555)Timothee Cour2018-08-251-0/+11
* fixes #8739; allow --hint:foo:on --warning:bar:off (#8757)Timothee Cour2018-08-251-2/+2
* make more tests green; system.repr does not produce 'nil' for strings and seq...Araq2018-08-221-3/+6
* make tio test green againAraq2018-08-221-3/+7
* even more strict isNil handling for strings/seqs in order to detect bugsAraq2018-08-225-20/+12
* fixes merge conflictAndreas Rumpf2018-08-1910-25/+63
|\
| * Genode fixes (#8501)Emery Hemingway2018-08-162-2/+6
| * Merge branch 'devel' into araq-miscAndreas Rumpf2018-08-163-2/+28
| |\
| | * Haiku support for Nim (#8542)alaviss2018-08-143-2/+28
| * | make more tests greenAndreas Rumpf2018-08-131-1/+1
| * | Merge branch 'devel' into araq-miscAndreas Rumpf2018-08-101-1/+1
| |\|
| | * Update channels.nim (#8583)Grant2018-08-091-1/+1
| * | fixes more nil string bugsAraq2018-08-081-0/+1
| * | fixes a long standing nil bug in substrAraq2018-08-081-0/+1
| |/
| * Iterator over heap instances (#8548)Emery Hemingway2018-08-071-8/+14
| * fixes 7833 (#8533)Andreas Rumpf2018-08-052-10/+74
| * Try to let memTracker compile (#8502)Christopher Dunn2018-08-052-11/+11
* | make at least bootstrapping workAraq2018-08-056-10/+102
|\ \
| * | make setLengthStr compile for the old versionAraq2018-08-041-3/+2
| * | Merge branch 'devel' into araq-fixes-7833Araq2018-08-041-0/+8
| |\|
| | * make 'echo' threadsafe on Windows; fixes #8511Araq2018-08-041-0/+8
| * | fixes yet another regressionAraq2018-08-041-3/+12
| * | Merge branch 'devel' into araq-fixes-7833Araq2018-08-041-1/+2
| |\|
| | * fixed #7894 (#8496)jcosborn2018-08-011-1/+2
| * | WIP: avoid using the old growObj in order to fix the newly introduced seq leaksAraq2018-08-031-6/+59