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
*
implemented dataflow analysis; activate via --warning[Uninit]:on
Araq
2013-06-04
6
-26
/
+185
*
fixes #456
Araq
2013-06-04
1
-9
/
+10
*
fixes #451
Araq
2013-06-04
2
-1
/
+15
*
new scoping rules for 'if' now active
Araq
2013-06-04
4
-4
/
+6
*
manyloc test should be green again
Araq
2013-06-04
5
-32
/
+22
*
tiny doc improvement
Araq
2013-06-03
2
-6
/
+0
*
fixes semicolon parsing issue
Araq
2013-06-03
3
-6
/
+15
*
fixes #385
Araq
2013-06-03
3
-4
/
+544
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-06-02
1
-1
/
+1
|
\
|
*
Added unittest module to docgen.
Dominik Picheta
2013-05-31
1
-1
/
+1
*
|
astToStr is now immediate
Araq
2013-06-02
4
-6
/
+28
*
|
next steps to a luajit codegen
Araq
2013-06-02
1
-71
/
+248
|
/
*
more accurate effects for times.nim; bugfix for the JS codegen
Araq
2013-05-31
2
-52
/
+54
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-05-31
1
-1
/
+3
|
\
|
*
Merge pull request #455 from fowlmouth/patch-7
Araq
2013-05-30
1
-1
/
+3
|
|
\
|
|
*
rename json.existsKey to hasKey, deprecates existsKey
Billingsly Wetherfordshire
2013-05-27
1
-1
/
+3
*
|
|
fixes #458
Araq
2013-05-31
2
-4
/
+7
*
|
|
another attempt to implement #448
Araq
2013-05-31
1
-10
/
+7
*
|
|
better error message for subtle nil errors
Araq
2013-05-31
4
-3
/
+8
|
/
/
*
|
Revert "fixes #267"
Araq
2013-05-27
5
-184
/
+97
*
|
Revert "bugfix: emulated thread vars used in combination with the mark & swee...
Araq
2013-05-27
3
-11
/
+4
*
|
Revert "allow `void` as a field type"
Araq
2013-05-27
2
-42
/
+26
*
|
Revert "allow keyword params for the `[]` and `{}` operators"
Araq
2013-05-27
1
-12
/
+8
*
|
Revert "static and default params for generics"
Araq
2013-05-27
4
-92
/
+61
*
|
Revert "fix tforwardgeneric"
Araq
2013-05-27
4
-8
/
+6
*
|
Revert "fix threading tests"
Araq
2013-05-27
2
-17
/
+9
*
|
Revert "further fixes for void stripping. fixes tvoid."
Araq
2013-05-27
1
-25
/
+20
*
|
Revert "more test made green"
Araq
2013-05-27
6
-96
/
+89
*
|
Revert "test cases for the new features"
Araq
2013-05-27
4
-78
/
+4
|
/
*
test cases for the new features
Zahary Karadjov
2013-05-26
4
-4
/
+78
*
more test made green
Zahary Karadjov
2013-05-26
6
-89
/
+96
*
further fixes for void stripping. fixes tvoid.
Zahary Karadjov
2013-05-26
1
-20
/
+25
*
fix threading tests
Zahary Karadjov
2013-05-26
2
-9
/
+17
*
fix tforwardgeneric
Zahary Karadjov
2013-05-26
4
-6
/
+8
*
static and default params for generics
Zahary Karadjov
2013-05-26
4
-61
/
+92
*
allow keyword params for the `[]` and `{}` operators
Zahary Karadjov
2013-05-26
1
-8
/
+12
*
allow `void` as a field type
Zahary Karadjov
2013-05-26
2
-26
/
+42
*
bugfix: emulated thread vars used in combination with the mark & sweep GC
Zahary Karadjov
2013-05-26
3
-4
/
+11
*
fixes #267
Zahary Karadjov
2013-05-26
5
-97
/
+184
*
fixes #411
Araq
2013-05-26
1
-8
/
+12
*
implements #448
Araq
2013-05-26
1
-3
/
+10
*
implements #397
Araq
2013-05-26
2
-1
/
+13
*
preparations for version 0.9.4
Araq
2013-05-25
2
-1
/
+27
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-05-25
1
-2
/
+5
|
\
|
*
Fixed overflow in sockets.parseIP4.
Dominik Picheta
2013-05-24
1
-2
/
+5
*
|
added FAQ about 'proc'
Araq
2013-05-25
2
-8
/
+12
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-05-24
3
-4
/
+124
|
\
|
*
Merge pull request #445 from gradha/pr_web_improvements
Araq
2013-05-23
3
-4
/
+124
|
|
\
|
|
*
Implements basic rss generation for website news.
Grzegorz Adam Hankiewicz
2013-05-23
2
-3
/
+122
|
|
*
Adds link to irc logs.
Grzegorz Adam Hankiewicz
2013-05-22
1
-1
/
+2
|
|
/
[next]