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
/
sigmatch.nim
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
revert to old behaviour: tuple field names are not ignored anymore; fixes #1920
Araq
2015-01-18
1
-1
/
+1
*
fixes the integer conversion regressions
Araq
2015-01-13
1
-15
/
+16
*
Merge pull request #1841 from skyfex/devel
Andreas Rumpf
2015-01-12
1
-13
/
+13
|
\
|
*
Added safe implicit conversion of uint8 to int16..int64, uint16 to int32..int...
Audun Wilhelmsen
2015-01-03
1
-13
/
+13
*
|
fix #1859
Zahary Karadjov
2015-01-05
1
-8
/
+13
*
|
support for static params in the user defined type classes
Zahary Karadjov
2015-01-02
1
-8
/
+26
*
|
fix #1820
Zahary Karadjov
2015-01-02
1
-1
/
+1
*
|
fix #1049
Zahary Karadjov
2015-01-02
1
-21
/
+26
*
|
fix #544
Zahary Karadjov
2015-01-02
1
-1
/
+2
*
|
fix #419
Zahary Karadjov
2015-01-02
1
-2
/
+5
|
/
*
bugfix: don't treat generic types with different static params as the same type
Zahary Karadjov
2014-12-31
1
-0
/
+3
*
fix #1789 (binding to static params during generic proc sigmatch)
Zahary Karadjov
2014-12-31
1
-7
/
+21
*
release of 0.10.2
Araq
2014-12-29
1
-0
/
+5
*
fixes #1120
Araq
2014-12-25
1
-2
/
+2
*
tuple field names are ignored
Araq
2014-12-23
1
-1
/
+1
*
fixes #1684
Araq
2014-11-30
1
-0
/
+4
*
fixes #836
Araq
2014-11-19
1
-0
/
+3
*
fixes #940
Araq
2014-11-17
1
-1
/
+1
*
nicer error messages (untested)
Araq
2014-10-26
1
-9
/
+11
*
nimfix now in its own directory; single file mode now the default
Araq
2014-10-05
1
-1
/
+1
*
deepCopy is instantiated when its corresponding type is instantiated
Araq
2014-09-26
1
-0
/
+12
*
improvements for nimfix
Araq
2014-09-10
1
-1
/
+3
*
added nimfix tool
Araq
2014-09-05
1
-0
/
+3
*
updated the compiler to use the new symbol names
Araq
2014-08-28
1
-1
/
+1
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
*
fixes #1285
Araq
2014-06-30
1
-3
/
+3
*
Renamed considerAccents to considerQuotedIdent
Clay Sweetser
2014-05-26
1
-3
/
+3
*
Renamed 'considerAcc' to 'considerAccents' for clarity
Clay Sweetser
2014-05-24
1
-3
/
+3
*
fixes OR for int8|int16 etc
Araq
2014-04-20
1
-2
/
+2
*
actors compile again
Araq
2014-04-20
1
-0
/
+3
*
New concurrency model: next steps
Araq
2014-04-19
1
-1
/
+1
*
first version of 'spawn'
Araq
2014-04-16
1
-0
/
+1
*
refined and documented regionized pointers
Araq
2014-04-09
1
-17
/
+11
*
implemented region pointers
Araq
2014-04-09
1
-4
/
+9
*
fixes #913
Araq
2014-04-06
1
-0
/
+2
*
fix #1016
Zahary Karadjov
2014-03-20
1
-1
/
+1
*
implements ``distinct with/without X, Y``
Zahary Karadjov
2014-03-20
1
-1
/
+22
*
fix #1013
Zahary Karadjov
2014-03-20
1
-4
/
+10
*
reference implementation of a vector swizzle library
Zahary Karadjov
2014-03-20
1
-6
/
+27
*
make some tests green
Zahary Karadjov
2014-03-16
1
-3
/
+6
*
handle arbitrary expressions dependent on static input params in proc signatures
Zahary Karadjov
2014-03-16
1
-2
/
+6
*
more robust handling of proc signatures containing inter-param type references
Zahary Karadjov
2014-03-16
1
-1
/
+12
*
fix #997
Zahary Karadjov
2014-03-16
1
-6
/
+7
*
first phase of tyGenericParam reforms needed for static params
Zahary Karadjov
2014-03-16
1
-8
/
+24
*
implements higher-order inline iterators and return type inference for iterators
Zahary Karadjov
2014-03-08
1
-3
/
+16
*
test cases for the new handling of iterators by the `is` operator
Zahary Karadjov
2014-03-06
1
-3
/
+9
*
split the inline and closure iterators into different symbol kinds for easier...
Zahary Karadjov
2014-03-06
1
-1
/
+1
*
iterators now return tyIter(T);
Zahary Karadjov
2014-03-05
1
-2
/
+6
*
some fixes for static params usage in macros
Zahary Karadjov
2014-02-25
1
-16
/
+30
*
fix tbindtypedesc and tactiontable2
Zahary Karadjov
2014-02-18
1
-5
/
+12
[prev]
[next]