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
/
tests
/
exception
Commit message (
Expand
)
Author
Age
Files
Lines
*
--exception:goto switch for deterministic exception handling (#12977)
Andreas Rumpf
2020-01-01
1
-1
/
+35
*
fixes #11618 (#11969)
Andreas Rumpf
2019-08-17
1
-1
/
+2
*
fixes #11309 (#11310)
Andreas Rumpf
2019-05-23
1
-0
/
+28
*
revive #10228 (fix #9880) (#10610)
Timothee Cour
2019-02-13
2
-0
/
+54
*
Rework exception handling in the VM (#10544)
LemonBoy
2019-02-08
1
-0
/
+51
*
Fix semantic analysis with noReturn proc in tail pos (#10422)
LemonBoy
2019-01-23
1
-0
/
+10
*
[CI] now enables `NIM_COMPILE_TO_CPP=true` to run without allow_failures (#10...
Timothee Cour
2019-01-17
1
-0
/
+2
*
Fix defer not not-working at top level (#10191)
Neelesh Chandola
2019-01-07
1
-9
/
+1
*
require errormsg to be specified before file.
Arne Döring
2018-12-11
12
-36
/
+13
*
don't raise exception in the default handler (#9783)
alaviss
2018-11-22
1
-0
/
+6
*
disable some tests for the C++ target; refs #7870
Araq
2018-11-15
1
-34
/
+0
*
Implements #9434. Minimal Stacktrace for Exceptions in release mode (#9480)
cooldome
2018-10-28
1
-1
/
+3
*
Merge branch 'Fixes-7845' of https://github.com/cooldome/Nim into cooldome-Fi...
Araq
2018-10-15
1
-0
/
+15
|
\
|
*
Fixes
cooldome
2018-06-12
1
-1
/
+0
|
*
Fixes 7845
cooldome
2018-06-10
1
-0
/
+16
*
|
fixes more nil handling regressions
Araq
2018-08-13
1
-2
/
+2
*
|
make tests green again
Andreas Rumpf
2018-07-05
1
-2
/
+2
|
/
*
Cpp codegen: handling of imported exceptions. Fixes #3571 (#7360)
cooldome
2018-04-10
1
-0
/
+134
*
fixes #7414 (#7434)
cooldome
2018-03-29
1
-1
/
+21
*
Allow only single infix as in except branches. Fixes #7115 (#7132)
cooldome
2018-03-08
1
-0
/
+8
*
make tests green again
Araq
2018-02-28
1
-1
/
+0
*
merged #6512 manually; fixes #6431
Araq
2018-02-27
1
-0
/
+1
*
genTryCpp to catch by Nim type, ready for first review (#7196)
cooldome
2018-02-12
3
-0
/
+3
*
nested finally bug (#7207)
cooldome
2018-02-12
1
-1
/
+24
*
Fix compiler crash on try expression with infix as (Fixes #7116) (#7112)
cooldome
2018-01-29
1
-1
/
+9
*
Remove expr/stmt (#5857)
Arne Döring
2017-07-25
1
-2
/
+2
*
make tests green again
Araq
2017-07-20
1
-5
/
+2
*
fixes #5871
Andreas Rumpf
2017-07-20
1
-3
/
+14
*
fixes #5628
Araq
2017-03-30
1
-0
/
+29
*
Fixes test.
Dominik Picheta
2017-02-06
1
-1
/
+1
*
Add template tests for #3691.
Dominik Picheta
2017-02-06
1
-4
/
+5
*
Fixes incorrect scoping in semstmts.semTry.
Dominik Picheta
2017-02-06
1
-1
/
+0
*
More progress towards a working #3691.
Dominik Picheta
2017-02-03
1
-1
/
+16
*
WIP: `as` with generics.
Dominik Picheta
2017-02-02
1
-6
/
+6
*
WIP implementation of `except ExcType as ident` syntax. Refs #3691.
Dominik Picheta
2017-02-01
1
-0
/
+10
*
Fixed getCurrentException and getCurrentExceptionMsg. Closes #4635
Yuriy Glukhov
2016-08-29
1
-3
/
+3
*
Fixed js codegen issue for uncaught exceptions.
Yuriy Glukhov
2016-08-27
1
-3
/
+2
*
tests: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
7
-10
/
+10
*
Fixed defer test.
Yuriy Glukhov
2015-08-07
1
-0
/
+1
*
destructors now work with overloaded assignment operators; fixes #2811; fixes...
Araq
2015-08-05
1
-1
/
+25
*
fixes #1888
Araq
2015-04-27
5
-24
/
+24
*
fixes #2476
Araq
2015-04-19
2
-5
/
+5
*
some love for the testsuite; fixed regressions
Araq
2015-03-01
1
-0
/
+18
*
more tests green
Araq
2014-08-31
5
-18
/
+18
*
Added test cases for return in except statements.
Audun Wilhelmsen
2014-02-23
2
-0
/
+60
*
Added tougher test case for return within finally statement.
Audun Wilhelmsen
2014-02-23
1
-0
/
+40
*
Fixed issue 391 (nested break in except-stmts)
Audun Wilhelmsen
2014-02-16
1
-0
/
+45
*
new tester; all tests categorized
Araq
2014-01-13
11
-0
/
+304