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
*
templates can access hidden fields
Araq
2013-12-25
2
-0
/
+18
*
Merge branch 'vm2' of github.com:Araq/Nimrod into vm2
Araq
2013-12-24
13
-30
/
+37
|
\
|
*
Merge branch 'master' into vm2
Araq
2013-12-13
2
-6
/
+24
|
|
\
|
*
|
new VM: globals kinda work
Araq
2013-12-13
2
-2
/
+2
|
*
|
new VM: improvements
Araq
2013-12-12
1
-3
/
+3
|
*
|
new VM: passes more tests
Araq
2013-12-06
1
-0
/
+4
|
*
|
makes 'reject' tests green
Araq
2013-12-05
7
-9
/
+11
|
*
|
bugfix: keywords are sorted
Araq
2013-12-05
1
-1
/
+1
|
*
|
Merge branch 'master' into vm2
Araq
2013-12-05
7
-3
/
+207
|
|
\
\
|
*
|
|
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
|
|
_
|
/
|
/
|
|
*
|
|
Commented out CAAS testing code.
Clay Sweetser
2013-12-12
1
-6
/
+6
*
|
|
use parseopt2 in parseopt2 test
Michał Zieliński
2013-12-10
1
-1
/
+1
*
|
|
Fix : and = precedence in parseopt.
Michał Zieliński
2013-12-10
1
-4
/
+5
*
|
|
Reimplement parseopt which parses arguments given as a sequence of strings, n...
Michał Zieliński
2013-12-09
1
-0
/
+17
|
|
/
|
/
|
*
|
fixes a regression where memset was used without including <string.h>
Araq
2013-12-03
1
-0
/
+13
*
|
fixes #681
Araq
2013-11-30
1
-1
/
+13
*
|
fixes #686
Araq
2013-11-29
2
-0
/
+142
*
|
simple unit test and better documentation for the user defined type classes
Zahary Karadjov
2013-11-17
1
-0
/
+28
*
|
failing test for static params
Zahary Karadjov
2013-11-05
1
-0
/
+9
*
|
Fixed regression on ARM caused by the changed behaviour of noStackFrame in co...
Dominik Picheta
2013-10-19
1
-2
/
+2
|
/
*
Merge pull request #604 from reactormonk/master
Andreas Rumpf
2013-10-05
1
-0
/
+10
|
\
|
*
don't mess with semfold, use vars instead
Simon Hafner
2013-09-26
1
-2
/
+2
|
*
moved eqproc to the correct magic position
Simon Hafner
2013-09-26
1
-0
/
+10
*
|
fixed another semicolon related parsing bug
Araq
2013-10-02
1
-0
/
+18
*
|
examples from the talk part of test suite
Araq
2013-09-27
1
-0
/
+1
|
/
*
the compiler can now deal with multiple modules of the same name
Araq
2013-09-26
5
-0
/
+32
*
fixes #575
Araq
2013-09-10
1
-0
/
+39
*
resolved the conflict
Araq
2013-09-03
4
-39
/
+31
|
\
|
*
Merge branch 'type-classes' into upstream
Zahary Karadjov
2013-09-03
4
-39
/
+31
|
|
\
|
|
*
fix tcompiles
Zahary Karadjov
2013-08-27
1
-18
/
+13
|
|
*
proper discrimination between csEmpty and csNoMatch
Zahary Karadjov
2013-08-27
1
-3
/
+1
|
|
*
fix tnoop
Zahary Karadjov
2013-08-26
1
-6
/
+5
|
|
*
implemented delegators and improved the error messages of unmatched type classes
Zahary Karadjov
2013-08-26
1
-12
/
+12
*
|
|
better support for GNU's assembler
Araq
2013-09-03
1
-1
/
+1
|
/
/
*
|
fixes #516
Araq
2013-08-31
1
-0
/
+17
*
|
fixes #554, fixes #179
Araq
2013-08-31
1
-0
/
+27
*
|
fixes #563
Araq
2013-08-31
1
-0
/
+14
*
|
fixes #569; C++ codegen works again
Araq
2013-08-31
1
-1
/
+16
*
|
fixes #578
Araq
2013-08-30
1
-0
/
+12
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-08-30
4
-2
/
+163
|
\
|
|
*
implemented and documented the new typedesc binding rules
Zahary Karadjov
2013-08-23
1
-0
/
+87
|
*
pass-through of static int generic params to arrays when late instantiation i...
Zahary Karadjov
2013-08-23
1
-2
/
+7
|
*
Experimental support for delayed instantiation of generics
Zahary Karadjov
2013-08-23
2
-0
/
+69
*
|
fixes #572
Araq
2013-08-30
1
-0
/
+3
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-08-22
10
-80
/
+184
|
\
|
*
hacky fix for generic constraints matching
Zahary Karadjov
2013-08-19
3
-8
/
+34
|
*
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
[next]