index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
system
/
excpt.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
IC: green tests (#17311)
Andreas Rumpf
2021-03-19
1
-1
/
+1
*
IC: further progress (#17150)
Andreas Rumpf
2021-03-05
1
-3
/
+0
*
Replace double backticks with single backticks - Part 1 out of ~6 (#17205)
Danil Yarantsev
2021-02-28
1
-4
/
+4
*
system/excpt: let the OS handle termination on signal (#16712)
alaviss
2021-02-19
1
-1
/
+11
*
add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts...
Timothee Cour
2021-02-17
1
-1
/
+2
*
remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...
Timothee Cour
2021-02-17
1
-7
/
+2
*
use typeof instead type (#16962)
flywind
2021-02-08
1
-1
/
+1
*
fix partially #13115 (now works for cpp; but still fails for js on openbsd) (...
Timothee Cour
2020-12-11
1
-10
/
+22
*
fix #13115 (#15930)
flywind
2020-11-27
1
-10
/
+15
*
micro improvements (#15849)
Andreas Rumpf
2020-11-05
1
-1
/
+2
*
Fixes compilation for --os:any + --exception:setjmp (#15626)
Dominik Picheta
2020-10-20
1
-1
/
+1
*
better nativestacktrace support; refs #15284; backport [1.2] (#15384)
Andreas Rumpf
2020-09-22
1
-25
/
+20
*
fixes #14370 (#14371)
Andreas Rumpf
2020-05-16
1
-1
/
+1
*
fixes #13881
Andreas Rumpf
2020-05-12
1
-0
/
+8
*
do not track 'raise Defect' in the .raises: [] clause anymore (#14298)
Andreas Rumpf
2020-05-11
1
-1
/
+6
*
fix js stacktraces, unify all file,line,col formatting into a single function...
Timothee Cour
2020-05-05
1
-5
/
+3
*
Error -> Defect for defects (#13908)
Jacek Sieka
2020-04-28
1
-1
/
+1
*
added extended msg for failed library loads w/ incorrect DLL formats (#13950)
awr1
2020-04-16
1
-2
/
+4
*
stacktraces can now show custom runtime msgs per frame (#13351)
Timothee Cour
2020-03-30
1
-2
/
+22
*
Attempt to finish off araq cpp exceptions (#13695)
cooldome
2020-03-19
1
-26
/
+6
*
rewritten goto based exception handling; much cleaner implementation;… (#13...
Andreas Rumpf
2020-03-17
1
-3
/
+3
*
make goto based exceptions available for 'nim cpp' (#13244)
Andreas Rumpf
2020-01-25
1
-4
/
+4
*
Added 'ansic' os support for minimal (embedded) targets (#13088)
Ico Doornekamp
2020-01-15
1
-53
/
+54
*
fixes #13070
Araq
2020-01-10
1
-2
/
+2
*
--exception:goto switch for deterministic exception handling (#12977)
Andreas Rumpf
2020-01-01
1
-95
/
+101
*
generic stack trace overriding mechanism (#12922)
Ștefan Talpalaru
2019-12-29
1
-10
/
+33
*
ARC related bugfixes and refactorings (#12781)
Andreas Rumpf
2019-12-05
1
-8
/
+56
*
make tests green again
Andreas Rumpf
2019-11-13
1
-2
/
+2
*
gc:arc: support GC_ref/unref for ref T
Araq
2019-11-13
1
-2
/
+2
*
Fix crash in terminate handler (#12572) [backport]
Volodymyr Lashko
2019-11-07
1
-0
/
+6
*
first implementation of the new --seqsv2 switch
Araq
2019-10-20
1
-1
/
+1
*
Remove ENDB (#12095)
Clyybber
2019-08-31
1
-11
/
+1
*
Reset closure iter exception before rethrowing
Yuriy Glukhov
2019-08-16
1
-2
/
+1
*
Merge branch 'cpp_reraise_fix' into yield-in-try-fix
Yuriy Glukhov
2019-08-16
1
-6
/
+9
|
\
|
*
fixes #11118
Andrii Riabushenko
2019-04-30
1
-6
/
+9
*
|
[other] preparations for --styleCheck:error for the Nim compiler (#11478)
Andreas Rumpf
2019-06-12
1
-6
/
+7
*
|
Implements pending future tracking in async.
Dominik Picheta
2019-05-06
1
-0
/
+6
|
/
*
fixes #10765 (#10993) [backport]
cooldome
2019-04-11
1
-4
/
+21
*
attempt to make the CIs green again
Araq
2019-04-02
1
-5
/
+1
*
do not display stacktrace twice, fixes #10922 (#10939)
Miran
2019-04-02
1
-1
/
+0
*
use abort instead of quit (#10872)
Arne Döring
2019-03-21
1
-3
/
+8
*
--newruntime: progress
Andreas Rumpf
2019-03-14
1
-7
/
+0
*
Make HWND a pointer instead of a cint and fix MSVC compiler warning (#10789)
Bogdan
2019-03-13
1
-2
/
+2
*
system: some documentation improvements (#10809)
Miran
2019-03-11
1
-2
/
+3
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-2
/
+2
*
Move cpp exception handler from system to excpt next to the signal handler (#...
cooldome
2019-02-13
1
-0
/
+18
*
Merge branch 'devel' into araq-quirky-exceptions
Andreas Rumpf
2019-02-08
1
-47
/
+42
|
\
|
*
further system.nim cleanups
Andreas Rumpf
2019-02-06
1
-2
/
+2
|
*
system refactorings (#10559)
Andreas Rumpf
2019-02-06
1
-3
/
+3
|
*
gc: destructors is beginning to work (#10483)
Andreas Rumpf
2019-01-29
1
-9
/
+12
[next]