.. |
99bottles.nim
|
a690e7b267
Merge pull request #1075 from flaviut/inlinedocs
|
10 years ago |
minit.nim
|
e80465dacf
tests: Trim .nim files trailing whitespace
|
9 years ago |
mvarious.nim
|
ddc131cf07
the parser finally parses 'echo {1,2}' as it should
|
7 years ago |
parsecomb.nim
|
46efaf294b
big compiler refactoring; avoid globals for multi method dispatcher generation
|
7 years ago |
t99bott.nim
|
1105d03644
require errormsg to be specified before file.
|
6 years ago |
tack.nim
|
3b783f7e13
Testament: refactoring; makes the test joiner green
|
6 years ago |
tbug1217bracketquotes.nim
|
7e60cf2a34
Add test
|
10 years ago |
tbug511622.nim
|
1105d03644
require errormsg to be specified before file.
|
6 years ago |
tcast.nim
|
bbf9ef606d
restrict casting for closure. (#5948); fixes #5742
|
7 years ago |
tcharinc.nim
|
edc4940c26
doc updates; fixes 'inc' for 'char'
|
9 years ago |
tcmdline.nim
|
ac785b0623
testament: joinable is now an explicit concept of a test spec
|
6 years ago |
tcolonisproc.nim
|
e012eb1001
updated tests to be executed
|
6 years ago |
tdllvar.nim
|
e012eb1001
updated tests to be executed
|
6 years ago |
temit.nim
|
1105d03644
require errormsg to be specified before file.
|
6 years ago |
temptyecho.nim
|
a690e7b267
Merge pull request #1075 from flaviut/inlinedocs
|
10 years ago |
teventemitter.nim
|
63f9385327
Rename mget to `[]`
|
9 years ago |
tevents.nim
|
1105d03644
require errormsg to be specified before file.
|
6 years ago |
tfib.nim
|
e80465dacf
tests: Trim .nim files trailing whitespace
|
9 years ago |
tfilter.nim
|
a690e7b267
Merge pull request #1075 from flaviut/inlinedocs
|
10 years ago |
tgenconstraints.nim
|
1105d03644
require errormsg to be specified before file.
|
6 years ago |
thallo.nim
|
a5ecbf823f
lots of small changes
|
6 years ago |
theaproots.nim
|
e012eb1001
updated tests to be executed
|
6 years ago |
tidentconcatenations.nim
|
121b9e26fb
Static[T] fixes (#7333)
|
6 years ago |
tinc.nim
|
1105d03644
require errormsg to be specified before file.
|
6 years ago |
tinit.nim
|
1105d03644
require errormsg to be specified before file.
|
6 years ago |
tinout.nim
|
1105d03644
require errormsg to be specified before file.
|
6 years ago |
tints.nim
|
000b8afd26
Remove expr/stmt (#5857)
|
7 years ago |
tinvalidarrayaccess.nim
|
f3ecc15a94
refs #9880 show index and bound in lots of `index out of bounds` errors
|
6 years ago |
tinvalidarrayaccess2.nim
|
f3ecc15a94
refs #9880 show index and bound in lots of `index out of bounds` errors
|
6 years ago |
tinvalidnewseq.nim
|
1105d03644
require errormsg to be specified before file.
|
6 years ago |
tissue710.nim
|
1105d03644
require errormsg to be specified before file.
|
6 years ago |
tlastmod.nim
|
e012eb1001
updated tests to be executed
|
6 years ago |
tlocals.nim
|
e07ab06f0a
Fix locals() interaction with generic types
|
6 years ago |
tloops.nim
|
e012eb1001
updated tests to be executed
|
6 years ago |
tmemoization.nim
|
562d185cb7
cleanup tests; don't use non-working 'msg' spec field
|
6 years ago |
tmissingnilcheck.nim
|
e80465dacf
tests: Trim .nim files trailing whitespace
|
9 years ago |
tnew.nim
|
ac785b0623
testament: joinable is now an explicit concept of a test spec
|
6 years ago |
tnewderef.nim
|
e80465dacf
tests: Trim .nim files trailing whitespace
|
9 years ago |
tnewsets.nim
|
e80465dacf
tests: Trim .nim files trailing whitespace
|
9 years ago |
tnoforward.nim
|
e6a4213fae
transformed {.reorder: on.} into {.experimental: codeReordering.}, added tests
|
6 years ago |
tnoinst.nim
|
1105d03644
require errormsg to be specified before file.
|
6 years ago |
tnolen.nim
|
1105d03644
require errormsg to be specified before file.
|
6 years ago |
tnoop.nim
|
8fbdac544b
correct tnoop test case
|
6 years ago |
tnot.nim
|
1105d03644
require errormsg to be specified before file.
|
6 years ago |
tparamsindefault.nim
|
31651ecd61
allow referencing other parameters in default parameter values
|
6 years ago |
tparedef.nim
|
e80465dacf
tests: Trim .nim files trailing whitespace
|
9 years ago |
tparsecombnum.nim
|
3dcec39739
add parser combinator test; uses multiple tuples/generics features
|
9 years ago |
tparseopt.nim
|
1105d03644
require errormsg to be specified before file.
|
6 years ago |
tpos.nim
|
3b783f7e13
Testament: refactoring; makes the test joiner green
|
6 years ago |
tprep.nim
|
e012eb1001
updated tests to be executed
|
6 years ago |
tquicksort.nim
|
e012eb1001
updated tests to be executed
|
6 years ago |
tradix.nim
|
a5ecbf823f
lots of small changes
|
6 years ago |
trangechecks.nim
|
5641be51c1
codegen doesn't produce line tracing commands anymore; fixes #1344
|
9 years ago |
trawstr.nim
|
1105d03644
require errormsg to be specified before file.
|
6 years ago |
treadln.nim
|
e012eb1001
updated tests to be executed
|
6 years ago |
treservedcidentsasfields.nim
|
2bc016b172
Add test for #6836 (#9602)
|
6 years ago |
tsemfold.nim
|
7dcf435b4b
Fix abs & unary sub in semfold (#8724)
|
6 years ago |
tshadow_magic_type.nim
|
3859878db8
megatest checks output and nimout
|
6 years ago |
tsimplesort.nim
|
d8fde9daba
make tests green
|
6 years ago |
tsimtych.nim
|
1105d03644
require errormsg to be specified before file.
|
6 years ago |
tsizeof.nim
|
062d7e3a39
fixes #10082
|
6 years ago |
tsizeof2.nim
|
4ec40796e6
fixes #9868
|
6 years ago |
tslices.nim
|
1105d03644
require errormsg to be specified before file.
|
6 years ago |
tsortdev.nim
|
a5ecbf823f
lots of small changes
|
6 years ago |
tstrace.nim
|
e012eb1001
updated tests to be executed
|
6 years ago |
tstrange.nim
|
1105d03644
require errormsg to be specified before file.
|
6 years ago |
tstrdesc.nim
|
ddc131cf07
the parser finally parses 'echo {1,2}' as it should
|
7 years ago |
tstrdist.nim
|
e012eb1001
updated tests to be executed
|
6 years ago |
tunsigned64mod.nim
|
e012eb1001
updated tests to be executed
|
6 years ago |
tunsignedcmp.nim
|
2c1f1f21bf
fixes #3985
|
6 years ago |
tunsignedcomp.nim
|
8d064cedf2
cleaned up unsigned tests
|
10 years ago |
tunsignedconv.nim
|
c50b5b62ef
Fix a few deprecation warnings
|
9 years ago |
tunsignedinc.nim
|
c0d0e5efd9
Unsigned arith corrected for JS
|
9 years ago |
tunsignedmisc.nim
|
681d8e0749
Deprecate 'c', 'C' prefix for octal literals, fixes #8082 (#8178)
|
6 years ago |
tupcomingfeatures.nim
|
7889692523
first implementation of package level types that allow forwarding across module boundaries
|
7 years ago |
tvarious.nim
|
e012eb1001
updated tests to be executed
|
6 years ago |
tvarious1.nim
|
1105d03644
require errormsg to be specified before file.
|
6 years ago |
tvarnums.nim
|
1105d03644
require errormsg to be specified before file.
|
6 years ago |
åäö.nim
|
332469692d
Bugfix for modules with multi byte characters in the name (#8319)
|
6 years ago |