summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | 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
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | SI-7292 Deprecate octal escape literalsSimon Ochsenreither2013-04-041-0/+7
* | | | | Merge pull request #2625 from paulp/pr/no-useless-implicitsGrzegorz Kossakowski2013-06-191-5/+23
|\ \ \ \ \
| * | | | | SI-6899, prohibit dangerous, useless implicit conversions.Paul Phillips2013-06-041-5/+23
* | | | | | Merge pull request #2628 from retronym/ticket/7364Eugene Burmako2013-06-191-5/+8
|\ \ \ \ \ \
| * | | | | | SI-7364 Allow raw types in parent position in Java sourcesJason Zaugg2013-06-091-5/+8
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #2635 from retronym/ticket/7151Grzegorz Kossakowski2013-06-191-2/+3
|\ \ \ \ \ \
| * | | | | | SI-7151 Emit final in bytecode for final inner classes.Jason Zaugg2013-06-071-2/+3
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #2631 from retronym/ticket/5022Grzegorz Kossakowski2013-06-191-2/+7
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | SI-5022 Retain precise existentials through pattern matchingJason Zaugg2013-06-051-2/+7
| | |/ / / | |/| | |
* | | | | Merge branch '2.10.x' into topic/merge-v2.10.2-RC1-35-ga54d86b-to-masterJason Zaugg2013-06-101-1/+4
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge pull request #2611 from retronym/ticket/6481Paul Phillips2013-06-081-1/+4
| |\ \ \ \
| | * | | | SI-6841 Fix bug at the intersection of DelayedInit and named argsJason Zaugg2013-05-301-1/+4
* | | | | | Merge pull request #2621 from retronym/ticket/7264Paul Phillips2013-06-092-1/+10
|\ \ \ \ \ \
| * | | | | | SI-7264 Initialize owner when searching for companion.Jason Zaugg2013-06-052-1/+10
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #2617 from paulp/pr/use-dedicated-sentinelsJason Zaugg2013-06-094-26/+26
|\ \ \ \ \ \
| * | | | | | Eliminate needless Options.Paul Phillips2013-06-084-26/+26
* | | | | | | Merge pull request #2596 from retronym/ticket/7519Jason Zaugg2013-06-091-2/+3
|\ \ \ \ \ \ \
| * | | | | | | SI-7519 Less brutal attribute resetting in adapt fallbackJason Zaugg2013-05-251-2/+3
* | | | | | | | Merge pull request #2630 from retronym/ticket/6308Jason Zaugg2013-06-091-4/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-6308 Specialize methods that have some unspecialized paramsJason Zaugg2013-06-051-4/+20
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #2639 from retronym/ticket/2464Paul Phillips2013-06-081-4/+8
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | SI-2464 Resiliance against missing InnerClass attributesJason Zaugg2013-06-061-4/+8
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #2638 from paulp/pr/error-outputPaul Phillips2013-06-083-39/+30
|\ \ \ \ \ \ \
| * | | | | | | Cleanup of crash output.Paul Phillips2013-06-063-39/+30
| |/ / / / / /
* | | | | | | Merge pull request #2622 from scalamacros/pullrequest/paradisePaul Phillips2013-06-073-14/+21
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | unifies handling of T's in various analyses of Foo[T]'sEugene Burmako2013-06-071-3/+3
| * | | | | | cleans up 82f0925Eugene Burmako2013-06-032-11/+18
* | | | | | | Merge branch 'pr/merge-2.10.2' into masterPaul Phillips2013-06-049-633/+502
|\ \ \ \ \ \ \