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
*
fix #3567
cheatfate
2016-09-23
1
-4
/
+5
*
JS: Fixed ICE on ptr assignment
Yuriy Glukhov
2016-09-20
1
-6
/
+14
*
fixes #4764, fixes #4731, fixes #4724
Araq
2016-09-14
1
-0
/
+1
*
VM: 'raises' in an 'except' doesn't cause an endless loop anymore
Araq
2016-09-14
1
-2
/
+10
*
fixes #4626
Andreas Rumpf
2016-09-13
3
-52
/
+13
*
fixes #4625
Andreas Rumpf
2016-09-13
1
-1
/
+1
*
fixes #4671
Andreas Rumpf
2016-09-13
1
-0
/
+1
*
minor steps to make closure iterators work with the JS backend
Andreas Rumpf
2016-09-12
1
-0
/
+7
*
fixes thread vars of non-global visibility
Andreas Rumpf
2016-09-12
2
-2
/
+3
*
fixes #4088
Andreas Rumpf
2016-09-11
2
-6
/
+6
*
docgen: working search feature
Araq
2016-09-09
1
-9
/
+3
*
generated theindex.html is valid html
Araq
2016-09-09
1
-1
/
+1
*
docgen: group by type feature
Andreas Rumpf
2016-09-08
1
-1
/
+5
*
docgen: different attachedType generation
Andreas Rumpf
2016-09-08
1
-7
/
+8
*
documentation now has an 'edit' button
Andreas Rumpf
2016-09-08
1
-6
/
+10
*
Display error message if defer statement is used at top level
Kier Davis
2016-09-07
1
-0
/
+2
*
fixes #4721
Andreas Rumpf
2016-09-07
2
-7
/
+22
*
fixes #4699
Andreas Rumpf
2016-09-05
1
-1
/
+1
*
C++ backend: use .noInit pragma for non-public default constructors; refs #4687
Andreas Rumpf
2016-09-04
5
-18
/
+45
*
Merge pull request #4701 from mbaulch/fix4675
Andreas Rumpf
2016-09-03
1
-42
/
+72
|
\
|
*
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
*
|
fixes #4693
Andreas Rumpf
2016-09-01
1
-1
/
+3
*
|
fixes #4673
Andreas Rumpf
2016-09-01
18
-31
/
+61
*
|
fixes #4672
Andreas Rumpf
2016-09-01
1
-1
/
+1
*
|
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
1
-11
/
+20
|
\
\
|
*
|
Fixed codegen for asmNoStackFrame pragma. More bulletproof frame restoration.
Yuriy Glukhov
2016-08-27
1
-6
/
+8
|
*
|
Restore framePtr after exceptions
Yuriy Glukhov
2016-08-27
1
-4
/
+10
|
*
|
Fixed js codegen issue for uncaught exceptions.
Yuriy Glukhov
2016-08-27
1
-1
/
+2
|
|
/
*
|
fixes a regression that caused --import in a config file to break things
Andreas Rumpf
2016-08-29
1
-1
/
+4
*
|
Merged
Araq
2016-08-27
35
-610
/
+201
|
\
|
|
*
koch nsis: don't hardcode the path to NSIS
Andreas Rumpf
2016-08-27
1
-1
/
+0
|
*
fixes #4656; ropes.nim checks properly for file equality
Andreas Rumpf
2016-08-26
1
-1
/
+6
|
*
fixes #4179; disallow assignments to openarrays
Andreas Rumpf
2016-08-26
1
-2
/
+3
|
*
fixes regression
Andreas Rumpf
2016-08-26
1
-1
/
+1
|
*
fixes #4580
Andreas Rumpf
2016-08-26
2
-3
/
+4
|
*
partial fix for #4623
Andreas Rumpf
2016-08-26
1
-0
/
+2
|
*
fixes #4491
Andreas Rumpf
2016-08-26
1
-0
/
+3
|
*
fixes #3928
Andreas Rumpf
2016-08-26
1
-0
/
+3
[next]