summary refs log tree commit diff stats
path: root/compiler/ccgliterals.nim
Commit message (Expand)AuthorAgeFilesLines
* store full definition AST for consts, fix noRewrite (#20115)metagn2022-09-281-1/+1
* no ropes WIP (#20433)Andreas Rumpf2022-09-271-34/+39
* Removed lib/system/allocators.nim. seqs_v2 and strs_v2 now uses allocShared0....Ico Doornekamp2020-01-231-2/+2
* better support for PROGMEM like annotations for lets/vars; fixes #12216 (#12799)Andreas Rumpf2019-12-051-14/+17
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-9/+9
* int128 on firstOrd, lastOrd and lengthOrd (#11701)Arne Döring2019-08-071-1/+3
* fixes #11048Araq2019-04-171-4/+0
* Less ropes (#10979)Arne Döring2019-04-111-1/+1
* 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