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
*
documented hygienic templates; made tests green; fixed system.clamp
Araq
2012-08-22
1
-5
/
+14
*
breaking change: hygienic templates (undocumented)
Araq
2012-08-20
1
-1
/
+3
*
next steps to hygienic templates
Araq
2012-08-20
15
-74
/
+91
*
first steps to make templates hygienic
Araq
2012-08-20
18
-177
/
+464
*
bycopy/byref for object/tuple types
Araq
2012-08-16
3
-15
/
+27
*
openarray/varargs split; breaks bootstrapping
Araq
2012-08-16
6
-42
/
+45
*
bugfix: typo in actors.nim
Araq
2012-08-15
3
-0
/
+15
*
next steps for tyVarargs/tyOpenArray split
Araq
2012-08-14
13
-31
/
+44
*
more bugfixes for closures
Araq
2012-08-14
2
-5
/
+6
*
made tests green again
Araq
2012-08-14
5
-5
/
+16
*
first steps for varargs support
Araq
2012-08-13
2
-2
/
+15
*
top level closures should work; transf is not a pass anymore; next steps for ...
Araq
2012-08-13
13
-222
/
+287
*
borrow works with generics
Araq
2012-08-06
3
-41
/
+57
*
make idetools output full paths
Araq
2012-08-05
2
-1
/
+8
*
bugfix: dynlib for variables
Araq
2012-08-05
1
-2
/
+3
*
idetools: '--def' now works in 'x.f'
Araq
2012-08-05
3
-9
/
+9
*
idetools: 'usages' and 'def' should work now; documented js backend
Araq
2012-08-05
12
-108
/
+171
*
idetools: don't suggest module names or not visible object fields
Araq
2012-08-03
2
-18
/
+21
*
idetools improvements (2)
Araq
2012-08-03
3
-1
/
+3
*
idetools improvements
Araq
2012-08-03
10
-35
/
+53
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-08-02
2
-9
/
+16
|
\
|
*
DLL fixes for windows; fixes #175
Zahary Karadjov
2012-07-31
2
-9
/
+16
*
|
idetools improvements; preparation of first class iterators; fixes #183
Araq
2012-08-02
12
-36
/
+95
|
/
*
made compiler more robust for idetools; implemented idetools.usages
Araq
2012-07-30
10
-46
/
+94
*
made compiler more robust for idetools support
Araq
2012-07-30
11
-53
/
+94
*
more improvements for idetools
Araq
2012-07-30
3
-9
/
+15
*
better error handling for better idetools support
Araq
2012-07-29
12
-268
/
+377
*
better overloading capabilities for 'shallowCopy'; little bugfix for 'system....
Araq
2012-07-29
2
-12
/
+15
*
improvements for idetools; system.compiles improved
Araq
2012-07-29
6
-32
/
+100
*
added some support for Haiku
Araq
2012-07-29
2
-2
/
+7
*
more reliable NI/NU definitions
Araq
2012-07-28
1
-14
/
+3
*
fixes #178
Araq
2012-07-28
5
-13
/
+20
*
implements #173
Araq
2012-07-28
10
-34
/
+107
*
added warning for confusing var declarations
Araq
2012-07-26
4
-6
/
+19
*
no range checks for conversion to unsigned (but I may reconsider this)
Araq
2012-07-25
1
-1
/
+2
*
next steps for closure consistency; fixes #176
Araq
2012-07-25
5
-7
/
+17
*
fixes #172
Araq
2012-07-25
1
-1
/
+1
*
small bugfix: code generation for nil closures
Araq
2012-07-25
1
-17
/
+28
*
closure is now default calling convention for proc types
Araq
2012-07-24
1
-1
/
+1
*
bugfix: bind context for generics
Araq
2012-07-24
1
-3
/
+3
*
DLLs should work again; fixes #169
Araq
2012-07-24
1
-0
/
+2
*
optimizations for system.compiles
Araq
2012-07-20
3
-16
/
+25
*
added system.compiles
Araq
2012-07-20
4
-5
/
+39
*
got rid of some mAddU64 etc. magics
Araq
2012-07-20
4
-22
/
+12
*
fixed the rodfiles tests
Zahary Karadjov
2012-07-20
2
-2
/
+2
*
removed nimdat in favor of per-module dat init procs
Zahary Karadjov
2012-07-19
6
-75
/
+73
*
bugfix: name mangling of field names
Araq
2012-07-19
1
-2
/
+23
*
bugfixes for the symbol mangling; implements #129
Araq
2012-07-19
3
-12
/
+37
*
implemented #133
Araq
2012-07-19
1
-1
/
+25
*
bugfix: constraint matching for tyGenericInst; implements #130
Araq
2012-07-19
2
-2
/
+9
[next]