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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
bugfix: invalid indentation for 'else' is detected; optional indentation for ...
Araq
2012-01-13
1
-0
/
+27
*
bugfix: tests/reject/tnoinst.nim is now rejected properly
Araq
2012-01-13
1
-0
/
+16
*
even more sys assertions
Araq
2012-01-13
1
-25
/
+14
*
more sysasserts for allocator/gc
Araq
2012-01-12
1
-7
/
+12
*
further steps to eliminate generics bugs
Araq
2012-01-11
2
-2
/
+4
*
disabled tdatabind.nim as it's still to heavy for the compiler
Araq
2012-01-08
1
-0
/
+95
*
adapted titer4 test because of new implicit items/pairs iterators
Araq
2012-01-08
1
-2
/
+2
*
implicit invokation of items/pairs iterators
Araq
2012-01-08
1
-0
/
+4
*
fixes #33
Araq
2012-01-07
1
-19
/
+17
*
bugfix: type alias to generic; generic type not stripped away from for loop v...
Araq
2012-01-07
3
-0
/
+34
*
test t99bott.nim works now
Araq
2012-01-06
1
-4
/
+4
*
implemented incompleteStruct pragma; embedded debugger works with posix module
Araq
2012-01-05
1
-1
/
+8
*
fixed some tests
Araq
2012-01-03
2
-6
/
+2
*
io test uses dummy compile result object
Araq
2012-01-02
1
-1
/
+3
*
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
*
|
year 2012 for most copyright headers
Araq
2012-01-02
4
-4
/
+4
|
/
*
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
1
-0
/
+9
|
/
*
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
2
-4
/
+16
*
|
changed io tests
Araq
2011-12-31
2
-2
/
+6
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-12-31
3
-0
/
+37
|
\
\
|
*
|
Merge pull request #79 from Tass/master
Araq
2011-12-31
3
-0
/
+37
|
|
\
|
|
|
*
compileSingleTest instead of direct callCompiler
Simon Hafner
2011-12-30
1
-1
/
+1
|
|
*
fixes for readAll
Simon Hafner
2011-12-30
2
-3
/
+14
|
|
*
implemented readAll()
Simon Hafner
2011-12-22
2
-0
/
+26
*
|
|
improved actors.sync
Araq
2011-12-31
1
-0
/
+66
*
|
|
make trecinca|b tests green
Araq
2011-12-31
2
-2
/
+2
|
/
/
*
|
critbits added to stdlib
Araq
2011-12-30
1
-0
/
+28
*
|
added support for advanced substitution expressions
Araq
2011-12-27
1
-1
/
+1
|
/
*
fixed some recently introduced compilation errors in the standard library
Zahary Karadjov
2011-12-13
1
-1
/
+1
*
added binary trees benchmark
Araq
2011-12-12
1
-0
/
+54
*
Merge branch 'master' of github.com:Araq/Nimrod into upstream
Zahary Karadjov
2011-12-11
4
-38
/
+57
|
\
|
*
codegen uses alias analysis to generate better code
Araq
2011-12-10
1
-37
/
+37
|
*
fixes #71; sorry about the polling implementation
Araq
2011-12-05
3
-1
/
+20
*
|
proc arguments are in scope when the result type definition is being processed
Zahary Karadjov
2011-12-09
1
-0
/
+3
|
/
*
fixes 70
Araq
2011-12-04
1
-4
/
+4
*
'assert' is now implemented without compiler magic
Araq
2011-12-04
1
-0
/
+14
*
made 2 tests green
Araq
2011-11-30
2
-2
/
+2
*
cleaned up configuration file handling and documented the new behaviour
Araq
2011-11-30
1
-0
/
+3
*
implemented 'let' statement
Araq
2011-11-29
4
-9
/
+55
*
old 'readline' and 'endOfFile' not deprecated anymore; too convenient for 1 l...
Araq
2011-11-29
1
-1
/
+1
*
further steps to get rid of deprecated endOfFile and readLine
Araq
2011-11-29
2
-3
/
+3
*
fixes #31
Araq
2011-11-27
1
-0
/
+4
*
deprecated endOfFile and readLine
Araq
2011-11-25
1
-4
/
+4
*
fixed bug that kept tls emulation from working
Araq
2011-11-25
2
-17
/
+16
[next]