summary refs log tree commit diff stats
path: root/web/news.txt
Commit message (Expand)AuthorAgeFilesLines
...
* further steps to closure supportAraq2012-02-061-1/+3
* closure implementation: first stepsAraq2012-02-041-0/+1
* implemented/fixed #92Araq2012-01-291-0/+1
* pragma on/off improvements; endb rewrittenAraq2012-01-281-0/+5
* niminst: diverse improvements; fixes #80Araq2012-01-131-1/+2
* more sysasserts for allocator/gcAraq2012-01-121-0/+1
* 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
* GC: use simple balanced tree instead of AVL treeAraq2011-12-301-3/+4
* added support for advanced substitution expressionsAraq2011-12-271-0/+1
* generated scripts do no contain paths anymore; regenerated C sourcesAraq2011-12-231-0/+2
* codegen uses alias analysis to generate better codeAraq2011-12-101-5/+6
* 'assert' is now implemented without compiler magicAraq2011-12-041-0/+3
* cleaned up configuration file handling and documented the new behaviourAraq2011-11-301-3/+3
* implemented 'let' statementAraq2011-11-291-1/+1
* old 'readline' and 'endOfFile' not deprecated anymore; too convenient for 1 l...Araq2011-11-291-2/+0
* further steps to get rid of deprecated endOfFile and readLineAraq2011-11-291-1/+1
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-261-1/+15
|\
| * New algorithm for locating and loading nimrod config files.Zahary Karadjov2011-11-251-1/+15
* | deprecated endOfFile and readLineAraq2011-11-251-0/+2
* | new pragma: 'noinit'Araq2011-11-251-0/+2
|/
* 'export' is now a keywordAraq2011-11-241-0/+1
* C codegen: generate nimKeepAlive calls at strategic places to keep the C comp...Araq2011-11-241-0/+2
* bugfix: 'when' sections in generic objects now work, so TThread[void] compilesAraq2011-11-201-0/+1
* cgen: no type canon for integral types; osproc use posix_spawn instead of for...Araq2011-11-181-0/+3
* better streams implemenation; fixes #63Araq2011-11-121-0/+3
* Added system.program_results for controlling the exit code of the program und...Zahary Karadjov2011-11-101-0/+1
* GC tests now finally part of testsuiteAraq2011-11-101-1/+2
* operator precedence changed: assignment like operators are supported; escapin...Araq2011-11-091-0/+2
* tester checks exitcode; osproc additions; DLL fixes; taint mode fixesAraq2011-11-071-1/+2
* better exception behavior for os.removeFile and os.removeDirAraq2011-11-061-0/+2
* memfiles now uses winlean; changed the interface to raise EOSAraq2011-11-051-0/+1
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-051-2/+2
|\
| * new kind of AST printer that prints indented treesZahary Karadjov2011-11-041-2/+2
* | todo.txt changesAraq2011-11-051-0/+1
|/
* new compiler option tlsEmulationAraq2011-10-271-0/+2
* compilation cache: methods have a chance to workAraq2011-10-231-0/+2
* thread local vs. global system.raiseHookAraq2011-10-231-0/+3
* documentation for the compilation cacheAraq2011-10-231-0/+3
* 'bind' as a declarative statementAraq2011-10-101-0/+3
* new syntactic construct: a{i}Araq2011-10-081-1/+4
* slurp uses path; unidecode is improved and threadsafeAraq2011-10-081-0/+3
* code generator supports constant sequences; more consistent compile time eval...Araq2011-10-071-1/+1
* bugfix: internal error in evalFieldAccess; parseutils.interpolatedFragments o...Araq2011-09-261-0/+4
* sockets.recv optimizations; stdlib now supports taint modeAraq2011-09-241-0/+4
* renamed optional to discardableAraq2011-09-241-2/+2
* implemented optional pragma for implicit discardAraq2011-09-241-0/+2
* beginning of a taint mode; type system enhancementsAraq2011-09-241-0/+2
00 new test: dragging and dropping a file on lines.love' href='/akkartik/view.love/commit/main_tests.lua?id=bfbe73e0efd2f80d5a2402ced3a93d6748319fbd'>bfbe73e ^
2a0a770 ^



13f67fa ^
bfbe73e ^

d009390 ^
3b36093 ^
d009390 ^
8bbc1ff ^

b700021 ^
d009390 ^



















2a0a770 ^
d009390 ^
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