summary refs log tree commit diff stats
path: root/lib/system/mm/go.nim
Commit message (Collapse)AuthorAgeFilesLines
* Make `newSeqOfCap` not initialize memory. (#21842)Amjad Ben Hedhili2023-09-091-1/+1
| | | | | | | It's used in `newSeqUninitialized`. --------- Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com>
* styleCheck: Fix some inconsistent identifiers (#16177)ee72020-12-211-2/+2
|
* $(uint|uint64) now works with nimscript (#15644)Timothee Cour2020-10-201-2/+0
| | | | | * $(uint|uint64) now works with nimscript * fixup
* forward type alignment information to seqs (#12430)Arne Döring2020-04-191-4/+7
|
* Cleaned up mmdisp.nim, moved implementations into lib/system/mm/ (#13254)Ico Doornekamp2020-01-251-0/+152