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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed some newly introduced bugs
Araq
2011-09-21
3
-17
/
+19
*
using statement (ala C#) implemented as macro (added as test).
Zahary Karadjov
2011-09-20
1
-29
/
+40
*
Moved the parseAST magics to evals.nim
Zahary Karadjov
2011-09-20
2
-2
/
+98
*
Some very small steps towards an uuid generation module.
Zahary Karadjov
2011-09-20
1
-0
/
+30
*
Initial implementation of the parseExpr, parseStmt, getAst macro routines:
Zahary Karadjov
2011-09-20
1
-2
/
+16
*
Added AST introspection routines as a part of the standard library
Zahary Karadjov
2011-09-20
1
-0
/
+33
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-09-20
2
-63
/
+319
|
\
|
*
lib/wrappers/sphinx.nim: fix typo, use 'shpinx' instead of 'sphinx'
Keita Haga
2011-09-09
1
-63
/
+63
|
*
Some improvements relating to the IRC module.
dom96
2011-09-04
1
-14
/
+16
|
*
Added IRC module.
dom96
2011-09-04
1
-0
/
+254
*
|
bugfixes for generics; new threads implementation still broken
Araq
2011-09-20
4
-31
/
+39
|
/
*
Merge branch 'master' of git@github.com:Araq/Nimrod
Araq
2011-08-29
1
-53
/
+53
|
\
|
*
lib/pure/strutils.nim: fix doc comment for splitLines
Keita Haga
2011-08-25
1
-53
/
+53
*
|
added actors.nim file; compiler not up for this task
Araq
2011-08-29
1
-0
/
+184
*
|
new actors implementation for nimrod; compiler's generics still not up for th...
Araq
2011-08-29
5
-169
/
+85
*
|
attempt to fix tester.nim file handle leak
Araq
2011-08-29
1
-0
/
+0
|
/
*
bugfix: fixed built-in 'reset'
Araq
2011-08-20
1
-2
/
+2
*
more occurences of 'pure' proc pragma fixed
Araq
2011-08-20
2
-27
/
+28
*
locks now in their own core module
Araq
2011-08-20
3
-119
/
+163
*
'pure' is now 'noStackFrame' for procs
Araq
2011-08-19
1
-6
/
+6
*
implemented --nimcache config option; big clean up of magic words
Araq
2011-08-19
1
-0
/
+15
*
Merge pull request #51 from keitahaga/fix-typo
Araq
2011-08-16
1
-46
/
+46
|
\
|
*
lib/pure/cgi.nim: fix typo 'passwort' instead of 'password'
Keita Haga
2011-08-17
1
-46
/
+46
*
|
finally got rid of nkPassAsOpenArray
Araq
2011-08-16
1
-1
/
+1
|
/
*
Merge branch 'master' of git@github.com:Araq/Nimrod
Araq
2011-08-15
1
-37
/
+37
|
\
|
*
lib/pure/terminal.nim: fixed bug where the styleReverse doesn't work on Unix-...
Keita Haga
2011-08-16
1
-37
/
+37
*
|
added xmltree.innerText; fixes #49
Araq
2011-08-15
1
-1
/
+10
|
/
*
bugfix: running for threads
Araq
2011-08-12
1
-1
/
+1
*
added system.running for threads
Araq
2011-08-11
1
-0
/
+8
*
added system.slurp for easy embedding of resources
Araq
2011-08-10
2
-1
/
+23
*
modifyable results for generics; teventemitter works
Araq
2011-08-09
4
-18
/
+65
*
json code generation works again
Araq
2011-08-07
2
-5
/
+6
*
support for C++ code generation; importcpp and importobjc pragmas
Araq
2011-08-07
1
-4
/
+4
*
Fixed osproc.terminate for posix and improved some other osproc posix functions.
dom96
2011-08-03
1
-10
/
+19
*
preparation for new 'is' operator; breaks bootstrapping again, sorry (use gen...
Araq
2011-07-31
2
-1
/
+4
*
fixed typo in events.nim; last commit fixed #39
Araq
2011-07-28
1
-2
/
+2
*
Merge pull request #41 from Amrykid/master
Araq
2011-07-27
1
-23
/
+36
|
\
|
*
Removed 'unnecessary' whitespace.
Amrykid
2011-07-27
1
-4
/
+4
|
*
Renamed new* to init*.
Amrykid
2011-07-27
1
-9
/
+24
|
*
Small edit to documentation.
Amrykid
2011-07-27
1
-4
/
+2
|
*
Updated events.nim to use TEventEmitter instead of PEventEmitter.
Amrykid
2011-07-27
1
-18
/
+18
*
|
bugfixes; step one for 'var T' as return type support
Araq
2011-07-28
4
-7
/
+19
|
/
*
bugfixes; added events module, sequtils module
Araq
2011-07-26
3
-5
/
+151
*
doc improvements; added lazarus example
Araq
2011-07-24
1
-3
/
+3
*
tests repaired; serious typo in the allocator fixed; fixes #32
Araq
2011-07-22
3
-1
/
+8
*
bugfix: proper cache for generic instantiations
Araq
2011-07-21
9
-347
/
+117
*
shared untraced heap; bugfix: mem corruptions in message passing code
Araq
2011-07-18
6
-81
/
+136
*
first steps to explicit channels for thread communication; added mainThreadId
Araq
2011-07-16
5
-13
/
+95
*
version 0.8.12
Araq
2011-07-10
1
-1
/
+1
*
preparations for 0.8.12
Araq
2011-07-10
19
-106
/
+181
[next]