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 (
Collapse
)
Author
Age
Files
Lines
*
fixes #100
Araq
2012-03-10
1
-8
/
+8
|
*
win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses ↵
Araq
2012-03-04
1
-2
/
+0
|
|
|
|
wide char versions of the WinAPI
*
added 'system.shallow'
Araq
2012-02-09
1
-1
/
+10
|
*
version 0.8.14
Araq
2012-02-09
1
-12
/
+7
|
*
further steps for closure support
Araq
2012-02-08
1
-2
/
+2
|
*
further steps for closure support
Araq
2012-02-06
1
-2
/
+1
|
*
further steps to closure support
Araq
2012-02-06
1
-4
/
+10
|
*
closure implementation: first steps
Araq
2012-02-04
1
-2
/
+8
|
*
bugfix: reprEnum
Araq
2012-02-02
1
-2
/
+1
|
*
fixes #98
Araq
2012-01-29
1
-2
/
+2
|
*
bugfix tests/tzeroarray
Araq
2012-01-29
1
-0
/
+1
|
*
pragma on/off improvements; endb rewritten
Araq
2012-01-28
1
-0
/
+2
|
*
pragma blocks; fixed line information issue with user defined assertions
Araq
2012-01-17
1
-1
/
+0
|
*
niminst: bugfixes; documentation changes
Araq
2012-01-15
1
-2
/
+1
|
*
niminst: diverse improvements; fixes #80
Araq
2012-01-13
1
-0
/
+1
|
*
bugfix: invalid indentation for 'else' is detected; optional indentation for ↵
Araq
2012-01-13
1
-1
/
+2
|
|
|
|
'if' expressions
*
bugfix: tests/reject/tnoinst.nim is now rejected properly
Araq
2012-01-13
1
-1
/
+1
|
*
even more sys assertions
Araq
2012-01-13
1
-1
/
+1
|
*
more sysasserts for allocator/gc
Araq
2012-01-12
1
-6
/
+2
|
*
further steps to eliminate generics bugs
Araq
2012-01-11
1
-1
/
+5
|
*
unsuccessful phantom bug hunting
Araq
2012-01-08
1
-1
/
+1
|
*
implicit invokation of items/pairs iterators
Araq
2012-01-08
1
-3
/
+1
|
*
bugfix: removed newSons legacy
Araq
2012-01-07
1
-2
/
+2
|
*
test t99bott.nim works now
Araq
2012-01-06
1
-0
/
+1
|
*
implemented incompleteStruct pragma; embedded debugger works with posix module
Araq
2012-01-05
1
-2
/
+1
|
*
C sources regenerated for new len(openarray) header that catches more bugs; ↵
Araq
2012-01-03
1
-5
/
+5
|
|
|
|
symbol files should work again
*
bugfix: +1 unnecessary in resizeString; caused annoying reallocations for ↵
Araq
2012-01-02
1
-1
/
+0
|
|
|
|
strings created with 'newStringOfCap'
*
serious allocator bugfixes
Araq
2012-01-02
1
-1
/
+1
|
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-0
/
+4
|
*
critbits added to stdlib
Araq
2011-12-30
1
-1
/
+0
|
*
c2nim: bugfix: 'type x[10];' was not parsed properly
Araq
2011-12-30
1
-1
/
+0
|
*
GC stack scanning cares about interior pointers
Araq
2011-12-30
1
-1
/
+3
|
*
fixed small typos for subexes docs
Araq
2011-12-27
1
-3
/
+1
|
*
added support for advanced substitution expressions
Araq
2011-12-27
1
-0
/
+1
|
*
generated scripts do no contain paths anymore; regenerated C sources
Araq
2011-12-23
1
-1
/
+0
|
*
bugfix: the code gen can now handle alias TLock = TSysLock; this fixes ↵
Araq
2011-12-23
1
-0
/
+1
|
|
|
|
threading bugs
*
code gen can generate code to keep alive stack roots
Araq
2011-12-22
1
-5
/
+4
|
*
C code gen: generate even better code for the GC
Araq
2011-12-12
1
-6
/
+5
|
*
c2nim compiles again
Araq
2011-12-12
1
-0
/
+1
|
*
compiler takes advantage of 'new(Obj|New)RC1
Araq
2011-12-12
1
-0
/
+4
|
*
compiler generates volatile temps to keep C compiler from optimizing away ↵
Araq
2011-12-12
1
-3
/
+0
|
|
|
|
stack roots
*
codegen uses alias analysis to generate better code
Araq
2011-12-10
1
-4
/
+2
|
*
alias analysis as required for the code gen and the HLO
Araq
2011-12-08
1
-1
/
+1
|
*
'assert' is now implemented without compiler magic
Araq
2011-12-04
1
-1
/
+2
|
*
cleaned up configuration file handling and documented the new behaviour
Araq
2011-11-30
1
-2
/
+1
|
*
implemented 'let' statement
Araq
2011-11-29
1
-7
/
+4
|
*
further steps to get rid of deprecated endOfFile and readLine
Araq
2011-11-29
1
-0
/
+1
|
*
argument passing with --run option works again
Araq
2011-11-27
1
-1
/
+0
|
*
fixes #31
Araq
2011-11-27
1
-0
/
+1
|
*
todo changes
Araq
2011-11-26
1
-0
/
+5
|
[next]