summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Fix for SI-6662, macro failing too early.Paul Phillips2012-11-143-0/+17
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1613 from paulp/mutable-settingsPaul Phillips2012-11-132-0/+593
|\ \ \ \ \
| * | | | | Address obvious bug in MutableSettings.Paul Phillips2012-11-132-0/+593
* | | | | | Merge pull request #1599 from jannic/SI-6637Paul Phillips2012-11-132-0/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix SI-6637 (misoptimization in erasure)Jan Niehusmann2012-11-092-0/+9
| | |_|/ / | |/| | |
* | | | | Merge pull request #1600 from jannic/t2318Paul Phillips2012-11-121-1/+2
|\ \ \ \ \
| * | | | | fix t2318.scalaJan Niehusmann2012-11-091-1/+2
| |/ / / /
* | | | | Moved IMain ops requiring stability into implicit class.Paul Phillips2012-11-091-2/+0
* | | | | Massively simplified repl name resolution.Paul Phillips2012-11-091-1/+1
|/ / / /
* | | | Merge pull request #1576 from paulp/merge-210Adriaan Moors2012-11-065-0/+56
|\ \ \ \
| * | | | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-055-0/+56
| |\| | | | | |_|/ | |/| |
| | * | Merge branch '2.10.0-wip' into merge-2.10.0Josh Suereth2012-11-052-0/+27
| | |\|
| | | * Merge pull request #1526 from paulp/value-classes/6534-equalsAdriaan Moors2012-11-011-0/+14
| | | |\
| | | | * New take on SI-6534, value classes.Paul Phillips2012-10-241-0/+14
| | | * | Fixes SI-6500 by making erasure more regular.Martin Odersky2012-10-301-0/+13
| | | |/
| | * | Merge pull request #1546 from paulp/merge-2.10.0-wipJosh Suereth2012-10-313-69/+72
| | |\ \
| | * \ \ Merge pull request #1522 from possiblywrong/2.10.xJosh Suereth2012-10-312-0/+12
| | |\ \ \
| | | * | | SI-6488: Stop I/O threads prior to Process destructionDeclan Conlon2012-10-262-0/+12
| | * | | | Fixes SI-6559 - StringContext not using passed in escape function.Josh Suereth2012-10-301-0/+17
| | |/ / /
* | | | | Revert "Expand optimization of Array(e1, ..., en) to primitive arrays."Jason Zaugg2012-11-061-59/+4
* | | | | Merge pull request #1568 from retronym/ticket/6611Paul Phillips2012-11-051-0/+61
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Expand optimization of Array(e1, ..., en) to primitive arrays.Jason Zaugg2012-11-041-4/+59
| * | | | SI-6611 Tighten up an unsafe array optimizationJason Zaugg2012-11-031-0/+6
* | | | | Removing unused locals and making vars into vals.Paul Phillips2012-11-033-6/+12
|/ / / /
* | | | Merge pull request #1521 from paulp/whats-in-a-nameAdriaan Moors2012-11-015-0/+25
|\ \ \ \
| * | | | Tests for SI-3160, SI-4537, import precedence.Paul Phillips2012-10-235-0/+25
* | | | | Merge pull request #1535 from paulp/stream-distinctPaul Phillips2012-11-014-1/+29
|\ \ \ \ \
| * | | | | Implementation of Stream#dropRight.Paul Phillips2012-11-012-1/+5
| * | | | | Fix SI-6584, Stream#distinct uses too much memory.Paul Phillips2012-11-012-0/+24
* | | | | | Merge pull request #1534 from paulp/repl-outdirPaul Phillips2012-11-014-2/+68
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | An option for real repl output.Paul Phillips2012-10-294-2/+68
| |/ / / /
* | | | | Merge branch 'merge-2.10.0-wip' into merge-2.10.xPaul Phillips2012-10-313-69/+72
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Merge remote-tracking branch 'origin/2.10.0-wip' into merge-2.10.0-wipPaul Phillips2012-10-313-69/+72
| |\ \ \ | | |/ / | |/| / | | |/
| | * Disabled generation of _1, _2, etc. methods.Paul Phillips2012-10-223-69/+72
| * | Closes SI-6358. Move accessor generation for lazy vals to typers.Hubert Plociniczak2012-10-182-0/+16
| |/
* | Merge pull request #1512 from paulp/merge-210Adriaan Moors2012-10-227-12/+32
|\ \
| * | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-10-197-12/+32
| |\|
| | * Merge pull request #1483 from gkossakowski/SI-6440Josh Suereth2012-10-102-0/+8
| | |\
| | | * SI-6440: Revert change to `TraversableLike.filterNot`Grzegorz Kossakowski2012-10-092-0/+8
| | * | Merge pull request #1458 from scalamacros/pullrequest/reflectionJosh Suereth2012-10-094-4/+16
| | |\ \ | | | |/ | | |/|
| | | * removes EmptyTermName and EmptyTypeNameEugene Burmako2012-10-031-1/+1
| | | * renames macros.TypeError to TypecheckExceptionEugene Burmako2012-10-031-1/+1
| | | * turns on documentation of scala.reflect.runtimeEugene Burmako2012-10-032-2/+14
| | * | Merge pull request #1442 from adriaanm/ticket-6215Grzegorz Kossakowski2012-10-081-8/+8
| | |\ \
| | | * | SI-6215 Fix compiler crash on private method in value classMartin Odersky2012-10-021-8/+8
| | | |/
* | | | Merge pull request #1473 from soc/SI-6388-without-predefAdriaan Moors2012-10-198-52/+5
|\ \ \ \ | |/ / / |/| | |
| * | | SI-6388 Remove ApplicationSimon Ochsenreither2012-10-123-9/+2
| * | | SI-6388 Remove first parts of deprecated @serializable annotationSimon Ochsenreither2012-10-083-41/+1
| * | | SI-6388 Remove deprecated items in the compiler jarSimon Ochsenreither2012-10-082-2/+2
* | | | Fix for SI-6206, inconsistency with apply.Paul Phillips2012-10-132-0/+41