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
...
*
|
runnableExamples feature: allow import statements and move them to the top level
Araq
2017-12-17
1
-0
/
+10
*
|
renderer.nim: fixes a long standing bug that kept triple string literals from...
Araq
2017-12-17
1
-1
/
+1
*
|
cleanup of the Intel compiler handling; refs #6488
Araq
2017-12-15
1
-13
/
+14
*
|
Fix icc compiler on linux (#6488)
Eduardo Bart
2017-12-15
1
-4
/
+6
*
|
make boostrapping work
Araq
2017-12-15
1
-0
/
+1
*
|
Merge branch 'issue-6805' of https://github.com/Veladus/Nim into Veladus-issu...
Araq
2017-12-15
2
-1
/
+12
|
\
\
|
*
|
removed unused constants
Veladus
2017-12-11
1
-2
/
+1
|
*
|
Now analyzes over magics instead of symbol names; but dosn't compile for me
Veladus
2017-12-11
2
-2
/
+3
|
*
|
Improved error reporting
Veladus
2017-12-11
1
-1
/
+1
|
*
|
Fixed for diffrent Typeids of Excpetion for diffrent compilation units
Veladus
2017-12-02
1
-7
/
+1
|
*
|
Compiler now catches when an expression is raised which is no Exception
Veladus
2017-12-02
2
-1
/
+18
*
|
|
fixes #6626
Araq
2017-12-15
1
-0
/
+13
*
|
|
make tests green again
Araq
2017-12-15
1
-0
/
+2
*
|
|
make type vs proc ambiguous handling more consistent; fixes #6726; fixes #6693
Araq
2017-12-15
2
-3
/
+3
*
|
|
make JS tests green again
Araq
2017-12-15
1
-1
/
+1
*
|
|
fixes #668
Araq
2017-12-15
2
-5
/
+25
*
|
|
fixes #5999
Araq
2017-12-14
1
-2
/
+8
*
|
|
fixes #6033
Araq
2017-12-14
1
-0
/
+195
*
|
|
make tests green again
Andreas Rumpf
2017-12-13
1
-1
/
+1
*
|
|
make hidden visibility the default for Unix
Araq
2017-12-13
1
-0
/
+2
*
|
|
Fixed koch warning when installing Nim. (#6898)
Gerke Max Preussner
2017-12-12
1
-3
/
+3
*
|
|
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Andreas Rumpf
2017-12-09
1
-3
/
+3
|
\
\
\
|
*
|
|
modify getTypeImpl to reduce result to final implementation (#6891)
jcosborn
2017-12-09
1
-3
/
+3
*
|
|
|
fixes crash related to runnableExamples in Nim doc that yet uses the VM
Andreas Rumpf
2017-12-09
1
-0
/
+2
|
/
/
/
*
|
|
fixes #6889
Andreas Rumpf
2017-12-08
1
-0
/
+3
*
|
|
Merge branch 'devel' into araq-new-mm2
Araq
2017-12-08
4
-15
/
+44
|
\
\
\
|
*
|
|
add dynlibOverrideAll switch (#6873)
Charlie Barto
2017-12-06
2
-1
/
+5
|
*
|
|
fix getTypeInst for tyGenericInst (#6868)
jcosborn
2017-12-04
1
-3
/
+6
|
|
/
/
|
*
|
Implement codegenDecl for js (#6851)
Alexander Ivanov
2017-12-01
1
-11
/
+33
*
|
|
fixes another sighashes problem
Araq
2017-12-08
1
-5
/
+17
*
|
|
Leak detector: give more info for anon ref objects
Araq
2017-12-08
1
-1
/
+4
|
/
/
*
|
make tests green again
Araq
2017-12-01
1
-2
/
+0
*
|
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Araq
2017-12-01
1
-1
/
+2
|
\
\
|
*
|
Emit relative object file paths in genScript (#6835)
Yuriy Glukhov
2017-11-29
1
-1
/
+2
*
|
|
more progress on destructors; removed old destructor based code as it proved ...
Araq
2017-12-01
5
-236
/
+44
*
|
|
improve the error messages when overloaded '.' operators are involved
Araq
2017-11-30
1
-1
/
+3
*
|
|
ccgexprs.nim: added support for 'debugMagics'
Araq
2017-11-30
1
-1
/
+4
*
|
|
renderer.nim: support for outputting symbol magics for debugging
Araq
2017-11-30
1
-1
/
+4
*
|
|
minor code cleanup: remove redundant .final markers
Araq
2017-11-30
1
-2
/
+2
|
/
/
*
|
language change: change how the experimental dot operators work
Andreas Rumpf
2017-11-29
2
-5
/
+5
*
|
added lexer.newlineFollows for parser experiments
Andreas Rumpf
2017-11-29
1
-0
/
+17
*
|
Fix usage of parameters types in templates #6756 (#6768)
Anatoly Galiulin
2017-11-29
1
-1
/
+1
*
|
destructors: some improvements for bug #4214: object constructors are moved too
Araq
2017-11-29
1
-2
/
+2
*
|
doc gen :test: feature: created a nested directory in order to keep Nim happy...
Araq
2017-11-28
1
-1
/
+4
*
|
fixes #6831
Araq
2017-11-28
1
-5
/
+17
*
|
newruntime: removed old way of writing destructors
Araq
2017-11-28
2
-13
/
+8
*
|
Show nimscript configuration files during compilation (#6750)
Lynn C. Rees
2017-11-28
1
-0
/
+1
*
|
fixes the new ':test:' feature
Araq
2017-11-28
1
-1
/
+1
*
|
make the tests green again
Araq
2017-11-28
1
-1
/
+1
*
|
fixes #6820
Araq
2017-11-28
1
-3
/
+3
[prev]
[next]