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
*
make the new --genDeps feature optional since it makes compilations slower
Andreas Rumpf
2017-12-21
2
-2
/
+3
*
Merge branch 'compile-deps' of https://github.com/pyokagan/Nim into pyokagan-...
Andreas Rumpf
2017-12-21
1
-1
/
+5
|
\
|
*
writeDepsFile: write included files as well
Paul Tan
2017-08-25
1
-1
/
+4
|
*
Generate deps file during C compilation
Paul Tan
2017-08-25
1
-0
/
+1
*
|
move securehash back into the stdlib
Araq
2017-12-21
1
-195
/
+0
*
|
fixes #6949
Araq
2017-12-21
1
-6
/
+18
*
|
Fix json generation logic (#6909)
konqoro
2017-12-21
1
-29
/
+27
*
|
fix #6462
Zahary Karadjov
2017-12-21
2
-2
/
+4
*
|
fix #6277
Zahary Karadjov
2017-12-21
1
-1
/
+1
*
|
fix #6108
Zahary Karadjov
2017-12-21
1
-5
/
+8
*
|
cleanup times.nim
Araq
2017-12-21
1
-1
/
+2
*
|
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Araq
2017-12-21
1
-2
/
+11
|
\
\
|
*
|
Use escape sequences rather than hex in string/char literals (#6941)
Mathias Stearn
2017-12-18
1
-2
/
+11
*
|
|
first steps in adding template/macro calls to stack traces
Araq
2017-12-21
15
-37
/
+83
|
/
/
*
|
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Araq
2017-12-18
1
-8
/
+6
|
\
\
|
*
|
Alternative fix for #4910 that covers #6892; fixes #6892 (#6938)
cooldome
2017-12-17
1
-8
/
+6
*
|
|
next steps in giving Nim a decent DFA infrastructure
Araq
2017-12-18
2
-8
/
+86
|
/
/
*
|
fixes #6932
Araq
2017-12-17
1
-1
/
+1
*
|
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
[next]