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
*
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
*
|
linearScanEnd pragma; string case statement optimization
Araq
2011-03-14
2
-4
/
+67
|
/
*
more fixes for dy(n)lib typo; fixes #15
Araq
2011-03-08
1
-2
/
+2
*
--stdout support; idetools implemented
Araq
2011-02-25
2
-13
/
+20
*
bugfix: readline wrapper; bugfix: evaluation of type conversions
Araq
2011-02-14
2
-1
/
+12
*
REPL improvements
Araq
2011-02-13
4
-6
/
+31
*
non-nil AST; continue after errors for IDE support
Araq
2011-02-12
2
-5
/
+3
*
changed handling of generalized string literals
Araq
2011-02-07
2
-8
/
+22
*
documentation improvements
Araq
2011-02-06
3
-55
/
+63
*
nimgrep: first working version
Araq
2011-02-02
1
-2
/
+6
*
documentation improvements
Araq
2011-01-31
2
-58
/
+67
*
changes to threads; --recursivePath support
Araq
2011-01-29
2
-1
/
+2
*
basic thread support; still broken on Windows; untested on Mac OS X
Araq
2011-01-18
1
-0
/
+3
*
docgen: module dependencies are now listed
Araq
2011-01-16
1
-1
/
+12
*
cleanup: E_Base should not be used for inheriting exceptions; documentation g...
Araq
2011-01-15
1
-0
/
+4
*
Feature: explicit string representation for enum fields
Araq
2011-01-11
1
-0
/
+18
*
SPEC change: ^ is right-assoc and of highest priority
Araq
2011-01-10
1
-1
/
+1
*
SPEC change: ^ is right-assoc and of highest priority
Araq
2011-01-10
1
-3
/
+5
*
support for objective C generation
Araq
2011-01-10
1
-0
/
+1
*
documentation improvements
Araq
2011-01-09
2
-1
/
+44
*
documentation for source code filters
Araq
2011-01-06
3
-78
/
+49
*
better tester; yet another iterator bugfix
Araq
2011-01-06
1
-2
/
+6
*
transf: big refactoring; other small fixes
Araq
2011-01-05
1
-1
/
+1
*
docgen understands and ignores *when false*
Araq
2010-11-18
3
-6
/
+11
*
pegs: captured search loop
Araq
2010-11-07
1
-1
/
+5
*
niminst: support for doc_start
Araq
2010-11-02
1
-1
/
+4
[next]