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
*
simple closure iterator calling closure iterator works; refs #3837
Andreas Rumpf
2016-12-27
1
-9
/
+15
*
fixes #4519
Andreas Rumpf
2016-12-25
1
-1
/
+1
*
fixes #5142
Araq
2016-12-23
1
-4
/
+6
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Araq
2016-12-22
1
-2
/
+2
|
\
|
*
Used typed/untyped instead of stmt/expr in semQuoteAst. Fixes issue 5120 (#5126)
Chris Heller
2016-12-22
1
-2
/
+2
*
|
fixes #5140
Araq
2016-12-22
1
-1
/
+3
|
/
*
make tsets test green again
Araq
2016-12-22
1
-5
/
+6
*
fixes #5137
Andreas Rumpf
2016-12-22
1
-14
/
+19
*
implements module grouping for the import statement
Andreas Rumpf
2016-12-21
3
-14
/
+26
*
fixes recently introduced regression
Andreas Rumpf
2016-12-21
1
-6
/
+8
*
fixes #5136
Andreas Rumpf
2016-12-21
1
-6
/
+6
*
fixes #5135
Andreas Rumpf
2016-12-21
1
-0
/
+5
*
fixes #5131
Araq
2016-12-20
1
-1
/
+1
*
make nimfix compile with newer compiler API
Araq
2016-12-20
1
-2
/
+3
*
bugfix: aporia compiles again
Araq
2016-12-20
1
-0
/
+1
*
Merge branch 'devel' into sighashes
Araq
2016-12-19
7
-17
/
+43
|
\
|
*
make tests green again
Araq
2016-12-18
1
-1
/
+1
|
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Araq
2016-12-18
1
-2
/
+3
|
|
\
|
|
*
fixes nimsuggest bug #43
Andreas Rumpf
2016-12-18
1
-2
/
+3
|
*
|
fixes #4308, fixes #4905
Araq
2016-12-18
3
-1
/
+23
|
*
|
debug output: show line info earlier
Araq
2016-12-18
1
-1
/
+1
|
|
/
|
*
revert line info generation change; produces worse results for other cases
Araq
2016-12-18
1
-2
/
+2
|
*
significantly better stack traces when templates are involved
Araq
2016-12-18
1
-8
/
+12
|
*
fixes nimsuggest issue #40
Araq
2016-12-18
1
-1
/
+1
|
*
fixes nimsuggest issue #41
Araq
2016-12-18
1
-1
/
+3
*
|
Merge branch 'devel' into sighashes
Araq
2016-12-17
6
-10
/
+36
|
\
|
|
*
fixes #5129
Araq
2016-12-17
1
-1
/
+3
|
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Andreas Rumpf
2016-12-17
5
-51
/
+123
|
|
\
|
|
*
Merge pull request #5124 from vegansk/fix_lib_out
Andreas Rumpf
2016-12-17
1
-2
/
+8
|
|
|
\
|
|
|
*
Use ``out`` compiler option when linking static library
Anatoly Galiulin
2016-12-16
1
-2
/
+8
|
|
*
|
Gramma change: casted or Casted to cast or Cast respectively
jlp765
2016-12-17
2
-4
/
+4
|
|
|
/
|
*
|
reworked emit pragma; fixes #4730
Andreas Rumpf
2016-12-17
2
-3
/
+21
*
|
|
Merge branch 'devel' into sighashes
Araq
2016-12-14
2
-43
/
+105
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Nim compiler generates nimcache/proj.json for easier interop with external bu...
Araq
2016-12-14
2
-43
/
+104
*
|
|
Merge branch 'devel' into sighashes
Araq
2016-12-13
1
-4
/
+9
|
\
|
|
|
*
|
macros.getType: do not copy symbols if not necessary
Araq
2016-12-07
1
-4
/
+9
|
|
/
*
|
code cleanup and getting rid of debugging comments that nihilated the sighash...
Araq
2016-12-13
1
-14
/
+3
*
|
sighashes: multi-methods should work now
Andreas Rumpf
2016-12-13
1
-0
/
+2
*
|
sighashes: do not use the ID mechanism at all
Araq
2016-12-13
3
-11
/
+56
*
|
make tsigbreak.nim compile
Andreas Rumpf
2016-12-12
4
-7
/
+14
*
|
fixes serious codegen regression that caused Nimble to misbehave
Araq
2016-12-10
1
-1
/
+1
*
|
store typeinfo also in local hash table to prevent multiple 'extern' declarat...
Araq
2016-12-10
1
-0
/
+4
*
|
make the Nim compiler compile as C++
Araq
2016-12-10
1
-2
/
+4
*
|
don't use sfExported for sig hashing
Araq
2016-12-07
1
-1
/
+1
*
|
real world examples compile
Andreas Rumpf
2016-12-06
1
-1
/
+4
*
|
tgettypeinst works again; fixes an infinite recursion in signature hashing
Andreas Rumpf
2016-12-06
1
-3
/
+3
*
|
implements -d:nimdiff switch for seeing generated C code diffs
Andreas Rumpf
2016-12-06
1
-1
/
+7
*
|
re-enable object name generation for less dependence on IDs
Araq
2016-12-05
2
-1
/
+11
*
|
made more tests green
Araq
2016-12-05
2
-3
/
+17
*
|
refactoring: C codegen with fewer global variables
Araq
2016-12-05
6
-78
/
+79
[next]