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
*
nicer error messages for used keywords as identifiers
Araq
2011-06-19
2
-3
/
+7
*
bugfix: empty object case branches produce an error
Araq
2011-06-19
1
-1
/
+5
*
bugfix: typeinfo generation for tuples
Araq
2011-06-19
4
-31
/
+24
*
got rid of unsound co/contravariance in procvars
Araq
2011-06-17
1
-33
/
+34
*
bugfix: proper return types for templates
Araq
2011-06-15
1
-15
/
+18
*
tuple unpacking is not enforced in for loops anymore
Araq
2011-06-15
2
-3
/
+8
*
compiler can emulate thread local variables
Araq
2011-06-15
5
-89
/
+112
*
bugfix: endless loop in parser; added sphinx wrapper
Araq
2011-06-14
1
-0
/
+1
*
intsets are now a proper module and part of the stdlib
Araq
2011-06-14
19
-271
/
+110
*
further improvements for thread analysis
Araq
2011-06-13
5
-14
/
+34
*
basic thread analysis working
Araq
2011-06-13
7
-42
/
+67
*
first (non working) implementation of global thread analysis
Araq
2011-06-13
5
-6
/
+335
*
implemented tables.add
Araq
2011-06-11
1
-8
/
+0
*
got rid of nstrtabs and nhashes modules
Araq
2011-06-10
19
-350
/
+41
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-06-10
2
-1
/
+6
|
\
|
*
Added typeinfo module
dom96
2011-06-09
2
-1
/
+6
*
|
Bugfix: no #line dir with 0 generated
Araq
2011-06-10
3
-10
/
+5
|
/
*
basic generic collections implemented and tested
Araq
2011-06-07
1
-4
/
+4
*
bugfix: generic instantiation across module boundaries
Araq
2011-06-06
3
-27
/
+31
*
overloading of [] for derefence operation should be possible now
Araq
2011-06-05
2
-5
/
+7
*
threads clean up their heap
Araq
2011-06-04
2
-3
/
+9
*
bugfixes for semantic checking; thread implementation pushed the compiler
Araq
2011-06-04
2
-42
/
+54
*
first steps to thread local heaps
Araq
2011-06-02
3
-10
/
+21
*
lexer, parser cleanup; boehm gc for mac os x
Araq
2011-05-17
4
-98
/
+97
*
further steps for thread support; bootstrapping should require unzip C source...
Araq
2011-05-16
4
-59
/
+106
*
deprecated system.copy: use system.substr instead
Araq
2011-05-14
14
-34
/
+34
*
got rid of isLifted
Araq
2011-05-14
1
-7
/
+0
*
newStringOfCap implemented and used to optimize some procs
Araq
2011-05-08
4
-5
/
+15
*
gc tweaking to gain a few percent of performance
Araq
2011-05-07
4
-42
/
+26
*
fixes #12
Araq
2011-05-02
1
-58
/
+43
*
cleaned up the tests; fixes #30; fixes #26
Araq
2011-05-01
14
-163
/
+114
*
const table support
Araq
2011-04-29
11
-50
/
+104
*
c2nim compiles again
Araq
2011-04-23
1
-1
/
+1
*
slice support in system.nim; syntactic sugar for tables; cleanup of grammar/p...
Araq
2011-04-23
2
-88
/
+51
*
parser got rid of cruft
Araq
2011-04-22
1
-32
/
+9
*
slices are first class citizens
Araq
2011-04-22
5
-75
/
+67
*
grammar changes for table constructor: second part
Araq
2011-04-21
2
-3
/
+28
*
grammar changes for table constructor: first part
Araq
2011-04-21
1
-17
/
+24
*
got rid of some arcane module names
Araq
2011-04-21
31
-1245
/
+59
*
:= templatable; lexer improvements
Araq
2011-04-17
7
-157
/
+94
*
better error message for invalid module names
Araq
2011-04-16
2
-1
/
+3
*
big repo cleanup
Araq
2011-04-12
90
-0
/
+39751