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
*
Merge pull request #1003 from flaviut/devel
Andreas Rumpf
2014-03-16
1
-0
/
+1
|
\
|
*
Add token position to `nimrod scan`
flaviut
2014-03-14
1
-0
/
+1
*
|
fix #1007
Zahary Karadjov
2014-03-16
1
-5
/
+6
*
|
make some tests green
Zahary Karadjov
2014-03-16
6
-17
/
+32
*
|
handle arbitrary expressions dependent on static input params in proc signatures
Zahary Karadjov
2014-03-16
7
-16
/
+42
*
|
use g++ and clang++ automatically when compiling to C++
Zahary Karadjov
2014-03-16
2
-22
/
+32
*
|
more robust handling of proc signatures containing inter-param type references
Zahary Karadjov
2014-03-16
5
-30
/
+97
*
|
fix #997
Zahary Karadjov
2014-03-16
1
-6
/
+7
*
|
fix #996
Zahary Karadjov
2014-03-16
1
-3
/
+5
*
|
first phase of tyGenericParam reforms needed for static params
Zahary Karadjov
2014-03-16
6
-47
/
+79
*
|
fix #1001
Zahary Karadjov
2014-03-16
1
-1
/
+1
*
|
fix #715 again
Zahary Karadjov
2014-03-16
4
-3
/
+16
*
|
allow multi-line expressions using the dot operator
Zahary Karadjov
2014-03-16
2
-8
/
+17
*
|
grammar fix: allow free-standing expressions such as type(foo) is bar
Zahary Karadjov
2014-03-16
1
-4
/
+19
*
|
fixes #993
Araq
2014-03-13
1
-1
/
+7
*
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-03-13
4
-11
/
+23
|
\
\
|
*
|
fix tsemistatic
Zahary Karadjov
2014-03-11
4
-11
/
+23
*
|
|
should fix the nkExprColonExpr bug in the vm
Araq
2014-03-13
3
-10
/
+17
|
/
/
*
|
fix #988
Zahary Karadjov
2014-03-10
2
-6
/
+6
*
|
fix #986
Zahary Karadjov
2014-03-10
2
-14
/
+24
*
|
further improvements for static generic params; activate the hardest test cases
Zahary Karadjov
2014-03-10
2
-12
/
+16
*
|
fix #866; generic static params
Zahary Karadjov
2014-03-09
4
-18
/
+33
*
|
fix #909
Zahary Karadjov
2014-03-09
2
-1
/
+7
*
|
fix #829; (macros.quote)
Zahary Karadjov
2014-03-09
1
-1
/
+1
*
|
fix #949
Zahary Karadjov
2014-03-09
1
-1
/
+2
*
|
teach opcLdObj about nkExprColonExpr
Zahary Karadjov
2014-03-09
1
-1
/
+3
*
|
few more fixes for static params in macros; new failing test cases for static...
Zahary Karadjov
2014-03-09
1
-8
/
+17
*
|
Merge branch 'devel' of github.com:Araq/Nimrod into devel
Zahary Karadjov
2014-03-09
5
-39
/
+79
|
\
\
|
*
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-03-07
23
-94
/
+134
|
|
\
|
|
*
|
implements strongSpaces parsing mode
Araq
2014-03-07
5
-39
/
+79
*
|
|
fix #966
Zahary Karadjov
2014-03-09
1
-3
/
+9
*
|
|
implicit auto return type for inline iterators
Zahary Karadjov
2014-03-08
1
-2
/
+6
*
|
|
implements higher-order inline iterators and return type inference for iterators
Zahary Karadjov
2014-03-08
8
-27
/
+81
|
|
/
|
/
|
*
|
Merge branch 'devel' of github.com:Araq/Nimrod into devel
Zahary Karadjov
2014-03-06
12
-40
/
+89
|
\
|
|
*
implemented 'union' and 'unchecked' pragmas
Araq
2014-03-05
6
-21
/
+44
|
*
c2nim knows about the 'union' pragma
Araq
2014-03-05
1
-11
/
+10
|
*
bugfix: unreported 'compiles' bug
Araq
2014-03-05
1
-1
/
+1
|
*
fixes #942
Araq
2014-03-05
1
-1
/
+1
|
*
fixes #937
Araq
2014-03-05
3
-6
/
+33
*
|
fix #587
Zahary Karadjov
2014-03-06
1
-0
/
+6
*
|
test cases for the new handling of iterators by the `is` operator
Zahary Karadjov
2014-03-06
2
-8
/
+9
*
|
split the inline and closure iterators into different symbol kinds for easier...
Zahary Karadjov
2014-03-06
22
-78
/
+104
*
|
iterators now return tyIter(T);
Zahary Karadjov
2014-03-05
6
-11
/
+18
|
/
*
fixes #968
Araq
2014-03-04
2
-2
/
+2
*
removed dead code
Araq
2014-03-04
1
-27
/
+0
*
don't produce nested indents for nested stmt lists
Araq
2014-03-04
1
-7
/
+10
*
the compiler is now aware of packages
Araq
2014-03-02
4
-24
/
+18
*
better handling of packages, still incomplete
Araq
2014-03-02
1
-13
/
+44
*
tstmtexprs.nim works again
Araq
2014-02-27
2
-3
/
+3
*
xmltree.`<>` macro works again
Araq
2014-02-27
3
-10
/
+12
[next]