summary refs log tree commit diff stats
path: root/web
Commit message (Expand)AuthorAgeFilesLines
* added system.getStackTrace; docgen refactoring (incomplete)Araq2012-05-061-1/+2
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-05-041-1/+2
|\
| * The httpserver now gathers the headers for the user. Fixed ambiguity in recvL...dom962012-05-031-1/+2
* | fixes binding of overloaded procsAraq2012-05-042-12/+13
|/
* small bugfixes; documentation generator supports smilies for the forumAraq2012-05-011-0/+1
* added db_*.getRowAraq2012-04-241-0/+1
* documentation improvements; GC_step improvedAraq2012-04-212-2/+6
* resolved conflict for news.txtAraq2012-04-211-0/+7
|\
| * Finally rebuilt the sources to take advantage of the new type system capabili...Zahary Karadjov2012-04-211-0/+4
| * implicit generics types as return types. removed the error message for captur...Zahary Karadjov2012-04-211-0/+3
* | GC with realtime supportAraq2012-04-213-2/+4
|/
* documentation improvementsAraq2012-04-161-1/+1
* @ is a sigil-like operatorAraq2012-04-151-1/+5
* Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-04-104-12/+25
|\
| * documentation improvements; higher level Mongodb wrapperAraq2012-04-094-10/+11
| * added terminal.isatty; nimgrep version 0.9Araq2012-04-061-0/+1
| * fixed another docgen bug; initial mongodb wrapperAraq2012-04-062-1/+2
| * better opengl wrapper; oids and endians modules documentedAraq2012-04-042-1/+3
| * added libsvm wrapperAraq2012-04-042-0/+2
| * added new OpenGL wrapperAraq2012-04-041-0/+1
| * added strutils.parseEnum; fixes #95Araq2012-04-011-1/+6
* | when expressions, proper rendering for nkDo and nkLambda and parser support f...Zahary Karadjov2012-04-051-1/+2
* | Added ``global`` pragma that can be used to introduce new global variables fr...Zahary Karadjov2012-04-051-0/+2
|/
* tests tcnstseq and tcnstseq3 work againAraq2012-03-281-1/+1
* corrected the index websiteAraq2012-03-281-2/+2
* added htmlgen to docsAraq2012-03-231-0/+1
* implemented marker procs for the GC resulting in huge speedupsAraq2012-03-211-0/+7
* implemented 'static'; macros do not work anymoreAraq2012-03-151-0/+1
* first steps for cleaner static/const distinctionAraq2012-03-131-3/+12
* win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses wid...Araq2012-03-042-2/+16
* ERecoverableError exception contains the error messageAraq2012-02-251-6/+4
* helper templates static, eval and emit for easier compile-time code evaluationZahary Karadjov2012-02-241-0/+8
* added locks for docgenAraq2012-02-181-1/+1
* bugfix: optimization of complex constant string concatenationsAraq2012-02-171-0/+3
* fixes tests for 'system.shallow'Araq2012-02-101-1/+1
* added 'system.shallow'Araq2012-02-091-1/+17
* little fixes for 0.8.14 releaseAraq2012-02-092-1/+2
* version 0.8.14Araq2012-02-095-8/+28
* further steps for closure supportAraq2012-02-061-1/+1
* further steps to closure supportAraq2012-02-061-1/+3
* closure implementation: first stepsAraq2012-02-042-3/+5
* implemented/fixed #92Araq2012-01-291-0/+1
* pragma on/off improvements; endb rewrittenAraq2012-01-281-0/+5
* niminst: bugfixes; documentation changesAraq2012-01-151-1/+7
* niminst: diverse improvements; fixes #80Araq2012-01-131-1/+2
* more sysasserts for allocator/gcAraq2012-01-122-1/+2
* bugfix: debugger works againAraq2012-01-081-1/+1
* implicit invokation of items/pairs iteratorsAraq2012-01-081-1/+3
* implemented incompleteStruct pragma; embedded debugger works with posix moduleAraq2012-01-051-0/+2
* C sources regenerated for new len(openarray) header that catches more bugs; s...Araq2012-01-031-1/+1
ef='/ahoang/Nim/blame/todo.txt?h=devel&id=c441cdb64ca5394f74faadf76563bcfafeda18f4'>^
0ef08e49e ^

883fa40cd ^
0ef08e49e ^




0d19de18c ^
dd99fe61c ^
e956abbad ^
0d19de18c ^
3e806a374 ^

299390a58 ^
b4844a189 ^
cb79bf9f1 ^
f191059e5 ^
632aece19 ^
990dc2d71 ^
0ef08e49e ^







0d19de18c ^

ec0f982ed ^
4fc575bc2 ^

0d19de18c ^



ec0f982ed ^
c53ad1b39 ^
0d19de18c ^

c53ad1b39 ^
0d19de18c ^




05b05be9f ^
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