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
/
cgmeth.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
pragmas compiles again
Andreas Rumpf
2018-05-11
1
-22
/
+23
*
preparations for language extensions: 'sink' and 'lent' types
Andreas Rumpf
2018-01-07
1
-1
/
+1
*
Fixes #5946 (#6017)
Yuriy Glukhov
2017-06-26
1
-2
/
+3
*
fixes multiple nil-checks for methods (#5806)
Parashurama
2017-05-12
1
-3
/
+6
*
fixes #5599 (#5610)
Andreas Rumpf
2017-03-26
1
-2
/
+8
*
fixes #5432
Araq
2017-02-26
1
-1
/
+2
*
another attempt to make test green again
Araq
2017-02-24
1
-2
/
+10
*
fixes a multimethod regression
Andreas Rumpf
2017-02-24
1
-6
/
+9
*
big compiler refactoring; avoid globals for multi method dispatcher generation
Andreas Rumpf
2017-02-22
1
-24
/
+26
*
removed tyArrayConstr completely from the compiler; introduced tyAlias instea...
Araq
2016-11-14
1
-2
/
+2
*
some progress on --symbolfiles:on
Andreas Rumpf
2016-11-02
1
-2
/
+3
*
tester cleanup; enable some rod tests
Araq
2016-08-27
1
-2
/
+3
*
generic multi-methods should work now
Andreas Rumpf
2016-07-28
1
-2
/
+2
*
fixes #4428
Andreas Rumpf
2016-07-19
1
-2
/
+8
*
fix issue #3550
trustable-code
2015-12-24
1
-4
/
+1
*
better error handling for bug #3550
Araq
2015-11-18
1
-2
/
+2
*
fixes #3550
Araq
2015-11-18
1
-1
/
+6
*
fixes #3431, fixes #3370, fixes #3468
Araq
2015-10-25
1
-3
/
+4
*
Fixed ret by var in js
Yuriy Glukhov
2015-10-15
1
-2
/
+1
*
fixes #2590; methods now require a .base annotation
Araq
2015-09-06
1
-9
/
+26
*
compiler: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
1
-42
/
+42
*
Merge branch 'devel' into bigbreak
Araq
2014-11-03
1
-23
/
+64
|
\
|
*
Fix dispatcher creation for method prototypes.
Reimer Behrends
2014-11-02
1
-24
/
+64
|
*
Reset location when creating a method dispatcher
Reimer Behrends
2014-11-01
1
-0
/
+1
*
|
updated the compiler to use the new symbol names
Araq
2014-08-28
1
-3
/
+3
*
|
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
|
/
*
implemented region pointers
Araq
2014-04-09
1
-2
/
+2
*
'nil' as a statement is deprecated, use an empty 'discard' instead
Araq
2014-01-19
1
-1
/
+1
*
case consistency part 4
Araq
2013-12-27
1
-8
/
+8
*
case consistency part 1
Araq
2013-12-27
1
-3
/
+3
*
fixes #332
Araq
2013-03-17
1
-2
/
+2
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
implemented generic multi methods
Araq
2013-01-16
1
-10
/
+9
*
next steps for exception tracking
Araq
2012-11-03
1
-4
/
+7
*
bugfix for methods (comment in #185)
Araq
2012-08-22
1
-0
/
+3
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
lazy loading of body ast implemented
Araq
2011-10-30
1
-2
/
+2
*
compilation cache: multi methods now work
Araq
2011-10-24
1
-4
/
+18
*
compilation cache: small fixes; methods still not working
Araq
2011-10-23
1
-13
/
+15
*
preparation for new 'is' operator; breaks bootstrapping again, sorry (use gen...
Araq
2011-07-31
1
-1
/
+1
*
intsets are now a proper module and part of the stdlib
Araq
2011-06-14
1
-6
/
+5
*
fixes #12
Araq
2011-05-02
1
-58
/
+43
*
got rid of some arcane module names
Araq
2011-04-21
1
-1
/
+1
*
big repo cleanup
Araq
2011-04-12
1
-0
/
+196