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
/
lib
/
system.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
documentation improvements; GC_step improved
Araq
2012-04-21
1
-2
/
+2
*
Finally rebuilt the sources to take advantage of the new type system capabili...
Zahary Karadjov
2012-04-21
1
-2
/
+17
*
implicit generics types as return types. removed the error message for captur...
Zahary Karadjov
2012-04-21
1
-2
/
+4
*
produce errors on proc types with implicit empty param lists.
Zahary Karadjov
2012-04-20
1
-3
/
+3
*
Proper C scopes for if, try and case statements
Zahary Karadjov
2012-04-12
1
-6
/
+6
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-04-01
1
-3
/
+25
|
\
|
*
Merge branch 'master' of github.com:Araq/Nimrod into upstream
Zahary Karadjov
2012-03-31
1
-25
/
+29
|
|
\
|
*
|
generic types can be used like type classes. distinct can be applied to type ...
Zahary Karadjov
2012-03-25
1
-3
/
+25
*
|
|
added strutils.parseEnum; fixes #95
Araq
2012-04-01
1
-1
/
+0
|
|
/
|
/
|
*
|
implemented support for the AVR CPU and standalone OS
Araq
2012-03-31
1
-25
/
+29
|
/
*
merged branch overloading-for-macros
Zahary Karadjov
2012-03-19
1
-13
/
+13
|
\
|
*
updated system.nim to take advantage of the new template capabilities
Zahary Karadjov
2012-03-15
1
-13
/
+13
*
|
unittest module compiles again
Araq
2012-03-17
1
-1
/
+1
*
|
rebuilt C sources
Araq
2012-03-17
1
-7
/
+0
*
|
clean separation of PNimrodNode and tyExpr
Araq
2012-03-16
1
-0
/
+5
*
|
first steps for cleaner static/const distinction
Araq
2012-03-13
1
-6
/
+6
|
/
*
helper templates static, eval and emit for easier compile-time code evaluation
Zahary Karadjov
2012-02-24
1
-0
/
+14
*
added system.setControlCHook, system.writeStackTrace
Araq
2012-02-19
1
-0
/
+8
*
added 'system.shallow'
Araq
2012-02-09
1
-2
/
+2
*
added 'system.shallow'
Araq
2012-02-09
1
-1
/
+22
*
further steps for closure support; added 'system.rawProc', 'system.rawEnv'
Araq
2012-02-08
1
-0
/
+14
*
further steps to closure support
Araq
2012-02-06
1
-0
/
+3
*
implemented/fixed #92
Araq
2012-01-29
1
-0
/
+32
*
sysasserts leaner again
Araq
2012-01-29
1
-7
/
+1
*
fixed #96 as good as technically possible (debug frames are allocated on the ...
Araq
2012-01-29
1
-4
/
+4
*
removed conflict in system.nim
Araq
2012-01-28
1
-0
/
+18
|
\
|
*
Added asyncio module; irc, scgi and the ftpclient modules work with it. Added...
dom96
2012-01-22
1
-0
/
+18
*
|
pragma on/off improvements; endb rewritten
Araq
2012-01-28
1
-11
/
+29
|
/
*
pragma blocks; fixed line information issue with user defined assertions
Araq
2012-01-17
1
-5
/
+13
*
even more sys assertions
Araq
2012-01-13
1
-4
/
+4
*
more sysasserts for allocator/gc
Araq
2012-01-12
1
-1
/
+1
*
removed '^ deprecated' message
Araq
2012-01-10
1
-1
/
+1
*
bugfix: debugger works again
Araq
2012-01-08
1
-1
/
+1
*
unsuccessful phantom bug hunting
Araq
2012-01-08
1
-24
/
+26
*
C sources regenerated for new len(openarray) header that catches more bugs; s...
Araq
2012-01-03
1
-5
/
+2
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-2
/
+2
*
new len(openarray) implementation
Araq
2011-12-31
1
-1
/
+4
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-12-31
1
-3
/
+6
|
\
|
*
Merge pull request #79 from Tass/master
Araq
2011-12-31
1
-3
/
+6
|
|
\
|
|
*
fixes for readAll
Simon Hafner
2011-12-30
1
-2
/
+2
|
|
*
implemented readAll()
Simon Hafner
2011-12-22
1
-3
/
+6
*
|
|
make trecinca|b tests green
Araq
2011-12-31
1
-1
/
+1
|
/
/
*
/
GC: use simple balanced tree instead of AVL tree
Araq
2011-12-30
1
-1
/
+5
|
/
*
codegen uses alias analysis to generate better code
Araq
2011-12-10
1
-2
/
+12
*
'assert' is now implemented without compiler magic
Araq
2011-12-04
1
-7
/
+18
*
bugfixes for .rod files and visual C++
Araq
2011-12-03
1
-3
/
+4
*
old 'readline' and 'endOfFile' not deprecated anymore; too convenient for 1 l...
Araq
2011-11-29
1
-7
/
+2
*
further steps to get rid of deprecated endOfFile and readLine
Araq
2011-11-29
1
-0
/
+2
*
deprecated endOfFile and readLine
Araq
2011-11-25
1
-11
/
+20
*
bugfix: fixed memory leaks in osproc module
Araq
2011-11-18
1
-2
/
+2
[next]