summary refs log tree commit diff stats
path: root/compiler/trees.nim
Commit message (Collapse)AuthorAgeFilesLines
* case consistency: cs:partial bootstraps on windowsAraq2013-12-291-2/+2
|
* case consistency part 1Araq2013-12-271-18/+18
|
* implemented large parts of the 'not nil' checkingAraq2013-06-091-2/+1
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* first steps to implement object construction expressionsAraq2013-03-071-1/+1
|
* term rewriting macros fully implemented; still buggyAraq2012-09-031-0/+16
|
* distinguish properly between nkOpen and nkClosedSymChoiceAraq2012-08-261-1/+2
|
* made compiler more robust for idetools supportAraq2012-07-301-1/+1
|
* further steps to closure supportAraq2012-02-061-1/+1
|
* pragma blocks; fixed line information issue with user defined assertionsAraq2012-01-171-0/+4
|
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* better code generation for constant aggregatesAraq2011-11-021-0/+13
|
* bugfix: proper cache for generic instantiationsAraq2011-07-211-23/+10
|
* bugfix: subranges in generics properly detectedAraq2011-06-291-2/+4
|
* slices are first class citizensAraq2011-04-221-3/+9
|
* got rid of some arcane module namesAraq2011-04-211-1/+1
|
* big repo cleanupAraq2011-04-121-0/+140
href='/ahoang/Nim/commit/doc/filelist.txt?h=devel&id=8550a8127c6c80754d8a6f4300e4c77ee126e6ec'>8550a8127 ^
439aa2d04 ^












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