summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Golfed about 20 lines into the sand trap.Paul Phillips2013-05-261-37/+20
* Reversing reversion of ac6504b8c4.Paul Phillips2013-05-261-4/+4
* skipping trips to specializeTypes when not necessary in constructorsMiguel Garcia2013-05-261-5/+13
* separation of concerns: guard non-specialized ctor-stats in constructorsMiguel Garcia2013-05-261-118/+123
* readability for intoConstructors transformerMiguel Garcia2013-05-261-11/+37
* separation of concerns: elision in constructorsMiguel Garcia2013-05-261-115/+135
* separation of concerns: delayed-init in constructorsMiguel Garcia2013-05-261-134/+141
* method transformClassTemplate() turned into class TemplateTransformerMiguel Garcia2013-05-261-572/+576
* eliding what the constructor phase elides but with less effort (2 of 2)Miguel Garcia2013-05-261-63/+1
* eliding what the constructor phase elides but with less effort (1 of 2)Miguel Garcia2013-05-261-2/+67
* how stuff works: elision of param-accessor-fields and outer-accessorsMiguel Garcia2013-05-261-6/+64
* handling AnyVal special case early on to simplify logic afterwardsMiguel Garcia2013-05-261-6/+10
* warn about uninitialized reads (in constructors), self-contained checkMiguel Garcia2013-05-261-37/+47
* Temporary reversion of a bit of d8b96bb858.Paul Phillips2013-05-261-4/+4
* 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
| * | | Wipe some dirt off protoTypeArgs's face.Paul Phillips2013-05-201-14/+8
| * | | Splashed soap and water on checkAccessible.Paul Phillips2013-05-201-67/+29
| * | | Pull some big chunks out of checkAccessible.Paul Phillips2013-05-201-0/+43
| * | | Remove isPossiblyMissingArgs.Paul Phillips2013-05-202-18/+4
| * | | Make cookJavaRawInfo return this.type.Paul Phillips2013-05-201-2/+4
| * | | Annotated return type of a method.Paul Phillips2013-05-201-4/+3
| * | | Commented out code from 2008.Paul Phillips2013-05-201-7/+0
| * | | Commented out code from 2007.Paul Phillips2013-05-201-43/+0
| * | | Commented out code from 2006.Paul Phillips2013-05-201-13/+0