summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert pull request #720 (CPS: enable return expressions in CPS code if they ...phaller2012-06-275-74/+3
* Merge pull request #781 from dragos/new-eclipse-project-filesAdriaan Moors2012-06-272-2/+1
|\
| * Updated Eclipse project files for `asm`, correcting a small typo in linked so...Iulian Dragos2012-06-272-2/+1
* | Merge pull request #759 from dragos/new-eclipse-project-filesAdriaan Moors2012-06-2611-0/+219
|\|
| * Added new project files for using the compiler and library inside Eclipse and...Iulian Dragos2012-06-2611-0/+219
* | Merge pull request #768 from magarciaEPFL/fixesAdriaan Moors2012-06-261-87/+85
|\ \
| * | emit JVM InnerClasses attribute for bean info classesMiguel Garcia2012-06-241-87/+85
* | | fix for SI-4935Miguel Garcia2012-06-261-1/+25
* | | Merge pull request #770 from odersky/pullreq/statisticsAdriaan Moors2012-06-267-80/+149
|\ \ \
| * | | Statistics improvements and bug fixes.Martin Odersky2012-06-257-80/+149
* | | | Merge pull request #769 from hubertp/topic/t4842-followupAdriaan Moors2012-06-261-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Minor followup on SI-4842: remove awkward condition. Review by @retronym.Hubert Plociniczak2012-06-251-2/+2
| | |/ | |/|
* | | Merge pull request #760 from retronym/ticket/5966-3Adriaan Moors2012-06-251-3/+5
|\ \ \
| * | | SI-5966 Fix eta expansion for repeated parameters with zero arguments.Jason Zaugg2012-06-231-3/+5
* | | | Merge pull request #767 from retronym/ticket/5968Adriaan Moors2012-06-251-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | SI-5968 Eliminate spurious exhaustiveness warning with singleton types.Jason Zaugg2012-06-231-0/+2
* | | | Merge pull request #766 from soc/patch-8Adriaan Moors2012-06-241-157/+161
|\ \ \ \
| * | | | LongMap: Made life a bit less scary for those doing source archaeology.soc2012-06-241-157/+161
| |/ / /
* | | | Merge pull request #764 from soc/patch-5Adriaan Moors2012-06-241-142/+147
|\ \ \ \
| * | | | IntMap: Made life a bit less scary for those doing source archaeology.soc2012-06-241-142/+147
| |/ / /
* | | | Merge pull request #762 from soc/patch-3Adriaan Moors2012-06-241-2/+3
|\ \ \ \
| * | | | Adds missing closing curly brace to ScalaDoc code example.soc2012-06-241-2/+3
| |/ / /
* | | | Merge pull request #751 from scalamacros/topic/narrowAdriaan Moors2012-06-241-2/+10
|\ \ \ \
| * | | | adds `narrow` to the reflection APIEugene Burmako2012-06-191-2/+10
* | | | | Merge pull request #761 from paulp/topic/parser-commentAdriaan Moors2012-06-241-1/+3
|\ \ \ \ \
| * | | | | Added a key comment.Paul Phillips2012-06-231-1/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #733 from retronym/ticket/4989-3Adriaan Moors2012-06-241-0/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SI-4989 Reject super.x if an intermediate class declares x abstract.Jason Zaugg2012-06-171-0/+8
* | | | | 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
|\ \ \ \