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
...
|
|
*
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
*
|
track the "owner" heap object in the ref write barrier
Zahary Karadjov
2012-12-01
4
-8
/
+98
*
|
temporary debugging code for the memory leak investigation
Zahary Karadjov
2012-11-28
10
-25
/
+125
*
|
disables the compile-time rope formatting during bootstrapping
Zahary Karadjov
2012-11-28
7
-212
/
+227
*
|
first batch of rope code converted to `rfmt`
Zahary Karadjov
2012-11-28
5
-95
/
+91
*
|
experimental compile-time rope formatting code
Zahary Karadjov
2012-11-28
3
-4
/
+102
*
|
store the instantiation cache in the generic symbol
Zahary Karadjov
2012-11-28
7
-71
/
+95
*
|
[caas] first version that actually works (still has a lot of logical memory l...
Zahary Karadjov
2012-11-28
9
-63
/
+260
*
|
CaaS in-memory caching
Zahary Karadjov
2012-11-28
23
-215
/
+299
*
|
caas is now drivable through stdin
Zahary Karadjov
2012-11-28
18
-137
/
+176
|
/
*
fixed recently introduced parser bugs
Araq
2012-11-26
1
-2
/
+2
*
'return' for first class iterators
Araq
2012-11-26
6
-21
/
+80
*
next steps for first class iterators
Araq
2012-11-26
7
-7
/
+16
*
parser support for 'not nil' annotation
Araq
2012-11-25
2
-52
/
+63
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-11-25
3
-13
/
+21
|
\
|
*
Merge pull request #262 from gradha/pr_adds_some_documentation_to_db_modules
Araq
2012-11-24
3
-13
/
+21
|
|
\
|
|
*
Documents NULL to "" db_* transformation and return values.
Grzegorz Adam Hankiewicz
2012-11-24
3
-13
/
+21
*
|
|
first steps for 'not nil' annotation
Araq
2012-11-25
7
-69
/
+127
|
/
/
*
|
added missing type flags
Araq
2012-11-23
4
-14
/
+24
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-11-22
2
-0
/
+75
|
\
\
|
*
|
added 2 GC leak test cases
Zahary Karadjov
2012-11-22
2
-0
/
+75
*
|
|
'iterator' as type description
Araq
2012-11-22
2
-3
/
+9
[prev]
[next]