Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 |
| | |||||
* | fixes #4292 | Andreas Rumpf | 2016-08-26 | 2 | -8/+10 |
| | |||||
* | fixes #4253 | Andreas Rumpf | 2016-08-26 | 1 | -2/+2 |
| | |||||
* | fixes #2865 | Andreas Rumpf | 2016-08-26 | 1 | -1/+8 |
| | |||||
* | fixes #3606 | Andreas Rumpf | 2016-08-26 | 1 | -1/+1 |
| | |||||
* | explicit side-effects override the inferred effect; refs #4659 | Andreas Rumpf | 2016-08-26 | 1 | -1/+1 |
| | |||||
* | fixes #4658 | Andreas Rumpf | 2016-08-26 | 2 | -0/+18 |
| | |||||
* | make tests green again | Andreas Rumpf | 2016-08-25 | 1 | -1/+1 |
| | |||||
* | json module: use ordered tables instead of ordinary tables | Andreas Rumpf | 2016-08-25 | 2 | -17/+25 |
| | |||||
* | make tests green again | Andreas Rumpf | 2016-08-25 | 2 | -3/+3 |
| | |||||
* | update stdlib to not use deprecated symbols | Andreas Rumpf | 2016-08-25 | 2 | -9/+9 |
| | |||||
* | Merge pull request #4592 from arnetheduck/compiler-cleanup | Andreas Rumpf | 2016-08-25 | 27 | -464/+12 |
|\ | | | | | Compiler cleanup | ||||
| * | remove TLoc.heapRoot | Jacek Sieka | 2016-08-17 | 2 | -8/+0 |
| | | |||||
| * | Merge remote-tracking branch 'origin/devel' into compiler-cleanup | Jacek Sieka | 2016-08-17 | 11 | -21/+45 |
| |\ | |||||
| * | | remove unused stuff | Jacek Sieka | 2016-08-09 | 27 | -406/+5 |
| | | | |||||
| * | | remove keepAlive and friends | Jacek Sieka | 2016-08-09 | 3 | -51/+8 |
| | | | |||||
* | | | Merge pull request #4367 from kierdavis/4365-tables-clear | Andreas Rumpf | 2016-08-25 | 4 | -4/+53 |
|\ \ \ | | | | | | | | | Improvements to tables.clear() | ||||
| * | | | Disable failing tests for tables.clear() | Kier Davis | 2016-07-09 | 1 | -20/+22 |
| | | | | | | | | | | | | | | | | | | | | The tests for tables.clear() in tests/collections/ttables.nim currently fail as a result of #4448, so I've wrapped them in a 'when false' to disable them until the bug is fixed. | ||||
| * | | | Add a fix for clear() on non-ref types by adding a missing 'var' annotation ↵ | Kier Davis | 2016-07-09 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to the type signature However, this fix won't take effect until a compiler bug (#4448) is fixed. Until then, the codebase functions identically to how it did before this commit (calls to clear() fail to compile for Table/OrderedTable/CountTable as the argument is immutable). | ||||
| * | | | Add tests for tables.clear() | Kier Davis | 2016-07-09 | 2 | -0/+46 |
| | | | | | | | | | | | | | | | | This should reduce the chance of regressions. | ||||
| * | | | Fix clear() on CountTable | Kier Davis | 2016-07-09 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | The record tuples used in CountData.data don't contain an 'hcode' member, unlike Table and OrderedTable, causing the existing clearImpl() implementation to break when attempting to assign to t.data[i].hcode. | ||||
* | | | | Merge pull request #4603 from nigredo-tori/threadpool-deadlocks | Andreas Rumpf | 2016-08-25 | 1 | -4/+47 |
|\ \ \ \ | | | | | | | | | | | Add a workaround for threadpool deadlocks on recursion | ||||
| * | | | | Add a lock to prevent race condition | Dmitry Polienko | 2016-08-24 | 1 | -22/+33 |
| | | | | | |||||
| * | | | | Add a workaround for threadpool deadlocks on recursion | Dmitry Polienko | 2016-08-11 | 1 | -3/+35 |
| | | | | | |||||
* | | | | | Merge pull request #4611 from jangko/vs2010_error_c2275 | Andreas Rumpf | 2016-08-25 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | fixed #4459 -- VS2010 error C2275 | ||||
| * | | | | | fixed #4459 -- VS2010 error C2275 | andri lim | 2016-08-13 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #4629 from flyx/times-parse-yearday | Andreas Rumpf | 2016-08-25 | 2 | -40/+37 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Calculate correct yearday in times.parse | ||||
| * | | | | | | Improved times tests | Felix Krause | 2016-08-21 | 1 | -38/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added check for yearday * Changed some test dates to check different equivalence classes of yearday (before leap day, at leap day, after february in leap year, after february in non-leap year) | ||||
| * | | | | | | Calculate correct yearday in times.parse | Felix Krause | 2016-08-19 | 1 | -2/+5 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge pull request #4633 from mbaulch/pickbestcand_faster_inlined | Andreas Rumpf | 2016-08-25 | 1 | -61/+43 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Optimise pickBestCandidate: reduce heap allocations. | ||||
| * | | | | | | Optimise pickBestCandidate: reduce heap allocations. | Matthew Baulch | 2016-08-21 | 1 | -61/+43 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | side-effect computation now done in the proper pass; fixes #4254 | Andreas Rumpf | 2016-08-25 | 4 | -17/+39 |
| | | | | | | |||||
* | | | | | | Merge pull request #4652 from flyx/unittest-output | Andreas Rumpf | 2016-08-25 | 4 | -9/+30 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Nicer output formatting for unittest | ||||
| * | | | | | | Fixed another test to expect new unittest output | Felix Krause | 2016-08-24 | 1 | -1/+3 |
| | | | | | | | |||||
| * | | | | | | Fixed tests to expect [Suite] output from unittest | Felix Krause | 2016-08-24 | 2 | -0/+5 |
| | | | | | | | |||||
| * | | | | | | unittest: Output suite name, nice formatting | Felix Krause | 2016-08-23 | 1 | -8/+22 |
| | | | | | | | |||||
* | | | | | | | minor things | Andreas Rumpf | 2016-08-24 | 2 | -1/+2 |
| | | | | | | |