summary refs log tree commit diff stats
path: root/compiler/semexprs.nim
Commit message (Expand)AuthorAgeFilesLines
...
| * | resolved conflictsAraq2012-11-301-1/+4
| |\|
| | * implemented 'import except'Araq2012-11-281-0/+3
| | * bugfix: better implict 'items' supportAraq2012-11-281-4/+3
| * | bugfix: implicit items/pairs work betterAraq2012-11-281-3/+4
| |/
* / remove any traces of the old global generics cacheZahary Karadjov2013-01-271-1/+1
|/
* 'return' for first class iteratorsAraq2012-11-261-14/+16
* added system.finished for first class iteratorsAraq2012-11-171-0/+2
* AST quasi-quoting for macrosZahary Karadjov2012-11-111-12/+88
* Improved support for nkSymChoices in type coercionsZahary Karadjov2012-10-151-39/+59
* bugfix: tests should be green againAraq2012-10-131-4/+3
* bugfix: threads should work again; fixes #220Araq2012-10-121-1/+2
* syntax compatibility between do blocks and stmt blocksZahary Karadjov2012-10-041-61/+24
* experimental support for querying the type of expressions within macrosZahary Karadjov2012-10-031-8/+11
* the `is` operator now works with type classes and type variablesZahary Karadjov2012-10-031-9/+20
* implemented case expressionsZahary Karadjov2012-10-031-1/+54
* table constructors now mimic more closely the syntax of case... of...Zahary Karadjov2012-10-031-5/+14
* implemented return type inferenceZahary Karadjov2012-10-031-2/+14
* fixes ttypeselectorsZahary Karadjov2012-09-281-5/+1
* improved support for typedesc valuesZahary Karadjov2012-09-251-1/+4
* bugfix: proc bodies as exprAraq2012-09-231-1/+4
* proc bodies can be expressions with a typeAraq2012-09-221-4/+24
* fixes #194Araq2012-09-201-0/+2
* bugfix: 'nimrod i' works againAraq2012-09-181-4/+3
* made tests green againAraq2012-09-181-1/+1
* some support for passing blocks to overloaded templates/macrosAraq2012-09-171-5/+27
* bugfix: echo vs debugEchoAraq2012-09-131-0/+3
* semExpr/semStmt mergedAraq2012-09-131-6/+106
* made some tests greenAraq2012-09-121-1/+1
* first steps for overloading support of passing blocks; bugfix: test results o...Araq2012-09-111-17/+27
* term rewriting improvementsAraq2012-09-081-44/+1
* term rewriting macros fully implemented; still buggyAraq2012-09-031-11/+18
* first steps towards term rewriting macrosAraq2012-08-301-0/+1
* parameter passing works the same for macros and templates; use callsite magic...Araq2012-08-281-7/+8
* distinguish properly between nkOpen and nkClosedSymChoiceAraq2012-08-261-8/+12
* bindSym suffices; no 'bind' for macros anymoreAraq2012-08-251-1/+15
* next steps to hygienic templatesAraq2012-08-201-1/+2
* first steps to make templates hygienicAraq2012-08-201-2/+4
* next steps for tyVarargs/tyOpenArray splitAraq2012-08-141-3/+5
* more bugfixes for closuresAraq2012-08-141-2/+1
* made tests green againAraq2012-08-141-1/+3
* top level closures should work; transf is not a pass anymore; next steps for ...Araq2012-08-131-11/+6
* idetools: '--def' now works in 'x.f'Araq2012-08-051-3/+3
* idetools: 'usages' and 'def' should work now; documented js backendAraq2012-08-051-28/+38
* idetools: don't suggest module names or not visible object fieldsAraq2012-08-031-4/+2
* idetools improvementsAraq2012-08-031-0/+1
* made compiler more robust for idetools; implemented idetools.usagesAraq2012-07-301-7/+15
* more improvements for idetoolsAraq2012-07-301-3/+3
* better error handling for better idetools supportAraq2012-07-291-71/+93
* better overloading capabilities for 'shallowCopy'; little bugfix for 'system....Araq2012-07-291-12/+13
* improvements for idetools; system.compiles improvedAraq2012-07-291-0/+14
ck handler for the titlebar' href='/akspecs/ranger/commit/ranger/gui/widgets/titlebar.py?id=636f69d346e31ee59702c814574c1379aa9cb8e6'>636f69d3 ^
75367118 ^
9cce9fab ^
75367118 ^


af17562d ^
75367118 ^


ea87d005 ^
75367118 ^
2a3f4586 ^
0268e3c3 ^


ea87d005 ^
76aee8ea ^



5805deca ^
59698d9d ^



76aee8ea ^
59698d9d ^

2025de1d ^
75367118 ^
5805deca ^
75367118 ^
5805deca ^
59698d9d ^
76aee8ea ^
871c502d ^
75367118 ^
af17562d ^
871c502d ^
75367118 ^
d88232a3 ^
75367118 ^
76aee8ea ^

227f75db ^


f3e1e9e4 ^

227f75db ^
f3e1e9e4 ^


70cd83bb ^
f3e1e9e4 ^
70cd83bb ^







871c502d ^
75367118 ^
d3eff0a9 ^
75367118 ^

d3eff0a9 ^
5805deca ^
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163