index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
web
/
news.txt
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
better opengl wrapper; oids and endians modules documented
Araq
2012-04-04
1
-0
/
+2
|
*
added libsvm wrapper
Araq
2012-04-04
1
-0
/
+1
|
*
added new OpenGL wrapper
Araq
2012-04-04
1
-0
/
+1
|
*
added strutils.parseEnum; fixes #95
Araq
2012-04-01
1
-1
/
+6
*
|
when expressions, proper rendering for nkDo and nkLambda and parser support f...
Zahary Karadjov
2012-04-05
1
-1
/
+2
*
|
Added ``global`` pragma that can be used to introduce new global variables fr...
Zahary Karadjov
2012-04-05
1
-0
/
+2
|
/
*
added htmlgen to docs
Araq
2012-03-23
1
-0
/
+1
*
implemented marker procs for the GC resulting in huge speedups
Araq
2012-03-21
1
-0
/
+7
*
implemented 'static'; macros do not work anymore
Araq
2012-03-15
1
-0
/
+1
*
first steps for cleaner static/const distinction
Araq
2012-03-13
1
-3
/
+12
*
win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses wid...
Araq
2012-03-04
1
-0
/
+14
*
ERecoverableError exception contains the error message
Araq
2012-02-25
1
-6
/
+4
*
helper templates static, eval and emit for easier compile-time code evaluation
Zahary Karadjov
2012-02-24
1
-0
/
+8
*
bugfix: optimization of complex constant string concatenations
Araq
2012-02-17
1
-0
/
+3
*
added 'system.shallow'
Araq
2012-02-09
1
-1
/
+17
*
little fixes for 0.8.14 release
Araq
2012-02-09
1
-0
/
+1
*
version 0.8.14
Araq
2012-02-09
1
-2
/
+4
*
further steps to closure support
Araq
2012-02-06
1
-1
/
+3
*
closure implementation: first steps
Araq
2012-02-04
1
-0
/
+1
*
implemented/fixed #92
Araq
2012-01-29
1
-0
/
+1
*
pragma on/off improvements; endb rewritten
Araq
2012-01-28
1
-0
/
+5
*
niminst: diverse improvements; fixes #80
Araq
2012-01-13
1
-1
/
+2
*
more sysasserts for allocator/gc
Araq
2012-01-12
1
-0
/
+1
*
bugfix: debugger works again
Araq
2012-01-08
1
-1
/
+1
*
implicit invokation of items/pairs iterators
Araq
2012-01-08
1
-1
/
+3
*
implemented incompleteStruct pragma; embedded debugger works with posix module
Araq
2012-01-05
1
-0
/
+2
*
C sources regenerated for new len(openarray) header that catches more bugs; s...
Araq
2012-01-03
1
-1
/
+1
*
GC: use simple balanced tree instead of AVL tree
Araq
2011-12-30
1
-3
/
+4
*
added support for advanced substitution expressions
Araq
2011-12-27
1
-0
/
+1
*
generated scripts do no contain paths anymore; regenerated C sources
Araq
2011-12-23
1
-0
/
+2
*
codegen uses alias analysis to generate better code
Araq
2011-12-10
1
-5
/
+6
*
'assert' is now implemented without compiler magic
Araq
2011-12-04
1
-0
/
+3
*
cleaned up configuration file handling and documented the new behaviour
Araq
2011-11-30
1
-3
/
+3
*
implemented 'let' statement
Araq
2011-11-29
1
-1
/
+1
*
old 'readline' and 'endOfFile' not deprecated anymore; too convenient for 1 l...
Araq
2011-11-29
1
-2
/
+0
*
further steps to get rid of deprecated endOfFile and readLine
Araq
2011-11-29
1
-1
/
+1
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-11-26
1
-1
/
+15
|
\
|
*
New algorithm for locating and loading nimrod config files.
Zahary Karadjov
2011-11-25
1
-1
/
+15
*
|
deprecated endOfFile and readLine
Araq
2011-11-25
1
-0
/
+2
*
|
new pragma: 'noinit'
Araq
2011-11-25
1
-0
/
+2
|
/
*
'export' is now a keyword
Araq
2011-11-24
1
-0
/
+1
*
C codegen: generate nimKeepAlive calls at strategic places to keep the C comp...
Araq
2011-11-24
1
-0
/
+2
*
bugfix: 'when' sections in generic objects now work, so TThread[void] compiles
Araq
2011-11-20
1
-0
/
+1
*
cgen: no type canon for integral types; osproc use posix_spawn instead of for...
Araq
2011-11-18
1
-0
/
+3
*
better streams implemenation; fixes #63
Araq
2011-11-12
1
-0
/
+3
*
Added system.program_results for controlling the exit code of the program und...
Zahary Karadjov
2011-11-10
1
-0
/
+1
*
GC tests now finally part of testsuite
Araq
2011-11-10
1
-1
/
+2
*
operator precedence changed: assignment like operators are supported; escapin...
Araq
2011-11-09
1
-0
/
+2
*
tester checks exitcode; osproc additions; DLL fixes; taint mode fixes
Araq
2011-11-07
1
-1
/
+2
*
better exception behavior for os.removeFile and os.removeDir
Araq
2011-11-06
1
-0
/
+2
[prev]
[next]