summary refs log tree commit diff stats
path: root/compiler/ic/ic.nim
Commit message (Expand)AuthorAgeFilesLines
* allow replacing captured syms in macro calls in generics (#23091)metagn2023-12-181-4/+6
* fixes yet another strictdefs bug (#23069)ringabout2023-12-151-4/+3
* type graph refactor; part 3 (#23064)Andreas Rumpf2023-12-141-1/+1
* forbides adding sons for `PType` (#23030)ringabout2023-12-041-1/+3
* fixes #22552 (#23014)Andreas Rumpf2023-12-021-1/+2
* rework the vtable implementation embedding the vtable array directly with new...ringabout2023-11-281-3/+9
* progress: 'm' command line switch (#22976)Andreas Rumpf2023-11-221-0/+3
* IC: progress and refactorings (#22961)Andreas Rumpf2023-11-201-104/+196
* IC: use better packed line information format (#22917)Andreas Rumpf2023-11-071-55/+61
* prepare for the enforcement of `std` prefix (#22873)ringabout2023-10-291-2/+2
* Instantiates generics in the module that uses it (#22513)Juan M Gómez2023-09-091-0/+2
* unpublic the sons field of PType; the precursor to PType refactorings (#22446)ringabout2023-08-111-2/+2
* use strictdefs for compiler (#22365)ringabout2023-08-061-1/+8
* fixes overriden typo (#22044)ringabout2023-06-081-2/+2
* fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)ringabout2023-05-021-1/+3
* refactoring in preparation for better, simpler name mangling that wor… (#21...Andreas Rumpf2023-04-241-1/+2
* 'lock levels' are deprecated, now a noop (#20539)ringabout2022-10-111-2/+2
* time to make IC work with ORC (here we go again...) (#20538)Andreas Rumpf2022-10-111-1/+10
* refactorings (#20536)Andreas Rumpf2022-10-101-3/+0
* no ropes WIP (#20433)Andreas Rumpf2022-09-271-1/+1
* move formatfloat out of system (#20195)ringabout2022-08-241-1/+1
* Refactor and doc package handling, module name mangling (#19821)quantimnot2022-05-301-13/+6
* move assertions out of system (#19599)flywind2022-03-231-0/+3
* [minor]use `addInt` and `addFloat` (#18733)flywind2021-08-241-2/+2
* fixes #17943 (#18045)Andreas Rumpf2021-05-191-0/+3
* CIs: attempt to use csources_v1 (#16282)Andreas Rumpf2021-04-211-3/+3
* IC navigator: added support for include files (#17784)Andreas Rumpf2021-04-191-1/+1
* ic refactoring (#17778)Andreas Rumpf2021-04-191-64/+111
* -d:nimDebug: calls doAssert false instead of quit (#17739)Timothee Cour2021-04-171-2/+1
* IC: yet another embarrassing omission (#17743)Andreas Rumpf2021-04-171-1/+2
* ic navigator tests (#17735)Andreas Rumpf2021-04-161-1/+2
* `import foo {.all.}` reboot (#17706)Timothee Cour2021-04-161-16/+42
* IC: rodfiles: no floats (#17720)Andreas Rumpf2021-04-141-11/+8
* IC: first steps towards 'nim check --def --ic:on' (#17714)Andreas Rumpf2021-04-141-5/+23
* IC: code cleanup (#17708)Andreas Rumpf2021-04-131-45/+12
* IC: serialization bugfix (#17701)Andreas Rumpf2021-04-131-4/+4
* IC: integrity checking (#17695)Andreas Rumpf2021-04-111-1/+2
* IC: added basic test case for methods (#17679)Andreas Rumpf2021-04-091-1/+1
* IC: bugfix (#17533)Andreas Rumpf2021-03-271-2/+5
* added a 'koch ic' command for easier adhoc testing of IC (#17508)Andreas Rumpf2021-03-261-5/+17
* IC: backend: remember produced type information (#17440)Andreas Rumpf2021-03-231-2/+9
* IC: green tests (#17311)Andreas Rumpf2021-03-191-0/+1147
revision' href='/ahoang/Nim/blame/lib/pure/smtp.nim?h=devel&id=43499b9f0738cf77675116d1a24bfa24ff94fe57'>^
d68782cd3 ^
1dd9ec85b ^
d68782cd3 ^


3294cb10a ^
d68782cd3 ^
0f37d0e1f ^

d68782cd3 ^
4b94aba6d ^

1dd9ec85b ^

d68782cd3 ^
2f066395b ^
3294cb10a ^

4b94aba6d ^
05551c40c ^

1dd9ec85b ^
3294cb10a ^
1dd9ec85b ^
3294cb10a ^
d68782cd3 ^





3294cb10a ^
1dd9ec85b ^

d68782cd3 ^










3294cb10a ^
4922b52de ^
d68782cd3 ^
1dd9ec85b ^

d68782cd3 ^












2f066395b ^


d68782cd3 ^
3294cb10a ^
d68782cd3 ^
1dd9ec85b ^

d68782cd3 ^








1dd9ec85b ^

d68782cd3 ^






1dd9ec85b ^
5b96eaa95 ^
d68782cd3 ^



1dd9ec85b ^
d68782cd3 ^




1dd9ec85b ^

d68782cd3 ^


4922b52de ^

d68782cd3 ^





4922b52de ^


d68782cd3 ^



4922b52de ^

2f066395b ^
d68782cd3 ^

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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184