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
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-09-01
1
-0
/
+6
|
\
|
*
Merge pull request #580 from gradha/pr_adds_equality_for_arrays
Araq
2013-09-01
1
-0
/
+6
|
|
\
|
|
*
Adds equality comparison for arrays.
Grzegorz Adam Hankiewicz
2013-08-22
1
-0
/
+6
*
|
|
-d:nocaas mode for easier bootstrapping on exotic OSes (Haiku)
Araq
2013-09-01
4
-22
/
+37
*
|
|
fixes #582
Araq
2013-09-01
8
-30
/
+48
|
/
/
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-08-31
1
-1
/
+5
|
\
\
|
*
\
Merge pull request #579 from gradha/pr_fixes_xmltree_macro_docstring
Araq
2013-08-31
1
-1
/
+5
|
|
\
\
|
|
*
|
Fixes xmltree <> macro docstring.
Grzegorz Adam Hankiewicz
2013-08-22
1
-1
/
+5
|
|
|
/
*
|
|
fixes #398
Araq
2013-08-31
1
-6
/
+6
*
|
|
fixes #516
Araq
2013-08-31
2
-3
/
+23
|
/
/
*
|
fixes #554, fixes #179
Araq
2013-08-31
3
-4
/
+34
*
|
fixes #459
Araq
2013-08-31
1
-2
/
+5
*
|
fixes #563
Araq
2013-08-31
2
-0
/
+15
*
|
fixes #569; C++ codegen works again
Araq
2013-08-31
5
-16
/
+26
*
|
fixes #578
Araq
2013-08-30
4
-13
/
+25
*
|
bugfix: conversions to float32 are allowed again but of lower priority
Araq
2013-08-30
1
-3
/
+3
*
|
conversions to float32 are allowed again but of lower priority
Araq
2013-08-30
1
-3
/
+3
*
|
tester compiles again
Araq
2013-08-30
1
-1
/
+1
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-08-30
22
-134
/
+385
|
\
\
|
*
|
Implemented ability to connect through proxies for the httpclient module.
Dominik Picheta
2013-08-26
1
-16
/
+51
|
*
|
Removed outdated bootstrapping info from install.txt
Dominik Picheta
2013-08-23
3
-49
/
+4
|
*
|
implemented and documented the new typedesc binding rules
Zahary Karadjov
2013-08-23
5
-18
/
+143
|
*
|
pass-through of static int generic params to arrays when late instantiation i...
Zahary Karadjov
2013-08-23
8
-18
/
+31
|
*
|
Experimental support for delayed instantiation of generics
Zahary Karadjov
2013-08-23
12
-39
/
+162
|
|
/
*
|
fixes #572
Araq
2013-08-30
2
-5
/
+8
*
|
float64 is now an alias to 'float'; fixes #545
Araq
2013-08-30
8
-19
/
+50
*
|
bugfix: 'not x of y' requires ()
Araq
2013-08-30
1
-3
/
+9
*
|
docgen: more newlines in the output to support primitive postprocessors
Araq
2013-08-29
3
-18
/
+4
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-08-22
27
-315
/
+641
|
\
|
*
hacky fix for generic constraints matching
Zahary Karadjov
2013-08-19
8
-17
/
+68
|
*
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
3
-10
/
+27
|
*
fixes iterating over enums
Zahary Karadjov
2013-08-19
1
-4
/
+4
|
*
Revert "Revert "made some tests green""
Zahary Karadjov
2013-08-19
6
-89
/
+95
|
*
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
4
-6
/
+8
|
*
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
4
-4
/
+78
*
|
implemented opcTypeTrait
Araq
2013-08-22
3
-17
/
+26
*
|
GC: added static cycleGC checks
Araq
2013-08-22
1
-4
/
+6
*
|
fixed and documented computedGoto pragma
Araq
2013-08-22
8
-35
/
+94
|
/
*
fixes base64 module
Araq
2013-08-15
1
-6
/
+8
*
implemented computed goto support
Araq
2013-08-13
7
-12
/
+116
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-08-11
2
-1
/
+3
|
\
[next]