summary refs log tree commit diff stats
path: root/web
Commit message (Expand)AuthorAgeFilesLines
* Fixed recvLine deprecation warnings.Dominik Picheta2013-04-141-0/+2
* added system.localsAraq2013-03-211-0/+1
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-1610-0/+0
* documented object constrs; endb works againAraq2013-03-091-3/+4
* typo in news.txtAraq2013-02-181-1/+1
* system.fields|fieldPairs for objectsAraq2013-02-181-0/+2
* EcmaScript => JS. Fixes #330Simon Hafner2013-02-151-1/+1
* updated news.txtAraq2013-02-101-2/+8
* made some tests greenAraq2013-02-081-0/+2
* Renames each proc to map, each is left deprecated.Grzegorz Adam Hankiewicz2013-01-221-1/+1
* implemented generic multi methodsAraq2013-01-161-0/+1
* Copyright 2012 -> 2013Araq2013-01-081-1/+1
* documented AST overloading and some TR optimizationsAraq2012-12-092-1/+1
* implemented generic convertersAraq2012-12-051-0/+1
* dont use unsafeNew in ropes.nim for nowAraq2012-12-021-0/+1
* implements 'export' featureAraq2012-12-011-0/+3
* first steps for 'not nil' annotationAraq2012-11-251-0/+4
* made 'shared' a keywordAraq2012-11-221-0/+1
* almost every pragma is allowed in a 'push' pragmaAraq2012-11-202-2/+3
* doc2 improvements; small lexer bugfix: backslashes in commentsAraq2012-11-203-23/+25
* fixes #250Araq2012-11-191-0/+2
* annotated effects of modules: os, sockets, timesAraq2012-11-181-1/+2
* 'assert' hides EAssertionFailsure; stdlib makes use of 'tags'Araq2012-11-181-10/+4
* bugfix: stack traces; first class iterators almost workingAraq2012-11-151-2/+0
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-11-111-0/+1
|\
| * AST quasi-quoting for macrosZahary Karadjov2012-11-111-0/+1
* | implemented 'tags' pragmaAraq2012-11-111-2/+2
|/
* documented 'mixin' declarationAraq2012-11-081-0/+1
* added system.onRaise to support a condition systemAraq2012-11-051-5/+9
* exception tracking should workAraq2012-11-041-1/+0
* doc2 support for nimweb; fixed graphics.withEventsAraq2012-11-011-2/+3
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-10-031-0/+33
|\
| * implemented case expressionsZahary Karadjov2012-10-031-0/+2
| * table constructors now mimic more closely the syntax of case... of...Zahary Karadjov2012-10-031-0/+31
* | first steps for compiler as a serviceAraq2012-10-032-21/+21
|/
* website improvements; better opengl wrapper (still broken)Araq2012-09-282-39/+4
* preparations for 0.9.0Araq2012-09-234-12/+32
* proc bodies can be expressions with a typeAraq2012-09-221-0/+2
* 'mixin' and 'interface' are now keywordsAraq2012-09-221-1/+1
* profiler documentationAraq2012-09-152-1/+3
* first steps for overloading support of passing blocks; bugfix: test results o...Araq2012-09-111-1/+1
* tr macros now documentedAraq2012-09-103-8/+7
* Added fsmonitor module.Dominik Picheta2012-09-022-2/+2
* made tests green againAraq2012-08-311-1/+1
* parameter passing works the same for macros and templates; use callsite magic...Araq2012-08-281-0/+2
* bindSym suffices; no 'bind' for macros anymoreAraq2012-08-251-1/+0
* objects with no ancestor are not implicitely finalAraq2012-08-241-0/+3
* implemented 'bind' for macrosAraq2012-08-241-0/+1
* implemented backslash for continuation commentsAraq2012-08-231-1/+7
* bycopy/byref for object/tuple typesAraq2012-08-161-0/+2
e previous revision' href='/akkartik/mu/blame/subx/016functions.cc?h=hlt&id=8a0268317fbce2baa2e5119c796750ea6c80a813'>^
4a943d4e ^
eb45b315 ^
6f6d458f ^

4a943d4e ^

83c67014 ^
4a943d4e ^


83c67014 ^
c82d149b ^
4a943d4e ^



6f6d458f ^
4a943d4e ^
7e2cf199 ^
4a943d4e ^

292ccba1 ^


0f851e48 ^

aa2e2155 ^
4a943d4e ^

6f6d458f ^

36c745f8 ^
4a943d4e ^
83c67014 ^
4a943d4e ^

83c67014 ^
c82d149b ^
4a943d4e ^






292ccba1 ^


c442a5ad ^

292ccba1 ^
c442a5ad ^
292ccba1 ^

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