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
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests themselves contain the expected result
Araq
2011-02-20
144
-200
/
+957
*
ugh, forgot to add rod/suggest.nim
Araq
2011-02-16
1
-0
/
+51
*
first implementation of suggest
Araq
2011-02-16
12
-25
/
+54
*
bugfix: readline wrapper; bugfix: evaluation of type conversions
Araq
2011-02-14
10
-40
/
+57
*
REPL improvements
Araq
2011-02-13
24
-51
/
+3098
*
Merge branch 'master' of git@github.com:Araq/Nimrod
Araq
2011-02-13
1
-24
/
+50
|
\
|
*
Forgot that capital E can be used in floats too, I hate case sensitivity.
dom96
2011-02-13
1
-1
/
+1
|
*
JSON module now distinguishes between Integers and Floats.
dom96
2011-02-13
1
-24
/
+50
*
|
basic continue after error works; interactive mode more useful
Araq
2011-02-13
12
-40
/
+58
|
/
*
non-nil AST; continue after errors for IDE support
Araq
2011-02-12
84
-721
/
+677
*
first step to get rid of nil in the AST
Araq
2011-02-09
17
-436
/
+505
*
changed handling of generalized string literals
Araq
2011-02-07
10
-39
/
+76
*
bugfix terminal compiles for windows again
Araq
2011-02-07
1
-9
/
+9
*
documentation improvements
Araq
2011-02-06
8
-72
/
+100
*
rebuilt C code for installation
Araq
2011-02-04
2
-349
/
+352
*
nimgrep: version 0.8
Araq
2011-02-03
2
-17
/
+56
*
nimgrep --ext support
Araq
2011-02-02
3
-8
/
+33
*
nimgrep: support for multiple input files/dirs
Araq
2011-02-02
1
-6
/
+8
*
nimgrep: first working version
Araq
2011-02-02
7
-46
/
+174
*
documentation improvements
Araq
2011-01-31
7
-71
/
+73
*
--recursivePath may handle dots correctly now
Araq
2011-01-29
2
-3
/
+5
*
unary <; countup two type parameters; --recursivePath should work now
Araq
2011-01-29
13
-54
/
+69
*
changes to threads; --recursivePath support
Araq
2011-01-29
20
-177
/
+393
*
Merge branch 'master' of github.com:Araq/Nimrod
dom96
2011-01-28
32
-147
/
+629
|
\
|
*
c2nim: bugfix: less picky about newlines in preprocessor defines
Araq
2011-01-19
4
-3
/
+16
|
*
basic thread support; still broken on Windows; untested on Mac OS X
Araq
2011-01-18
17
-127
/
+521
|
*
explicit indices in array literals
Araq
2011-01-16
8
-3
/
+60
|
*
docgen: module dependencies are now listed
Araq
2011-01-16
7
-37
/
+55
*
|
Corrected pretty() in json module, and added another file with json test data.
dom96
2011-01-28
3
-17
/
+106
|
/
*
cleanup: E_Base should not be used for inheriting exceptions; documentation g...
Araq
2011-01-15
17
-370
/
+60
*
json module changes
Araq
2011-01-15
1
-1
/
+0
*
json module changes
Araq
2011-01-15
5
-657
/
+679
*
httpserver changes
Araq
2011-01-14
1
-13
/
+16
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-01-13
2
-454
/
+738
|
\
|
*
Added a higher level json module.
dom96
2011-01-11
2
-454
/
+738
*
|
httpserver may work better now
Araq
2011-01-13
5
-78
/
+94
|
/
*
Feature: explicit string representation for enum fields
Araq
2011-01-11
9
-8
/
+94
*
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
4
-26
/
+38
*
support for objective C generation
Araq
2011-01-10
7
-13
/
+24
*
documentation improvements
Araq
2011-01-09
3
-2
/
+45
*
c2nim compiles again [#9 state:resolved]; better error message for named para...
Araq
2011-01-09
8
-3
/
+25
*
bugfix: floating point precision; added strutils.formatFloat
Araq
2011-01-09
2
-1
/
+4
*
bugfix: floating point precision; added strutils.formatFloat
Araq
2011-01-09
13
-56
/
+156
*
bugfix: osproc compiles under windows again
Araq
2011-01-07
2
-2
/
+2
*
additions to complex module
Araq
2011-01-07
3
-7
/
+206
*
implemented 'emit' pragma
Araq
2011-01-07
10
-74
/
+108
*
added test tmultim4.nim
Araq
2011-01-06
3
-0
/
+41
*
documentation for source code filters
Araq
2011-01-06
3
-78
/
+49
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-01-06
2
-55
/
+40
|
\
[next]