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
/
todo.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
nicer error messages for used keywords as identifiers
Araq
2011-06-19
1
-1
/
+0
*
bugfix: empty object case branches produce an error
Araq
2011-06-19
1
-1
/
+0
*
tests/reject/temptycaseobj.nim
Araq
2011-06-19
1
-4
/
+1
*
bugfix: typeinfo generation for tuples
Araq
2011-06-19
1
-6
/
+6
*
got rid of unsound co/contravariance in procvars
Araq
2011-06-17
1
-4
/
+1
*
pegs module: bugfixes for the anchor ^; pegs.replace now does what the docs say
Araq
2011-06-16
1
-8
/
+9
*
added encodings stdlib
Araq
2011-06-16
1
-3
/
+2
*
bugfix: proper return types for templates
Araq
2011-06-15
1
-6
/
+5
*
tuple unpacking is not enforced in for loops anymore
Araq
2011-06-15
1
-1
/
+0
*
compiler can emulate thread local variables
Araq
2011-06-15
1
-32
/
+17
*
intsets are now a proper module and part of the stdlib
Araq
2011-06-14
1
-1
/
+1
*
further improvements for thread analysis
Araq
2011-06-13
1
-2
/
+0
*
basic thread analysis working
Araq
2011-06-13
1
-1
/
+3
*
first (non working) implementation of global thread analysis
Araq
2011-06-13
1
-3
/
+0
*
implemented tables.add
Araq
2011-06-11
1
-1
/
+2
*
Bugfix: no #line dir with 0 generated
Araq
2011-06-10
1
-1
/
+2
*
basic generic collections implemented and tested
Araq
2011-06-07
1
-3
/
+15
*
bugfix: generic instantiation across module boundaries
Araq
2011-06-06
1
-3
/
+2
*
threads clean up their heap
Araq
2011-06-04
1
-11
/
+1
*
first steps to thread local heaps
Araq
2011-06-02
1
-1
/
+9
*
pthread_key_t is respected to be an opaque type ...
Araq
2011-05-20
1
-1
/
+2
*
further progress for multi-threading
Araq
2011-05-19
1
-2
/
+11
*
further steps for thread support; bootstrapping should require unzip C source...
Araq
2011-05-16
1
-3
/
+1
*
threadvar alternative
Araq
2011-05-09
1
-1
/
+1
*
gc tweaking to gain a few percent of performance
Araq
2011-05-07
1
-5
/
+4
*
fixes #12
Araq
2011-05-02
1
-3
/
+1
*
cleaned up the tests; fixes #30; fixes #26
Araq
2011-05-01
1
-2
/
+2
*
const table support
Araq
2011-04-29
1
-1
/
+3
*
bugfix: times.epochTime
Araq
2011-04-25
1
-11
/
+2
*
slice support in system.nim; syntactic sugar for tables; cleanup of grammar/p...
Araq
2011-04-23
1
-3
/
+2
*
slices are first class citizens
Araq
2011-04-22
1
-1
/
+1
*
p[] instead of p^
Araq
2011-04-11
1
-6
/
+5
*
p[] instead of p^
Araq
2011-04-11
1
-2
/
+1
*
todo.txt changes
Araq
2011-04-04
1
-0
/
+1
*
added another system.open; bugfix: koch clean may not break .git dirs anymore
Araq
2011-04-03
1
-0
/
+1
*
ugh, maybe broke git
Araq
2011-04-01
1
-5
/
+4
*
some little bugfixes
Araq
2011-03-27
1
-1
/
+1
*
Merge branch 'master' of https://github.com/Tass/Nimrod into Tass-master
Araq
2011-03-24
1
-1
/
+0
|
\
|
*
+ documentation for implicit conversions
Simon Hafner
2011-03-18
1
-1
/
+0
*
|
bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmas
Araq
2011-03-23
1
-7
/
+4
*
|
linearScanEnd pragma; string case statement optimization
Araq
2011-03-14
1
-1
/
+0
|
/
*
distinction between re.replace and re.replacef; speed improvements for re module
Araq
2011-03-06
1
-2
/
+7
*
various bugfixes for generics; added generic sort proc
Araq
2011-03-03
1
-1
/
+0
*
--stdout support; idetools implemented
Araq
2011-02-25
1
-2
/
+1
*
suggest: improvements
Araq
2011-02-23
1
-0
/
+1
*
next steps to perfect 'suggest'
Araq
2011-02-22
1
-2
/
+1
*
somewhat better 'suggest'
Araq
2011-02-21
1
-2
/
+2
*
tests themselves contain the expected result
Araq
2011-02-20
1
-1
/
+0
*
first implementation of suggest
Araq
2011-02-16
1
-2
/
+2
*
bugfix: readline wrapper; bugfix: evaluation of type conversions
Araq
2011-02-14
1
-0
/
+1
[next]