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
*
Make 'echo' raise IOErrors when appropriate (#16367)
Matt Haggard
2020-12-18
1
-0
/
+11
*
testament: error instead of silently ignore invalid targets; remove pointless...
Timothee Cour
2020-12-14
1
-1
/
+1
*
fix partially #13115 (now works for cpp; but still fails for js on openbsd) (...
Timothee Cour
2020-12-11
1
-10
/
+36
*
testament: error instead of silently overwrite a spec (#16166)
Timothee Cour
2020-11-29
1
-5
/
+4
*
make megatest consistent with unjoined tests wrt newlines, honor newlines in ...
Timothee Cour
2020-11-28
2
-2
/
+4
*
fix #13115 (#15930)
flywind
2020-11-27
1
-0
/
+13
*
fix #10343 (#14789)
Timothee Cour
2020-06-24
1
-2
/
+3
*
fix #14369 (#14386)
cooldome
2020-05-18
1
-0
/
+10
*
Error -> Defect for defects (#13908)
Jacek Sieka
2020-04-28
2
-4
/
+4
*
Fix #14091 and #14093 - test failures on NetBSD (#14096)
Euan
2020-04-24
1
-0
/
+1
*
#12103 - CI for OpenBSD (#12105)
Euan
2020-04-21
1
-0
/
+1
*
faster CIs (#13803)
Miran
2020-03-30
1
-31
/
+0
*
Attempt to finish off araq cpp exceptions (#13695)
cooldome
2020-03-19
1
-12
/
+11
*
--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
[next]