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
/
semstmts.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #2508
Araq
2015-04-11
1
-10
/
+10
*
overloading of '=' works
Araq
2015-04-06
1
-2
/
+35
*
first implementation of overloading of '='; missing: rewriting let/var sections
Araq
2015-04-06
1
-7
/
+33
*
don't store the scope for routines
Araq
2015-04-04
1
-7
/
+7
*
fixes #2420; negative indexing for slicing is obsolete (breaking change!)
Araq
2015-03-28
1
-1
/
+1
*
fixes #2400
Araq
2015-03-25
1
-1
/
+4
*
do not warn about gensym'd results
Simon Hafner
2015-03-11
1
-1
/
+1
*
fixes #2220; #2219; breaks #2022; for #2022 callsite needs to be used
Araq
2015-03-10
1
-93
/
+93
*
Merge pull request #2274 from reactormonk/warning-for-result
Andreas Rumpf
2015-03-08
1
-0
/
+3
|
\
|
*
Merge branch 'devel' into warning-for-result
Simon Hafner
2015-03-05
1
-14
/
+30
|
|
\
|
*
|
added a warning for when result is shadowed #868
Simon Hafner
2015-02-01
1
-0
/
+3
*
|
|
.n.isNil checks for tyTuple PTypes.
Max Zerzouri
2015-03-07
1
-1
/
+1
|
|
/
|
/
|
*
|
some love for the testsuite; fixed regressions
Araq
2015-03-01
1
-1
/
+2
*
|
reprocess pragmas after macro annotation for SqueakNim
Araq
2015-02-27
1
-4
/
+10
*
|
Fix typos
Federico Ceratto
2015-02-15
1
-1
/
+1
*
|
Fix typos
Federico Ceratto
2015-02-15
1
-3
/
+3
*
|
fixes #1131
Araq
2015-02-10
1
-0
/
+4
*
|
fixes #2073
Araq
2015-02-08
1
-2
/
+2
*
|
fixes #2057
Araq
2015-02-04
1
-4
/
+9
|
/
*
nimsuggest improvements
Araq
2015-01-30
1
-2
/
+3
*
non-destructible context only produces a warning for now
Araq
2015-01-24
1
-3
/
+3
*
better error message for 'invalid type'
Araq
2015-01-23
1
-3
/
+4
*
fixes #1915
Araq
2015-01-12
1
-1
/
+2
*
fixes #1903
Araq
2015-01-11
1
-1
/
+2
*
fixes tconfusing_arrow bug
Araq
2015-01-10
1
-1
/
+3
*
support for static params in the user defined type classes
Zahary Karadjov
2015-01-02
1
-4
/
+8
*
fixes #1774
Araq
2014-12-31
1
-1
/
+2
*
fixes #1120
Araq
2014-12-25
1
-1
/
+4
*
fixes #1742
Araq
2014-12-24
1
-5
/
+9
*
fixed typos so docgen works again
Araq
2014-12-20
1
-0
/
+1
*
extracted the fields iterator magic to its own file
Araq
2014-12-12
1
-147
/
+1
*
destuctors are experimental; 'func' is now a keyword
Araq
2014-12-10
1
-1
/
+4
*
implements 'defer'
Araq
2014-12-04
1
-4
/
+17
*
user defined pragmas work for generics instantiated in different modules
Araq
2014-11-06
1
-1
/
+1
*
updated some tests
Araq
2014-10-04
1
-1
/
+1
*
deprecated string case statements without 'else'
Araq
2014-10-02
1
-1
/
+5
*
deepCopy is instantiated when its corresponding type is instantiated
Araq
2014-09-26
1
-1
/
+6
*
made some tests green
Araq
2014-09-21
1
-1
/
+1
*
implemented 'guard' annotation
Araq
2014-09-21
1
-2
/
+7
*
minor changes to manual.txt
Araq
2014-09-13
1
-1
/
+1
*
'pretty' command does not exist anymore; improvements for nimfix
Araq
2014-09-10
1
-0
/
+3
*
nimfix can fix obsolete statement comments
Araq
2014-09-08
1
-0
/
+5
*
fix #959
Zahary Karadjov
2014-09-04
1
-3
/
+8
*
fixes #1511
Araq
2014-09-03
1
-14
/
+17
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
*
check there is only one deepCopy per type
Araq
2014-08-05
1
-1
/
+4
*
progress on deepCopy
Araq
2014-08-01
1
-1
/
+23
*
fixes #1362
Araq
2014-07-15
1
-1
/
+2
*
fixes #1285
Araq
2014-06-30
1
-2
/
+2
*
Fixing issue #1090
Clay Sweetser
2014-06-15
1
-0
/
+3
[next]