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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
new actors implementation for nimrod; compiler's generics still not up for ↵
Araq
2011-08-29
1
-1
/
+1
|
|
|
|
the task though
*
locks now in their own core module
Araq
2011-08-20
1
-0
/
+2
|
*
'pure' is now 'noStackFrame' for procs
Araq
2011-08-19
1
-0
/
+1
|
*
documentation for --nimcache option
Araq
2011-08-19
1
-0
/
+2
|
*
implemented --nimcache config option; big clean up of magic words
Araq
2011-08-19
1
-1
/
+2
|
*
added xmltree.innerText; fixes #49
Araq
2011-08-15
1
-0
/
+1
|
*
added system.running for threads
Araq
2011-08-11
1
-0
/
+1
|
*
added system.slurp for easy embedding of resources
Araq
2011-08-10
1
-0
/
+1
|
*
modifyable results for generics; teventemitter works
Araq
2011-08-09
1
-2
/
+5
|
*
support for C++ code generation; importcpp and importobjc pragmas
Araq
2011-08-07
1
-0
/
+8
|
*
fixes #42
Araq
2011-08-04
1
-1
/
+1
|
*
clean exit codes for all the tools
Araq
2011-08-01
1
-1
/
+1
|
*
documentation for 'var T' as return type
Araq
2011-08-01
1
-0
/
+1
|
*
void type for generics
Araq
2011-07-31
1
-0
/
+2
|
*
preparation for new 'is' operator; breaks bootstrapping again, sorry (use ↵
Araq
2011-07-31
1
-0
/
+5
|
|
|
|
generated C code)
*
bugfix: forwarding of generic procs now works
Araq
2011-07-30
1
-0
/
+2
|
*
bugfixes; added events module, sequtils module
Araq
2011-07-26
2
-0
/
+3
|
*
old pointer deref operator completely removed
Araq
2011-07-23
1
-0
/
+2
|
*
tests repaired; serious typo in the allocator fixed; fixes #32
Araq
2011-07-22
1
-1
/
+1
|
*
bugfix: proper cache for generic instantiations
Araq
2011-07-21
2
-3
/
+21
|
*
shared untraced heap; bugfix: mem corruptions in message passing code
Araq
2011-07-18
1
-0
/
+2
|
*
first steps to explicit channels for thread communication; added mainThreadId
Araq
2011-07-16
1
-1
/
+3
|
*
0.8.12 bugfix: some files not in download package
Araq
2011-07-11
2
-4
/
+20
|
*
version 0.8.12
Araq
2011-07-10
1
-1
/
+1
|
*
preparations for 0.8.12
Araq
2011-07-10
4
-26
/
+49
|
*
bugfix: 'set' overloadable; further steps for multi threading support
Araq
2011-07-08
2
-1
/
+2
|
*
bugfix: pegs.nim compiles again
Araq
2011-06-26
1
-1
/
+2
|
*
improvements to get code size down for programs that don't use GC
Araq
2011-06-26
1
-1
/
+1
|
*
code gen bugfixes; marshal.nim implemented
Araq
2011-06-26
2
-4
/
+8
|
*
zipfiles compiles again; added system.shallowCopy
Araq
2011-06-20
1
-1
/
+2
|
*
case branches support constant sets for convenience
Araq
2011-06-19
1
-0
/
+2
|
*
got rid of unsound co/contravariance in procvars
Araq
2011-06-17
1
-0
/
+1
|
*
readFile raises EIO instead of returning nil; added system.writeFile
Araq
2011-06-16
1
-1
/
+4
|
*
added encodings stdlib
Araq
2011-06-16
2
-1
/
+2
|
*
tuple unpacking is not enforced in for loops anymore
Araq
2011-06-15
1
-0
/
+1
|
*
bugfix: endless loop in parser; added sphinx wrapper
Araq
2011-06-14
2
-1
/
+2
|
*
intsets are now a proper module and part of the stdlib
Araq
2011-06-14
2
-1
/
+3
|
*
basic generic collections implemented and tested
Araq
2011-06-07
2
-0
/
+4
|
*
bugfix: generic instantiation across module boundaries
Araq
2011-06-06
1
-9
/
+4
|
*
threads clean up their heap
Araq
2011-06-04
1
-0
/
+2
|
*
first steps to thread local heaps
Araq
2011-06-02
2
-5
/
+7
|
*
Added a helpful iterator to redis. Fixed some issues with stderr in osproc. ↵
dom96
2011-05-22
1
-1
/
+1
|
|
|
|
Fixed doc generation issues.
*
further steps for thread support; bootstrapping should require unzip C ↵
Araq
2011-05-16
1
-0
/
+1
|
|
|
|
sources and ./build.sh
*
deprecated system.copy: use system.substr instead
Araq
2011-05-14
1
-0
/
+1
|
*
newStringOfCap implemented and used to optimize some procs
Araq
2011-05-08
1
-1
/
+2
|
*
C source regenerated
Araq
2011-04-24
1
-0
/
+2
|
*
hashtables: 1st version; parseutils additions
Araq
2011-04-18
1
-0
/
+1
|
*
p[] instead of p^
Araq
2011-04-11
1
-0
/
+4
|
*
added another system.open; bugfix: koch clean may not break .git dirs anymore
Araq
2011-04-03
1
-1
/
+2
|
*
added 'reset' news entry; fixed #23
Araq
2011-03-25
1
-0
/
+1
|
[next]