summary refs log tree commit diff stats
path: root/compiler/seminst.nim
Commit message (Expand)AuthorAgeFilesLines
* typedesc and expr paramsZahary Karadjov2012-03-311-1/+1
* generic types can be used like type classes. distinct can be applied to type ...Zahary Karadjov2012-03-251-3/+1
* expr params implemented for procs; paving the way for type classesZahary Karadjov2012-03-221-6/+38
* clean separation of PNimrodNode and tyExprAraq2012-03-161-2/+3
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* proc arguments are in scope when the result type definition is being processedZahary Karadjov2011-12-091-1/+2
* bugfixes: objects still invalid for constants; fixed a typo concerning 'high'...Araq2011-11-151-4/+3
* lazy loading of body ast implementedAraq2011-10-301-4/+7
* compilation cache: mostly working; generics not yetAraq2011-10-251-14/+13
* bugfixes for generics; new threads implementation still brokenAraq2011-09-201-0/+15
* modifyable results for generics; teventemitter worksAraq2011-08-091-2/+1
* fixes #35, fixes #43Araq2011-08-081-1/+2
* bugfix: forwarding of generic procs now worksAraq2011-07-301-13/+30
* bugfixes; step one for 'var T' as return type supportAraq2011-07-281-0/+1
* bugfix: proper cache for generic instantiationsAraq2011-07-211-25/+29
* first steps to explicit channels for thread communication; added mainThreadIdAraq2011-07-161-1/+1
* preparations for 0.8.12Araq2011-07-101-0/+2
* bugfix: invoking a generic iterator twice triggers a code gen bug (titer2)Araq2011-06-201-0/+3
* bugfix: typeinfo generation for tuplesAraq2011-06-191-9/+6
* big repo cleanupAraq2011-04-121-0/+128
.pl> 2015-09-04 23:04:32 +0200 tests: Trim .nim files trailing whitespace' href='/ahoang/Nim/commit/tests/alias/talias.nim?h=devel&id=e80465dacf50f260abec30ae57d37b298c93fd83'>e80465dac ^
92395568b ^


e80465dac ^
92395568b ^


58e1068f7 ^
e80465dac ^
92395568b ^


e80465dac ^
92395568b ^


e80465dac ^
92395568b ^





e80465dac ^
92395568b ^


58e1068f7 ^
92395568b ^
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