summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #756 from axel22/issue/4809Josh Suereth2012-06-221-4/+4
|\
| * Fix SI-4809.Aleksandar Prokopec2012-06-211-4/+4
* | Merge pull request #755 from axel22/issue/5284-cherry-pickedAdriaan Moors2012-06-223-25/+93
|\ \
| * | Fix SI-5284.Aleksandar Prokopec2012-06-213-25/+93
* | | Merge pull request #752 from retronym/topic/warn-catch-all-4Adriaan Moors2012-06-221-0/+10
|\ \ \
| * | | SI-2807 Resurrect and refine the promiscuous catch warning.Jason Zaugg2012-06-191-0/+10
* | | | Merge pull request #712 from dragos/issue/hardening-compiling-with-newer-sourcesPaul Phillips2012-06-213-7/+17
|\ \ \ \
| * | | | Remove NPE when `compileLate` sees sources during initialization.Iulian Dragos2012-06-131-5/+6
| * | | | Don't require symbols to be loaded in the parser.Iulian Dragos2012-06-131-1/+10
| * | | | Don't use the BrowsingLoader for Java sources. Iulian Dragos2012-06-131-1/+1
* | | | | Merge pull request #748 from jsuereth/update-scalacheck-sourceAdriaan Moors2012-06-2114-246/+144
|\ \ \ \ \
| * | | | | Updated scalacheck sources.Paul Phillips2012-06-1914-246/+144
* | | | | | Merge pull request #735 from retronym/ticket/4842-2Adriaan Moors2012-06-212-16/+54
|\ \ \ \ \ \
| * | | | | | SI-4842 Forbid access to in-construction this in self-constructor argsJason Zaugg2012-06-172-16/+54
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #731 from retronym/ticket/5617Adriaan Moors2012-06-211-1/+10
|\ \ \ \ \ \
| * | | | | | SI-5617 Better error message for "x overrides nothing".Jason Zaugg2012-06-171-1/+10
| |/ / / / /
* | | | | | Merge pull request #711 from dragos/issue/no-crash-missing-cpsParamAdriaan Moors2012-06-211-1/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Don't crash if cpsParam is not on the classpath.Iulian Dragos2012-06-131-1/+3
| | |_|/ / | |/| | |
* | | | | Fix for SI-5953, extension methods crasher.Paul Phillips2012-06-191-2/+2
| |_|/ / |/| | |
* | | | Merge pull request #743 from axel22/issue/4541Adriaan Moors2012-06-192-5/+16
|\ \ \ \
| * | | | Fix SI-4541.Aleksandar Prokopec2012-06-182-5/+16
| | |_|/ | |/| |
* | | | Merge pull request #723 from paulp/topic/5910Adriaan Moors2012-06-191-1/+2
|\ \ \ \
| * | | | Fix for java parser edge case.Paul Phillips2012-06-141-1/+2
* | | | | Merge pull request #746 from adriaanm/pullreq/740-rebasedAdriaan Moors2012-06-1916-497/+546
|\ \ \ \ \
| * | | | | Statistics reorganizationMartin Odersky2012-06-1916-497/+546
* | | | | | Merge pull request #737 from scalamacros/topic/reifyanonymousAdriaan Moors2012-06-192-19/+0
|\ \ \ \ \ \
| * | | | | | enables reification of anonymous classesEugene Burmako2012-06-182-19/+0
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #729 from scalamacros/topic/showrawAdriaan Moors2012-06-1915-161/+297
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | improves showRawEugene Burmako2012-06-1915-161/+297
* | | | | | Merge pull request #697 from retronym/ticket/4270-3Adriaan Moors2012-06-193-56/+80
|\ \ \ \ \ \
| * | | | | | SI-4270 Refactor for efficiency and clarity.Jason Zaugg2012-06-141-6/+24
| * | | | | | SI-4270 Disqualify in scope implicits that are shadowed.Jason Zaugg2012-06-102-49/+55
| * | | | | | SI-4270 Rename implicits to avoid name clashes.Jason Zaugg2012-06-091-4/+4
* | | | | | | Merge pull request #728 from scalamacros/topic/reflection-meetingJosh Suereth2012-06-181-0/+17
|\ \ \ \ \ \ \
| * | | | | | | exposes extra tests for symbols as discussed on reflection meetingEugene Burmako2012-06-151-0/+17
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #739 from jsuereth/feature/collection-conversionsJosh Suereth2012-06-187-4/+52
|\ \ \ \ \ \ \
| * | | | | | | Fixing embarassing typo.Josh Suereth2012-06-181-1/+1
| * | | | | | | Migrate build to @odersky's suggestion of convertTo.Josh Suereth2012-06-185-16/+19
| * | | | | | | Rename copyTo to build based on consensus of 3Josh Suereth2012-06-184-7/+7
| * | | | | | | Fixes from review.Josh Suereth2012-06-184-9/+9
| * | | | | | | Adding copyInto and toVector methods to collections.Josh Suereth2012-06-186-0/+45
* | | | | | | | Merge pull request #738 from scalamacros/topic/checkinitJosh Suereth2012-06-182-9/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | fixes checkinit, now it's for realEugene Burmako2012-06-182-9/+1
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #741 from axel22/issue/4954Josh Suereth2012-06-182-13/+36
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix SI-4954.Aleksandar Prokopec2012-06-182-13/+36
| |/ / / / / / /
* | | | | | | | Merge pull request #742 from axel22/feature/pc-ctrieJosh Suereth2012-06-181-1/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Use `ThreadLocalRandom` in `TrieMap.size`.Aleksandar Prokopec2012-06-181-1/+5
| |/ / / / / / /
* | | | | | | | Merge pull request #720 from phaller/cps-ticket-1681Josh Suereth2012-06-185-3/+74
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove unneeded use of Tree#idphaller2012-06-152-16/+16
| * | | | | | | | Replace context stack of AnnotationChecker with new mode for typing returnsphaller2012-06-155-32/+12