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
/
doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bugfix: fixed built-in 'reset'
Araq
2011-08-20
1
-2
/
+4
*
more occurences of 'pure' proc pragma fixed
Araq
2011-08-20
1
-1
/
+1
*
locks now in their own core module
Araq
2011-08-20
1
-0
/
+3
*
'pure' is now 'noStackFrame' for procs
Araq
2011-08-19
1
-7
/
+12
*
documentation for --nimcache option
Araq
2011-08-19
1
-0
/
+1
*
bugfix: #line generation for windows
Araq
2011-08-11
1
-1
/
+1
*
further tests for var T result type; ttables test now fails :-(
Araq
2011-08-10
1
-158
/
+162
*
added system.slurp for easy embedding of resources
Araq
2011-08-10
1
-2
/
+4
*
modifyable results for generics; teventemitter works
Araq
2011-08-09
1
-0
/
+6
*
support for C++ code generation; importcpp and importobjc pragmas
Araq
2011-08-07
3
-2
/
+82
*
documentation for 'var T' as return type
Araq
2011-08-01
1
-1
/
+32
*
void type improvements; documentation improvements
Araq
2011-07-31
1
-3
/
+136
*
preparation for new 'is' operator; breaks bootstrapping again, sorry (use gen...
Araq
2011-07-31
3
-19
/
+19
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-07-26
1
-2
/
+2
|
\
|
*
fix a few typos in doc/intern.txt
Keita Haga
2011-07-25
1
-2
/
+2
*
|
bugfixes; added events module, sequtils module
Araq
2011-07-26
1
-0
/
+11
*
|
doc improvements; added lazarus example
Araq
2011-07-24
1
-1
/
+1
|
/
*
old pointer deref operator completely removed
Araq
2011-07-23
1
-1
/
+0
*
tests repaired; serious typo in the allocator fixed; fixes #32
Araq
2011-07-22
1
-315
/
+364
*
bugfix: proper cache for generic instantiations
Araq
2011-07-21
3
-194
/
+229
*
first steps to explicit channels for thread communication; added mainThreadId
Araq
2011-07-16
3
-8
/
+8
*
0.8.12 bugfix: some files not in download package
Araq
2011-07-11
1
-19
/
+19
*
version 0.8.12
Araq
2011-07-10
2
-113
/
+123
*
preparations for 0.8.12
Araq
2011-07-10
4
-629
/
+1990
*
bugfix: 'set' overloadable; further steps for multi threading support
Araq
2011-07-08
1
-0
/
+2
*
code gen bugfixes; marshal.nim implemented
Araq
2011-06-26
1
-4
/
+4
*
case branches support constant sets for convenience
Araq
2011-06-19
1
-0
/
+21
*
added encodings stdlib
Araq
2011-06-16
1
-0
/
+4
*
bugfix: proper return types for templates
Araq
2011-06-15
2
-4
/
+5
*
bugfix: endless loop in parser; added sphinx wrapper
Araq
2011-06-14
2
-1
/
+4
*
intsets are now a proper module and part of the stdlib
Araq
2011-06-14
1
-1
/
+6
*
basic thread analysis working
Araq
2011-06-13
1
-1
/
+1
*
bugfix: generic instantiation across module boundaries
Araq
2011-06-06
1
-3
/
+6
*
first steps to thread local heaps
Araq
2011-06-02
1
-1
/
+14
*
Added a helpful iterator to redis. Fixed some issues with stderr in osproc. F...
dom96
2011-05-22
2
-947
/
+1443
*
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
-0
/
+1
*
cleaned up the tests; fixes #30; fixes #26
Araq
2011-05-01
1
-47
/
+65
*
bugfix: times.epochTime
Araq
2011-04-25
1
-0
/
+9
*
slice support in system.nim; syntactic sugar for tables; cleanup of grammar/p...
Araq
2011-04-23
2
-3
/
+30
*
slices are first class citizens
Araq
2011-04-22
2
-40
/
+55
*
grammar changes for table constructor: first part
Araq
2011-04-21
1
-9
/
+10
*
got rid of some arcane module names
Araq
2011-04-21
1
-9
/
+4
*
big repo cleanup
Araq
2011-04-12
1
-11
/
+6
*
p[] instead of p^
Araq
2011-04-11
2
-9
/
+14
*
ugh, maybe broke git
Araq
2011-04-01
1
-1
/
+5
*
some little bugfixes
Araq
2011-03-27
1
-2
/
+2
*
Merge branch 'master' of https://github.com/Tass/Nimrod into Tass-master
Araq
2011-03-24
1
-0
/
+16
|
\
|
*
+ documentation for implicit conversions
Simon Hafner
2011-03-18
1
-0
/
+16
*
|
bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmas
Araq
2011-03-23
1
-47
/
+67
[next]