summary refs log tree commit diff stats
path: root/compiler/ccgliterals.nim
Commit message (Collapse)AuthorAgeFilesLines
* int128 on firstOrd, lastOrd and lengthOrd (#11701)Arne Döring2019-08-071-1/+3
| | | | * fixes #11847
* fixes #11048Araq2019-04-171-4/+0
|
* Less ropes (#10979)Arne Döring2019-04-111-1/+1
| | | | | * convert ropecg to a macro * fewer intermediate ropes
* gc:destructors: make strutils compile (but still crashes)Andreas Rumpf2019-02-221-7/+12
|
* gc:destructors further progressAndreas Rumpf2018-11-291-1/+1
|
* --gc:destructors: hello world example compiles and runsAraq2018-11-161-1/+1
|
* --gc:destructors: next steps; WIPAndreas Rumpf2018-07-211-3/+15
|
* WIP: strings/seqs based on destructorsAndreas Rumpf2018-07-171-2/+6
|
* C code generator compiles againAndreas Rumpf2018-05-121-3/+3
|
* sem pass compiles againAndreas Rumpf2018-05-121-1/+1
|
* implemented v2 string literalsAraq2018-04-031-2/+12
|
* C codegen: preparations for different seq and string implementationsAndreas Rumpf2018-04-031-0/+81
ref='#n226'>226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285