summary refs log tree commit diff stats
path: root/lib/system/excpt.nim
Commit message (Expand)AuthorAgeFilesLines
* IC: green tests (#17311)Andreas Rumpf2021-03-191-1/+1
* IC: further progress (#17150)Andreas Rumpf2021-03-051-3/+0
* Replace double backticks with single backticks - Part 1 out of ~6 (#17205)Danil Yarantsev2021-02-281-4/+4
* system/excpt: let the OS handle termination on signal (#16712)alaviss2021-02-191-1/+11
* add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts...Timothee Cour2021-02-171-1/+2
* remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...Timothee Cour2021-02-171-7/+2
* use typeof instead type (#16962)flywind2021-02-081-1/+1
* fix partially #13115 (now works for cpp; but still fails for js on openbsd) (...Timothee Cour2020-12-111-10/+22
* fix #13115 (#15930)flywind2020-11-271-10/+15
* micro improvements (#15849)Andreas Rumpf2020-11-051-1/+2
* Fixes compilation for --os:any + --exception:setjmp (#15626)Dominik Picheta2020-10-201-1/+1
* better nativestacktrace support; refs #15284; backport [1.2] (#15384)Andreas Rumpf2020-09-221-25/+20
* fixes #14370 (#14371)Andreas Rumpf2020-05-161-1/+1
* fixes #13881Andreas Rumpf2020-05-121-0/+8
* do not track 'raise Defect' in the .raises: [] clause anymore (#14298)Andreas Rumpf2020-05-111-1/+6
* fix js stacktraces, unify all file,line,col formatting into a single function...Timothee Cour2020-05-051-5/+3
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-281-1/+1
* added extended msg for failed library loads w/ incorrect DLL formats (#13950)awr12020-04-161-2/+4
* stacktraces can now show custom runtime msgs per frame (#13351)Timothee Cour2020-03-301-2/+22
* Attempt to finish off araq cpp exceptions (#13695)cooldome2020-03-191-26/+6
* rewritten goto based exception handling; much cleaner implementation;… (#13...Andreas Rumpf2020-03-171-3/+3
* make goto based exceptions available for 'nim cpp' (#13244)Andreas Rumpf2020-01-251-4/+4
* Added 'ansic' os support for minimal (embedded) targets (#13088)Ico Doornekamp2020-01-151-53/+54
* fixes #13070Araq2020-01-101-2/+2
* --exception:goto switch for deterministic exception handling (#12977)Andreas Rumpf2020-01-011-95/+101
* generic stack trace overriding mechanism (#12922)Ștefan Talpalaru2019-12-291-10/+33
* ARC related bugfixes and refactorings (#12781)Andreas Rumpf2019-12-051-8/+56
* make tests green againAndreas Rumpf2019-11-131-2/+2
* gc:arc: support GC_ref/unref for ref TAraq2019-11-131-2/+2
* Fix crash in terminate handler (#12572) [backport]Volodymyr Lashko2019-11-071-0/+6
* first implementation of the new --seqsv2 switchAraq2019-10-201-1/+1
* Remove ENDB (#12095)Clyybber2019-08-311-11/+1
* Reset closure iter exception before rethrowingYuriy Glukhov2019-08-161-2/+1
* Merge branch 'cpp_reraise_fix' into yield-in-try-fixYuriy Glukhov2019-08-161-6/+9
|\
| * fixes #11118Andrii Riabushenko2019-04-301-6/+9
* | [other] preparations for --styleCheck:error for the Nim compiler (#11478)Andreas Rumpf2019-06-121-6/+7
* | Implements pending future tracking in async.Dominik Picheta2019-05-061-0/+6
|/
* fixes #10765 (#10993) [backport]cooldome2019-04-111-4/+21
* attempt to make the CIs green againAraq2019-04-021-5/+1
* do not display stacktrace twice, fixes #10922 (#10939)Miran2019-04-021-1/+0
* use abort instead of quit (#10872)Arne Döring2019-03-211-3/+8
* --newruntime: progressAndreas Rumpf2019-03-141-7/+0
* Make HWND a pointer instead of a cint and fix MSVC compiler warning (#10789)Bogdan2019-03-131-2/+2
* system: some documentation improvements (#10809)Miran2019-03-111-2/+3
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-261-2/+2
* Move cpp exception handler from system to excpt next to the signal handler (#...cooldome2019-02-131-0/+18
* Merge branch 'devel' into araq-quirky-exceptionsAndreas Rumpf2019-02-081-47/+42
|\
| * further system.nim cleanupsAndreas Rumpf2019-02-061-2/+2
| * system refactorings (#10559)Andreas Rumpf2019-02-061-3/+3
| * gc: destructors is beginning to work (#10483)Andreas Rumpf2019-01-291-9/+12