summary refs log tree commit diff stats
path: root/web
Commit message (Expand)AuthorAgeFilesLines
* Finished logging module.Dominik Picheta2014-01-271-1/+1
* Merge branch 'pr_oniondocs' into pr_oniondocs_develGrzegorz Adam Hankiewicz2014-01-251-1/+1
|\
| * Adds docgen to list of documentation to build.Grzegorz Adam Hankiewicz2014-01-061-1/+1
* | small code cleanupsAraq2014-01-231-0/+2
* | command syntax is allowed in expressionsAraq2014-01-201-3/+4
* | compiler warns when you use GC'ed memory and '--gc:none'Araq2014-01-191-0/+3
* | 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-191-2/+3
* | resolved conflicts with masterAraq2014-01-181-0/+2
|\ \
| * | Add info about twitter and bootstrapping from github to website.Dominik Picheta2014-01-121-0/+2
| |/
* | Adds parseopt2 module to documentation index.Grzegorz Adam Hankiewicz2014-01-151-1/+1
* | Merge branch 'upstream' into develZahary Karadjov2013-12-291-7/+11
|\ \
| * | forgotten modification to the news filesZahary Karadjov2013-12-271-6/+8
* | | templates can access hidden fieldsAraq2013-12-251-0/+5
* | | Merge branch 'vm2' of github.com:Araq/Nimrod into vm2Araq2013-12-241-3/+7
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' of https://github.com/Araq/Nimrod into vm2Araq2013-12-231-1/+2
| |\ \
| * \ \ Merge branch 'master' into vm2Araq2013-12-131-4/+1
| |\ \ \
| * | | | compiler bootstraps with new VMAraq2013-10-151-1/+4
* | | | | Correct the spelling of the word 'implicitly'Satish BD2013-12-231-2/+2
| |_|/ / |/| | |
* | | | add info about CGI error reporing changes to web/news.txtMichał Zieliński2013-12-181-2/+2
| |/ / |/| |
* | | Reverts "Make quoteIfContainsWhite quote…". Refs #702.Grzegorz Adam Hankiewicz2013-12-101-2/+0
| |/ |/|
* | Updates configuration for recent lib removals. Refs #698.Grzegorz Adam Hankiewicz2013-12-081-4/+1
* | Make quoteIfContainsWhite quote argument, so it can be safely passed to shell.Michał Zieliński2013-12-071-0/+2
|/
* changed parentDir to return the empty string on errorAraq2013-09-241-0/+1
* cn2im: basic C++ supportAraq2013-09-101-0/+8
* partially documented the new featuresZahary Karadjov2013-09-031-0/+5
* fixed and documented computedGoto pragmaAraq2013-08-221-0/+2
* added macros.genSymAraq2013-07-241-0/+2
* Merge pull request #486 from gradha/pr_idetools_docsAraq2013-06-281-1/+1
|\
| * Starts idetools specific documentation.Grzegorz Adam Hankiewicz2013-06-161-1/+1
* | implements the 'codegenDecl' pragmaAraq2013-06-271-0/+2
* | Fixed OSError deprecation warnings.Dominik Picheta2013-06-261-1/+4
|/
* improvements for 'not nil' checkingAraq2013-06-131-0/+1
* Merge pull request #473 from gradha/pr_doc_improvementsAraq2013-06-091-1/+3
|\
| * Adds docutils modules to lib index, fixes :idx: markers.Grzegorz Adam Hankiewicz2013-06-091-1/+3
* | resolved conflict; added missing filesAraq2013-06-091-0/+2
|\|
| * Update news.txtBillingsly Wetherfordshire2013-06-041-1/+1
* | implemented large parts of the 'not nil' checkingAraq2013-06-092-2/+2
|/
* implemented dataflow analysis; activate via --warning[Uninit]:onAraq2013-06-041-0/+4
* new scoping rules for 'if' now activeAraq2013-06-041-0/+4
* tiny doc improvementAraq2013-06-031-5/+0
* Added unittest module to docgen.Dominik Picheta2013-05-311-1/+1
* implements #397Araq2013-05-261-0/+3
* preparations for version 0.9.4Araq2013-05-251-0/+26
* added FAQ about 'proc'Araq2013-05-251-7/+11
* Adds link to irc logs.Grzegorz Adam Hankiewicz2013-05-221-1/+2
* removed unsupported compilers from the FAQSimon Hafner2013-05-211-4/+0
* better editor support FAQSimon Hafner2013-05-211-2/+7
* removed GCC FAQ - not an issue anymoreSimon Hafner2013-05-211-17/+0
* add FAQ about editor supportSimon Hafner2013-05-211-0/+4
* added gamera edition to the websiteAraq2013-05-211-0/+2
15cefba08345e6eb2c84f46daf4be1'>1767e4f ^
a21afda ^

d85f671 ^
a0be5e8 ^
b812257 ^
b275a39 ^
39c93d2 ^
60b351b ^
f406bf5 ^



2a09617 ^
dc4c36a ^



8635c70 ^
b60999c ^
0847464 ^
77a0f68 ^


1418e1b ^
60b351b ^
0847464 ^



7a489cb ^








de122b1 ^
a15ea01 ^


1418e1b ^
661e3ec ^

305446a ^
6394e38 ^
072b5f4 ^
aeb7005
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
169
170
171
172
173
174
175
176
177
178
179
180
181
182