Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | 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 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #4667 from mogud/devel | Andreas Rumpf | 2016-08-29 | 1 | -2/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | make koch build quietly | mogud | 2016-08-28 | 1 | -2/+4 | |
* | | | | | | | fixes a regression that caused --import in a config file to break things | Andreas Rumpf | 2016-08-29 | 4 | -1/+6 | |
* | | | | | | | Adds GitLab CI config. | Dominik Picheta | 2016-08-29 | 5 | -0/+136 | |
|/ / / / / / | ||||||
* | | | | | | disable rodfile tests depending on gtk | Araq | 2016-08-28 | 1 | -1/+1 | |
* | | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2016-08-27 | 1 | -3/+3 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge pull request #4662 from yglukhov/json-frame-corruption | Dominik Picheta | 2016-08-27 | 1 | -3/+3 | |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| | * | | | | | Fixed frame corruption | Yuriy Glukhov | 2016-08-27 | 1 | -3/+3 | |
| |/ / / / / | ||||||
* | | | | | | Merged | Araq | 2016-08-27 | 91 | -733/+991 | |
|\| | | | | | ||||||
| * | | | | | 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 | |
| * | | | | | test case cleanup | Andreas Rumpf | 2016-08-26 | 1 | -4/+4 | |
| * | | | | | koch boot: use different nimcaches for release and debug builds | Andreas Rumpf | 2016-08-26 | 1 | -1/+3 | |
| * | | | | | fixes #3928 | Andreas Rumpf | 2016-08-26 | 1 | -0/+3 | |
| * | | | | | do not crash on #3928 | Andreas Rumpf | 2016-08-26 | 1 | -0/+1 | |
| * | | | | | added missing test files | Andreas Rumpf | 2016-08-26 | 2 | -0/+110 |