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
/
semexprs.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #2372
Araq
2015-04-25
1
-1
/
+1
*
fixes #2505, fixes #1853, fixes #2522
Araq
2015-04-20
1
-1
/
+1
*
fixes #2481
Araq
2015-04-10
1
-1
/
+1
*
overloading of '=' works
Araq
2015-04-06
1
-2
/
+0
*
first implementation of overloading of '='; missing: rewriting let/var sections
Araq
2015-04-06
1
-0
/
+5
*
fixes #2355
Araq
2015-03-28
1
-1
/
+2
*
implemented a[^1] notation
Araq
2015-03-26
1
-4
/
+13
*
fixes #2404
Araq
2015-03-25
1
-1
/
+1
*
fixes #1805
Araq
2015-03-21
1
-4
/
+7
*
fixes #2369
Araq
2015-03-21
1
-1
/
+1
*
fixes #2366
Araq
2015-03-21
1
-0
/
+2
*
fixes #1791
Araq
2015-03-12
1
-4
/
+3
*
Merge pull request #2239 from Maxdamantus/devel
Andreas Rumpf
2015-03-07
1
-2
/
+17
|
\
|
*
enable syntax for anonymous tuples.
Max Zerzouri
2015-03-06
1
-1
/
+16
|
*
interpret `tuple` as a class and `tuple[]` as the empty tuple
Max Zerzouri
2015-03-06
1
-1
/
+1
*
|
fixes #1940; code breakage! stricter template evaluation
Araq
2015-03-07
1
-205
/
+205
|
/
*
macros.PNimrodNode is now NimNode
Araq
2015-02-24
1
-1
/
+3
*
fixes #2051
Araq
2015-02-20
1
-0
/
+3
*
Fix typos
Federico Ceratto
2015-02-15
1
-1
/
+1
*
Fix typos
Federico Ceratto
2015-02-15
1
-2
/
+2
*
fixes #2113
Araq
2015-02-13
1
-1
/
+3
*
'auto' can be inferred to be 'void'
Araq
2015-02-13
1
-1
/
+6
*
temptyseqs works again
Araq
2015-02-10
1
-14
/
+19
*
fixes #2004
Araq
2015-02-08
1
-17
/
+20
*
yet another C++ bugfix
Araq
2015-02-07
1
-3
/
+4
*
compiler distinguishes between 2 different 'var' types for C++ interop; code ...
Araq
2015-02-07
1
-0
/
+1
*
fixes #2057
Araq
2015-02-04
1
-1
/
+2
*
Merge pull request #2031 from reactormonk/high-cstring
Andreas Rumpf
2015-02-04
1
-1
/
+1
|
\
|
*
Fixes #2030
Simon Hafner
2015-01-29
1
-1
/
+1
*
|
fixes #2039
Araq
2015-01-31
1
-2
/
+3
|
/
*
fixes #325
Araq
2015-01-28
1
-24
/
+31
*
do not warn about unknown conditional symbols anymore
Araq
2015-01-27
1
-4
/
+0
*
implements auto-deref for the first argument (requires .experimental)
Araq
2015-01-27
1
-3
/
+13
*
better error message for 'invalid type'
Araq
2015-01-23
1
-3
/
+3
*
get rid of debug output
Araq
2015-01-18
1
-1
/
+0
*
fixes #1944
Araq
2015-01-18
1
-6
/
+12
*
revert to old behaviour: tuple field names are not ignored anymore; fixes #1920
Araq
2015-01-18
1
-3
/
+15
*
fixes #1915
Araq
2015-01-12
1
-3
/
+10
*
fixes #1838
Araq
2015-01-11
1
-5
/
+7
*
Merge branch 'devel' of https://github.com/Araq/Nim into devel
Araq
2015-01-07
1
-4
/
+3
|
\
|
*
fix #1050
Zahary Karadjov
2015-01-02
1
-3
/
+1
*
|
minor cleanups
Araq
2015-01-07
1
-4
/
+2
|
/
*
Merge branch 'devel' of https://github.com/Araq/Nim into devel
Araq
2014-12-31
1
-1
/
+3
|
\
|
*
fix #1056
Zahary Karadjov
2014-12-31
1
-1
/
+3
*
|
fixes #1774
Araq
2014-12-31
1
-1
/
+1
|
/
*
fix #1789 (binding to static params during generic proc sigmatch)
Zahary Karadjov
2014-12-31
1
-1
/
+1
*
release of 0.10.2
Araq
2014-12-29
1
-3
/
+4
*
fixes #1708, fixes #871
Araq
2014-12-28
1
-2
/
+3
*
fixes #1120
Araq
2014-12-25
1
-20
/
+5
*
tuple field names are ignored
Araq
2014-12-23
1
-22
/
+10
[next]