summary refs log tree commit diff stats
path: root/compiler/ccgtrav.nim
Commit message (Collapse)AuthorAgeFilesLines
* 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-191-1/+1
|
* case consistency: next stepsAraq2013-12-291-1/+1
|
* case consistency part 4Araq2013-12-271-2/+2
|
* Revert "Revert "bugfix: emulated thread vars used in combination with the ↵Zahary Karadjov2013-08-191-2/+6
| | | | | | mark & sweep GC"" This reverts commit 75c586bbe1cc649b36fc00362ab40ebb1d163d9f.
* Revert "bugfix: emulated thread vars used in combination with the mark & ↵Araq2013-05-271-6/+2
| | | | | | sweep GC" This reverts commit 420789c2782be7b969ad02448841d90bd0d17a1f.
* bugfix: emulated thread vars used in combination with the mark & sweep GCZahary Karadjov2013-05-261-2/+6
| | | | resulted in invalid code generation
* make some tests greenAraq2013-03-031-2/+3
|
* first version of a simple mark&sweep GC; activate with --gc:markAndSweepAraq2013-02-071-2/+19
|
* disables the compile-time rope formatting during bootstrappingZahary Karadjov2012-11-281-5/+5
|
* idetools improvements; preparation of first class iterators; fixes #183Araq2012-08-021-5/+4
|
* closures shouldn't leak anymoreAraq2012-07-161-2/+4
|
* proper indentation in the generated C codeZahary Karadjov2012-06-121-11/+11
|
* C variables are created in their enclosing block instead of their enclosing ↵Zahary Karadjov2012-04-121-11/+13
| | | | function
* fixes #102Araq2012-03-231-0/+1
|
* bugfix: GC marker procs; making tests green againAraq2012-03-231-1/+5
|
* implemented marker procs for the GC resulting in huge speedupsAraq2012-03-211-0/+121
<rumpf_a@web.de> 2016-10-31 15:34:44 +0100 big refactoring: step 1' href='/ahoang/Nim/commit/compiler/idents.nim?h=devel&id=773d17cd14c6f4457245bb3039f644bc3cef64bb'>773d17cd1 ^
4de84024e ^

e25474154 ^
4de84024e ^
e25474154 ^
902bf0587 ^

4de84024e ^



e25474154 ^
d68181246 ^
e25474154 ^

4de84024e ^
e25474154 ^
d68181246 ^
4de84024e ^


e25474154 ^
4de84024e ^


e25474154 ^
d68181246 ^
e25474154 ^

d68181246 ^
e25474154 ^
e25474154 ^
b4e5c9d07 ^


4de84024e ^

d68181246 ^


e25474154 ^

b4e5c9d07 ^

d68181246 ^
4de84024e ^
e25474154 ^






7e747d11c ^
b4e5c9d07 ^

d68181246 ^
b4e5c9d07 ^

d68181246 ^
4de84024e ^

b4e5c9d07 ^
7e747d11c ^
4de84024e ^

b4e5c9d07 ^
7e747d11c ^
4de84024e ^
773d17cd1 ^
40ec7be45 ^





00b495de9 ^

773d17cd1 ^



796498525 ^




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