summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* refactors macro compilationEugene Burmako2013-05-2812-509/+668
* macro engine refactoringEugene Burmako2013-05-284-156/+252
* SI-7461 c.typeCheck(silent = true) now suppresses ambiguous errorsEugene Burmako2013-05-272-2/+2
* Print raw types correctly.Paul Phillips2013-05-262-3/+6
* Merge pull request #2584 from som-snytt/issue/repl-tools-jarPaul Phillips2013-05-262-54/+94
|\
| * PathResolver uses platform EOL to mkStringsSom Snytt2013-05-231-61/+56
| * SI-7410 REPL uses improved tools.jar locatorSom Snytt2013-05-232-1/+46
* | Merge pull request #2585 from paulp/pr/concision-contributionPaul Phillips2013-05-2635-222/+208
|\ \
| * | A couple additional simplifications.Paul Phillips2013-05-241-3/+3
| * | Concision contribution.Paul Phillips2013-05-2335-221/+207
* | | Merge pull request #2574 from paulp/issue/3425Paul Phillips2013-05-242-10/+17
|\ \ \ | |/ / |/| |
| * | SI-3425 erasure crash with refinement members.Paul Phillips2013-05-212-10/+17
* | | Merge pull request #2576 from retronym/ticket/7436Paul Phillips2013-05-231-1/+1
|\ \ \ | |_|/ |/| |
| * | SI-7436 Varargs awareness for super param aliasing.Jason Zaugg2013-05-211-1/+1
* | | Merge pull request #2568 from scalamacros/topic/abstractfile-classloaderEugene Burmako2013-05-223-246/+9
|\ \ \ | |_|/ |/| |
| * | Moves AbstractFileClassLoader to scala-reflect.jarEugene Burmako2013-05-203-246/+9
* | | 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
* | | 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
* | | Scrubbing up inferPolyAlternatives.Paul Phillips2013-05-201-77/+67
* | | Moving on to checkBounds.Paul Phillips2013-05-201-26/+19
* | | Cleaning crew moves down the hall.Paul Phillips2013-05-201-98/+70
* | | Cleaning up isApplicable and neighbors.Paul Phillips2013-05-202-99/+72
* | | Merge pull request #2492 from paulp/pr/enter-elimination-modePaul Phillips2013-05-2010-444/+555
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/master' into pr/enter-elimination-modePaul Phillips2013-05-192-19/+17
| |\ \ \
| * \ \ \ Merge commit 'd93826f278' into pr/enter-elimination-modePaul Phillips2013-05-1810-444/+555
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Incorporated reviewer feedback.Paul Phillips2013-05-163-51/+49
| | * | | Merge branch 'master' into HEADPaul Phillips2013-05-1612-68/+109
| | |\ \ \
| | * | | | Incorporated reviewer feedback.Paul Phillips2013-05-112-17/+20
| | * | | | Refactored stabilize.Paul Phillips2013-05-113-79/+117
| | * | | | Eliminated HKmode.Paul Phillips2013-05-113-36/+52
| | * | | | Eliminated RETmode.Paul Phillips2013-05-112-3/+12
| | * | | | Eliminated SNDTRYmode.Paul Phillips2013-05-112-13/+23
| | * | | | Started eliminating modes.Paul Phillips2013-05-114-69/+92
| | * | | | Corralling Modes into a smaller pen.Paul Phillips2013-05-115-229/+248
* | | | | | Merge pull request #2562 from som-snytt/issue/double-pluginv2.11.0-M3Jason Zaugg2013-05-201-7/+4
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | SI-7494 Each plugin must only be instantiated once.Som Snytt2013-05-181-7/+4
* | | | | | SI-7427 stop crashing under -Ydebug.Paul Phillips2013-05-192-19/+17
| |/ / / / |/| | | |
* | | | | Merge 2.10.x into masterAdriaan Moors2013-05-171-3/+7
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge pull request #2530 from kzys/jira-6424Adriaan Moors2013-05-171-9/+25
| |\ \ \ \
| | * | | | SI-6424 Scaladoc: Use mapNodes.get(_) to avoid NoSuchElementExceptionKato Kazuyoshi2013-05-151-9/+25
| * | | | | Merge pull request #2549 from vigdorchik/slash_slashAdriaan Moors2013-05-171-4/+1
| |\ \ \ \ \