summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* SI-7591 Move command-line spec usage demo to testsSimon Ochsenreither2013-07-011-0/+83
* 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
* | | | | Merge pull request #2635 from retronym/ticket/7151Grzegorz Kossakowski2013-06-192-0/+30
|\ \ \ \ \
| * | | | | SI-7151 Emit final in bytecode for final inner classes.Jason Zaugg2013-06-072-0/+30
| | |/ / / | |/| | |
* | | | | Merge pull request #2631 from retronym/ticket/5022Grzegorz Kossakowski2013-06-193-2/+35
|\ \ \ \ \
| * | | | | SI-5022 Retain precise existentials through pattern matchingJason Zaugg2013-06-053-2/+35
| | |/ / / | |/| | |
* | | | | Merge pull request #2657 from gkossakowski/junit-masterGrzegorz Kossakowski2013-06-193-174/+188
|\ \ \ \ \
| * | | | | Move WeakHashSetTest to junit tests.Grzegorz Kossakowski2013-06-162-174/+171
| * | | | | Merge remote-tracking branch 'scala-2.10.x/junit' into masterGrzegorz Kossakowski2013-06-161-0/+17
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Add support for JUnit testsGrzegorz Kossakowski2013-06-151-0/+17
| | * | | | [backport] SI-7498 ParTrieMap.foreach no longer crashesAleksandar Prokopec2013-06-091-0/+20
* | | | | | Merge pull request #2602 from t3hnar/Duration.toCoarsestAdriaan Moors2013-06-181-0/+28
|\ \ \ \ \ \
| * | | | | | Add Duration.toCoarsest methodYaroslav Klymko2013-06-101-0/+28
* | | | | | | Merge pull request #2561 from soc/SI-7479Adriaan Moors2013-06-183-2/+58
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | SI-7479 Make test/files/run/tailcalls.scala pass on AvianSimon Ochsenreither2013-06-102-1/+57
| * | | | | | SI-7479 Add avian option to partest's diff filter...Simon Ochsenreither2013-06-061-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch '2.10.x' into topic/merge-v2.10.2-RC1-35-ga54d86b-to-masterJason Zaugg2013-06-1011-11/+3144
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge pull request #2616 from retronym/ticket/7505Jason Zaugg2013-06-091-0/+16
| |\ \ \ \ \
| | * | | | | SI-7505 Test case for pattern matcher + type alias bugJason Zaugg2013-06-081-0/+16
| * | | | | | Merge pull request #2606 from JamesIry/2.10.x_classfile_52Jason Zaugg2013-06-094-11/+87
| |\ \ \ \ \ \
| | * | | | | | Refactor testing logic for only running under certain JDK versionsJames Iry2013-06-043-18/+12
| | * | | | | | Test for reading JDK 8 (classfile format 52) class files.James Iry2013-05-292-0/+82
| * | | | | | | Merge pull request #2611 from retronym/ticket/6481Paul Phillips2013-06-082-0/+17
| |\ \ \ \ \ \ \
| | * | | | | | | SI-6841 Fix bug at the intersection of DelayedInit and named argsJason Zaugg2013-05-302-0/+17
| * | | | | | | | Merge pull request #2629 from retronym/ticket/7558Paul Phillips2013-06-081-0/+9
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |