-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule Nim
updated
26 files
+2 −1 | compiler/ast.nim | |
+15 −4 | compiler/ccgcalls.nim | |
+11 −3 | compiler/ccgexprs.nim | |
+7 −4 | compiler/ccgtypes.nim | |
+1 −0 | compiler/cgen.nim | |
+1 −0 | compiler/evaltempl.nim | |
+3 −1 | compiler/sem.nim | |
+5 −2 | compiler/seminst.nim | |
+1 −1 | compiler/semstmts.nim | |
+8 −4 | compiler/semtypes.nim | |
+1 −1 | compiler/sigmatch.nim | |
+2 −1 | compiler/transf.nim | |
+1 −0 | doc/mm.md | |
+6 −4 | koch.nim | |
+12 −15 | lib/system/alloc.nim | |
+1 −1 | lib/system/compilation.nim | |
+8 −2 | lib/system/sysstr.nim | |
+1 −1 | testament/important_packages.nim | |
+5 −2 | tests/ccgbugs/t13062.nim | |
+28 −0 | tests/ccgbugs/tcgbug.nim | |
+31 −0 | tests/destructor/t23748.nim | |
+5 −0 | tests/generics/tuninstantiatedgenericcalls.nim | |
+1 −1 | tests/iter/titervaropenarray.nim | |
+26 −0 | tests/pragmas/tpush.nim | |
+9 −0 | tests/refc/tsinkbug.nim | |
+6 −6 | tests/stdlib/thttpclient.nim |