.. |
meta.nim
|
975114e114
make more tests green
|
6 лет назад |
mevalffi.nim
|
330b3c4453
fix regression: -d:nimHasLibFFI was not being tested anymore (#14234)
|
4 лет назад |
t2574.nim
|
1105d03644
require errormsg to be specified before file.
|
6 лет назад |
tableinstatic.nim
|
379916c737
make tests green
|
5 лет назад |
taddrof.nim
|
abe07eb75d
VM: improvements for var T/addr (#12667); fixes #12489
|
5 лет назад |
tanonproc.nim
|
abe07eb75d
VM: improvements for var T/addr (#12667); fixes #12489
|
5 лет назад |
tarrayboundeval.nim
|
ddc131cf07
the parser finally parses 'echo {1,2}' as it should
|
7 лет назад |
tasmparser.nim
|
000b8afd26
Remove expr/stmt (#5857)
|
7 лет назад |
tbitops.nim
|
b80dbdb77d
Fix vm signed xor (#10519)
|
5 лет назад |
tcastint.nim
|
39290cf88c
Fix spellings (#12277) [backport]
|
5 лет назад |
tcgemptycallarg.nim
|
ee14ace5d3
Field checks for everybody (#8957)
|
6 лет назад |
tcompilesetting.nim
|
9502e39b63
`nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--doccmd:skip` + other improvements (#14278)
|
4 лет назад |
tcompiletimerange.nim
|
2895ad70c8
fixes tcompiletimerange [bugfix] (#11720)
|
5 лет назад |
tcompiletimesideeffects.nim
|
e87910197a
Check there are no side effects before optimizing away compile time expressions. (#9934)
|
6 лет назад |
tcompiletimetable.nim
|
a5e2db2ac5
allows access to .compileTime vars at runtime (#12128)
|
5 лет назад |
tcomponent.nim
|
975114e114
make more tests green
|
6 лет назад |
tconst_float_as_int.nim
|
e9e413552a
fixes #4619
|
8 лет назад |
tconsteval.nim
|
e012eb1001
updated tests to be executed
|
6 лет назад |
tconstobj.nim
|
829f719670
Fix VM conversion to var type [bugfix] (#11866)
|
5 лет назад |
tconstprocassignments.nim
|
cc2be5e4c6
Fixes #11045. Assigning a proc to const and invoking. (#11076)
|
5 лет назад |
tconsttable.nim
|
ecd0dea091
tables work in 'const' sections; echo supports 'nil' strings; minor cleanups
|
10 лет назад |
tconsttable2.nim
|
562d185cb7
cleanup tests; don't use non-working 'msg' spec field
|
6 лет назад |
tcopy_global_var.nim
|
c4dd9dc77e
fixes #5269
|
8 лет назад |
teval1.nim
|
85db42ad8c
Fixes #10514 (#12268)
|
5 лет назад |
texception.nim
|
50e921bb94
VM exception fixes (#11868)
|
5 лет назад |
texcl.nim
|
f94ec363ab
Allow void macro result (#11286)
|
5 лет назад |
textensionmap.nim
|
e7f280bd26
Remove deprecated stuff from stdlib (#14699)
|
4 лет назад |
tfarjump.nim
|
e61d702206
Increased TInstr field sizes: allow long jumps and 65535 VM registers (#12777)
|
5 лет назад |
tfile_rw.nim
|
a3df1b55f3
fixes #13013, reverts previous changes to readLines() (#13036) [backport]
|
5 лет назад |
tforwardproc.nim
|
a5ecbf823f
lots of small changes
|
6 лет назад |
tgloballetfrommacro.nim
|
e7f280bd26
Remove deprecated stuff from stdlib (#14699)
|
4 лет назад |
tgorge.bat
|
39f03d816c
Fixes #4871
|
8 лет назад |
tgorge.nim
|
c4e3c4ca2d
add `getCurrentCompilerExe` to vmops (eg allows to get nim compiler at CT); add tests for vmops (#9925)
|
6 лет назад |
tgorge.sh
|
031bfdec6f
make run the default action of a test in tester
|
6 лет назад |
tgorgeex.bat
|
9d488261df
added system.gorgeEx that includes the exitCode; refs #4874; fixes #1994
|
8 лет назад |
tgorgeex.sh
|
031bfdec6f
make run the default action of a test in tester
|
6 лет назад |
tinheritance.nim
|
7606efc0bf
[bugfix] VM: finally do inheritance properly
|
5 лет назад |
tissues.nim
|
6ce3949c8a
add `isNamedTuple`; make $(1, 2) be (1, 2) instead of (Field0: 1, Field1: 2) which leaked implementation detail (#10070)
|
6 лет назад |
tldconst.nim
|
e80465dacf
tests: Trim .nim files trailing whitespace
|
9 лет назад |
tmanyregs.nim
|
e61d702206
Increased TInstr field sizes: allow long jumps and 65535 VM registers (#12777)
|
5 лет назад |
tmaxloopiterations.nim
|
b462baed65
VM: allow overriding MaxLoopIterations without rebuilding nim (#13233)
|
5 лет назад |
tmisc_vm.nim
|
87f0d534d6
fixes #12488 [backport]
|
5 лет назад |
tmitems_vm.nim
|
abe07eb75d
VM: improvements for var T/addr (#12667); fixes #12489
|
5 лет назад |
tnilref.nim
|
236bc06b5f
Improve vm support for ref types
|
6 лет назад |
tnimnode.nim
|
f8cef575b3
Improve dumpLisp macro (#9515)
|
6 лет назад |
toverflowopcaddimmint.nim
|
52c6956d1a
Add underflow/overflow tests.
|
10 лет назад |
toverflowopcaddint.nim
|
52c6956d1a
Add underflow/overflow tests.
|
10 лет назад |
toverflowopcmulint.nim
|
afbcd1b330
int128 on firstOrd, lastOrd and lengthOrd (#11701)
|
5 лет назад |
toverflowopcsubimmint.nim
|
52c6956d1a
Add underflow/overflow tests.
|
10 лет назад |
toverflowopcsubint.nim
|
52c6956d1a
Add underflow/overflow tests.
|
10 лет назад |
tquadplus.nim
|
5f64d7a353
fixes #1023
|
10 лет назад |
tref.nim
|
f1fd3ef7f4
fix https://github.com/timotheecour/Nim/issues/88 (#13865) [backport:1.2]
|
4 лет назад |
treset.nim
|
142a2d3551
added system.default in order to prevent the abstraction inversion that 'template default(T): untyped = (var x: T; x)' causes
|
5 лет назад |
triangle_array.nim
|
41587a5339
fixes #1781
|
10 лет назад |
tseq_badinit.nim
|
f91a181f58
make tests green again
|
6 лет назад |
tsetlen.nim
|
f838b1e6c1
fix #9872: setLen now works properly at CT [backport]
|
6 лет назад |
tsignaturehash.nim
|
041d15392a
Compiler plugin for implementing incremental computation in user space (#10819)
|
5 лет назад |
tsimpleglobals.nim
|
562d185cb7
cleanup tests; don't use non-working 'msg' spec field
|
6 лет назад |
tslow_tables.nim
|
83435fe696
tslow_tables: wait for an additional 2 seconds (#14266)
|
4 лет назад |
tslurp.nim
|
e012eb1001
updated tests to be executed
|
6 лет назад |
tstaticprintseq.nim
|
f94ec363ab
Allow void macro result (#11286)
|
5 лет назад |
tstring_openarray.nim
|
88a5e9d88c
Fix operations on string as openarray in VM. (#6257)
|
7 лет назад |
tstringnil.nim
|
975114e114
make more tests green
|
6 лет назад |
tswap.nim
|
562d185cb7
cleanup tests; don't use non-working 'msg' spec field
|
6 лет назад |
ttouintconv.nim
|
d70e292571
makes more tests green
|
5 лет назад |
tvarsection.nim
|
226c15499f
Fix compileTime pragma applying to whole var/let section (#10389)
|
6 лет назад |
tvmmisc.nim
|
0b2a3f6f7f
fixes #10886 [backport] (#10897)
|
5 лет назад |
tvmops.nim
|
28394153ab
32 bit fixes (#10608)
|
5 лет назад |
twrong_concat.nim
|
86e79f5cec
fixes #3804
|
8 лет назад |
twrongarray.nim
|
ae681be629
fixes #1343
|
10 лет назад |
twrongconst.nim
|
000b8afd26
Remove expr/stmt (#5857)
|
7 лет назад |
twrongwhen.nim
|
49b0440c47
make some tests green
|
10 лет назад |
tyaytypedesc.nim
|
f937637a92
fixes #3357
|
9 лет назад |
tzero_extend.nim
|
18ca1788f0
makes test green again
|
5 лет назад |