summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2620 from magarciaEPFL/backendish33Adriaan Moors2013-07-0125-7/+6758
|\
| * GenBCode: Eliminate needless OptionsMiguel Garcia2013-06-271-8/+4
| * more informative name for backend-selection via command-lineMiguel Garcia2013-06-276-10/+10
| * 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-063-4/+4
| * two bytecode tests atune with bytecode by GenASMMiguel Garcia2013-06-022-1/+2
| * new bytecode emitter, GenBCode, for now under a flagMiguel Garcia2013-06-0123-6/+6751
| * an ICode InvokeStyle can now answer whether it isSuperMiguel Garcia2013-06-011-0/+3
* | Merge pull request #2681 from soc/SI-7590Adriaan Moors2013-06-284-12/+24
|\ \
| * | SI-7590 TreeSet should fail fast if Ordering is nullSimon Ochsenreither2013-06-254-12/+24
* | | Merge pull request #2676 from soc/SI-7511Adriaan Moors2013-06-289-68/+147
|\ \ \
| * | | SI-7511 Remove indirection of numeric methodsSimon Ochsenreither2013-06-239-68/+147
* | | | Merge pull request #2673 from greenrd/patch-1Adriaan Moors2013-06-281-1/+1
|\ \ \ \
| * | | | Fix typo in ScaladocRobin Green2013-06-231-1/+1
| |/ / /
* | | | Merge pull request #2683 from VladUreche/issue/7344-masterAdriaan Moors2013-06-282-23/+144
|\ \ \ \
| * | | | SI-7344 Specialize methods in private scopesVlad Ureche2013-06-282-23/+144
|/ / / /
* | | | Merge pull request #2679 from soc/topic/java-rawtype-cleanupAdriaan Moors2013-06-273-5/+6
|\ \ \ \
| * | | | Get rid of raw types which cause unnecessary warningsSimon Ochsenreither2013-06-233-5/+6
| |/ / /
* | | | Merge pull request #2678 from soc/SI-7600Adriaan Moors2013-06-273-2/+16
|\ \ \ \
| * | | | SI-7600 [Avian] Skip tests r/stream_length and r/t4294Simon Ochsenreither2013-06-233-2/+16
| |/ / /
* | | | Merge pull request #2677 from jannic/SI-3936Adriaan Moors2013-06-273-0/+9
|\ \ \ \
| * | | | SI-3936 - add test case to show that SI-3936 is already fixedJan Niehusmann2013-06-233-0/+9
| |/ / /
* | | | Merge pull request #2669 from adriaanm/modularize-parsingAdriaan Moors2013-06-2715-110/+90
|\ \ \ \
| * | | | Remove dependency on combinators from CommandLinerParser.Adriaan Moors2013-06-2515-110/+90
| | |/ / | |/| |
* | | | Merge pull request #2675 from soc/SI-7599Adriaan Moors2013-06-261-8/+12
|\ \ \ \
| * | | | SI-7599 [Avian] Prevent TCO in test to inspect stackSimon Ochsenreither2013-06-261-8/+12
| | |/ / | |/| |
* | | | Merge pull request #2672 from som-snytt/issue/6855-repl-pasted-braceAdriaan Moors2013-06-251-2/+14
|\ \ \ \
| * | | | SI-6855: REPL emits error on partial pastieSom Snytt2013-06-221-2/+14
* | | | | Merge pull request #2659 from retronym/ticket/7584Adriaan Moors2013-06-255-2/+41
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | SI-7584 Test and spurious warning fix for by-name closuresJason Zaugg2013-06-164-1/+22
| * | | | SI-7584 Fix typer regression with by-name parameter typesJason Zaugg2013-06-162-1/+19
* | | | | Merge pull request #2667 from adriaanm/modularize-xmlAdriaan Moors2013-06-2420-97/+593
|\ \ \ \ \
| * | | | | Set scene for Predef.$scope's demise.Jason Zaugg2013-06-209-13/+80
| * | | | | 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
| * | | | | Remove dependency on xml in ScalaRunTime.Adriaan Moors2013-06-201-4/+3
| * | | | | Remove dependency on xml in sys.process.Adriaan Moors2013-06-203-21/+24
* | | | | | Merge pull request #2671 from huitseeker/issue/SI-7569Jason Zaugg2013-06-243-1/+32
|\ \ \ \ \ \
| * | | | | | SI-7569 Fix end position in PostfixSelect treeFrançois Garillot2013-06-243-1/+32
|/ / / / / /
* | | | | | Merge pull request #2653 from retronym/ticket/7433Grzegorz Kossakowski2013-06-234-1/+24
|\ \ \ \ \ \
| * | | | | | SI-7433 Fix spurious warning about catching control throwableJason Zaugg2013-06-234-1/+24
* | | | | | | Merge pull request #2637 from retronym/ticket/7439Paul Phillips2013-06-235-1/+43
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | SI-7439 Avoid NPE in `isMonomorphicType` with stub symbols.Jason Zaugg2013-06-135-1/+43
* | | | | | | Merge pull request #2668 from soc/SI-7292-fixAdriaan Moors2013-06-214-13/+14
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | SI-7292 Fixes test failures by updating *.check filesSimon Ochsenreither2013-06-214-13/+14
|/ / / / / /
* | | | | | Merge pull request #2342 from soc/SI-7292Adriaan Moors2013-06-207-0/+41
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | SI-7292 Deprecate octal escape literalsSimon Ochsenreither2013-04-047-0/+41
* | | | | | Merge pull request #2625 from paulp/pr/no-useless-implicitsGrzegorz Kossakowski2013-06-198-66/+54
|\ \ \ \ \ \