summary refs log tree commit diff stats
path: root/lib/system/bitmasks.nim
diff options
context:
space:
mode:
authorhlaaftana <10591326+hlaaftana@users.noreply.github.com>2022-01-15 15:19:05 +0300
committerGitHub <noreply@github.com>2022-01-15 13:19:05 +0100
commita95399143fdbd518f4d5fe33487b656c4cde7d6d (patch)
tree56a9484d309d9b0bf47e8e7e2c1936453d9f4a6b /lib/system/bitmasks.nim
parent342b74ef70e6a71c09ba536d20e23a7e887d2fb8 (diff)
downloadNim-a95399143fdbd518f4d5fe33487b656c4cde7d6d.tar.gz
Use openarray of bytes in md5 (#19307)
* Use openarray of bytes in md5
* fix CI
* cleanup
* use noSideEffect for bootstrapping
* fix CI again
* actually fix CI by checking if it works
* this is getting ridiculous
* put old md5 version in compiler, remove vmop
Diffstat (limited to 'lib/system/bitmasks.nim')
0 files changed, 0 insertions, 0 deletions
17 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217