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 (
Collapse
)
Author
Age
Files
Lines
*
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 ↵
Araq
2011-07-31
1
-0
/
+3
|
|
|
|
generated C code)
*
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 ↵
Araq
2011-05-16
1
-36
/
+40
|
|
|
|
sources and ./build.sh
*
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
|
*
cleaned up the tests; fixes #30; fixes #26
Araq
2011-05-01
1
-1
/
+1
|
*
slight change in the spec of unary '..'
Araq
2011-04-23
1
-3
/
+1
|
*
slice support in system.nim; syntactic sugar for tables; cleanup of ↵
Araq
2011-04-23
1
-3
/
+92
|
|
|
|
grammar/parser
*
slices are first class citizens
Araq
2011-04-22
1
-0
/
+27
|
*
hashtables: 1st version; parseutils additions
Araq
2011-04-18
1
-3
/
+3
|
*
:= templatable; lexer improvements
Araq
2011-04-17
1
-2
/
+4
|
*
p[] instead of p^
Araq
2011-04-11
1
-3
/
+3
|
*
added another system.open; bugfix: koch clean may not break .git dirs anymore
Araq
2011-04-03
1
-7
/
+11
|
*
bugfix: GC more forgiving
Araq
2011-04-03
1
-4
/
+5
|
*
ugh, maybe broke git
Araq
2011-04-01
1
-11
/
+58
|
*
added 'reset' magic proc
Araq
2011-03-25
1
-2
/
+1
|
*
bugfix: type converter that converts to bool in 'if' context
Araq
2011-03-25
1
-0
/
+5
|
*
linearScanEnd pragma; string case statement optimization
Araq
2011-03-14
1
-2
/
+2
|
*
fixes #20
Araq
2011-03-12
1
-1
/
+0
|
*
distinction between re.replace and re.replacef; speed improvements for re module
Araq
2011-03-06
1
-6
/
+3
|
*
various bugfixes for generics; added generic sort proc
Araq
2011-03-03
1
-7
/
+9
|
*
basic continue after error works; interactive mode more useful
Araq
2011-02-13
1
-9
/
+6
|
*
nimgrep: first working version
Araq
2011-02-02
1
-4
/
+4
|
*
unary <; countup two type parameters; --recursivePath should work now
Araq
2011-01-29
1
-4
/
+14
|
*
basic thread support; still broken on Windows; untested on Mac OS X
Araq
2011-01-18
1
-0
/
+12
|
*
transf: big refactoring; other small fixes
Araq
2011-01-05
1
-0
/
+3
|
*
bugfix: multiple yield statements and loop body vars
Araq
2010-12-13
1
-3
/
+12
|
*
bugfix: finally sections are executed before return/break
Araq
2010-09-20
1
-0
/
+3
|
*
threading code deactivated; tiny C bugfix: don't report warnings to error ↵
Araq
2010-09-19
1
-10
/
+11
|
|
|
|
callback
[next]