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
/
ast.nim
Commit message (
Collapse
)
Author
Age
Files
Lines
*
added system.slurp for easy embedding of resources
Araq
2011-08-10
1
-1
/
+1
|
*
support for C++ code generation; importcpp and importobjc pragmas
Araq
2011-08-07
1
-5
/
+7
|
*
preparation for new 'is' operator; breaks bootstrapping again, sorry (use ↵
Araq
2011-07-31
1
-1
/
+2
|
|
|
|
generated C code)
*
bugfix: 'final' not passed to generic
Araq
2011-07-29
1
-11
/
+9
|
*
bugfixes; step one for 'var T' as return type support
Araq
2011-07-28
1
-3
/
+3
|
*
bugfix: 'set' overloadable; further steps for multi threading support
Araq
2011-07-08
1
-4
/
+5
|
*
importCompilerProc pragma introduced because the hacks for typeinfo.nim did ↵
Araq
2011-06-27
1
-1
/
+2
|
|
|
|
not suffice
*
zipfiles compiles again; added system.shallowCopy
Araq
2011-06-20
1
-1
/
+1
|
*
intsets are now a proper module and part of the stdlib
Araq
2011-06-14
1
-141
/
+3
|
*
first (non working) implementation of global thread analysis
Araq
2011-06-13
1
-1
/
+2
|
*
got rid of nstrtabs and nhashes modules
Araq
2011-06-10
1
-1
/
+1
|
*
Added typeinfo module
dom96
2011-06-09
1
-1
/
+1
|
*
newStringOfCap implemented and used to optimize some procs
Araq
2011-05-08
1
-1
/
+3
|
*
cleaned up the tests; fixes #30; fixes #26
Araq
2011-05-01
1
-1
/
+1
|
*
const table support
Araq
2011-04-29
1
-0
/
+4
|
*
big repo cleanup
Araq
2011-04-12
1
-0
/
+1137