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
/
compile
Commit message (
Expand
)
Author
Age
Files
Lines
*
new tester; all tests categorized
Araq
2014-01-13
176
-5460
/
+0
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-01-13
6
-103
/
+215
|
\
|
*
progress towards fixing tgenericshardcases
Zahary Karadjov
2014-01-06
1
-9
/
+15
|
*
introduce tyFromExpr; fixes #618
Zahary Karadjov
2014-01-04
2
-0
/
+47
|
*
clean-up some obsolete code; close #602
Zahary Karadjov
2013-12-31
1
-0
/
+14
|
*
close #517
Zahary Karadjov
2013-12-31
1
-0
/
+10
|
*
Merge branch 'upstream' into devel
Zahary Karadjov
2013-12-29
3
-94
/
+129
|
|
\
|
|
*
integrate the logic of fixupProcType into ReplaceTypeVars
Zahary Karadjov
2013-12-29
1
-30
/
+30
|
|
*
make more tests green
Zahary Karadjov
2013-12-29
1
-64
/
+64
|
|
*
lift generic parameters from concrete composite type classes
Zahary Karadjov
2013-12-28
1
-6
/
+11
|
|
*
towards support for composite type classes such as seq[Number] and SquareMatr...
Zahary Karadjov
2013-12-27
1
-0
/
+30
*
|
|
case consistency improvements
Araq
2014-01-11
1
-4
/
+0
|
/
/
*
|
Merge branch 'vm2' of github.com:Araq/Nimrod into vm2
Araq
2013-12-24
4
-19
/
+24
|
\
\
|
*
|
new VM: globals kinda work
Araq
2013-12-13
1
-1
/
+1
|
*
|
new VM: improvements
Araq
2013-12-12
1
-3
/
+3
|
*
|
new VM: passes more tests
Araq
2013-12-06
1
-0
/
+4
|
*
|
Merge branch 'master' into vm2
Araq
2013-12-05
1
-0
/
+8
|
|
\
|
|
*
|
computed goto now works; some progress on the new VM
Araq
2013-10-25
1
-15
/
+16
*
|
|
Correct the spelling of the word 'implicitly'
Satish BD
2013-12-23
1
-1
/
+1
|
|
/
|
/
|
*
|
fixes #686
Araq
2013-11-29
1
-0
/
+8
|
/
*
fixed another semicolon related parsing bug
Araq
2013-10-02
1
-24
/
+0
*
resolved the conflict
Araq
2013-09-03
1
-18
/
+13
|
\
|
*
Merge branch 'type-classes' into upstream
Zahary Karadjov
2013-09-03
1
-18
/
+13
|
|
\
|
|
*
fix tcompiles
Zahary Karadjov
2013-08-27
1
-18
/
+13
*
|
|
better support for GNU's assembler
Araq
2013-09-03
1
-1
/
+1
|
/
/
*
|
fixes #554, fixes #179
Araq
2013-08-31
1
-0
/
+27
*
|
fixes #563
Araq
2013-08-31
1
-0
/
+14
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-08-30
2
-0
/
+117
|
\
|
|
*
implemented and documented the new typedesc binding rules
Zahary Karadjov
2013-08-23
1
-0
/
+87
|
*
Experimental support for delayed instantiation of generics
Zahary Karadjov
2013-08-23
1
-0
/
+30
*
|
fixes #572
Araq
2013-08-30
1
-0
/
+3
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-08-22
6
-72
/
+133
|
\
|
*
some steps to improve the type mismatches with the new
Zahary Karadjov
2013-08-19
1
-0
/
+10
|
*
Revert "Revert "made some tests green""
Zahary Karadjov
2013-08-19
2
-70
/
+70
|
*
Revert "Revert "fix tforwardgeneric""
Zahary Karadjov
2013-08-19
1
-2
/
+3
|
*
Revert "Revert "test cases for the new features""
Zahary Karadjov
2013-08-19
2
-0
/
+50
*
|
fixed and documented computedGoto pragma
Araq
2013-08-22
1
-2
/
+3
|
/
*
implemented computed goto support
Araq
2013-08-13
1
-0
/
+45
*
fixes #544
Araq
2013-07-24
1
-0
/
+12
*
fixes #501
Araq
2013-07-01
1
-0
/
+3
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-06-27
1
-3
/
+3
|
\
|
*
Fixed OSError + recvLine deprecation warnings.
Dominik Picheta
2013-06-27
1
-3
/
+3
*
|
fixes #488
Araq
2013-06-27
1
-0
/
+9
|
/
*
implemented dataflow analysis; activate via --warning[Uninit]:on
Araq
2013-06-04
1
-0
/
+4
*
fixes #458
Araq
2013-05-31
1
-3
/
+5
*
Revert "fix tforwardgeneric"
Araq
2013-05-27
1
-3
/
+2
*
Revert "more test made green"
Araq
2013-05-27
2
-71
/
+70
*
Revert "test cases for the new features"
Araq
2013-05-27
2
-50
/
+0
*
test cases for the new features
Zahary Karadjov
2013-05-26
2
-0
/
+50
*
more test made green
Zahary Karadjov
2013-05-26
2
-70
/
+71
[next]