summary refs log tree commit diff stats
path: root/compiler/nim.nim
Commit message (Expand)AuthorAgeFilesLines
* disallow recursive module dependenciesAraq2016-11-231-3/+3
* new dependency tracking for nimsuggestAraq2016-11-051-4/+4
* refactoring complete: explicit ident cacheAraq2016-10-311-6/+6
* Added icons support for Visual Studio compilerFredrik Høisæther Rasch2016-09-301-0/+5
* Nimscript knows about the command line definesAndreas Rumpf2016-05-241-2/+2
* first version of an PHP codegenAndreas Rumpf2016-02-061-0/+8
* Nimscript: the compiler supports a directory wide config.nims fileAraq2015-09-291-0/+3
* NimScript: setCommand takes an optional project filenameAraq2015-09-291-1/+1
* implements experimental new config system based on NimScriptAraq2015-08-161-2/+7
* Give a nice error when no command is givenRyan Gonzalez2015-08-151-0/+2
* Turn GC_getStatistics into hintGCStatsAdam Strzelecki2015-07-031-1/+1
* Use gProjectIsStdin insteaddef2015-05-171-0/+1
* Clean up stdin file reading of compiler.def2015-05-161-3/+5
* When compiling from stdin write binary to stdinfiledef2015-02-281-0/+2
* nimrod -> nim in some filenamesdef2015-02-141-2/+2
* Merge pull request #2017 from reactormonk/nodejs-binaryAndreas Rumpf2015-01-281-2/+3
|\
| * added suggested fixesSimon Hafner2015-01-271-1/+1
| * find the nodejs binarySimon Hafner2015-01-271-2/+3
* | nimsuggest: first versionAraq2015-01-271-1/+1
|/
* fixes #903, fixes #1513Araq2014-09-031-3/+3
* koch now uses nim.exeAraq2014-08-291-0/+92
aram <vc@akkartik.com> 2015-11-10 19:19:53 -0800 committer Kartik K. Agaram <vc@akkartik.com> 2015-11-10 19:19:53 -0800 2417 - support mutable ingredients in headers' href='/akkartik/mu/commit/edit/006-sandbox-edit.mu?h=main&id=c1585c88fa61918a9c464f7d6eb5b1b4b107048b'>c1585c88 ^
a90faae9 ^







fa94f4d9 ^
a90faae9 ^











fa94f4d9 ^
a90faae9 ^











b0403c18 ^
a90faae9 ^
b0403c18 ^

741ef43e ^
b0403c18 ^
a90faae9 ^

b0403c18 ^
a90faae9 ^
b0403c18 ^
a90faae9 ^















b0403c18 ^
a90faae9 ^



a90faae9 ^
ae244ebd ^

e00d4854 ^
ae244ebd ^



d135851e ^
e330f854 ^
ae244ebd ^



e330f854 ^
ae244ebd ^




d135851e ^
ae244ebd ^













e330f854 ^
ae244ebd ^


d135851e ^
ae244ebd ^




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