.. |
99bottles.nim
|
a690e7b267
Merge pull request #1075 from flaviut/inlinedocs
|
10 years ago |
m15316.nim
|
d2318d9ccf
closes #15316; add testcase (#20213)
|
2 years ago |
m15955.nim
|
37ca97dd76
close #15955; add a test case (#20414)
|
2 years ago |
m15955_main.nim
|
37ca97dd76
close #15955; add a test case (#20414)
|
2 years ago |
m20149.nim
|
641381e3d4
fixes #20149; fixes #16762; hintAsError and warningAsError now ignore foreign packages (#20151)
|
2 years ago |
m20456.nims
|
81e7811e01
fixes nim check with orc (#20456)
|
2 years ago |
mbackend.nim
|
e909486e5c
trunner was not actually being tested in non-CTFFI mode; minor testament cleanups (#14377)
|
4 years ago |
mbetterrun.nim
|
ffe4328b35
`--usenimcache` (implied by `nim r main`) now caches some compile options to avoid recompiling when project was previously compiled with such options. (#17829)
|
3 years ago |
mfield_defect.nim
|
b24812df5f
properly fix #10053 ; `FieldDefect` msg now shows discriminant value + lineinfo, in all backends (c,vm,js) (#11955)
|
3 years ago |
mimportc.nim
|
de74362213
fix #14314 do not analyze importc procs for effects (#14319)
|
4 years ago |
minit.nim
|
e80465dacf
tests: Trim .nim files trailing whitespace
|
9 years ago |
mjsondoc.nim
|
2aeb0d516b
fixes #20132; fixes the broken jsondoc comand [backport] (#20135)
|
2 years ago |
modulea.nim
|
d79fb77974
close #6731 by writing a test case
|
5 years ago |
msizeof5.nim
|
e909486e5c
trunner was not actually being tested in non-CTFFI mode; minor testament cleanups (#14377)
|
4 years ago |
msizeof5.nim.cfg
|
61a6098f2d
Limit number of error messages from gcc/clang backend (#14852)
|
4 years ago |
mspellsuggest.nim
|
48eab5370a
fix #2844 #3911; add --spellsuggest to suggest symbols in scope with similar spellings on undefined symbol error (#16067)
|
3 years ago |
mtlsemulation.h
|
e112974920
fix #16752: threadvar now works with importcpp types; osx now uses native TLS (`--tlsEmulation:off`), which can be orders of magnitude faster (#16750)
|
3 years ago |
mvarious.nim
|
ddc131cf07
the parser finally parses 'echo {1,2}' as it should
|
7 years ago |
parsecomb.nim
|
8bfc396a4d
fixes #18612; apply cache and memcmp for methods in arc/orc (#19749)
|
2 years ago |
t12480.nim
|
9ccfcf5dd2
Fix compiler crash caused by top level return (#12501)
|
5 years ago |
t15955.nim
|
37ca97dd76
close #15955; add a test case (#20414)
|
2 years ago |
t16264.nim
|
534c97edc5
fix #16264 low(Time) OverflowDefect (#20552)
|
2 years ago |
t17286.nim
|
a77ffdb7ea
fix #17286 nim check -b:js works (#19704)
|
2 years ago |
t18077.nim
|
0b2bbcaa23
fix #18077 testament now parses `cmd` properly (#18086)
|
3 years ago |
t18079.nim
|
ecc8f61fe4
Fix #18079 Illegal storage access compiling call with nested ref/deref (#20738)
|
2 years ago |
t19046.nim
|
ac89eead8a
test for #19046 (#19839)
|
2 years ago |
t20456_2.nim
|
81e7811e01
fixes nim check with orc (#20456)
|
2 years ago |
t3482.nim
|
8df55d0ad7
close #3482 no more cgen error with typed templates (#18094)
|
3 years ago |
t5540.nim
|
1636c05d13
close #5540 generic object with generic field evaluated too early (#18062)
|
3 years ago |
t6549.nim
|
49e793e8c4
fix #20272 range of uint64 shows signed upper bound (#20702)
|
2 years ago |
t8404.nim
|
797cb2e67b
Fix #8404 JS backend doesn't handle float->int type conversion (#15950) [backport]
|
4 years ago |
t8545.nim
|
eca0b87544
Close #8545 by add a test case (#17432)
|
3 years ago |
t9039.nim
|
9df195ef58
style usages part one (openarray => openArray) (#19321)
|
2 years ago |
t9091.nim
|
a36efb59b5
fix #16256: nimout: <empty> should give error (vacuously true); improve a few tests (#18089)
|
3 years ago |
t9710.nim
|
a36efb59b5
fix #16256: nimout: <empty> should give error (vacuously true); improve a few tests (#18089)
|
3 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 |
taddr.nim
|
7739e23420
defaults to ORC (#19972)
|
2 years ago |
tapp_lib_staticlib.nim
|
6f6370367b
fix #16949 --app:staticlib works on openbsd; --app:staticlib tested in CI (#16950)
|
3 years ago |
tbug1217bracketquotes.nim
|
7e60cf2a34
Add test
|
10 years ago |
tbug511622.nim
|
c6a451c584
remove unused imports from tests
|
5 years ago |
tcast.nim
|
270964c487
implement RFCs/294 ; disallow enum <=> enum conversion (#16351)
|
3 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 |
tconv.nim
|
0c4582c665
mitigates #12815 (#18557)
|
3 years ago |
tcsharpusingstatement.nim
|
f6eb1d4d7d
remove {.this.} pragma, deprecated since 0.19 (#20201)
|
2 years ago |
tdangerisrelease.nim
|
8088633250
faster CIs (#13803)
|
4 years ago |
tdefine.nim
|
5c510a9ab9
allow dots in defined() (#20010)
|
2 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
|
b809562c7c
make megatest consistent with unjoined tests wrt newlines, honor newlines in output spec (#16151)
|
4 years ago |
teventemitter.nim
|
63f9385327
Rename mget to `[]`
|
9 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 |
tgcregions.nim
|
a2d6691af2
fix #12597 (#12604)
|
5 years ago |
tgenconstraints.nim
|
1105d03644
require errormsg to be specified before file.
|
6 years ago |
thallo.nim
|
f9600b7207
Remove ENDB (#12095)
|
5 years ago |
theaproots.nim
|
9df195ef58
style usages part one (openarray => openArray) (#19321)
|
2 years ago |
thints_off.nim
|
f68f28d157
make testament `isSuccess` more robust and allow tests with `--hints:off` to succeed (#17968)
|
3 years ago |
tidentconcatenations.nim
|
99078d80d7
introduce csize_t instead of fixing csize (#12497)
|
5 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
|
0327159344
Add test-cases to some fixed issues to close them (#14795)
|
4 years ago |
tinvalidarrayaccess.nim
|
942495611b
revive #10228 (fix #9880) (#10610)
|
5 years ago |
tinvalidarrayaccess2.nim
|
942495611b
revive #10228 (fix #9880) (#10610)
|
5 years ago |
tinvalidnewseq.nim
|
cfff27529e
added nkError to the AST (#17567)
|
3 years ago |
tissue710.nim
|
1105d03644
require errormsg to be specified before file.
|
6 years ago |
tjoinable.nim
|
fe77c3c72f
megatest: allow duplicate file names, show compilation progress (#17713)
|
3 years ago |
tlambdadonotation.nim
|
1a77040278
fix #11812 (#11829)
|
5 years ago |
tlastmod.nim
|
e012eb1001
updated tests to be executed
|
6 years ago |
tlocals.nim
|
25c6491b65
fixes #20162; locals doesn't work with ORC [backport] (#20163)
|
2 years ago |
tloops.nim
|
e012eb1001
updated tests to be executed
|
6 years ago |
tlowhigh.nim
|
755c4428fe
added more tests and updated the changelog
|
5 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 |
tmodulea.nim
|
d79fb77974
close #6731 by writing a test case
|
5 years ago |
tnew.nim
|
7739e23420
defaults to ORC (#19972)
|
2 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
|
f2b041f168
Reenable a few tests
|
4 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
|
7bfb9f0002
close #17636 (#17643)
|
3 years ago |
tnot.nim
|
1105d03644
require errormsg to be specified before file.
|
6 years ago |
tparamsindefault.nim
|
bab1f67971
fixes #11660 (#11677)
|
5 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
|
c5f64f101b
fix #13086 (#14987)
|
4 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 |
tproveinit.nim
|
335f849c36
close #9901 add testcase (#16662)
|
3 years ago |
tquicksort.nim
|
e012eb1001
updated tests to be executed
|
6 years ago |
tradix.nim
|
919a889ba8
moderate system cleanup & refactor (#20355)
|
2 years ago |
trangechecks.nim
|
89be5be03e
fixes #13698 [backport:1.2] (#14175)
|
4 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 |
trfc405.nim
|
d584dd5b99
fixes #19015 [backport:1.6] (#19204)
|
2 years ago |
trfc_341.nim
|
3aa16c1de0
fix RFC #341: dot-like operators are now parsed with same precedence as `.` (#18711)
|
3 years ago |
trunner.nim
|
7db0d2bb58
fixes a CI error (#20834)
|
2 years ago |
trunner_special.nim
|
7739e23420
defaults to ORC (#19972)
|
2 years ago |
tsamename.nim
|
13190435a6
close #9891 by adding a test
|
5 years ago |
tsamename2.nim
|
13190435a6
close #9891 by adding a test
|
5 years ago |
tsemfold.nim
|
7d6cbf290a
Error -> Defect for defects (#13908)
|
4 years ago |
tshadow_magic_type.nim
|
795044ed2b
make tests green again
|
5 years ago |
tsimplesort.nim
|
86f7f4ffa5
remove deprecated type pragma syntax, fix bugs that required it (#20199)
|
2 years ago |
tsimtych.nim
|
1105d03644
require errormsg to be specified before file.
|
6 years ago |
tsizeof.nim
|
3af7818af4
Fix #12636 (#15850)
|
4 years ago |
tsizeof2.nim
|
66db9de714
CT sizeof(+friends) for {.importc, completeStruct.} types, enable ABI static checks (#13926)
|
4 years ago |
tsizeof3.nim
|
b57a9637e8
fixes #20914; fixes the alignment of big sets (#20918)
|
1 year ago |
tsizeof4.nim
|
d245d4cf09
fix tsizeof3 for aarch64 (#13169)
|
4 years ago |
tslices.nim
|
ad67bcf379
fix https://github.com/nim-lang/RFCs/issues/311 remove unary slice (#16714)
|
3 years ago |
tsortdev.nim
|
3ba3307d61
remove deprecated procs (#12535)
|
5 years ago |
tspellsuggest.nim
|
9d4d27a3ce
adjust spellSuggestSecretSauce logic to avoid too many matches for small symbols (#17410)
|
3 years ago |
tspellsuggest2.nim
|
9d4d27a3ce
adjust spellSuggestSecretSauce logic to avoid too many matches for small symbols (#17410)
|
3 years ago |
tstrace.nim
|
e012eb1001
updated tests to be executed
|
6 years ago |
tstrange.nim
|
3ba3307d61
remove deprecated procs (#12535)
|
5 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 |
tstrtabs.nim
|
3f9a2ebea5
fix nim js cmp fails at CT (#16473)
|
3 years ago |
ttlsemulation.nim
|
cdbf5b4699
fixes a severe bug of testament (#20832)
|
2 years ago |
tunsigned64mod.nim
|
e012eb1001
updated tests to be executed
|
6 years ago |
tunsignedcmp.nim
|
2c1f1f21bf
fixes #3985
|
6 years ago |
tunsignedcomp.nim
|
6d442a40a6
use doAssert in tests (#16486)
|
3 years ago |
tunsignedconv.nim
|
24b81e9df6
remove hack for deprecated csize in compiler (#20463)
|
2 years ago |
tunsignedinc.nim
|
7d6cbf290a
Error -> Defect for defects (#13908)
|
4 years ago |
tunsignedmisc.nim
|
681d8e0749
Deprecate 'c', 'C' prefix for octal literals, fixes #8082 (#8178)
|
6 years ago |
tvarious.nim
|
e012eb1001
updated tests to be executed
|
6 years ago |
tvarious1.nim
|
26bcf18f91
fix #19680; check if stderr is static (#19709)
|
2 years ago |
tvarnums.nim
|
919a889ba8
moderate system cleanup & refactor (#20355)
|
2 years ago |
tvcc.nim
|
cbc2fa7156
add a testcase for vcc (#20915)
|
1 year ago |
twarningaserror.nim
|
4fc7fcb775
`--hintAsError` (#16763)
|
3 years ago |
åäö.nim
|
332469692d
Bugfix for modules with multi byte characters in the name (#8319)
|
6 years ago |