summary refs log tree commit diff stats
path: root/lib/system/excpt.nim
Commit message (Expand)AuthorAgeFilesLines
* report how to create a compiler stacktrace #1280Simon Hafner2015-02-011-0/+14
* Fix #1546Varriount2015-01-221-1/+1
* don't advice people to use debug options for the GC and coreAraq2015-01-111-2/+2
* Happy new year!Guillaume Gelin2015-01-061-1/+1
* minor improvementsAraq2014-12-281-3/+3
* introduced 'benign' pragmaAraq2014-10-251-6/+6
* ENDB compiles againAraq2014-08-311-1/+1
* system files use new identifiersAraq2014-08-231-8/+8
* the big renamefest: first stepsAraq2014-08-221-5/+5
* fix failed tests due to gcsafeAraq2014-08-121-3/+3
* distinguish between 'defined' and 'declared'Araq2014-08-111-2/+2
* added stack overflow preventionAraq2014-07-161-11/+18
* Fixes #1168Simon Hafner2014-05-031-1/+9
* Merge pull request #1118 from gradha/pr_show_boot_optionsVarriount2014-04-211-1/+1
|\
| * Version switch displays options used during `koch boot`Grzegorz Adam Hankiewicz2014-04-201-1/+1
* | fixes DLL generationAraq2014-04-211-3/+9
|/
* New concurrency model: next stepsAraq2014-04-191-6/+6
* case consistency for excpt.nimAraq2014-02-021-1/+1
* nativeStackTrace might work againAraq2014-01-251-3/+3
* improvements for 'pretty'Araq2013-12-281-1/+1
* case consistency part 4Araq2013-12-271-2/+2
* attempt to merge newtemplAraq2013-12-241-1/+1
* Rework CGI error reporting.Michał Zieliński2013-12-181-20/+22
* write exception tracebacks to stdmsg, instead of stdoutMichał Zieliński2013-12-171-1/+1
* bugfix: --gc:none -d:useMalloc works againAraq2013-09-061-41/+39
* --os:standalone works againAraq2013-06-301-61/+1
* better error message for subtle nil errorsAraq2013-05-311-2/+4
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* fixes nimrtl compilationZahary Karadjov2013-01-281-1/+1
* bugfix: stack traces; first class iterators almost workingAraq2012-11-151-6/+12
* system.onRaise improvementsAraq2012-11-051-3/+3
* added system.onRaise to support a condition systemAraq2012-11-051-2/+4
* caas barely works nowAraq2012-10-241-1/+2
* fixed a serious code generation bug leading to wrong RTTIAraq2012-10-191-9/+12
* added another system.getStackTraceAraq2012-05-201-0/+9
* added system.getStackTrace; docgen refactoring (incomplete)Araq2012-05-061-0/+7
* implemented support for the AVR CPU and standalone OSAraq2012-03-311-1/+1
* bootstraps fine with overloadable templatesZahary Karadjov2012-03-141-1/+1
* added system.setControlCHook, system.writeStackTraceAraq2012-02-191-0/+5
* pragma on/off improvements; endb rewrittenAraq2012-01-281-12/+0
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* thread local vs. global system.raiseHookAraq2011-10-231-2/+4
* preparation for new 'is' operator; breaks bootstrapping again, sorry (use gen...Araq2011-07-311-1/+1
* tests are green againAraq2011-06-281-5/+2
* bugfix: pegs.nim compiles againAraq2011-06-261-2/+0
* improvements to get code size down for programs that don't use GCAraq2011-06-261-90/+96
* compiler can emulate thread local variablesAraq2011-06-151-97/+88
* threads clean up their heapAraq2011-06-041-1/+3
* first steps to thread local heapsAraq2011-06-021-106/+2
* pthread_key_t is respected to be an opaque type ...Araq2011-05-201-13/+12