Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | system/excpt: nil is no longer vaild for seqs (#8825) | alaviss | 2018-08-31 | 1 | -1/+1 |
| | |||||
* | even more strict isNil handling for strings/seqs in order to detect bugs | Araq | 2018-08-22 | 1 | -6/+6 |
| | |||||
* | fixes merge conflict | Andreas Rumpf | 2018-08-19 | 1 | -1/+5 |
|\ | |||||
| * | Genode fixes (#8501) | Emery Hemingway | 2018-08-16 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Genode fixes - wrap strings in "Genode::Cstring" when logging - define SIGABRT for Genode - disable GCC -fstack-protector - use log RPC for fatal messages - add --os:genode build to appveyor - define paramStr and paramCount * Select fixups for Genode POSIX | ||||
* | | WIP: nothing works | Andreas Rumpf | 2018-08-05 | 1 | -4/+5 |
|/ | |||||
* | Yield in try | Yuriy Glukhov | 2018-05-09 | 1 | -0/+4 |
| | |||||
* | make 'not nil' experimental | Andreas Rumpf | 2018-05-02 | 1 | -4/+4 |
| | |||||
* | Cpp codegen: handling of imported exceptions. Fixes #3571 (#7360) | cooldome | 2018-04-10 | 1 | -6/+27 |
| | |||||
* | genTryCpp to catch by Nim type, ready for first review (#7196) | cooldome | 2018-02-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | * Rewrite genTryCpp * correction * Implement polymorphic raise in cpp * revert backticks in emit * Cleanp a comment * revert test changes * better handling of <new> header | ||||
* | make C++ tests green again | Andreas Rumpf | 2018-01-22 | 1 | -2/+2 |
| | |||||
* | writeStackTrace now officially has no IO effect anymore for more convenient ↵ | Andreas Rumpf | 2018-01-21 | 1 | -2/+2 |
| | | | | debugging | ||||
* | first steps in adding template/macro calls to stack traces | Araq | 2017-12-21 | 1 | -0/+12 |
| | |||||
* | added system.getStackTraceEntries | Andreas Rumpf | 2017-11-16 | 1 | -21/+64 |
| | |||||
* | Fix missing stacktraces when using -d:useNimRtl (#6716) | Erwan Ameil | 2017-11-10 | 1 | -1/+1 |
| | |||||
* | Merge branch 'devel' into araq | Andreas Rumpf | 2017-11-02 | 1 | -2/+6 |
|\ | |||||
| * | breaking change: arrays of char do not convert to cstring; ptr to array of ↵ | Andreas Rumpf | 2017-10-10 | 1 | -2/+6 |
| | | | | | | | | char does | ||||
* | | Merge branch 'devel' into araq | Andreas Rumpf | 2017-09-15 | 1 | -3/+4 |
|\| | |||||
| * | Remove expr/stmt (#5857) | Arne Döring | 2017-07-25 | 1 | -3/+4 |
| | | |||||
| * | fixes #5871 | Andreas Rumpf | 2017-07-20 | 1 | -3/+2 |
| | | |||||
* | | Merge branch 'devel' into araq | Andreas Rumpf | 2017-07-13 | 1 | -6/+20 |
|\ \ | |||||
| * | | fixes #5871 | Andreas Rumpf | 2017-07-13 | 1 | -3/+2 |
| |/ | |||||
| * | fixes system.onUnhandledException feature | Andreas Rumpf | 2017-07-12 | 1 | -1/+1 |
| | | |||||
| * | add system.onUnhandledException feature | Andreas Rumpf | 2017-07-12 | 1 | -3/+18 |
| | | |||||
* | | Merge branch 'devel' into araq | Andreas Rumpf | 2017-05-16 | 1 | -2/+7 |
|\| | |||||
| * | better stack trace handling | Andreas Rumpf | 2017-05-16 | 1 | -2/+7 |
| | | |||||
* | | precise stack scanning for Nim's GCs; work in progress | Andreas Rumpf | 2017-04-19 | 1 | -2/+19 |
|/ | |||||
* | fixes #5628 | Araq | 2017-03-30 | 1 | -2/+3 |
| | |||||
* | Added support for exceptions in coroutines and added exception test | Rokas Kupstys | 2017-02-20 | 1 | -0/+11 |
| | | | | Fix bug where first coroutine ending would terminate main loop | ||||
* | system.nim: don't use deprecated symbols/constructs | Araq | 2017-02-08 | 1 | -1/+1 |
| | |||||
* | new segfaults.nim stdlib module works on Windows | Araq | 2017-01-20 | 1 | -1/+6 |
| | |||||
* | first version of the new memory tracking feature | Andreas Rumpf | 2016-11-21 | 1 | -0/+2 |
| | |||||
* | attempt to fix #4640 | Andreas Rumpf | 2016-09-13 | 1 | -2/+3 |
| | |||||
* | prepare Nim codebase for upcoming parser changes | Andreas Rumpf | 2016-07-15 | 1 | -5/+5 |
| | |||||
* | remove system/ansi_c include from os | Jacek Sieka | 2016-06-05 | 1 | -1/+1 |
| | |||||
* | added 'sig' feature; removed tfShared support in the compiler | Andreas Rumpf | 2016-02-28 | 1 | -4/+4 |
| | |||||
* | Added --noCppExceptions switch | Ruslan Mustakov | 2016-02-18 | 1 | -1/+1 |
| | |||||
* | Coroutine support for i386/amd64 platforms unix/windows OSes ↵ | rku | 2015-07-31 | 1 | -1/+3 |
| | | | | markAndSweep/refCounting GCs. | ||||
* | fixes #3014 | Araq | 2015-06-29 | 1 | -1/+1 |
| | |||||
* | lib/system/a-e - Dropped 'T' from types | pdw | 2015-06-04 | 1 | -2/+3 |
| | |||||
* | fixes #1888 | Araq | 2015-04-27 | 1 | -39/+47 |
| | |||||
* | report how to create a compiler stacktrace #1280 | Simon Hafner | 2015-02-01 | 1 | -0/+14 |
| | |||||
* | Fix #1546 | Varriount | 2015-01-22 | 1 | -1/+1 |
| | |||||
* | don't advice people to use debug options for the GC and core | Araq | 2015-01-11 | 1 | -2/+2 |
| | |||||
* | Happy new year! | Guillaume Gelin | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | minor improvements | Araq | 2014-12-28 | 1 | -3/+3 |
| | |||||
* | introduced 'benign' pragma | Araq | 2014-10-25 | 1 | -6/+6 |
| | |||||
* | ENDB compiles again | Araq | 2014-08-31 | 1 | -1/+1 |
| | |||||
* | system files use new identifiers | Araq | 2014-08-23 | 1 | -8/+8 |
| | |||||
* | the big renamefest: first steps | Araq | 2014-08-22 | 1 | -5/+5 |
| | |||||
* | fix failed tests due to gcsafe | Araq | 2014-08-12 | 1 | -3/+3 |
| |