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
/
lookups.nim
Commit message (
Collapse
)
Author
Age
Files
Lines
*
next steps for closure consistency; fixes #176
Araq
2012-07-25
1
-1
/
+1
|
*
bugfix: UFCS for templates (ttempl3.nim enhanced)
Araq
2012-05-27
1
-10
/
+11
|
*
genSym support for hygienic macros and templates.
Zahary Karadjov
2012-03-26
1
-1
/
+6
|
|
|
|
|
|
|
|
|
example: template hygienic(val: expr) = var `*x` = val echo `*x` *x was chosen as mnemonic for "opposite of public" and thus private
*
allowing definitions of procs and templates to be overridden in local scopes
Zahary Karadjov
2012-03-14
1
-2
/
+9
|
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
|
*
bugfix: preliminary symbol declaration in first pass of generics
Araq
2011-12-30
1
-1
/
+4
|
*
bugfix: the code gen can now handle alias TLock = TSysLock; this fixes ↵
Araq
2011-12-23
1
-1
/
+1
|
|
|
|
threading bugs
*
support for C++ code generation; importcpp and importobjc pragmas
Araq
2011-08-07
1
-2
/
+2
|
*
bugfix: forwarding of generic procs now works
Araq
2011-07-30
1
-1
/
+1
|
*
preparations for 0.8.12
Araq
2011-07-10
1
-4
/
+4
|
*
intsets are now a proper module and part of the stdlib
Araq
2011-06-14
1
-8
/
+8
|
*
cleaned up the tests; fixes #30; fixes #26
Araq
2011-05-01
1
-30
/
+44
|
*
got rid of some arcane module names
Araq
2011-04-21
1
-1
/
+1
|
*
big repo cleanup
Araq
2011-04-12
1
-0
/
+234