summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Add comments to clarify the roles of abstractX and typedescX types.Matthew Baulch2016-08-211-0/+3
| |/
* | Added survey results news article (WIP).Dominik Picheta2016-08-2116-0/+317
* | Merge pull request #4618 from endragor/compatible-async-eventDominik Picheta2016-08-201-3/+3
|\ \
| * | AsyncEvent is now exported on all platforms and created with newAsyncEvent pr...Ruslan Mustakov2016-08-151-3/+3
* | | Enable SO_NOSIGPIPE for sockets on OS X.Dominik Picheta2016-08-161-0/+4
|/ /
* / Fixes #4406.Dominik Picheta2016-08-131-2/+2
|/
* Merge pull request #4609 from cheatfate/issue4606Andreas Rumpf2016-08-122-4/+8
|\
| * Resolve #4606cheatfate2016-08-122-4/+8
* | Merge pull request #4591 from jangko/vs2010_c4090_warningAndreas Rumpf2016-08-111-1/+1
|\ \
| * | fixed #4590 Visual Studio C4090 warningandri lim2016-08-091-1/+1
* | | Merge pull request #4604 from mbaulch/fix3658Andreas Rumpf2016-08-112-6/+12
|\ \ \ | |_|/ |/| |
| * | Require ordinal or set argument to system.ordMatthew Baulch2016-08-111-2/+6
| * | Distinct types derived from ordinal types are ordinal.Matthew Baulch2016-08-111-1/+2
| * | Tidy up isOrdinalTypeMatthew Baulch2016-08-111-4/+5
| |/
* | fixes #4593Andreas Rumpf2016-08-101-1/+1
* | fixes #4589Andreas Rumpf2016-08-102-6/+13
* | don't allow to pass a closure to spawnAndreas Rumpf2016-08-101-0/+2
* | makes tests green againAndreas Rumpf2016-08-091-1/+2
* | fixes #2094Andreas Rumpf2016-08-091-0/+3
* | fixes #4551Andreas Rumpf2016-08-092-0/+16
* | tiny style changesAndreas Rumpf2016-08-092-3/+3
|/
* New sponsors.Dominik Picheta2016-08-082-1/+2
* Add bountysource news.Dominik Picheta2016-08-083-6/+81
* disable TR macro for increased compile times; define nimTrMacros to re-enableAndreas Rumpf2016-08-081-1/+1
* Merge pull request #4577 from oderwat/fix-referr-jsAndreas Rumpf2016-08-081-2/+9
|\