summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Spin off parser combinators to scala-parser-combinators.jar.Adriaan Moors2013-07-051-1/+1
* Spin off src/library/scala/xml to src/xml/scala/xml.Adriaan Moors2013-07-051-1/+1
* Merge pull request #2699 from adriaanm/fix-2637-windowsJason Zaugg2013-07-021-1/+2
|\
| * Use forward slash in #2637's test on windowsAdriaan Moors2013-07-011-1/+2
* | Merge pull request #2693 from lexspoon/semmle-lintAdriaan Moors2013-07-013-0/+10
|\ \
| * | Updates .gitignore files.Lex Spoon2013-06-263-0/+10
* | | Merge pull request #2694 from adriaanm/masterGrzegorz Kossakowski2013-07-018-420/+229
|\ \ \
| * \ \ Merge 2.10.x into masterAdriaan Moors2013-06-288-420/+229
| |\ \ \
| | * \ \ Merge pull request #2648 from retronym/ticket/7571Grzegorz Kossakowski2013-06-253-7/+17
| | |\ \ \
| | | * | | SI-7571 Allow nesting of anonymous classes in value classesJason Zaugg2013-06-193-7/+17
| | * | | | Merge pull request #2511 from viktorklang/wip-cleaner-Future-method-implement...Adriaan Moors2013-06-241-409/+153
| | |\ \ \ \
| | | * | | | Refactoring to the scala-concurrent-tck.scalaViktor Klang2013-06-191-409/+153
| | * | | | | Merge pull request #2651 from VladUreche/issue/7343-2Adriaan Moors2013-06-183-1/+59
| | |\ \ \ \ \
| | | * | | | | SI-7343 Fixed phase ordering in specializationVlad Ureche2013-06-123-1/+59
| | | | |/ / / | | | |/| | |
| | * | | | | Merge pull request #2646 from retronym/topic/duration-relax-2.10.xGrzegorz Kossakowski2013-06-181-2/+3
| | |\ \ \ \ \
| | | * | | | | [backport] relax time constraint in duration-tck.scala (for Windows VMs)Roland2013-06-101-2/+3
* | | | | | | | Merge pull request #2692 from soc/SI-7591Adriaan Moors2013-07-014-15/+85
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | SI-7591 Minor cleanupsSimon Ochsenreither2013-07-013-15/+2
| * | | | | | | SI-7591 Move command-line spec usage demo to testsSimon Ochsenreither2013-07-011-0/+83
* | | | | | | | Merge pull request #2620 from magarciaEPFL/backendish33Adriaan Moors2013-07-017-2/+29
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | more informative name for backend-selection via command-lineMiguel Garcia2013-06-275-5/+5
| * | | | | | | SI-5031 fixed in GenBCodeMiguel Garcia2013-06-061-1/+0
| * | | | | | | two bytecode tests atune with bytecode by GenASMMiguel Garcia2013-06-022-1/+2
| * | | | | | | new bytecode emitter, GenBCode, for now under a flagMiguel Garcia2013-06-016-1/+28
* | | | | | | | Merge pull request #2681 from soc/SI-7590Adriaan Moors2013-06-282-1/+7
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | SI-7590 TreeSet should fail fast if Ordering is nullSimon Ochsenreither2013-06-252-1/+7
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | SI-7344 Specialize methods in private scopesVlad Ureche2013-06-281-0/+53
* | | | | | | 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-276-6/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove dependency on combinators from CommandLinerParser.Adriaan Moors2013-06-256-6/+6
| | |/ / / / / / | |/| | | | | |
* | | | | | | | 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 #2659 from retronym/ticket/7584Adriaan Moors2013-06-254-0/+32
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | SI-7584 Test and spurious warning fix for by-name closuresJason Zaugg2013-06-163-0/+21
| * | | | | | | SI-7584 Fix typer regression with by-name parameter typesJason Zaugg2013-06-161-0/+11
* | | | | | | | SI-7569 Fix end position in PostfixSelect treeFrançois Garillot2013-06-242-0/+31
* | | | | | | | Merge pull request #2653 from retronym/ticket/7433Grzegorz Kossakowski2013-06-232-0/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-7433 Fix spurious warning about catching control throwableJason Zaugg2013-06-232-0/+11
| |/ / / / / / /
* | | | | | | | Merge pull request #2637 from retronym/ticket/7439Paul Phillips2013-06-234-0/+40
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | SI-7439 Avoid NPE in `isMonomorphicType` with stub symbols.Jason Zaugg2013-06-134-0/+40
* | | | | | | | SI-7292 Fixes test failures by updating *.check filesSimon Ochsenreither2013-06-214-13/+14
* | | | | | | | Merge pull request #2342 from soc/SI-7292Adriaan Moors2013-06-206-0/+34
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-7292 Deprecate octal escape literalsSimon Ochsenreither2013-04-046-0/+34
* | | | | | | | | Merge pull request #2625 from paulp/pr/no-useless-implicitsGrzegorz Kossakowski2013-06-195-28/+29
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-6899, prohibit dangerous, useless implicit conversions.Paul Phillips2013-06-045-28/+29
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #2628 from retronym/ticket/7364Eugene Burmako2013-06-194-0/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-7364 Allow raw types in parent position in Java sourcesJason Zaugg2013-06-094-0/+15