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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes to Nim survey results article.
Dominik Picheta
2016-09-03
7
-22
/
+24
*
async: transfer all await/async macro related code to asyncmacro.nim module. ...
Eugene Kabanov
2016-09-03
3
-720
/
+377
*
Finished article about Nim survey.
Dominik Picheta
2016-09-03
16
-0
/
+388
*
Merge pull request #4702 from cheatfate/upcoming_update1
Andreas Rumpf
2016-09-03
1
-38
/
+43
|
\
|
*
Make upcoming version to be up to date with current version.
cheatfate
2016-09-03
1
-38
/
+43
*
|
Merge pull request #4701 from mbaulch/fix4675
Andreas Rumpf
2016-09-03
4
-42
/
+99
|
\
\
|
|
/
|
/
|
|
*
Add a test case for issue #4675.
Matthew Baulch
2016-09-03
3
-0
/
+27
|
*
pickBestCandidate: pre-calculate candidates when symbol table modified
Matthew Baulch
2016-09-03
1
-42
/
+72
*
|
fixes a compiler crash; refs #4699
Andreas Rumpf
2016-09-03
1
-1
/
+2
*
|
fixes #4677 properly
Andreas Rumpf
2016-09-03
1
-6
/
+7
*
|
fixes #4677
Andreas Rumpf
2016-09-03
1
-1
/
+2
*
|
Merge pull request #4680 from cheatfate/asyncwinsend
Dominik Picheta
2016-09-02
2
-2
/
+12
|
\
\
|
*
|
Protect data argument for GC.
cheatfate
2016-08-30
2
-2
/
+12
*
|
|
Merge pull request #4698 from endragor/gitter-mention
Dominik Picheta
2016-09-02
1
-1
/
+4
|
\
\
\
|
*
|
|
Added Gitter links to readme
Ruslan Mustakov
2016-09-02
1
-1
/
+4
|
/
/
/
*
|
|
Merge branch 'c-blake-devel' into devel
Araq
2016-09-02
2
-1
/
+53
|
\
\
\
|
*
|
|
Merge branch 'devel' of https://github.com/c-blake/Nim into c-blake-devel
Araq
2016-09-02
2
-1
/
+53
|
/
|
|
|
|
*
|
|
Use new name for call to low-level terminalWidth.
Charles Blake
2016-09-01
1
-3
/
+3
|
*
|
|
Evidently Travis build termios.h does not pull in sys/ioctl.h
Charles Blake
2016-09-01
1
-1
/
+1
|
*
|
|
Make Windows part match Unix part more closely per Araq request.
Charles Blake
2016-09-01
1
-8
/
+7
|
*
|
|
Change type name to be more NEP-1-ish as per Araq request.
Charles Blake
2016-09-01
2
-3
/
+3
|
*
|
|
Convert TaintedString to string.
Charles Blake
2016-09-01
1
-1
/
+1
|
*
|
|
Oops - L_ctermid must be a global var to compile.
Charles Blake
2016-09-01
1
-2
/
+2
|
*
|
|
Add terminal.terminalWidth and supporting types/calls.
Charles Blake
2016-09-01
2
-1
/
+54
*
|
|
|
fixes #4689
Andreas Rumpf
2016-09-01
1
-7
/
+5
*
|
|
|
fixes #4693
Andreas Rumpf
2016-09-01
1
-1
/
+3
*
|
|
|
fixes #4673
Andreas Rumpf
2016-09-01
19
-31
/
+74
*
|
|
|
fixes #4672
Andreas Rumpf
2016-09-01
2
-1
/
+13
*
|
|
|
nimsuggest: correct documentation
Andreas Rumpf
2016-09-01
1
-2
/
+2
|
/
/
/
*
|
|
Merge pull request #4685 from cheatfate/selevent32
Andreas Rumpf
2016-08-31
3
-5
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix 32bit architecture problems with SelectEvent.
cheatfate
2016-08-31
3
-5
/
+5
|
/
/
*
|
Merge pull request #4670 from yglukhov/js-getcurex
Andreas Rumpf
2016-08-29
2
-12
/
+26
|
\
\
|
*
|
Fixed getCurrentException and getCurrentExceptionMsg. Closes #4635
Yuriy Glukhov
2016-08-29
2
-12
/
+26
*
|
|
nimsuggest improvements
Andreas Rumpf
2016-08-29
3
-15
/
+7
|
/
/
*
|
Merge pull request #4660 from mbaulch/tree_helper_polish
Andreas Rumpf
2016-08-29
1
-56
/
+12
|
\
\
|
*
|
Cleanup and fix isConstExpr to return true for all atomic node types.
Matthew Baulch
2016-08-27
1
-4
/
+2
|
*
|
Remove unnecessary result initialisations.
Matthew Baulch
2016-08-27
1
-2
/
+1
|
*
|
Remove useless/misleading comment. flattenStmts not only for patterns.
Matthew Baulch
2016-08-27
1
-1
/
+0
|
*
|
Remove unused procs getProcSym, getOpSym.
Matthew Baulch
2016-08-27
1
-11
/
+0
|
*
|
Remove (unused) flattenTree proc.
Matthew Baulch
2016-08-27
1
-14
/
+0
|
*
|
Remove (unused) swapOperands proc.
Matthew Baulch
2016-08-27
1
-5
/
+0
|
*
|
Rewrite cyclicTree. Performance improved by approx 50%.
Matthew Baulch
2016-08-27
1
-20
/
+10
|
|
/
*
|
Merge pull request #4661 from yglukhov/js-uncaught-stacktrace
Andreas Rumpf
2016-08-29
6
-46
/
+71
|
\
\
|
*
|
Added a note about system.alert deprecation
Yuriy Glukhov
2016-08-27
1
-0
/
+2
|
*
|
Treat all failure codes from nodejs as 1
Yuriy Glukhov
2016-08-27
1
-0
/
+5
|
*
|
Fixed codegen for asmNoStackFrame pragma. More bulletproof frame restoration.
Yuriy Glukhov
2016-08-27
1
-6
/
+8
|
*
|
Reset framePtr on unhabdled exception. Dont reset on getStackTrace.
Yuriy Glukhov
2016-08-27
1
-3
/
+1
|
*
|
Restore framePtr after exceptions
Yuriy Glukhov
2016-08-27
1
-4
/
+10
|
*
|
Fixed js codegen issue for uncaught exceptions.
Yuriy Glukhov
2016-08-27
3
-4
/
+5
|
*
|
Uncaught exceptions in JS now always propagate with better stack trace.
Yuriy Glukhov
2016-08-27
2
-29
/
+40
|
|
/
[next]