summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* codegen for C++ exceptionsZahary Karadjov2012-06-031-1/+1
|
* bugfix: finally blocks were not executed when the except block is exited by ↵Zahary Karadjov2012-06-031-0/+66
| | | | raise or return
* niminst: use 'set -e'; failing to copy docs and data is no installation errorAraq2012-05-311-0/+2
|
* fixes #127Araq2012-05-301-1/+18
|
* '+=' etc for all floating point typesAraq2012-05-292-0/+12
|
* made tsequtils green againAraq2012-05-282-1/+25
|
* bugfix: UFCS for templates (ttempl3.nim enhanced)Araq2012-05-271-0/+15
|
* fixes #109Araq2012-05-201-0/+28
|
* made tests green againAraq2012-05-111-1/+1
|
* added thexlit testAraq2012-05-091-0/+12
|
* fixes binding of overloaded procsAraq2012-05-041-0/+12
|
* resolved conflict for news.txtAraq2012-04-211-1/+1
|\
| * implicit generics types as return types. removed the error message for ↵Zahary Karadjov2012-04-211-1/+1
| | | | | | | | capturing incorrect uses of ``proc``
* | GC with realtime supportAraq2012-04-215-0/+14
|/
* grammar: the built-in type classes are now valid expressionsZahary Karadjov2012-04-181-1/+1
|
* attempt to make tests greenAraq2012-04-172-2/+2
|
* compiler finally supports 'object {.pragma.}' syntaxAraq2012-04-161-0/+16
|
* restored files that 'koch clean' removedAraq2012-04-162-1/+2
|
* fixes #105Araq2012-04-163-82/+59
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-04-152-6/+6
|\
| * fix incorrect path for rodfile tests' nimcacheZahary Karadjov2012-04-151-5/+6
| |
| * minor changes to make the test suite green againZahary Karadjov2012-04-151-1/+0
| |
* | @ is a sigil-like operatorAraq2012-04-152-7/+28
|/
* re-enable rodfiles tests; fixes #91Zahary Karadjov2012-04-115-4/+17
|
* Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-04-101-0/+16
|\
| * documentation improvements; higher level Mongodb wrapperAraq2012-04-091-0/+16
| |
* | typetraits module and testsZahary Karadjov2012-04-101-0/+24
| |
* | proper order of initialization for .global. variablesZahary Karadjov2012-04-103-0/+35
|/
* Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-03-317-2/+626
|\
| * corrected the index websiteAraq2012-03-281-0/+7
| |
| * fixes #102Araq2012-03-231-0/+447
| |
| * bugfix: GC marker procs; making tests green againAraq2012-03-232-2/+2
| |
| * Added benchmark tool and some benchmarks.dom962012-03-223-0/+170
| |
* | typedesc and expr paramsZahary Karadjov2012-03-312-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | types are now valid proc/template/macro params and you can overload over them: proc foo(T: typedesc) # accept any type proc foo(T: typedesc{int}) # overload specifically for int proc foo(T: typedesc{int or float or Callable}) # overload for any type matching the constraints expr{type} is a param expecting compile time value of the designated type (or type class). when typedesc or expr params are used with a proc, the proc will be instantiated once for each unique type/value used as parameter.
* | genSym support for hygienic macros and templates.Zahary Karadjov2012-03-261-0/+12
| | | | | | | | | | | | | | | | | | example: template hygienic(val: expr) = var `*x` = val echo `*x` *x was chosen as mnemonic for "opposite of public" and thus private
* | generic types can be used like type classes. distinct can be applied to type ↵Zahary Karadjov2012-03-252-0/+34
|/ | | | classes.
* expr params implemented for procs; paving the way for type classesZahary Karadjov2012-03-222-1/+14
|
* making tests green againZahary Karadjov2012-03-203-7/+7
|
* merged branch overloading-for-macrosZahary Karadjov2012-03-1916-30/+102
|\
| * the test suite is mostly green againZahary Karadjov2012-03-1611-25/+21
| |
| * fix for template redefinition. test cases added.Zahary Karadjov2012-03-155-5/+81
| |
* | first steps for cleaner static/const distinctionAraq2012-03-131-3/+3
|/
* unit test for #100Zahary Karadjov2012-03-102-0/+13
| | | | | unittest: the check macro will print only the non-literal part of the checked expression tests/run: added tunittests.nim as a single central executable where unittests could be added for quicker compilation/execution of the test suite
* added docgen.rst2html for the forum; fixed tester bug concerning removeDirAraq2012-02-211-1/+7
|
* fixes #99Araq2012-02-171-0/+30
|
* bugfix: optimization of complex constant string concatenationsAraq2012-02-171-0/+11
|
* `do' keyword in the grammar for lambda blocksZahary Karadjov2012-02-101-1/+7
|
* added tests/tclosure2Araq2012-02-081-0/+78
|
* tester shouldn't fail when copyFile fails anymoreAraq2012-02-061-2/+8
|
* bugfix: threading on PowerPCAraq2012-02-021-0/+48
|
'n900' href='#n900'>900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187