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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
slices are first class citizens
Araq
2011-04-22
1
-0
/
+16
*
hashtables: 1st version; parseutils additions
Araq
2011-04-18
1
-2
/
+2
*
:= templatable; lexer improvements
Araq
2011-04-17
1
-0
/
+8
*
p[] instead of p^
Araq
2011-04-11
4
-10
/
+21
*
p[] instead of p^
Araq
2011-04-11
3
-25
/
+17
*
some tests cleaned up; some bugfixes
Araq
2011-04-11
15
-59
/
+87
*
some tests cleaned up
Araq
2011-04-05
2
-186
/
+1
*
bugfix: tmacros1.nim works
Araq
2011-04-05
1
-1
/
+1
*
fixes #25
Araq
2011-04-05
1
-0
/
+14
*
fixes #27
dom96
2011-04-04
1
-0
/
+17
*
bugfix: GC more forgiving
Araq
2011-04-03
1
-1
/
+1
*
Koenig's lookup implementation
Araq
2011-04-03
1
-2
/
+2
*
ugh, maybe broke git
Araq
2011-04-01
6
-0
/
+139
*
some little bugfixes
Araq
2011-03-27
1
-0
/
+7
*
added 'reset' magic proc
Araq
2011-03-25
4
-0
/
+55
*
bugfix: type converter that converts to bool in 'if' context
Araq
2011-03-25
4
-2
/
+34
*
fixes #21
Araq
2011-03-24
1
-0
/
+1
*
bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmas
Araq
2011-03-23
14
-6
/
+1807
*
linearScanEnd pragma; string case statement optimization
Araq
2011-03-14
3
-0
/
+208
*
fixes #20
Araq
2011-03-12
2
-1
/
+21
*
fixes #13; fixes #18
Araq
2011-03-08
2
-0
/
+58
*
bugfix: tuple access in macros (issue #17)
Araq
2011-03-07
1
-0
/
+21
*
distinction between re.replace and re.replacef; speed improvements for re module
Araq
2011-03-06
1
-1
/
+1
*
various bugfixes for generics; added generic sort proc
Araq
2011-03-03
4
-40
/
+171
*
suggest: improvements
Araq
2011-02-23
1
-25
/
+18
*
refactoring: suggest can import sigmatch for type matching
Araq
2011-02-21
2
-0
/
+89
*
somewhat better 'suggest'
Araq
2011-02-21
1
-0
/
+1
*
tests themselves contain the expected result
Araq
2011-02-20
134
-179
/
+913
*
non-nil AST; continue after errors for IDE support
Araq
2011-02-12
21
-3
/
+3
*
changed handling of generalized string literals
Araq
2011-02-07
1
-1
/
+2
*
unary <; countup two type parameters; --recursivePath should work now
Araq
2011-01-29
2
-0
/
+9
*
Merge branch 'master' of github.com:Araq/Nimrod
dom96
2011-01-28
5
-0
/
+57
|
\
|
*
basic thread support; still broken on Windows; untested on Mac OS X
Araq
2011-01-18
1
-0
/
+21
|
*
explicit indices in array literals
Araq
2011-01-16
4
-0
/
+36
*
|
Corrected pretty() in json module, and added another file with json test data.
dom96
2011-01-28
2
-1
/
+81
|
/
*
json module changes
Araq
2011-01-15
1
-3
/
+3
*
Feature: explicit string representation for enum fields
Araq
2011-01-11
3
-0
/
+35
*
SPEC change: ^ is right-assoc and of highest priority
Araq
2011-01-10
2
-0
/
+13
*
c2nim compiles again [#9 state:resolved]; better error message for named para...
Araq
2011-01-09
4
-1
/
+18
*
bugfix: floating point precision; added strutils.formatFloat
Araq
2011-01-09
2
-0
/
+19
*
implemented 'emit' pragma
Araq
2011-01-07
2
-0
/
+15
*
added test tmultim4.nim
Araq
2011-01-06
2
-0
/
+40
*
better tester; yet another iterator bugfix
Araq
2011-01-06
1
-0
/
+10
*
bugfix: compiler rejects methods without object parameter
Araq
2011-01-06
2
-0
/
+6
*
bugfix: semantic checking: tuples without named fields
Araq
2011-01-06
1
-0
/
+5
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-01-05
1
-0
/
+23
|
\
|
*
Added a generics test case.
dom96
2011-01-03
1
-0
/
+23
*
|
transf: big refactoring; other small fixes
Araq
2011-01-05
1
-1
/
+1
*
|
bugfix: multiple yield statements and loop body vars
Araq
2010-12-13
4
-1
/
+53
*
|
docgen understands and ignores *when false*
Araq
2010-11-18
1
-0
/
+637
|
/
[next]