summary refs log tree commit diff stats
path: root/compiler/pragmas.nim
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-081-10/+12
|
* importCompilerProc pragma introduced because the hacks for typeinfo.nim did ↵Araq2011-06-271-1/+9
| | | | not suffice
* code gen bugfixes; marshal.nim implementedAraq2011-06-261-1/+1
|
* basic thread analysis workingAraq2011-06-131-9/+9
|
* deprecated system.copy: use system.substr insteadAraq2011-05-141-4/+4
|
* got rid of some arcane module namesAraq2011-04-211-1/+1
|
* big repo cleanupAraq2011-04-121-0/+543
/akkartik/mu/blame/html/static_dispatch.mu.html?h=hlt&id=080e9cb73fa55cdc862f1dd7593df56e0a6302b8'>^
4a39d12d ^


4c4d325c ^
a654e4ec ^
805d58c6 ^
c762564b ^

fe8bf967 ^
805d58c6 ^

76755b28 ^

a654e4ec ^



e5c11a51 ^






















a654e4ec ^

76755b28 ^
e5c11a51 ^
a654e4ec ^
1437d841 ^









4a48bedc ^
1437d841 ^




4a48bedc ^
1437d841 ^


b301e0c0 ^
1437d841 ^
4a48bedc ^
1437d841 ^
4a48bedc ^
1437d841 ^
4a48bedc ^
1437d841 ^

76755b28 ^


a654e4ec ^
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90