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
*
linearScanEnd pragma; string case statement optimization
Araq
2011-03-14
26
-252
/
+537
*
fixes #20
Araq
2011-03-12
8
-75
/
+132
*
always compile with at least O1; bugfix set initialization for interactive mode
Araq
2011-03-10
3
-5
/
+18
*
fixes #17; I hope!
Araq
2011-03-08
1
-4
/
+17
*
more fixes for dy(n)lib typo; fixes #15
Araq
2011-03-08
17
-101
/
+140
*
fixes #13; fixes #18
Araq
2011-03-08
4
-21
/
+102
*
bugfix: tuple access in macros (issue #17)
Araq
2011-03-07
2
-9
/
+56
*
distinction between re.replace and re.replacef; speed improvements for re module
Araq
2011-03-06
23
-169
/
+204
*
various bugfixes for generics; added generic sort proc
Araq
2011-03-03
18
-116
/
+395
*
--stdout make compiler messages go to stderr
Araq
2011-02-25
10
-33
/
+36
*
--stdout support; idetools implemented
Araq
2011-02-25
17
-111
/
+187
*
suggest: got rid of debug code
Araq
2011-02-23
1
-3
/
+0
*
suggest: improvements
Araq
2011-02-23
4
-39
/
+70
*
next steps to perfect 'suggest'
Araq
2011-02-22
7
-40
/
+105
*
refactoring: suggest can import sigmatch for type matching
Araq
2011-02-21
12
-266
/
+445
*
somewhat better 'suggest'
Araq
2011-02-21
6
-4
/
+12
*
second attempt to support powerpc64
Araq
2011-02-20
0
-0
/
+0
*
koch: 'git' command
Araq
2011-02-20
1
-1
/
+1
*
koch: 'git' command
Araq
2011-02-20
1
-0
/
+1
*
koch: 'git' command
Araq
2011-02-20
2
-4
/
+21
*
regenerated C code; attempt to support powerpc64
Araq
2011-02-20
3
-2
/
+14
*
added missing new Lua and openGl wrappers
Araq
2011-02-20
9
-0
/
+8181
*
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
[next]