summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2704 from adriaanm/modularizeAdriaan Moors2013-07-092-16/+7
|\
| * Unfork jline: use vanilla jline 2.11 as a dependency.Adriaan Moors2013-07-051-1/+1
| * Spin off src/library/scala/xml to src/xml/scala/xml.Adriaan Moors2013-07-051-15/+6
* | Merge pull request #2650 from paulp/issue/6221Adriaan Moors2013-07-081-11/+6
|\ \
| * | SI-6221 inference with Function1 subtypes.Paul Phillips2013-06-131-11/+6
* | | Merge pull request #2687 from soc/topic/io-to-interactiveAdriaan Moors2013-07-034-791/+0
|\ \ \
| * | | Move some code from s.t.n.io to s.t.n.interactiveSimon Ochsenreither2013-06-274-791/+0
* | | | Merge pull request #2660 from retronym/ticket/7582Adriaan Moors2013-07-032-4/+13
|\ \ \ \ | |_|_|/ |/| | |
| * | | SI-7582 Only inline accessible calls to package-private Java codeJason Zaugg2013-06-191-3/+12
| * | | SI-7582 ClassfileParser: populate privateWithin of Java module classJason Zaugg2013-06-161-1/+1
| | |/ | |/|
* | | Merge pull request #2663 from soc/SI-7592Adriaan Moors2013-07-013-84/+20
|\ \ \
| * | | SI-7592 Replace s.t.n.u.TreeSet with s.c.m.TreeSetSimon Ochsenreither2013-06-193-84/+20
| |/ /
* | | Merge pull request #2693 from lexspoon/semmle-lintAdriaan Moors2013-07-019-19/+41
|\ \ \
| * | | Adds equals and hashCode to three classes that implement Ordered.Lex Spoon2013-06-261-0/+8
| * | | Adds a hashCode method to the Settings class for Ant.Lex Spoon2013-06-261-0/+14
| * | | Seals some case class hierarchies.Lex Spoon2013-06-267-19/+19
* | | | Merge pull request #2694 from adriaanm/masterGrzegorz Kossakowski2013-07-015-8/+48
|\ \ \ \
| * \ \ \ Merge 2.10.x into masterAdriaan Moors2013-06-281-3/+12
| |\ \ \ \
| | * \ \ \ Merge pull request #2680 from retronym/ticket/7603Adriaan Moors2013-06-271-3/+12
| | |\ \ \ \
| | | * | | | SI-7603 Speculative fix for annotation binding errorJason Zaugg2013-06-241-3/+12
| | * | | | | Merge pull request #2655 from VladUreche/issue/7344Adriaan Moors2013-06-261-24/+94
| | |\ \ \ \ \
| | | * | | | | SI-7344 Specialize methods in private scopesVlad Ureche2013-06-251-24/+94
| | | |/ / / /
| * | | | | | Merge 2.10.x into masterAdriaan Moors2013-06-284-5/+36
| |\| | | | |
| | * | | | | Merge pull request #2648 from retronym/ticket/7571Grzegorz Kossakowski2013-06-251-2/+2
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | SI-7571 Allow nesting of anonymous classes in value classesJason Zaugg2013-06-191-2/+2
| | * | | | | SI-7343 Fixed phase ordering in specializationVlad Ureche2013-06-122-2/+31
| | * | | | | Removed redundant `retypedMethod` in `Duplicators`Vlad Ureche2013-06-121-18/+2
| | |/ / / /
* | | | | | Merge pull request #2692 from soc/SI-7591Adriaan Moors2013-07-013-184/+1
|\ \ \ \ \ \
| * | | | | | SI-7591 Make s.t.p.n.ConsoleRunner use s.t.c.CommandLineSimon Ochsenreither2013-07-011-98/+0
| * | | | | | SI-7591 Minor cleanupsSimon Ochsenreither2013-07-011-1/+1
| * | | | | | SI-7591 Move command-line spec usage demo to testsSimon Ochsenreither2013-07-011-85/+0
| |/ / / / /
* | | | | | Merge pull request #2620 from magarciaEPFL/backendish33Adriaan Moors2013-07-0115-4/+6687
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | GenBCode: Eliminate needless OptionsMiguel Garcia2013-06-271-8/+4
| * | | | | more informative name for backend-selection via command-lineMiguel Garcia2013-06-271-5/+5
| * | | | | catching up with a fix in master after this PR was submittedMiguel Garcia2013-06-271-3/+4
| * | | | | additional documentation for GenBCodeMiguel Garcia2013-06-263-2/+7
| * | | | | SI-5031 fixed in GenBCodeMiguel Garcia2013-06-062-3/+4
| * | | | | new bytecode emitter, GenBCode, for now under a flagMiguel Garcia2013-06-0114-4/+6681
| * | | | | an ICode InvokeStyle can now answer whether it isSuperMiguel Garcia2013-06-011-0/+3
* | | | | | SI-7344 Specialize methods in private scopesVlad Ureche2013-06-281-23/+91
* | | | | | Remove dependency on combinators from CommandLinerParser.Adriaan Moors2013-06-256-100/+79
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #2667 from adriaanm/modularize-xmlAdriaan Moors2013-06-2411-69/+548
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Set scene for Predef.$scope's demise.Jason Zaugg2013-06-204-10/+62
| * | | | Remove dependency on xml in ast.parserAdriaan Moors2013-06-205-14/+441
| * | | | Remove dependency on xml in MarkupParsersAdriaan Moors2013-06-201-6/+14
| * | | | Remove dependency on xml in plugin loading.Adriaan Moors2013-06-202-39/+31
* | | | | SI-7569 Fix end position in PostfixSelect treeFrançois Garillot2013-06-241-1/+1
* | | | | Merge pull request #2653 from retronym/ticket/7433Grzegorz Kossakowski2013-06-231-1/+7
|\ \ \ \ \
| * | | | | SI-7433 Fix spurious warning about catching control throwableJason Zaugg2013-06-231-1/+7
| | |_|_|/ | |/| | |
* | | | | Merge pull request #2342 from soc/SI-7292Adriaan Moors2013-06-201-0/+7
|\ \ \ \ \ | |_|/ / / |/| | | |