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
*
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
*
tester uses same layout as nimbuild
Araq
2011-11-12
1
-1
/
+3
*
better streams implemenation; fixes #63
Araq
2011-11-12
1
-6
/
+6
*
fixing bootstrapping when stack frames are enabled
Zahary Karadjov
2011-11-10
1
-28
/
+28
*
Added system.program_results for controlling the exit code of the program und...
Zahary Karadjov
2011-11-10
1
-0
/
+33
*
splicing tested and documented
Araq
2011-10-28
1
-21
/
+22
*
compilation cache: methods have a chance to work
Araq
2011-10-23
1
-10
/
+14
*
thread local vs. global system.raiseHook
Araq
2011-10-23
1
-2
/
+11
*
libuv working on windows too
Zahary Karadjov
2011-10-12
1
-4
/
+0
*
Added wrappers for joyent's libuv and http_parser librarier
Zahary Karadjov
2011-10-12
1
-0
/
+4
*
Cleaned up the circular dependecies and remaining issues
Zahary Karadjov
2011-10-07
1
-24
/
+22
*
Basic unit testing facilities (suites, fixtures, cases)
Zahary Karadjov
2011-10-07
1
-0
/
+21
*
renamed optional to discardable
Araq
2011-09-24
1
-2
/
+2
*
Merge branch 'master' of git@github.com:Araq/Nimrod
Araq
2011-09-24
1
-0
/
+3
|
\
|
*
Fixed string concatenation and other bugs in the JS backend. Fixed a small bu...
dom96
2011-09-23
1
-0
/
+3
*
|
beginning of a taint mode; type system enhancements
Araq
2011-09-24
1
-11
/
+19
|
/
*
fixed some newly introduced bugs
Araq
2011-09-21
1
-2
/
+1
*
Moved the parseAST magics to evals.nim
Zahary Karadjov
2011-09-20
1
-2
/
+7
*
new actors implementation for nimrod; compiler's generics still not up for th...
Araq
2011-08-29
1
-1
/
+1
*
more occurences of 'pure' proc pragma fixed
Araq
2011-08-20
1
-2
/
+2
*
added system.slurp for easy embedding of resources
Araq
2011-08-10
1
-0
/
+6
*
modifyable results for generics; teventemitter works
Araq
2011-08-09
1
-0
/
+2
*
json code generation works again
Araq
2011-08-07
1
-4
/
+5
*
preparation for new 'is' operator; breaks bootstrapping again, sorry (use gen...
Araq
2011-07-31
1
-0
/
+3
*
shared untraced heap; bugfix: mem corruptions in message passing code
Araq
2011-07-18
1
-0
/
+33
*
first steps to explicit channels for thread communication; added mainThreadId
Araq
2011-07-16
1
-3
/
+4
*
preparations for 0.8.12
Araq
2011-07-10
1
-1
/
+1
*
basic message passing working
Araq
2011-07-09
1
-2
/
+5
*
bugfix: 'set' overloadable; further steps for multi threading support
Araq
2011-07-08
1
-7
/
+14
*
improvements to get code size down for programs that don't use GC
Araq
2011-06-26
1
-20
/
+39
*
code gen bugfixes; marshal.nim implemented
Araq
2011-06-26
1
-2
/
+1
*
zipfiles compiles again; added system.shallowCopy
Araq
2011-06-20
1
-2
/
+9
*
readFile raises EIO instead of returning nil; added system.writeFile
Araq
2011-06-16
1
-3
/
+8
*
compiler can emulate thread local variables
Araq
2011-06-15
1
-4
/
+5
*
fixed system.nim to use the proper getTypeInfo magic
Araq
2011-06-10
1
-1
/
+5
*
Added typeinfo module
dom96
2011-06-09
1
-0
/
+1
*
threads clean up their heap
Araq
2011-06-04
1
-5
/
+14
*
first steps to thread local heaps
Araq
2011-06-02
1
-7
/
+23
*
further progress for multi-threading
Araq
2011-05-19
1
-1
/
+2
*
thread support: next iteration
Araq
2011-05-17
1
-3
/
+3
*
further steps for thread support; bootstrapping should require unzip C source...
Araq
2011-05-16
1
-36
/
+40
*
deprecated system.copy: use system.substr instead
Araq
2011-05-14
1
-2
/
+13
*
got rid of isLifted
Araq
2011-05-14
1
-4
/
+4
*
debug build works again; sorry
Araq
2011-05-09
1
-9
/
+11
*
threadvar alternative
Araq
2011-05-09
1
-7
/
+9
*
newStringOfCap implemented and used to optimize some procs
Araq
2011-05-08
1
-1
/
+7
[next]