summary refs log tree commit diff stats
path: root/lib/system/mm
Commit message (Collapse)AuthorAgeFilesLines
* 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
* allow old styled RTTI for arc/orc (#15331)Andreas Rumpf2020-09-161-2/+4
|
* make malloc.nim consistent in style (#14427)Andreas Rumpf2020-05-221-9/+9
|
* fixes #13935Andreas Rumpf2020-05-131-0/+3
|
* Fix for --styleCheck:errorAntonis2020-05-111-4/+4
|
* new implementations for --gc:orc (#14121)Andreas Rumpf2020-04-271-3/+6
| | | | | | | | | * cycle collector: new implementation * cycle collector: make self-adaptive based on its previous effectiveness * cycle collector: added Lins's jump stack to improve traversal from 3*N to 2*N * cycle collector: make tests green * API extensions and bugfixes * code cleanup and use --gc:orc for tasyncawait
* forward type alignment information to seqs (#12430)Arne Döring2020-04-193-7/+12
|
* enable --tlsEmulation:on for --gc:arc (#13685)Andreas Rumpf2020-03-181-2/+2
| | | | * enable --tlsEmulation:on for --gc:arc * make -d:useMalloc work with --gc:arc --threads:on
* catchable defects (#13626)Andreas Rumpf2020-03-122-2/+6
| | | | | | | | | | * allow defects to be caught even for --exceptions:goto (WIP) * implemented the new --panics:on|off switch; refs https://github.com/nim-lang/RFCs/issues/180 * new implementation for integer overflow checking * produce a warning if a user-defined exception type inherits from Exception directly * applied Timothee's suggestions; improved the documentation and replace the term 'checked runtime check' by 'panic' * fixes #13627 * don't inherit from Exception directly
* Cleaned up mmdisp.nim, moved implementations into lib/system/mm/ (#13254)Ico Doornekamp2020-01-254-0/+412