.. |
m8794.nim
|
bf3a308e86
[error messages, stacktraces] fix #8794 #9270 #9767 #9768 (#9766)
|
6 years ago |
t10251.nim
|
a273ea70e8
implements overloadable enum values; WIP (#18470)
|
3 years ago |
t10376.nim
|
0d00bde4ea
fix failing test
|
5 years ago |
t10489_a.nim
|
4c08e64e98
disallow typedesc in arrays & move existing checks to `types.typeAllowedAux` (#13261)
|
4 years ago |
t10489_b.nim
|
4c08e64e98
disallow typedesc in arrays & move existing checks to `types.typeAllowedAux` (#13261)
|
4 years ago |
t10594.nim
|
6b88ce3384
Stop useless suggestion of unsafeAddr (#10598)
|
5 years ago |
t10734.nim
|
260a5dacb7
fixed dot operator recursive loop & macro suggest (#16922)
|
3 years ago |
t10735.nim
|
4e1e231e29
fix floats slice (#16853)
|
3 years ago |
t1154.nim
|
0926754e68
make tests green again
|
6 years ago |
t12844.nim
|
4c08e64e98
disallow typedesc in arrays & move existing checks to `types.typeAllowedAux` (#13261)
|
4 years ago |
t17460.nim
|
3f9c51a332
[nim check]fix #17460 (#17569)
|
3 years ago |
t18327.nim
|
037715285c
fix #18327 (#18328)
|
3 years ago |
t4756.nim
|
ef6eda4cb4
better error messages: use <T1, T2> instead of (T1, T2) in order to prevent confusions with tuple types
|
6 years ago |
t5167_1.nim
|
1be0022e7c
Fixes #5167 and related problems (#5475)
|
7 years ago |
t5167_2.nim
|
1be0022e7c
Fixes #5167 and related problems (#5475)
|
7 years ago |
t5167_3.nim
|
1be0022e7c
Fixes #5167 and related problems (#5475)
|
7 years ago |
t5167_4.nim
|
ef6eda4cb4
better error messages: use <T1, T2> instead of (T1, T2) in order to prevent confusions with tuple types
|
6 years ago |
t5167_5.nim
|
65ed2d7fe8
fixes #11942 (#11945)
|
5 years ago |
t5870.nim
|
4c08e64e98
disallow typedesc in arrays & move existing checks to `types.typeAllowedAux` (#13261)
|
4 years ago |
t6281.nim
|
70cf286a22
Test case for #6281 (#8190)
|
6 years ago |
t6483.nim
|
a5ecbf823f
lots of small changes
|
6 years ago |
t6608.nim
|
7bfb9f0002
close #17636 (#17643)
|
3 years ago |
t8339.nim
|
1105d03644
require errormsg to be specified before file.
|
6 years ago |
t8434.nim
|
64ffa17f0f
fixes #13715 (#13716)
|
4 years ago |
t8610.nim
|
e40ff24c23
typeToString: type float => typedesc[float] (#17011)
|
3 years ago |
t8794.nim
|
0fb878324e
honor --declaredLocs in more places, including type mismatch errors; also show `kind` with --declaredLocs (#15673)
|
4 years ago |
t9768.nim
|
31a8cf16bb
testament spec: remove errmsg alias of errormsg (#16188)
|
4 years ago |
t9908_01.nim
|
e44641b6cb
Float values are invalid in enum
|
6 years ago |
t9908_02.nim
|
e44641b6cb
Float values are invalid in enum
|
6 years ago |
tcall_with_default_arg.nim
|
3794338aba
Lineinfo fix (#10871)
|
5 years ago |
tcannot_capture_builtin.nim
|
cfea779e23
fixes #2050
|
8 years ago |
tcant_overload_by_return_type.nim
|
14e496fab0
fixes #6393
|
6 years ago |
tconceptconstraint.nim
|
7bfb9f0002
close #17636 (#17643)
|
3 years ago |
tdeclaredlocs.nim
|
836b061ae3
improve `--declaredLocs` to help disambiguate types (generics, aliases etc) (#18389)
|
3 years ago |
tdetailed_position.nim
|
b80d70b0f3
fix tests
|
5 years ago |
tdont_show_system.nim
|
7f1d2489ad
improve the 'has to be discarded' error message
|
4 years ago |
temptysetparam.nim
|
6e4ea40475
empty container param error msg (#11158)
|
5 years ago |
tgcsafety.nim
|
5fd150b7f7
asynchttpserver: ipv6 support (#18706)
|
3 years ago |
tgeneral_excepts.nim
|
70018aa683
Add checks for except: body blocks (#9191)
|
6 years ago |
tgenericconstraint.nim
|
7bfb9f0002
close #17636 (#17643)
|
3 years ago |
tinteger_literals.nim
|
9a003bae06
Fix error lexer error messages for to large numbers (#10394)
|
6 years ago |
tinvalidinout.nim
|
02b78d3f94
make tests green again
|
6 years ago |
tmake_tuple_visible.nim
|
2339542832
Tuple error message (#11141); fixes #3211
|
5 years ago |
tmultiple_finally.nim
|
70018aa683
Add checks for except: body blocks (#9191)
|
6 years ago |
tnested_empty_seq.nim
|
a6cbe58e8c
typetraits.$: $((int, float), int)` is now `"((int, float), int)"` instead of `"(tuple of (int, float), int)" (#14812)
|
4 years ago |
tnested_generic_instantiation.nim
|
766960dc15
fixes #11515 (#11624)
|
5 years ago |
tnested_generic_instantiation2.nim
|
766960dc15
fixes #11515 (#11624)
|
5 years ago |
tnnodeadd.nim
|
e5139b0662
error for NimNode index kind (#12154)
|
5 years ago |
tnnodeindex.nim
|
e5139b0662
error for NimNode index kind (#12154)
|
5 years ago |
tnnodeindexkind.nim
|
e5139b0662
error for NimNode index kind (#12154)
|
5 years ago |
tnon_concrete_cast.nim
|
6e358e3187
don't allow casting to non-concrete types; fixes #5428 (#5502)
|
7 years ago |
tproc_mismatch.nim
|
836b061ae3
improve `--declaredLocs` to help disambiguate types (generics, aliases etc) (#18389)
|
3 years ago |
tproper_stacktrace.nim
|
c7e1c665a1
[refactoring] refactor the compiler and stdlib to deprecation warnings (#11419)
|
5 years ago |
tproper_stacktrace2.nim
|
84c4e7a502
make tests green again
|
6 years ago |
tproper_stacktrace3.nim
|
804b0ff99c
fixes #5400
|
7 years ago |
treportunused.nim
|
cc0f02d57d
rename nimFpRoundtrips => nimPreviewFloatRoundtrip (#18566)
|
3 years ago |
tshow_asgn.nim
|
2f13d27720
improve line info retreival (#9822)
|
6 years ago |
tsigmatch.nim
|
836b061ae3
improve `--declaredLocs` to help disambiguate types (generics, aliases etc) (#18389)
|
3 years ago |
tsigmatch2.nim
|
73eff1f457
fixes #12741 (#14005)
|
4 years ago |
tstaticexprnotype.nim
|
e89aaaeaab
Open a new scope for `static:` expr blocks (#10649)
|
5 years ago |
tstaticexprscope.nim
|
31a8cf16bb
testament spec: remove errmsg alias of errormsg (#16188)
|
4 years ago |
tstaticresult.nim
|
ce148e71ef
disallow static in return type (#9686) [nobackport]
|
5 years ago |
ttypeAllowed.nim
|
31a8cf16bb
testament spec: remove errmsg alias of errormsg (#16188)
|
4 years ago |
tuncheckedarrayvar.nim
|
20d0ef8afb
[backport] fix #11320 (#11538)
|
5 years ago |
tundeclared_field.nim
|
065243dc59
followup #17777: declaredloc field error msgs now work with generics (#18259)
|
3 years ago |
tundeclared_routine.nim
|
93c26041a5
fix #17859; rename tests so they run in CI; merge several tests with nim check (#17862)
|
3 years ago |
tundeclared_routine_compiles.nim
|
93c26041a5
fix #17859; rename tests so they run in CI; merge several tests with nim check (#17862)
|
3 years ago |
tunknown_named_parameter.nim
|
84fea7c144
strutils.nim: Use `func` everywhere (#16281)
|
4 years ago |
twrong_at_operator.nim
|
7bfb9f0002
close #17636 (#17643)
|
3 years ago |
twrongcolon.nim
|
7bfb9f0002
close #17636 (#17643)
|
3 years ago |