metagn a93c5d79b9 adapt generic default parameters to recent generics changes (#24065) 2 semanas atrás
..
99bottles.nim a690e7b267 Merge pull request #1075 from flaviut/inlinedocs 10 anos atrás
m15316.nim d2318d9ccf closes #15316; add testcase (#20213) 2 anos atrás
m15955.nim 37ca97dd76 close #15955; add a test case (#20414) 2 anos atrás
m15955_main.nim 37ca97dd76 close #15955; add a test case (#20414) 2 anos atrás
m20149.nim 641381e3d4 fixes #20149; fixes #16762; hintAsError and warningAsError now ignore foreign packages (#20151) 2 anos atrás
m20456.nims 81e7811e01 fixes nim check with orc (#20456) 2 anos atrás
mbackend.nim e909486e5c trunner was not actually being tested in non-CTFFI mode; minor testament cleanups (#14377) 4 anos atrás
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 anos atrás
mfield_defect.nim b24812df5f properly fix #10053 ; `FieldDefect` msg now shows discriminant value + lineinfo, in all backends (c,vm,js) (#11955) 3 anos atrás
mimportc.nim de74362213 fix #14314 do not analyze importc procs for effects (#14319) 4 anos atrás
minit.nim e80465dacf tests: Trim .nim files trailing whitespace 9 anos atrás
mjsondoc.nim 4954469259 fixes #23914; jsondoc broken in devel (#23916) 1 mês atrás
modulea.nim d79fb77974 close #6731 by writing a test case 5 anos atrás
msizeof5.nim e909486e5c trunner was not actually being tested in non-CTFFI mode; minor testament cleanups (#14377) 4 anos atrás
msizeof5.nim.cfg 61a6098f2d Limit number of error messages from gcc/clang backend (#14852) 4 anos atrás
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 anos atrás
mvarious.nim ddc131cf07 the parser finally parses 'echo {1,2}' as it should 7 anos atrás
parsecomb.nim 8bfc396a4d fixes #18612; apply cache and memcmp for methods in arc/orc (#19749) 2 anos atrás
t11634.nim 2315b01ae6 tuple unpacking for vars as just sugar, allowing nesting (#21563) 1 ano atrás
t12480.nim 9ccfcf5dd2 Fix compiler crash caused by top level return (#12501) 4 anos atrás
t12869.nim f46f26e79a don't use previous bindings of `auto` for routine return types (#23207) 8 meses atrás
t14667.nim 7a74c2dc3a fix #14667 (#21190) 1 ano atrás
t15351.nim 435f932088 Add test case for #15351 (#22754) 1 ano atrás
t15955.nim 37ca97dd76 close #15955; add a test case (#20414) 2 anos atrás
t16244.nim 5917c2d5b7 fix #15836 proc arg return type auto unexpectly match proc with concr… (#21065) 1 ano atrás
t16264.nim 534c97edc5 fix #16264 low(Time) OverflowDefect (#20552) 1 ano atrás
t16541.nim c5a72ebddd fix #16541 (#21148) 1 ano atrás
t17286.nim a77ffdb7ea fix #17286 nim check -b:js works (#19704) 2 anos atrás
t18077.nim 0b2bbcaa23 fix #18077 testament now parses `cmd` properly (#18086) 3 anos atrás
t18079.nim 51f410e1d5 megatest now checks refc too (#21341) 1 ano atrás
t19046.nim ac89eead8a test for #19046 (#19839) 2 anos atrás
t20253.nim 5f41be3b45 fix #20253 (#21174) 1 ano atrás
t20289.nim f232329bb1 add test case for #20289 (#21180) 1 ano atrás
t20456_2.nim 81e7811e01 fixes nim check with orc (#20456) 2 anos atrás
t20883.nim a93c5d79b9 adapt generic default parameters to recent generics changes (#24065) 2 semanas atrás
t21109.nim e278a781fc fix #21109 (#21127) 1 ano atrás
t21443.nim 0aec095b26 fixes #19292; fixes #21122; fixes putEnv and setEnv with vcc (#21143) 1 ano atrás
t23240.nim 06b9e603bc Show error when trying to run in folder that doesn't exist instead of assertion (#23242) 8 meses atrás
t3482.nim 8df55d0ad7 close #3482 no more cgen error with typed templates (#18094) 3 anos atrás
t3907.nim 137d608d7d add test for #3907 (#21069) 1 ano atrás
t5540.nim 1636c05d13 close #5540 generic object with generic field evaluated too early (#18062) 3 anos atrás
t6549.nim 49e793e8c4 fix #20272 range of uint64 shows signed upper bound (#20702) 1 ano atrás
t8404.nim 797cb2e67b Fix #8404 JS backend doesn't handle float->int type conversion (#15950) [backport] 3 anos atrás
t8545.nim e8092a5470 delay resolved procvar check for proc params + acknowledge unresolved statics (#23188) 8 meses atrás
t9039.nim 9df195ef58 style usages part one (openarray => openArray) (#19321) 2 anos atrás
t9091.nim a36efb59b5 fix #16256: nimout: <empty> should give error (vacuously true); improve a few tests (#18089) 3 anos atrás
t9710.nim a36efb59b5 fix #16256: nimout: <empty> should give error (vacuously true); improve a few tests (#18089) 3 anos atrás
t99bott.nim 1105d03644 require errormsg to be specified before file. 5 anos atrás
tack.nim 3b783f7e13 Testament: refactoring; makes the test joiner green 5 anos atrás
taddr.nim 549ef24f35 fixes #23499; don't skip `addr` when constructing `bracketExpr` (#23503) 5 meses atrás
tapp_lib_staticlib.nim 6f6370367b fix #16949 --app:staticlib works on openbsd; --app:staticlib tested in CI (#16950) 3 anos atrás
tbug1217bracketquotes.nim 7e60cf2a34 Add test 10 anos atrás
tbug511622.nim c6a451c584 remove unused imports from tests 4 anos atrás
tcast.nim 2d1533f34f fixes #5901 #21211; don't fold cast function types because of gcc 14 (#23683) 3 meses atrás
tcharinc.nim edc4940c26 doc updates; fixes 'inc' for 'char' 9 anos atrás
tcmdline.nim ac785b0623 testament: joinable is now an explicit concept of a test spec 5 anos atrás
tconv.nim d77ea07837 expose `rangeBase` typetrait, fix enum conversion warning (#24056) 2 semanas atrás
tcsharpusingstatement.nim 02be212dae clean up SOME pending/xxx/issue link comments (#21826) 1 ano atrás
tdangerisrelease.nim 8088633250 faster CIs (#13803) 4 anos atrás
tdefine.nim 9a50033d5b generic `define` pragma + string alias (#20979) 1 ano atrás
tdllvar.nim e012eb1001 updated tests to be executed 5 anos atrás
teventemitter.nim 63f9385327 Rename mget to `[]` 9 anos atrás
tfib.nim e80465dacf tests: Trim .nim files trailing whitespace 9 anos atrás
tfilter.nim a690e7b267 Merge pull request #1075 from flaviut/inlinedocs 10 anos atrás
thallo.nim f9600b7207 Remove ENDB (#12095) 5 anos atrás
theaproots.nim 9df195ef58 style usages part one (openarray => openArray) (#19321) 2 anos atrás
tinit.nim 1105d03644 require errormsg to be specified before file. 5 anos atrás
tinout.nim 1105d03644 require errormsg to be specified before file. 5 anos atrás
tinvalidnewseq.nim cfff27529e added nkError to the AST (#17567) 3 anos atrás
tissue710.nim 1105d03644 require errormsg to be specified before file. 5 anos atrás
tjoinable.nim fe77c3c72f megatest: allow duplicate file names, show compilation progress (#17713) 3 anos atrás
tlastmod.nim e012eb1001 updated tests to be executed 5 anos atrás
tloops.nim e012eb1001 updated tests to be executed 5 anos atrás
tmemoization.nim 562d185cb7 cleanup tests; don't use non-working 'msg' spec field 5 anos atrás
tmissingnilcheck.nim e80465dacf tests: Trim .nim files trailing whitespace 9 anos atrás
tmodulea.nim d79fb77974 close #6731 by writing a test case 5 anos atrás
tnoforward.nim fd4e3ae3e4 add a prepass for codeReordering (#21513) 1 ano atrás
tnolen.nim 1105d03644 require errormsg to be specified before file. 5 anos atrás
tparedef.nim e80465dacf tests: Trim .nim files trailing whitespace 9 anos atrás
tparsecombnum.nim 3dcec39739 add parser combinator test; uses multiple tuples/generics features 9 anos atrás
tparseopt.nim c5f64f101b fix #13086 (#14987) 4 anos atrás
tpos.nim 3b783f7e13 Testament: refactoring; makes the test joiner green 5 anos atrás
tprep.nim e012eb1001 updated tests to be executed 5 anos atrás
tquicksort.nim e012eb1001 updated tests to be executed 5 anos atrás
tradix.nim 919a889ba8 moderate system cleanup & refactor (#20355) 2 anos atrás
trfc405.nim 9dc1f2dd0f actually fix #19015 (#21680) 1 ano atrás
trunner.nim 4954469259 fixes #23914; jsondoc broken in devel (#23916) 1 mês atrás
trunner_special.nim 6336d2681b adds a ubuntu 24.04 matrix with gcc 14 for tests (#23673) 1 mês atrás
tsamename.nim 13190435a6 close #9891 by adding a test 5 anos atrás
tsamename2.nim 13190435a6 close #9891 by adding a test 5 anos atrás
tsemfold.nim 7d6cbf290a Error -> Defect for defects (#13908) 4 anos atrás
tshadow_magic_type.nim 795044ed2b make tests green again 5 anos atrás
tsimplesort.nim 86f7f4ffa5 remove deprecated type pragma syntax, fix bugs that required it (#20199) 2 anos atrás
tsizeof.nim 7e88091de3 fixes #22553; regression of offsetof(T, anFieldOfUncheckedArray) (#24014) 3 semanas atrás
tsizeof2.nim 66db9de714 CT sizeof(+friends) for {.importc, completeStruct.} types, enable ABI static checks (#13926) 4 anos atrás
tsizeof3.nim b57a9637e8 fixes #20914; fixes the alignment of big sets (#20918) 1 ano atrás
tsizeof4.nim d245d4cf09 fix tsizeof3 for aarch64 (#13169) 4 anos atrás
tsortdev.nim 3ba3307d61 remove deprecated procs (#12535) 4 anos atrás
tstrace.nim e012eb1001 updated tests to be executed 5 anos atrás
tstrange.nim 3ba3307d61 remove deprecated procs (#12535) 4 anos atrás
tstrdesc.nim ddc131cf07 the parser finally parses 'echo {1,2}' as it should 7 anos atrás
tstrdist.nim e012eb1001 updated tests to be executed 5 anos atrás
ttlsemulation.nim cdbf5b4699 fixes a severe bug of testament (#20832) 1 ano atrás
tvarious.nim e012eb1001 updated tests to be executed 5 anos atrás
tvarious1.nim 26bcf18f91 fix #19680; check if stderr is static (#19709) 2 anos atrás
tvarnums.nim 919a889ba8 moderate system cleanup & refactor (#20355) 2 anos atrás
tvcc.nim cbc2fa7156 add a testcase for vcc (#20915) 1 ano atrás
åäö.nim 332469692d Bugfix for modules with multi byte characters in the name (#8319) 6 anos atrás