.. |
m8794.nim
|
bf3a308e86
[error messages, stacktraces] fix #8794 #9270 #9767 #9768 (#9766)
|
6 년 전 |
t10376.nim
|
3ea099bc7f
Finalizer proc must be global (#10388)
|
6 년 전 |
t10489_a.nim
|
6b9a139f7f
error message for accidental use of macro (#10490)
|
6 년 전 |
t10489_b.nim
|
6b9a139f7f
error message for accidental use of macro (#10490)
|
6 년 전 |
t10594.nim
|
6b88ce3384
Stop useless suggestion of unsafeAddr (#10598)
|
6 년 전 |
t1154.nim
|
0926754e68
make tests green again
|
6 년 전 |
t4756.nim
|
ef6eda4cb4
better error messages: use <T1, T2> instead of (T1, T2) in order to prevent confusions with tuple types
|
7 년 전 |
t5167_1.nim
|
1be0022e7c
Fixes #5167 and related problems (#5475)
|
8 년 전 |
t5167_2.nim
|
1be0022e7c
Fixes #5167 and related problems (#5475)
|
8 년 전 |
t5167_3.nim
|
1be0022e7c
Fixes #5167 and related problems (#5475)
|
8 년 전 |
t5167_4.nim
|
ef6eda4cb4
better error messages: use <T1, T2> instead of (T1, T2) in order to prevent confusions with tuple types
|
7 년 전 |
t5167_5.nim
|
9364369c1f
make tests green again
|
6 년 전 |
t6281.nim
|
70cf286a22
Test case for #6281 (#8190)
|
6 년 전 |
t6483.nim
|
a5ecbf823f
lots of small changes
|
6 년 전 |
t8339.nim
|
1105d03644
require errormsg to be specified before file.
|
6 년 전 |
t8434.nim
|
84f0a33bf0
make typeToString sane for sequence again
|
6 년 전 |
t8610.nim
|
4d230db5ab
closes #8610 ; adds test case (#10454)
|
6 년 전 |
t8794.nim
|
4ed7507cb2
error messages can have spaces, don't be dyslexic
|
6 년 전 |
t9768.nim
|
2b5e48d807
move assertions and iterators out of system.nim (#10597)
|
6 년 전 |
t9908_01.nim
|
e44641b6cb
Float values are invalid in enum
|
6 년 전 |
t9908_02.nim
|
e44641b6cb
Float values are invalid in enum
|
6 년 전 |
tcannot_capture_builtin.nim
|
cfea779e23
fixes #2050
|
8 년 전 |
tcant_overload_by_return_type.nim
|
14e496fab0
fixes #6393
|
6 년 전 |
tconceptconstraint.nim
|
ef6eda4cb4
better error messages: use <T1, T2> instead of (T1, T2) in order to prevent confusions with tuple types
|
7 년 전 |
tdetailed_position.nim
|
ef6eda4cb4
better error messages: use <T1, T2> instead of (T1, T2) in order to prevent confusions with tuple types
|
7 년 전 |
tdont_show_system.nim
|
d02486aa48
compiler: better error messages (#5613)
|
8 년 전 |
tgcsafety.nim
|
1abef2dc59
improve the error message for 'addQuitProc' etc; fixes #5794
|
6 년 전 |
tgeneral_excepts.nim
|
70018aa683
Add checks for except: body blocks (#9191)
|
6 년 전 |
tgenericconstraint.nim
|
ef6eda4cb4
better error messages: use <T1, T2> instead of (T1, T2) in order to prevent confusions with tuple types
|
7 년 전 |
tinteger_literals.nim
|
9a003bae06
Fix error lexer error messages for to large numbers (#10394)
|
6 년 전 |
tinvalidinout.nim
|
02b78d3f94
make tests green again
|
6 년 전 |
tmake_tuple_visible.nim
|
ef6eda4cb4
better error messages: use <T1, T2> instead of (T1, T2) in order to prevent confusions with tuple types
|
7 년 전 |
tmultiple_finally.nim
|
70018aa683
Add checks for except: body blocks (#9191)
|
6 년 전 |
tnested_empty_seq.nim
|
a17d45c2c2
fixes #3948
|
7 년 전 |
tnested_generic_instantiation.nim
|
6ce3949c8a
add `isNamedTuple`; make $(1, 2) be (1, 2) instead of (Field0: 1, Field1: 2) which leaked implementation detail (#10070)
|
6 년 전 |
tnested_generic_instantiation2.nim
|
6ce3949c8a
add `isNamedTuple`; make $(1, 2) be (1, 2) instead of (Field0: 1, Field1: 2) which leaked implementation detail (#10070)
|
6 년 전 |
tnon_concrete_cast.nim
|
6e358e3187
don't allow casting to non-concrete types; fixes #5428 (#5502)
|
8 년 전 |
tproper_stacktrace.nim
|
a5ecbf823f
lots of small changes
|
6 년 전 |
tproper_stacktrace2.nim
|
84c4e7a502
make tests green again
|
6 년 전 |
tproper_stacktrace3.nim
|
804b0ff99c
fixes #5400
|
8 년 전 |
treportunused.nim
|
1b7c8482fe
fixes #10101 (#10103)
|
6 년 전 |
tshow_asgn.nim
|
2f13d27720
improve line info retreival (#9822)
|
6 년 전 |
tstaticexprnotype.nim
|
e89aaaeaab
Open a new scope for `static:` expr blocks (#10649)
|
6 년 전 |
tstaticexprscope.nim
|
e89aaaeaab
Open a new scope for `static:` expr blocks (#10649)
|
6 년 전 |
tunknown_named_parameter.nim
|
28394153ab
32 bit fixes (#10608)
|
6 년 전 |
twrong_at_operator.nim
|
3979e83a59
fixes #7331
|
7 년 전 |
twrongcolon.nim
|
2199f83280
improve error message for twrongcolon
|
7 년 전 |
undeclared_routime.nim
|
eb946f37a7
fixes #8671; show helpful msg (lookup symbol, eg iterator) on 'attempting to call undeclared routine' error (#8786)
|
6 년 전 |
undeclared_routime2.nim
|
eb946f37a7
fixes #8671; show helpful msg (lookup symbol, eg iterator) on 'attempting to call undeclared routine' error (#8786)
|
6 년 전 |
undeclared_routime3.nim
|
eb946f37a7
fixes #8671; show helpful msg (lookup symbol, eg iterator) on 'attempting to call undeclared routine' error (#8786)
|
6 년 전 |
undeclared_routime4.nim
|
eb946f37a7
fixes #8671; show helpful msg (lookup symbol, eg iterator) on 'attempting to call undeclared routine' error (#8786)
|
6 년 전 |
undeclared_routime5.nim
|
eb946f37a7
fixes #8671; show helpful msg (lookup symbol, eg iterator) on 'attempting to call undeclared routine' error (#8786)
|
6 년 전 |
undeclared_routime_compiles.nim
|
eb946f37a7
fixes #8671; show helpful msg (lookup symbol, eg iterator) on 'attempting to call undeclared routine' error (#8786)
|
6 년 전 |