forked fromdotnet/fsharp
- Notifications
You must be signed in to change notification settings - Fork0
Commitae66aaf
add Checked.int8/uint8 and Nullable.int8/uint8
closesdotnet#19commit5869de4Author: Don Syme <dsyme@microsoft.com>Date: Thu Jan 22 12:58:32 2015 +0000 update surface area testscommitefbba0aAuthor: Don Syme <dsyme@microsoft.com>Date: Thu Jan 22 12:00:02 2015 +0000 revert renaming to minimize diffcommit00011fbAuthor: Don Syme <dsyme@microsoft.com>Date: Fri Jan 16 13:55:42 2015 +0000 Add tests and fixes for Nullable opscommit34d720bAuthor: Don Syme <dsyme@microsoft.com>Date: Thu Jan 15 16:45:05 2015 +0000 add Checked.int8/uint8 and Nullable.int8/uint81 parentc52b4dd commitae66aaf
File tree
9 files changed
+185
-40
lines changed- src/fsharp
- FSharp.Core.Unittests
- FSharp.Core
- tests/fsharp/core
- int32
- queriesLeafExpressionConvert
- queriesNullableOperators
9 files changed
+185
-40
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1164 | 1164 | | |
1165 | 1165 | | |
1166 | 1166 | | |
| 1167 | + | |
| 1168 | + | |
| 1169 | + | |
| 1170 | + | |
| 1171 | + | |
| 1172 | + | |
1167 | 1173 | | |
1168 | 1174 | | |
1169 | 1175 | | |
1170 | 1176 | | |
1171 | 1177 | | |
1172 | 1178 | | |
1173 | 1179 | | |
| 1180 | + | |
1174 | 1181 | | |
1175 | 1182 | | |
1176 | 1183 | | |
| |||
2956 | 2963 | | |
2957 | 2964 | | |
2958 | 2965 | | |
| 2966 | + | |
2959 | 2967 | | |
2960 | 2968 | | |
2961 | 2969 | | |
| 2970 | + | |
2962 | 2971 | | |
2963 | 2972 | | |
2964 | 2973 | | |
2965 | 2974 | | |
2966 | 2975 | | |
| 2976 | + | |
2967 | 2977 | | |
| 2978 | + | |
2968 | 2979 | | |
2969 | 2980 | | |
2970 | 2981 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
104 | 112 | | |
105 | 113 | | |
106 | 114 | | |
| |||
109 | 117 | | |
110 | 118 | | |
111 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
112 | 129 | | |
113 | 130 | | |
114 | 131 | | |
| |||
176 | 193 | | |
177 | 194 | | |
178 | 195 | | |
179 | | - | |
| 196 | + | |
180 | 197 | | |
181 | 198 | | |
182 | 199 | | |
183 | 200 | | |
184 | 201 | | |
185 | 202 | | |
186 | 203 | | |
187 | | - | |
| 204 | + | |
188 | 205 | | |
189 | 206 | | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
190 | 223 | | |
191 | 224 | | |
192 | 225 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
994 | 994 | | |
995 | 995 | | |
996 | 996 | | |
997 | | - | |
998 | 997 | | |
999 | | - | |
1000 | 998 | | |
1001 | 999 | | |
1002 | 1000 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
169 | 177 | | |
170 | 178 | | |
171 | 179 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
104 | 120 | | |
105 | 121 | | |
106 | 122 | | |
| |||
0 commit comments
Comments
(0)