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
Commit message (
Expand
)
Author
Age
Files
Lines
*
test t99bott.nim works now
Araq
2012-01-06
4
-25
/
+24
*
implemented incompleteStruct pragma; embedded debugger works with posix module
Araq
2012-01-05
19
-47
/
+85
*
fixed some tests
Araq
2012-01-03
2
-6
/
+2
*
bugfix: tester should compile again
Araq
2012-01-03
1
-1
/
+1
*
C sources regenerated for new len(openarray) header that catches more bugs; s...
Araq
2012-01-03
5
-13
/
+18
*
io test uses dummy compile result object
Araq
2012-01-02
1
-1
/
+3
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-01-02
3
-13
/
+6
|
\
|
*
Merge pull request #86 from Tass/master
Araq
2012-01-02
3
-13
/
+6
|
|
\
|
|
*
removed """ so unittest can handle it
Simon Hafner
2012-01-02
1
-6
/
+1
|
|
*
fixed the io tests so they run as intended
Simon Hafner
2011-12-31
3
-7
/
+5
*
|
|
bugfix: +1 unnecessary in resizeString; caused annoying reallocations for str...
Araq
2012-01-02
3
-6
/
+5
|
/
/
*
|
serious allocator bugfixes
Araq
2012-01-02
2
-4
/
+11
*
|
year 2012 for most copyright headers
Araq
2012-01-02
174
-184
/
+187
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-12-31
1
-0
/
+1
|
\
|
*
Disabled io tests because it blocks indefinitely.
dom96
2011-12-31
1
-0
/
+1
*
|
new len(openarray) implementation
Araq
2011-12-31
4
-5
/
+22
|
/
*
Merge pull request #84 from Tass/master
Araq
2011-12-31
1
-0
/
+1
|
\
|
*
forgot to add tests/testdata/string
Simon Hafner
2011-12-31
1
-0
/
+1
*
|
MAP_ANONYMOUS is not always 0x20 for linux; changed the tests
Araq
2011-12-31
3
-9
/
+20
*
|
changed io tests
Araq
2011-12-31
2
-2
/
+6
*
|
sysio: got rid of now unnecessary length check
Araq
2011-12-31
1
-2
/
+0
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-12-31
5
-22
/
+93
|
\
\
|
*
|
Merge pull request #79 from Tass/master
Araq
2011-12-31
5
-22
/
+93
|
|
\
|
|
|
*
compileSingleTest instead of direct callCompiler
Simon Hafner
2011-12-30
1
-1
/
+1
|
|
*
fixes for readAll
Simon Hafner
2011-12-30
4
-22
/
+38
|
|
*
implemented readAll()
Simon Hafner
2011-12-22
4
-22
/
+77
*
|
|
improved actors.sync
Araq
2011-12-31
2
-2
/
+78
*
|
|
windows module should now compile for all CPUs
Araq
2011-12-31
1
-2
/
+16
*
|
|
make trecinca|b tests green
Araq
2011-12-31
6
-6
/
+11
|
/
/
*
|
critbits added to stdlib
Araq
2011-12-30
3
-3
/
+28
*
|
bugfix: preliminary symbol declaration in first pass of generics
Araq
2011-12-30
3
-10
/
+17
*
|
GC: use simple balanced tree instead of AVL tree
Araq
2011-12-30
7
-240
/
+409
*
|
c2nim: bugfix: 'type x[10];' was not parsed properly
Araq
2011-12-30
3
-6
/
+3
*
|
GC: AVL tree uses unsigned comparisons
Araq
2011-12-30
1
-7
/
+7
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-12-30
1
-16
/
+23
|
\
\
|
*
\
Merge pull request #83 from Amrykid/f449d2b7611b4d945eabe03ffb52b5235c544d80
Araq
2011-12-29
1
-16
/
+23
|
|
\
\
|
|
*
|
Fixed the documentation for events.nim.
Amrykid
2011-12-29
1
-16
/
+18
|
|
*
|
Added containsHandler to events.nim
Amrykid
2011-12-29
1
-0
/
+5
*
|
|
|
GC stack scanning cares about interior pointers
Araq
2011-12-30
10
-29
/
+328
|
/
/
/
*
|
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-12-27
3
-5
/
+99
|
\
\
\
|
*
|
|
Merge pull request #81 from Amrykid/master
Araq
2011-12-27
3
-5
/
+99
|
|
\
|
|
|
|
*
|
Documentation comments + slight code modifications to zipfiles.nim.
Amrykid
2011-12-27
2
-6
/
+7
|
|
*
|
Allowed waitForExit to have a specified timeout. (osproc.nim)
Amrykid
2011-12-27
1
-2
/
+5
|
|
*
|
Last bits, etc.
Amrykid
2011-12-27
1
-2
/
+4
|
|
*
|
Final bits added. Needs testing.
Amrykid
2011-12-25
1
-15
/
+30
|
|
*
|
- Koch update is nearly finished.
Amrykid
2011-12-24
1
-12
/
+43
|
|
*
|
- Added extractFile and extractAll to zipfiles.nim
Amrykid
2011-12-24
2
-0
/
+42
*
|
|
|
fixed small typos for subexes docs
Araq
2011-12-27
2
-5
/
+3
|
/
/
/
*
/
/
added support for advanced substitution expressions
Araq
2011-12-27
8
-113
/
+566
|
/
/
*
|
bugfix: compiler errors for explicit initialization of thread local variables...
Araq
2011-12-23
3
-4
/
+9
[next]