summary refs log tree commit diff stats
path: root/lib/system/mm
Commit message (Expand)AuthorAgeFilesLines
* Make `newSeqOfCap` not initialize memory. (#21842)Amjad Ben Hedhili2023-09-091-1/+1
* fixes #22262; fixes `-d:useMalloc` broken with `--mm:none` and `--threads on`...ringabout2023-08-011-1/+1
* uint arithmetic for pointers (#22159)Jacek Sieka2023-06-271-1/+1
* Add Zephyr Support (#19003)Jaremy Creechley2021-10-241-3/+12
* styleCheck: Fix some inconsistent identifiers (#16177)ee72020-12-211-2/+2
* $(uint|uint64) now works with nimscript (#15644)Timothee Cour2020-10-201-2/+0
* 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
* 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
* catchable defects (#13626)Andreas Rumpf2020-03-122-2/+6
* Cleaned up mmdisp.nim, moved implementations into lib/system/mm/ (#13254)Ico Doornekamp2020-01-254-0/+412
Agaram <vc@akkartik.com> 2016-10-22 16:56:07 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2016-10-22 16:56:07 -0700 3561' href='/akkartik/mu/commit/vimrc.vim?h=main&id=9a81d7460fdb16f4e77712e5381d9db8781f5ae6'>9a81d746 ^
3e1349d2 ^





1ae4e0d9 ^
3e1349d2 ^





b3cdcdd4 ^
a9817844 ^



b96af395 ^






1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53