summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* IntMap: Made life a bit less scary for those doing source archaeology.soc2012-06-241-142/+147
* Merge pull request #756 from axel22/issue/4809Josh Suereth2012-06-222-4/+38
|\
| * Fix SI-4809.Aleksandar Prokopec2012-06-212-4/+38
* | Merge pull request #755 from axel22/issue/5284-cherry-pickedAdriaan Moors2012-06-2210-26/+180
|\ \
| * | Fix SI-5284.Aleksandar Prokopec2012-06-2110-26/+180
* | | Merge pull request #752 from retronym/topic/warn-catch-all-4Adriaan Moors2012-06-225-3/+43
|\ \ \
| * | | SI-2807 Resurrect and refine the promiscuous catch warning.Jason Zaugg2012-06-195-3/+43
* | | | 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 #753 from vjovanov/actor-tests-fixAdriaan Moors2012-06-2118-0/+1081
|\ \ \ \ \
| * | | | | Making Actor Migration Tests deterministic.Vojin Jovanovic2012-06-2018-0/+1081
| | |_|/ / | |/| | |
* | | | | Merge pull request #748 from jsuereth/update-scalacheck-sourceAdriaan Moors2012-06-2116-248/+145
|\ \ \ \ \
| * | | | | Updated scalacheck sources.Paul Phillips2012-06-1916-248/+145
* | | | | | Merge pull request #735 from retronym/ticket/4842-2Adriaan Moors2012-06-217-16/+94
|\ \ \ \ \ \
| * | | | | | SI-4842 Forbid access to in-construction this in self-constructor argsJason Zaugg2012-06-177-16/+94
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #731 from retronym/ticket/5617Adriaan Moors2012-06-214-6/+47
|\ \ \ \ \ \
| * | | | | | SI-5617 Better error message for "x overrides nothing".Jason Zaugg2012-06-174-6/+47
| |/ / / / /
* | | | | | 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
| | |_|/ / | |/| | |
* | | | | Merge pull request #750 from paulp/issue/5953Adriaan Moors2012-06-192-2/+18
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix for SI-5953, extension methods crasher.Paul Phillips2012-06-192-2/+18
|/ / / /
* | | | Merge pull request #743 from axel22/issue/4541Adriaan Moors2012-06-196-5/+62
|\ \ \ \
| * | | | Fix SI-4541.Aleksandar Prokopec2012-06-186-5/+62
| | |_|/ | |/| |
* | | | Merge pull request #723 from paulp/topic/5910Adriaan Moors2012-06-192-1/+4
|\ \ \ \
| * | | | Fix for java parser edge case.Paul Phillips2012-06-142-1/+4
* | | | | Merge pull request #746 from adriaanm/pullreq/740-rebasedAdriaan Moors2012-06-1916-497/+546
|\ \ \ \ \
| * | | | | Statistics reorganizationMartin Odersky2012-06-1916-497/+546
* | | | | | Merge pull request #744 from jsuereth/sbt-reflecton-fixAdriaan Moors2012-06-199-286/+373
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into sbt-reflecton-fixJosh Suereth2012-06-1840-181/+806
| |\ \ \ \ \ \
| * | | | | | | Final clean up to get the build/testing working again.Josh Suereth2012-06-184-37/+82
| * | | | | | | More fixups.Josh Suereth2012-06-143-17/+22
| * | | | | | | Merge branch 'master' into sbt-reflecton-fixJosh Suereth2012-06-135-4/+12
| |\ \ \ \ \ \ \
| * | | | | | | | Refactoring and temporary commit before finishing the fix.Josh Suereth2012-06-138-253/+290
* | | | | | | | | Merge pull request #737 from scalamacros/topic/reifyanonymousAdriaan Moors2012-06-196-27/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | enables reification of anonymous classesEugene Burmako2012-06-186-27/+0
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge pull request #729 from scalamacros/topic/showrawAdriaan Moors2012-06-1931-161/+404
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | improves showRawEugene Burmako2012-06-1931-161/+404
* | | | | | | | | Merge pull request #697 from retronym/ticket/4270-3Adriaan Moors2012-06-197-56/+125
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | 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-106-49/+100
| * | | | | | | | 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-1810-5/+219
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fixing embarassing typo.Josh Suereth2012-06-181-1/+1
| * | | | | | | | | Migrate build to @odersky's suggestion of convertTo.Josh Suereth2012-06-187-24/+29
| * | | | | | | | | Rename copyTo to build based on consensus of 3Josh Suereth2012-06-185-14/+14
| * | | | | | | | | Fixes from review.Josh Suereth2012-06-185-16/+16