Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | breaking change: arrays of char do not convert to cstring; ptr to array of ↵ | Andreas Rumpf | 2017-10-10 | 1 | -2/+6 |
| | | | | char does | ||||
* | Remove expr/stmt (#5857) | Arne Döring | 2017-07-25 | 1 | -3/+4 |
| | |||||
* | fixes #5871 | Andreas Rumpf | 2017-07-20 | 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 |
| | |||||
* | better stack trace handling | Andreas Rumpf | 2017-05-16 | 1 | -2/+7 |
| | |||||
* | 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 |
| | |||||
* | distinguish between 'defined' and 'declared' | Araq | 2014-08-11 | 1 | -2/+2 |
| | |||||
* | added stack overflow prevention | Araq | 2014-07-16 | 1 | -11/+18 |
| | |||||
* | Fixes #1168 | Simon Hafner | 2014-05-03 | 1 | -1/+9 |
| | |||||
* | Merge pull request #1118 from gradha/pr_show_boot_options | Varriount | 2014-04-21 | 1 | -1/+1 |
|\ | | | | | Version switch displays options used during `koch boot` | ||||
| * | Version switch displays options used during `koch boot` | Grzegorz Adam Hankiewicz | 2014-04-20 | 1 | -1/+1 |
| | | |||||
* | | fixes DLL generation | Araq | 2014-04-21 | 1 | -3/+9 |
|/ | |||||
* | New concurrency model: next steps | Araq | 2014-04-19 | 1 | -6/+6 |
| | |||||
* | case consistency for excpt.nim | Araq | 2014-02-02 | 1 | -1/+1 |
| | |||||
* | nativeStackTrace might work again | Araq | 2014-01-25 | 1 | -3/+3 |
| | |||||
* | improvements for 'pretty' | Araq | 2013-12-28 | 1 | -1/+1 |
| | |||||
* | case consistency part 4 | Araq | 2013-12-27 | 1 | -2/+2 |
| | |||||
* | attempt to merge newtempl | Araq | 2013-12-24 | 1 | -1/+1 |
| | |||||
* | Rework CGI error reporting. | Michał Zieliński | 2013-12-18 | 1 | -20/+22 |
| | | | | | | - remove 'undocumented' stackTraceNL - add 'undocumented' errorMessageWriter - make printing errors for browser optional (for security) | ||||
* | write exception tracebacks to stdmsg, instead of stdout | Michał Zieliński | 2013-12-17 | 1 | -1/+1 |
| | |||||
* | bugfix: --gc:none -d:useMalloc works again | Araq | 2013-09-06 | 1 | -41/+39 |
| | |||||
* | --os:standalone works again | Araq | 2013-06-30 | 1 | -61/+1 |
| | |||||
* | better error message for subtle nil errors | Araq | 2013-05-31 | 1 | -2/+4 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | fixes nimrtl compilation | Zahary Karadjov | 2013-01-28 | 1 | -1/+1 |
| | |||||
* | bugfix: stack traces; first class iterators almost working | Araq | 2012-11-15 | 1 | -6/+12 |
| |