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
/
semexprs.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
added system.slurp for easy embedding of resources
Araq
2011-08-10
1
-0
/
+16
*
support for C++ code generation; importcpp and importobjc pragmas
Araq
2011-08-07
1
-1
/
+1
*
'var T' for iterators
Araq
2011-07-31
1
-0
/
+9
*
void type for generics
Araq
2011-07-31
1
-10
/
+0
*
'is' operator for generic code
Araq
2011-07-31
1
-16
/
+7
*
preparation for new 'is' operator; breaks bootstrapping again, sorry (use gen...
Araq
2011-07-31
1
-2
/
+22
*
bugfix: 'final' not passed to generic
Araq
2011-07-29
1
-1
/
+1
*
bugfixes; step one for 'var T' as return type support
Araq
2011-07-28
1
-23
/
+65
*
old pointer deref operator completely removed
Araq
2011-07-23
1
-2
/
+2
*
bugfix: 'set' overloadable; further steps for multi threading support
Araq
2011-07-08
1
-26
/
+25
*
bugfix: shallowCopy should not break bootstrapping anymore; encodings.nim for...
Araq
2011-06-21
1
-5
/
+9
*
zipfiles compiles again; added system.shallowCopy
Araq
2011-06-20
1
-66
/
+139
*
intsets are now a proper module and part of the stdlib
Araq
2011-06-14
1
-3
/
+2
*
further improvements for thread analysis
Araq
2011-06-13
1
-5
/
+2
*
basic thread analysis working
Araq
2011-06-13
1
-1
/
+2
*
first (non working) implementation of global thread analysis
Araq
2011-06-13
1
-0
/
+6
*
basic generic collections implemented and tested
Araq
2011-06-07
1
-4
/
+4
*
bugfix: generic instantiation across module boundaries
Araq
2011-06-06
1
-9
/
+14
*
overloading of [] for derefence operation should be possible now
Araq
2011-06-05
1
-3
/
+5
*
threads clean up their heap
Araq
2011-06-04
1
-0
/
+2
*
cleaned up the tests; fixes #30; fixes #26
Araq
2011-05-01
1
-17
/
+15
*
slice support in system.nim; syntactic sugar for tables; cleanup of grammar/p...
Araq
2011-04-23
1
-39
/
+28
*
slices are first class citizens
Araq
2011-04-22
1
-11
/
+17
*
big repo cleanup
Araq
2011-04-12
1
-0
/
+1092