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
...
|
*
|
|
some fixes for generic first class iterators
Araq
2012-12-15
4
-11
/
+12
|
*
|
|
fixes #271
Araq
2012-12-15
9
-38
/
+54
|
|
/
/
|
*
/
lazy paths for Babel support
Araq
2012-12-11
8
-23
/
+57
|
|
/
|
*
improvements for --babelPath
Araq
2012-12-09
3
-11
/
+24
|
*
small documentation improvements
Araq
2012-12-09
3
-9
/
+10
|
*
made some tests green; some small bugfixes
Araq
2012-12-09
6
-7
/
+6
|
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-12-09
3
-20
/
+67
|
|
\
|
|
*
Fixes SSL implementation of sendAsync.
Dominik Picheta
2012-12-08
1
-2
/
+2
|
|
*
Fixes #268
Dominik Picheta
2012-12-08
3
-18
/
+65
|
*
|
documented AST overloading and some TR optimizations
Araq
2012-12-09
6
-10
/
+109
|
|
/
|
*
documentation improvements
Araq
2012-12-07
4
-17
/
+309
|
*
compiler support for babel
Araq
2012-12-07
5
-22
/
+108
|
*
replaced recursivePath with shallowPath for Babel
Araq
2012-12-06
3
-4
/
+5
|
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-12-06
2
-21
/
+122
|
|
\
|
|
*
Updated readme.
Dominik Picheta
2012-12-06
2
-21
/
+122
|
*
|
implemented AST based overloading
Araq
2012-12-06
5
-7
/
+41
|
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-12-06
21
-55
/
+174
|
|
\
|
|
|
*
fixes #269
Araq
2012-12-05
2
-0
/
+5
|
|
*
fixes #266
Araq
2012-12-05
2
-5
/
+1
|
|
*
implemented generic converters
Araq
2012-12-05
7
-7
/
+89
|
|
*
constraint now part of the parameter symbol and not of the type
Araq
2012-12-05
7
-21
/
+25
|
|
*
disable SSLv2_method for ubuntu
Araq
2012-12-03
3
-9
/
+13
|
|
*
bugfix: 'not nil' and 'shared' types
Araq
2012-12-02
5
-5
/
+23
|
|
*
Fixes error in httpclient.
Dominik Picheta
2012-12-02
1
-1
/
+1
|
|
*
Fixes SSL httpclient and problems with hidden path splitting in OS.
Dominik Picheta
2012-12-02
3
-13
/
+23
|
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-12-02
7
-270
/
+583
|
|
\
|
|
|
*
dont use unsafeNew in ropes.nim for now
Araq
2012-12-02
3
-247
/
+513
|
|
*
first version of ropes.nim with unsafeNew (broken)
Araq
2012-12-02
6
-63
/
+110
|
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-12-02
16
-133
/
+252
|
|
\
|
|
|
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-12-01
5
-88
/
+108
|
|
|
\
|
|
|
*
Fixed IRC test.
Dominik Picheta
2012-12-01
1
-5
/
+7
|
|
|
*
IRC module is now saner at the expense of a little API breakage.
Dominik Picheta
2012-12-01
5
-93
/
+111
|
|
*
|
implements 'export' feature
Araq
2012-12-01
10
-40
/
+137
|
|
*
|
implements 'import dir/module' without quotes
Araq
2012-11-30
3
-5
/
+7
|
|
|
/
|
*
|
resolved conflicts
Araq
2012-11-30
15
-113
/
+160
|
|
\
|
|
|
*
implemented 'import except'
Araq
2012-11-28
14
-95
/
+120
|
|
*
bugfix: better implict 'items' support
Araq
2012-11-28
4
-22
/
+42
|
*
|
bugfix: implicit items/pairs work better
Araq
2012-11-28
3
-4
/
+16
|
|
/
|
*
first steps for the 'export' feature
Araq
2012-11-28
5
-156
/
+95
*
|
few notes about the remaining problems with retired buffers
Zahary Karadjov
2013-01-27
2
-2
/
+8
*
|
remove any traces of the old global generics cache
Zahary Karadjov
2013-01-27
6
-109
/
+65
*
|
Fixed openssl lib path on Mac OS X;
Zahary Karadjov
2013-01-27
2
-6
/
+6
*
|
another path-related regression in ecmasgen
Zahary Karadjov
2013-01-27
1
-2
/
+1
*
|
fixed a regression in `nimrod i`
Zahary Karadjov
2013-01-27
2
-3
/
+4
*
|
Disabled mark-and-sweep in the compiler itself
Zahary Karadjov
2013-01-22
2
-8
/
+34
*
|
minor bug fixes to make some tests green
Zahary Karadjov
2013-01-21
3
-4
/
+8
*
|
fixed a regression: compiling projects not residing in the current directory
Zahary Karadjov
2013-01-20
4
-19
/
+18
*
|
cleaned up some debugging code
Zahary Karadjov
2013-01-20
8
-111
/
+67
*
|
fixes the recently discovered GC memory leaks
Zahary Karadjov
2012-12-20
12
-357
/
+1932
*
|
adds an option to interleave the generated code with snippets from the origin...
Zahary Karadjov
2012-12-02
9
-85
/
+149
[prev]
[next]