summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| | * | | | | | Calculate correct yearday in times.parseFelix Krause2016-08-191-2/+5
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge pull request #4633 from mbaulch/pickbestcand_faster_inlinedAndreas Rumpf2016-08-251-61/+43
| |\ \ \ \ \ \
| | * | | | | | Optimise pickBestCandidate: reduce heap allocations.Matthew Baulch2016-08-211-61/+43
| | | |/ / / / | | |/| | | |
| * | | | | | side-effect computation now done in the proper pass; fixes #4254Andreas Rumpf2016-08-254-17/+39
| * | | | | | Merge pull request #4652 from flyx/unittest-outputAndreas Rumpf2016-08-254-9/+30
| |\ \ \ \ \ \
| | * | | | | | Fixed another test to expect new unittest outputFelix Krause2016-08-241-1/+3
| | * | | | | | Fixed tests to expect [Suite] output from unittestFelix Krause2016-08-242-0/+5
| | * | | | | | unittest: Output suite name, nice formattingFelix Krause2016-08-231-8/+22
| * | | | | | | minor thingsAndreas Rumpf2016-08-242-1/+2
| * | | | | | | fixes #4653Andreas Rumpf2016-08-242-0/+28
| * | | | | | | overloading resolution: scoping is considered after typing (needs to be docum...Andreas Rumpf2016-08-241-2/+3
| |/ / / / / /
| * | | | | | fixes #4632Andreas Rumpf2016-08-231-8/+9
| * | | | | | Merge pull request #4645 from endragor/asyncevent-recursionAndreas Rumpf2016-08-231-2/+2
| |\ \ \ \ \ \
| | * | | | | | Fixed infinite recursion in setEvent and close procs in upcoming asyncdispatchRuslan Mustakov2016-08-231-2/+2
| * | | | | | | Merge pull request #4648 from endragor/remove-gensym-pragmaAndreas Rumpf2016-08-232-9/+9
| |\ \ \ \ \ \ \
| | * | | | | | | Removed the use of .gensym pragma inside stdlib templatesRuslan Mustakov2016-08-232-9/+9
| | |/ / / / / /
| * | | | | | | Merge pull request #4650 from def-/develAndreas Rumpf2016-08-231-2/+2
| |\ \ \ \ \ \ \
| | * | | | | | | Get rid of initialization warningDennis Felsing2016-08-231-2/+2
| |/ / / / / / /
| * | | | | | | Merge pull request #4646 from endragor/genoid-raceAndreas Rumpf2016-08-231-2/+1
| |\ \ \ \ \ \ \
| | * | | | | | | Fixed race condition in genOid()Ruslan Mustakov2016-08-231-2/+1
| | |/ / / / / /
| * | | | | | | make tests green againAndreas Rumpf2016-08-231-2/+2
| * | | | | | | fixes #4579Andreas Rumpf2016-08-232-33/+48
| |/ / / / / /
| * | | | | | fixes #4600Andreas Rumpf2016-08-232-6/+15
| * | | | | | fixes #4619Andreas Rumpf2016-08-232-2/+11
| * | | | | | fixes #3221Andreas Rumpf2016-08-222-1/+44
| * | | | | | Merge pull request #4634 from mbaulch/clarify_abstract_typedesc_rolesAndreas Rumpf2016-08-221-0/+3
| |\ \ \ \ \ \