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
*
resolved the conflict
Araq
2013-09-03
29
-250
/
+601
|
\
|
*
Merge pull request #586 from mflamer/master
zah
2013-09-03
2
-0
/
+6
|
|
\
|
|
*
Add arity typetrait
Mark Flamer
2013-09-02
2
-0
/
+6
|
|
/
|
*
switching the compiler to the markAndSweep collector
Zahary Karadjov
2013-09-03
1
-0
/
+2
|
*
Merge branch 'type-classes' into upstream
Zahary Karadjov
2013-09-03
27
-250
/
+595
|
|
\
|
|
*
partially documented the new features
Zahary Karadjov
2013-09-03
2
-4
/
+131
|
|
*
implemented the using statement
Zahary Karadjov
2013-08-31
9
-11
/
+53
|
|
*
minor improvement towards tgenericshardcases
Zahary Karadjov
2013-08-28
4
-24
/
+42
|
|
*
fix tisop
Zahary Karadjov
2013-08-27
1
-2
/
+2
|
|
*
fix tcompiles
Zahary Karadjov
2013-08-27
3
-22
/
+17
|
|
*
proper discrimination between csEmpty and csNoMatch
Zahary Karadjov
2013-08-27
2
-6
/
+9
|
|
*
fix tnoop
Zahary Karadjov
2013-08-26
4
-14
/
+17
|
|
*
implemented delegators and improved the error messages of unmatched type classes
Zahary Karadjov
2013-08-26
13
-94
/
+131
|
|
*
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
3
-2
/
+35
*
|
|
better support for GNU's assembler
Araq
2013-09-03
6
-13
/
+58
|
/
/
*
|
use realpath in a posix compliant way
Araq
2013-09-01
1
-11
/
+6
*
|
bugfix: line information for comments
Araq
2013-09-01
1
-1
/
+0
*
|
some fixes for Haiku
Araq
2013-09-01
2
-46
/
+51
*
|
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
|
\
[next]