summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Fixed js codegen issue for uncaught exceptions.Yuriy Glukhov2016-08-273-4/+5
| * | | | | | Uncaught exceptions in JS now always propagate with better stack trace.Yuriy Glukhov2016-08-272-29/+40
| |/ / / / /
* | | | | | Merge pull request #4667 from mogud/develAndreas Rumpf2016-08-291-2/+4
|\ \ \ \ \ \
| * | | | | | make koch build quietlymogud2016-08-281-2/+4
* | | | | | | fixes a regression that caused --import in a config file to break thingsAndreas Rumpf2016-08-294-1/+6
* | | | | | | Adds GitLab CI config.Dominik Picheta2016-08-295-0/+136
|/ / / / / /
* | | | | | disable rodfile tests depending on gtkAraq2016-08-281-1/+1
* | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2016-08-271-3/+3
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #4662 from yglukhov/json-frame-corruptionDominik Picheta2016-08-271-3/+3
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Fixed frame corruptionYuriy Glukhov2016-08-271-3/+3
| |/ / / / /
* | | | | | MergedAraq2016-08-2791-733/+991
|\| | | | |
| * | | | | koch nsis: don't hardcode the path to NSISAndreas Rumpf2016-08-271-1/+0
| * | | | | fixes #4656; ropes.nim checks properly for file equalityAndreas Rumpf2016-08-261-1/+6
| * | | | | fixes #4179; disallow assignments to openarraysAndreas Rumpf2016-08-261-2/+3
| * | | | | fixes regressionAndreas Rumpf2016-08-261-1/+1
| * | | | | fixes #4580Andreas Rumpf2016-08-262-3/+4
| * | | | | partial fix for #4623Andreas Rumpf2016-08-261-0/+2
| * | | | | fixes #4491Andreas Rumpf2016-08-261-0/+3
| * | | | | test case cleanupAndreas Rumpf2016-08-261-4/+4
| * | | | | koch boot: use different nimcaches for release and debug buildsAndreas Rumpf2016-08-261-1/+3
| * | | | | fixes #3928Andreas Rumpf2016-08-261-0/+3
| * | | | | do not crash on #3928Andreas Rumpf2016-08-261-0/+1
| * | | | | added missing test filesAndreas Rumpf2016-08-262-0/+110
| * | | | | fixes #4292Andreas Rumpf2016-08-262-8/+10
| * | | | | fixes #4253Andreas Rumpf2016-08-261-2/+2
| * | | | | fixes #2865Andreas Rumpf2016-08-261-1/+8
| * | | | | fixes #3606Andreas Rumpf2016-08-261-1/+1
| * | | | | explicit side-effects override the inferred effect; refs #4659Andreas Rumpf2016-08-261-1/+1
| * | | | | fixes #4658Andreas Rumpf2016-08-262-0/+18
| * | | | | make tests green againAndreas Rumpf2016-08-251-1/+1
| * | | | | json module: use ordered tables instead of ordinary tablesAndreas Rumpf2016-08-252-17/+25
| * | | | | make tests green againAndreas Rumpf2016-08-252-3/+3
| * | | | | update stdlib to not use deprecated symbolsAndreas Rumpf2016-08-252-9/+9
| * | | | | Merge pull request #4592 from arnetheduck/compiler-cleanupAndreas Rumpf2016-08-2527-464/+12
| |\ \ \ \ \
| | * | | | | remove TLoc.heapRootJacek Sieka2016-08-172-8/+0
| | * | | | | Merge remote-tracking branch 'origin/devel' into compiler-cleanupJacek Sieka2016-08-1711-21/+45
| | |\ \ \ \ \
| | * | | | | | remove unused stuffJacek Sieka2016-08-0927-406/+5
| | * | | | | | remove keepAlive and friendsJacek Sieka2016-08-093-51/+8
| * | | | | | | Merge pull request #4367 from kierdavis/4365-tables-clearAndreas Rumpf2016-08-254-4/+53
| |\ \ \ \ \ \ \
| | * | | | | | | Disable failing tests for tables.clear()Kier Davis2016-07-091-20/+22
| | * | | | | | | Add a fix for clear() on non-ref types by adding a missing 'var' annotation t...Kier Davis2016-07-091-3/+3
| | * | | | | | | Add tests for tables.clear()Kier Davis2016-07-092-0/+46
| | * | | | | | | Fix clear() on CountTableKier Davis2016-07-091-1/+2
| * | | | | | | | Merge pull request #4603 from nigredo-tori/threadpool-deadlocksAndreas Rumpf2016-08-251-4/+47
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Add a lock to prevent race conditionDmitry Polienko2016-08-241-22/+33
| | * | | | | | | | Add a workaround for threadpool deadlocks on recursionDmitry Polienko2016-08-111-3/+35
| * | | | | | | | | Merge pull request #4611 from jangko/vs2010_error_c2275Andreas Rumpf2016-08-251-1/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | fixed #4459 -- VS2010 error C2275andri lim2016-08-131-1/+1
| * | | | | | | | | | Merge pull request #4629 from flyx/times-parse-yeardayAndreas Rumpf2016-08-252-40/+37
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Improved times testsFelix Krause2016-08-211-38/+32