summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 #2613 from retronym/ticket/6309James Iry2013-05-312-0/+17
|\
| * SI-6309 Test case for early-init / private[this] crasher.Jason Zaugg2013-05-312-0/+17
* | Merge pull request #2618 from paulp/pr/final-in-package-objectJames Iry2013-05-311-2/+2
|\ \
| * | Finalized math.E and math.Pi.Paul Phillips2013-05-311-2/+2
|/ /
* | Merge pull request #2592 from paulp/issue/7088Paul Phillips2013-05-313-1/+20
|\ \
| * | SI-7088 Array crasher in erasure.Paul Phillips2013-05-273-1/+20
* | | Merge pull request #2614 from paulp/pr/revert-fsPaul Phillips2013-05-313-26/+2
|\ \ \ | |_|/ |/| |
| * | Revert "SI-6039 Harden against irrelevant filesystem details"Paul Phillips2013-05-313-26/+2
|/ /
* | Merge pull request #2424 from rjolly/si-7399James Iry2013-05-291-11/+11
|\ \
| * | SI-7399 : Take scala.concurrent.context.maxThreads into accountRaphael Jolly2013-05-291-11/+11
* | | Merge pull request #2563 from soc/SI-7474James Iry2013-05-284-26/+18
|\ \ \
| * | | SI-7474 Parallel collections: End the exception handling madnessSimon Ochsenreither2013-05-284-26/+18
* | | | Merge pull request #2579 from vigdorchik/list_mapJames Iry2013-05-283-28/+41
|\ \ \ \ | |/ / / |/| | |
| * | | SI-7502 removing non-existent element from ListMap returns same map.Eugene Vigdorchik2013-05-223-28/+41
* | | | Merge pull request #2593 from paulp/pr/no-numeric-widenPaul Phillips2013-05-2851-131/+148
|\ \ \ \ | |_|_|/ |/| | |
| * | | Make all numeric coercions explicit.Paul Phillips2013-05-2751-131/+148
|/ / /
* | | Merge pull request #2598 from paulp/pr/raw-type-stubsPaul Phillips2013-05-277-4/+30
|\ \ \
| * | | Print raw types correctly.Paul Phillips2013-05-267-4/+30
* | | | Merge pull request #2524 from soc/SI-7469-java-collectionsPaul Phillips2013-05-273-64/+2
|\ \ \ \ | |/ / / |/| | |
| * | | SI-7469 Remove deprecated elements in Java{Conversions,Converters}Simon Ochsenreither2013-05-243-64/+2
* | | | Merge pull request #2584 from som-snytt/issue/repl-tools-jarPaul Phillips2013-05-265-92/+99
|\ \ \ \
| * | | | PathResolver uses platform EOL to mkStringsSom Snytt2013-05-231-61/+56
| * | | | SI-7410 REPL uses improved tools.jar locatorSom Snytt2013-05-235-39/+51
* | | | | Merge pull request #2591 from som-snytt/topic/partest-inchesPaul Phillips2013-05-26367-525/+1397
|\ \ \ \ \
| * | | | | SI-7198 Par-Test uses filters filesSom Snytt2013-05-2514-12/+43
| * | | | | SI-7003 Partest redirects stderr to log fileSom Snytt2013-05-25364-525/+1366
| | |/ / / | |/| | |
* | | | | Merge pull request #2594 from adriaanm/ticket-7287Paul Phillips2013-05-261-3/+9
|\ \ \ \ \
| * | | | | SI-7287 include all compiler sources in -src.jarAdriaan Moors2013-05-241-3/+9
| |/ / / /
* | | | | Merge pull request #2585 from paulp/pr/concision-contributionPaul Phillips2013-05-2654-359/+368
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | A couple additional simplifications.Paul Phillips2013-05-241-3/+3
| * | | | Concision contribution.Paul Phillips2013-05-2354-350/+353
| * | | | Avoid caching different types in TypeSymbol.Paul Phillips2013-05-231-8/+14
* | | | | Merge pull request #2573 from retronym/ticket/7499Paul Phillips2013-05-242-1/+9
|\ \ \ \ \
| * | | | | SI-7499 Additional test case for SI-7319Jason Zaugg2013-05-212-1/+9
| | |_|/ / | |/| | |
* | | | | Merge pull request #2574 from paulp/issue/3425Paul Phillips2013-05-249-18/+1204
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Added another test.Paul Phillips2013-05-213-0/+1127
| * | | | SI-3425 erasure crash with refinement members.Paul Phillips2013-05-216-18/+77
| |/ / /
* | | | Merge pull request #2581 from soc/SI-6811-jsonPaul Phillips2013-05-233-0/+7
|\ \ \ \
| * | | | SI-6811 Deprecate scala.util.parsing.jsonSimon Ochsenreither2013-05-223-0/+7
| | |/ / | |/| |
* | | | Merge pull request #2576 from retronym/ticket/7436Paul Phillips2013-05-232-1/+10
|\ \ \ \ | |/ / / |/| | |
| * | | SI-7436 Varargs awareness for super param aliasing.Jason Zaugg2013-05-212-1/+10
* | | | Merge pull request #2568 from scalamacros/topic/abstractfile-classloaderEugene Burmako2013-05-224-7/+17
|\ \ \ \ | |_|/ / |/| | |
| * | | Moves AbstractFileClassLoader to scala-reflect.jarEugene Burmako2013-05-204-7/+17
| | |/ | |/|
* | | Merge pull request #2564 from paulp/pr/infer-cleanupPaul Phillips2013-05-206-544/+392
|\ \ \
| * | | Swabbing exprTypeArgs.Paul Phillips2013-05-201-55/+50
| * | | Help makeFullyDefined allocate fewer ListBuffers.Paul Phillips2013-05-201-8/+7
| * | | Tried to follow own advice with isCoercible.Paul Phillips2013-05-202-38/+36