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
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix tcompiles
Zahary Karadjov
2013-08-27
2
-4
/
+4
*
proper discrimination between csEmpty and csNoMatch
Zahary Karadjov
2013-08-27
1
-3
/
+8
*
fix tnoop
Zahary Karadjov
2013-08-26
3
-8
/
+12
*
implemented delegators and improved the error messages of unmatched type classes
Zahary Karadjov
2013-08-26
12
-82
/
+119
*
prevent eval crashes due to PContext-dependent ops not being available in eva...
Zahary Karadjov
2013-08-25
4
-42
/
+40
*
working code for simple cases of user-defined type classes
Zahary Karadjov
2013-08-25
7
-41
/
+135
*
fix parsing of ``proc foo(x: distinct Type)``
Zahary Karadjov
2013-08-24
1
-6
/
+1
*
parsing of user defined type classes
Zahary Karadjov
2013-08-23
2
-1
/
+34
*
implemented and documented the new typedesc binding rules
Zahary Karadjov
2013-08-23
2
-5
/
+13
*
pass-through of static int generic params to arrays when late instantiation i...
Zahary Karadjov
2013-08-23
7
-16
/
+24
*
Experimental support for delayed instantiation of generics
Zahary Karadjov
2013-08-23
10
-39
/
+93
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-08-22
17
-235
/
+457
|
\
|
*
hacky fix for generic constraints matching
Zahary Karadjov
2013-08-19
5
-9
/
+34
|
*
check the owners of generic instantiations properly and fix tinvalidclosure
Zahary Karadjov
2013-08-19
2
-3
/
+12
|
*
work-in-progress for compiling generics in their owner module
Zahary Karadjov
2013-08-19
4
-8
/
+17
|
*
some steps to improve the type mismatches with the new
Zahary Karadjov
2013-08-19
2
-10
/
+17
|
*
fixes iterating over enums
Zahary Karadjov
2013-08-19
1
-4
/
+4
|
*
Revert "Revert "made some tests green""
Zahary Karadjov
2013-08-19
4
-19
/
+25
|
*
Revert "Revert "further fixes for void stripping. fixes tvoid.""
Zahary Karadjov
2013-08-19
1
-20
/
+25
|
*
Revert "Revert "fix threading tests""
Zahary Karadjov
2013-08-19
2
-9
/
+17
|
*
Revert "Revert "fix tforwardgeneric""
Zahary Karadjov
2013-08-19
3
-4
/
+5
|
*
Revert "Revert "static and default params for generics""
Zahary Karadjov
2013-08-19
4
-61
/
+92
|
*
Revert "Revert "allow keyword params for the `[]` and `{}` operators""
Zahary Karadjov
2013-08-19
1
-8
/
+12
|
*
remerge "allow void as field type"
Zahary Karadjov
2013-08-19
2
-27
/
+43
|
*
Revert "Revert "bugfix: emulated thread vars used in combination with the mar...
Zahary Karadjov
2013-08-19
3
-4
/
+11
|
*
remerge "Fixes #267"
Zahary Karadjov
2013-08-19
5
-97
/
+184
|
*
Revert "Revert "test cases for the new features""
Zahary Karadjov
2013-08-19
1
-4
/
+11
*
|
implemented opcTypeTrait
Araq
2013-08-22
3
-17
/
+26
*
|
fixed and documented computedGoto pragma
Araq
2013-08-22
4
-32
/
+43
|
/
*
implemented computed goto support
Araq
2013-08-13
6
-12
/
+71
*
new VM: preparations for evalMacroCall
Araq
2013-08-11
3
-18
/
+98
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-08-08
3
-5
/
+17
|
\
|
*
Take into account dirty buffers in suggest output; Fixes zah/nimrod.vim#14
Zahary Karadjov
2013-08-07
3
-5
/
+17
*
|
new VM: register allocator bugfix; implemented more magics
Araq
2013-08-08
4
-63
/
+195
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-08-07
2
-3
/
+8
|
\
|
*
fixes #534
Zahary Karadjov
2013-08-07
2
-3
/
+8
*
|
new VM: implemented constructors and jump optimizer
Araq
2013-08-07
5
-21
/
+184
|
/
*
new VM: next steps
Araq
2013-08-03
4
-5
/
+14
*
fixes #532
Araq
2013-08-01
1
-0
/
+1
*
'nimrod pretty' usable
Araq
2013-07-31
5
-63
/
+55
*
'nirmod pretty': almost working
Araq
2013-07-31
2
-4
/
+18
*
'nimrod pretty': next steps
Araq
2013-07-30
2
-1
/
+8
*
lfFullExternalName for 'nimrod pretty'
Araq
2013-07-30
3
-7
/
+14
*
fixes token's column information
Araq
2013-07-30
6
-21
/
+19
*
'nimrod pretty': next steps, doesn't work yet
Araq
2013-07-29
2
-7
/
+14
*
'nimrod pretty' command: next steps
Araq
2013-07-29
2
-43
/
+107
*
new vm: further progress
Araq
2013-07-29
5
-27
/
+350
*
new vm: lots of fixes
Araq
2013-07-27
3
-52
/
+145
*
new vm: can execute simple programs
Araq
2013-07-26
2
-9
/
+10
*
attempt to make C codegen aware of 'gensym'
Araq
2013-07-25
1
-1
/
+1
[next]