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
path:
root
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
fixes #277; documentation improvements
Araq
2012-12-17
2
-2
/
+4
|
*
don't invoke destructors for .global. variables
Araq
2012-12-16
1
-1
/
+2
|
*
some fixes for generic first class iterators
Araq
2012-12-15
3
-10
/
+11
|
*
fixes #271
Araq
2012-12-15
5
-32
/
+47
|
*
lazy paths for Babel support
Araq
2012-12-11
6
-21
/
+55
|
*
improvements for --babelPath
Araq
2012-12-09
2
-5
/
+20
|
*
made some tests green; some small bugfixes
Araq
2012-12-09
1
-1
/
+1
|
*
compiler support for babel
Araq
2012-12-07
3
-19
/
+93
|
*
replaced recursivePath with shallowPath for Babel
Araq
2012-12-06
1
-3
/
+2
|
*
implemented AST based overloading
Araq
2012-12-06
3
-7
/
+19
|
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-12-06
10
-27
/
+66
|
|
\
|
|
*
fixes #269
Araq
2012-12-05
2
-0
/
+5
|
|
*
fixes #266
Araq
2012-12-05
1
-2
/
+0
|
|
*
implemented generic converters
Araq
2012-12-05
3
-5
/
+30
|
|
*
constraint now part of the parameter symbol and not of the type
Araq
2012-12-05
6
-18
/
+22
|
|
*
disable SSLv2_method for ubuntu
Araq
2012-12-03
1
-3
/
+3
|
|
*
bugfix: 'not nil' and 'shared' types
Araq
2012-12-02
1
-1
/
+8
|
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-12-02
4
-265
/
+573
|
|
\
|
|
|
*
dont use unsafeNew in ropes.nim for now
Araq
2012-12-02
1
-245
/
+512
|
|
*
first version of ropes.nim with unsafeNew (broken)
Araq
2012-12-02
4
-60
/
+101
|
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-12-02
3
-40
/
+79
|
|
\
|
|
|
*
implements 'export' feature
Araq
2012-12-01
3
-37
/
+74
|
|
*
implements 'import dir/module' without quotes
Araq
2012-11-30
1
-3
/
+5
|
*
|
resolved conflicts
Araq
2012-11-30
10
-94
/
+95
|
|
\
|
|
|
*
implemented 'import except'
Araq
2012-11-28
10
-91
/
+91
|
|
*
bugfix: better implict 'items' support
Araq
2012-11-28
2
-6
/
+6
|
*
|
bugfix: implicit items/pairs work better
Araq
2012-11-28
1
-3
/
+4
|
|
/
|
*
first steps for the 'export' feature
Araq
2012-11-28
3
-25
/
+30
*
|
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
1
-1
/
+1
*
|
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
1
-0
/
+1
*
|
minor bug fixes to make some tests green
Zahary Karadjov
2013-01-21
2
-2
/
+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
5
-38
/
+34
*
|
fixes the recently discovered GC memory leaks
Zahary Karadjov
2012-12-20
3
-44
/
+63
*
|
adds an option to interleave the generated code with snippets from the origin...
Zahary Karadjov
2012-12-02
7
-85
/
+136
*
|
track the "owner" heap object in the ref write barrier
Zahary Karadjov
2012-12-01
3
-8
/
+27
*
|
temporary debugging code for the memory leak investigation
Zahary Karadjov
2012-11-28
6
-9
/
+80
*
|
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
6
-70
/
+80
*
|
[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
16
-135
/
+169
|
/
*
fixed recently introduced parser bugs
Araq
2012-11-26
1
-2
/
+2
*
'return' for first class iterators
Araq
2012-11-26
3
-18
/
+30
*
next steps for first class iterators
Araq
2012-11-26
5
-3
/
+14
[prev]
[next]