summary refs log tree commit diff stats
path: root/lib/core/macros.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes bootstrappingAraq2015-08-211-1/+2
* implemented macros.getImplAraq2015-08-211-0/+4
* Fixed macros.nim not compiling.Dominik Picheta2015-08-031-1/+4
* Added documentation to macros.items.Dominik Picheta2015-08-031-0/+1
* Merge branch 'macro-items' of https://github.com/transfuturist/Nim into trans...Dominik Picheta2015-08-031-1/+3
|\
| * Update macros.nimtransfuturist2015-07-031-1/+1
| * Undeprecate childrentransfuturist2015-06-201-1/+1
| * Change check for NimNode items to node kindtransfuturist2015-05-171-1/+1
| * Add value check for NimNode itemstransfuturist2015-05-161-3/+4
| * Better solution: deprecationtransfuturist2015-05-161-4/+2
| * NimNode needs an items iterator to be used nicely in for statementstransfuturist2015-05-161-0/+4
* | removed macros.high as it never worked outside of macros.nimAraq2015-07-281-10/+8
* | Nimrod -> Nim renameAraq2015-07-081-1/+1
* | fixes bootstrapping problemAraq2015-07-041-1/+2
* | macros: Introduce sameType(a, b) for node typesAdam Strzelecki2015-07-031-0/+4
* | fixes #3046Araq2015-07-031-1/+5
* | made macros.$ a bit smarter; but really this one needs to dieAraq2015-07-031-0/+2
* | Macros: Introduce getType(t: typedesc): NimNodeAdam Strzelecki2015-05-171-0/+6
|/
* macros: added bool literal supportAraq2015-04-201-0/+6
* Merge branch 'devel' of https://github.com/Araq/Nim into develAraq2015-04-201-1/+3
|\
| * add ntys up to ntyNotfowlmouth2015-03-281-1/+3
* | added macros.newTree proc (why didn't we do this earlier?)Araq2015-04-201-0/+6
|/
* prepare for upcoming parsing change of unary operatorsAraq2015-03-221-2/+2
* Rename PNimrodNode to NimNodedef2015-03-171-115/+111
* interpret `tuple` as a class and `tuple[]` as the empty tupleMax Zerzouri2015-03-061-1/+1
* Clone the implementation of cmpIgnoreStyle into macros.nim from typeinfo.nim ...Chris Heller2015-03-031-2/+16
* Remove use of .format() from macros.nim to avoid importing into core. There i...Chris Heller2015-03-031-4/+4
* Make macros.nim expectKind error message with a single TNimrodNodeKind consis...Chris Heller2015-03-021-3/+3
* don't use stdout for nimsuggest server modeAraq2015-02-271-4/+5
* disable deprecated warnings for macros moduleAraq2015-02-251-1/+5
* implements a type API for macrosAraq2015-02-241-11/+31
* macros.PNimrodNode is now NimNodeAraq2015-02-241-22/+26
* Fix typosFederico Ceratto2015-02-151-1/+1
* fixed minor bugs; cleaned up testsAraq2015-02-121-10/+10
* Update macros.nimdumndummer2015-02-021-1/+1
* Added a few AST-construction shortcuts.Mason McGill2015-01-271-37/+51
* macros.`$` can now turn a nnkSym into a string.Dominik Picheta2014-12-281-0/+2
* implements 'defer'Araq2014-12-041-1/+1
* fixes #1473Araq2014-11-121-4/+20
* Merge branch 'devel' into bigbreakAraq2014-11-031-1/+5
|\
| * Adds stringification support for nnkPostfix nodes.Grzegorz Adam Hankiewicz2014-10-111-1/+5
* | Nimrod renamed to NimAraq2014-08-281-10/+10
* | Nimrod renamed to NimAraq2014-08-281-1/+1
* | renamefestAraq2014-08-231-3/+3
|/
* fixes #1450Araq2014-08-141-1/+1
* fixes #1085Araq2014-04-211-1/+1
* made large parts of the stdlib gcsafeAraq2014-04-201-37/+40
* merged better html links #850Araq2014-04-081-2/+2
* failing test case preventing the use of --gc:v2: tsymchoicefieldZahary Karadjov2014-03-241-3/+3
* split the inline and closure iterators into different symbol kinds for easier...Zahary Karadjov2014-03-061-1/+1
oang/Nim/commit/compiler/modules.nim?h=devel&id=f86b827d9e10f0178f1bb89d1c7df8c6b7b7eba0'>f86b827d9 ^
9e6fb3f69 ^
826c1e2d7 ^
9e6fb3f69 ^





826c1e2d7 ^
9e6fb3f69 ^
826c1e2d7 ^

aa88e150d ^
5526252fa ^
826c1e2d7 ^
9e6fb3f69 ^
e9eab32e5 ^

0b84ee167 ^
8ca5b71c6 ^
ddc6cec69 ^

aa88e150d ^
826c1e2d7 ^

9e6fb3f69 ^
33b69f0ed ^
aa88e150d ^
8ba7e7d80 ^



826c1e2d7 ^
8ca5b71c6 ^
8ba7e7d80 ^
86556ebfd ^

826c1e2d7 ^
aa88e150d ^
8ca5b71c6 ^
86556ebfd ^


545b1582c ^
7f7b13a45 ^
826c1e2d7 ^

342e50e26 ^

86556ebfd ^
545b1582c ^
074f276c8 ^
92b8fac94 ^
826c1e2d7 ^
aa88e150d ^
826c1e2d7 ^

aa88e150d ^
86556ebfd ^
342e50e26 ^
69b32637b ^
6acffcd28 ^
69b32637b ^
86556ebfd ^



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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144