summary refs log tree commit diff stats
path: root/compiler/semtypinst.nim
Commit message (Expand)AuthorAgeFilesLines
* preparations for language extensions: 'sink' and 'lent' typesAndreas Rumpf2018-01-071-3/+3
* fixes #6489Araq2017-11-231-2/+2
* fixes #6682Araq2017-11-221-1/+2
* deprecated unary '<'Andreas Rumpf2017-10-291-8/+8
* destructors: supportsCopyMem finally works for recursive typesAraq2017-10-261-10/+26
* destructors: irresponsibly simple tcustomseq test worksAndreas Rumpf2017-10-171-1/+4
* destructors: preparations for upcoming changesAraq2017-10-171-5/+1
* minor refactorings for better destructorsAndreas Rumpf2017-10-141-5/+11
* first implementation of the 'func' keywordAndreas Rumpf2017-09-231-1/+1
* fix #2730; fix #4880Zahary Karadjov2017-06-201-1/+2
* Fix #5962Zahary Karadjov2017-06-201-13/+44
* fixes tproctypecache_falsepositive.nim test caseAraq2017-06-081-2/+3
* fix #5683Zahary Karadjov2017-04-141-0/+1
* fix #5643; fix #5644Zahary Karadjov2017-04-081-2/+6
* Restore the Nim's 0.14 proper handling of generic aliasesZahary Karadjov2017-04-081-25/+34
* wip fix #5640Zahary Karadjov2017-04-071-1/+1
* attempt to fix #5621 #5615 generic ref object typeRel (#5633)andri lim2017-03-311-1/+1
* Working test cases for the sophisticated matrix library example from the manualZahary Karadjov2017-03-241-0/+2
* proper error reporting for concepts and the introduction of the {.explain.} p...Zahary Karadjov2017-03-241-1/+1
* infer static parameters even when more complicated arithmetic is involvedZahary Karadjov2017-03-241-2/+3
* support for inferring static[T] concept paramsZahary Karadjov2017-03-241-0/+1
* support for accessing the inferred concept type params with the dot operatorZahary Karadjov2017-03-241-1/+1
* avoid some compiler crashes in debug modeAndreas Rumpf2017-01-231-1/+3
* make tsigbreak.nim compileAndreas Rumpf2016-12-121-3/+8
* further progressAraq2016-11-281-0/+3
* removed tyArrayConstr completely from the compiler; introduced tyAlias instea...Araq2016-11-141-1/+1
* fixes #4677 properlyAndreas Rumpf2016-09-031-6/+7
* fixes #4677Andreas Rumpf2016-09-031-1/+2
* compiler almost free of deprecated expr/stmt namesAndreas Rumpf2016-07-301-1/+1
* generic multi-methods should work nowAndreas Rumpf2016-07-281-3/+10
* fixes #4371Andreas Rumpf2016-07-081-4/+4
* fixes #3669Andreas Rumpf2016-03-011-8/+8
* added 'sig' feature; removed tfShared support in the compilerAndreas Rumpf2016-02-281-13/+0
* Consistently use Channel instead of TChanneldef2016-02-251-1/+1
* removes 'x is iterator' special casing in the languageAraq2015-12-031-2/+2
* fixes #3338Araq2015-10-221-2/+6
* fixes #3329Araq2015-09-181-4/+19
* fixes #3112Araq2015-07-141-4/+16
* fixes #2540Araq2015-07-031-2/+8
* fixes #2505, fixes #1853, fixes #2522Araq2015-04-201-1/+3
* fixes #2509Araq2015-04-111-0/+8
* first implementation of overloading of '='; missing: rewriting let/var sectionsAraq2015-04-061-3/+9
* fixes #1783Araq2015-03-231-1/+5
* fixes #2346Araq2015-03-161-26/+27
* .n.isNil checks for tyTuple PTypes.Max Zerzouri2015-03-071-0/+2
* fixes #2169Araq2015-02-281-2/+1
* fixes #2216Araq2015-02-261-4/+4
* tsigtypeop.nim works againAraq2015-02-251-0/+1
* fixes #2125Araq2015-02-181-1/+1
* Fix typosFederico Ceratto2015-02-151-7/+7
144b90b7'>e25474154 ^
d68181246 ^
e25474154 ^

d68181246 ^
e25474154 ^
e25474154 ^
b4e5c9d07 ^


4de84024e ^

d68181246 ^


e25474154 ^

b4e5c9d07 ^

d68181246 ^
4de84024e ^
e25474154 ^






f18b3af9d ^
b4e5c9d07 ^

d68181246 ^
b4e5c9d07 ^

d68181246 ^
4de84024e ^

b4e5c9d07 ^

4de84024e ^

b4e5c9d07 ^

4de84024e ^
773d17cd1 ^
40ec7be45 ^





cc28eef38 ^
40ec7be45 ^
773d17cd1 ^



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