summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | test suite for SI-6329Eugene Burmako2012-09-068-0/+59
* | | | | | | Merge pull request #1319 from paulp/eugene-pullreq-1306Paul Phillips2012-09-162-1/+4
|\ \ \ \ \ \ \
| * | | | | | | Merge commit 'refs/pull/1306/head' into 2.10.xPaul Phillips2012-09-162-1/+4
|/| | | | | | |
| * | | | | | | SI-6356 reflection now supports Java annotationsEugene Burmako2012-09-166-2/+75
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #1314 from paulp/pullreq-1306Paul Phillips2012-09-167-15/+111
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Reworking of annotation arg parser.Paul Phillips2012-09-162-37/+57
| * | | | | | SI-6356 reflection now supports Java annotationsEugene Burmako2012-09-156-7/+83
| |/ / / / /
* | | | | | Merge pull request #1311 from scalamacros/topic/magicEugene Burmako2012-09-168-55/+76
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | extinguishes some magic from scalacEugene Burmako2012-09-168-50/+63
| * | | | | magic classes are no longer entered twiceEugene Burmako2012-09-122-13/+21
* | | | | | Merge pull request #1302 from scalamacros/topic/reflectionEugene Burmako2012-09-14121-368/+340
|\ \ \ \ \ \
| * | | | | | SI-6362 & SI-5924 removes caches in the macro APIEugene Burmako2012-09-153-26/+0
| * | | | | | SI-6342 cleans up toolbox APIEugene Burmako2012-09-1587-122/+126
| * | | | | | SI-6360 revises naming of AnnotationInfo and its membersEugene Burmako2012-09-1518-128/+155
| * | | | | | SI-6372 cleans up the API of AttachmentsEugene Burmako2012-09-1511-23/+26
| * | | | | | SI-6371 adds comments for Trees#UnApplyEugene Burmako2012-09-151-3/+23
| * | | | | | SI-6369 removes Type.narrow from the APIEugene Burmako2012-09-141-9/+0
| * | | | | | SI-6365 removes Symbol.hasAnnotation from the APIEugene Burmako2012-09-141-5/+0
| * | | | | | SI-6373 removes Trees#ApplyDynamic from the APIEugene Burmako2012-09-146-52/+10
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #1290 from retronym/ticket/no-implicit-to-anyrefPaul Phillips2012-09-145-12/+58
|\ \ \ \ \ \
| * | | | | | A little cleanup along the Any to AnyRef trail.Jason Zaugg2012-09-115-12/+58
* | | | | | | Merge pull request #1299 from namin/si-6245Paul Phillips2012-09-1412-8/+40
|\ \ \ \ \ \ \
| * | | | | | | Fix for SI-6245 with workaround for SI-2296.amin2012-09-1312-8/+40
* | | | | | | | Merge pull request #1304 from paulp/topic/empty-array-optimizationJosh Suereth2012-09-1413-6/+83
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Optimization in ZipArchive.Paul Phillips2012-09-142-4/+4
| * | | | | | | Added constant empty array to the companion objects.Paul Phillips2012-09-1411-7/+84
* | | | | | | | Merge pull request #1303 from paulp/210-relative-namesEugene Burmako2012-09-14395-850/+837
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Eliminate breaking relative names in source.Paul Phillips2012-09-14395-850/+837
|/ / / / / / /
* | | | | | | "Hot fix" for broken build.Paul Phillips2012-09-141-1/+1
* | | | | | | Merge pull request #1271 from retronym/ticket/6331Josh Suereth2012-09-147-4/+201
|\ \ \ \ \ \ \
| * | | | | | | Improve Constant#hashCodeJason Zaugg2012-09-091-11/+29
| * | | | | | | Test for consistency of Constant#{equals, hashCode}.Jason Zaugg2012-09-091-1/+9
| * | | | | | | Refine equality of Constant types over floating point values.Jason Zaugg2012-09-083-2/+96
| * | | | | | | SI-6331 Avoid typing an If tree with a constant type.Jason Zaugg2012-09-084-1/+78
* | | | | | | | Merge pull request #1301 from paulp/clone-parensJosh Suereth2012-09-146-6/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Made 'def clone()' consistent with parens everywhere.Paul Phillips2012-09-146-6/+6
* | | | | | | | | Merge pull request #1281 from jsuereth/fix/SI-4813Josh Suereth2012-09-147-6/+77
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix SI-4813 - Clone doesn't work on LinkedList.Josh Suereth2012-09-147-6/+77
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #1295 from scalamacros/ticket/6323Eugene Burmako2012-09-14116-443/+489
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | accommodates pull request feedbackEugene Burmako2012-09-142-27/+27
| * | | | | | | | | SI-6310 redeploys the starrEugene Burmako2012-09-148-15/+6
| * | | | | | | | | SI-6310 AbsTypeTag => WeakTypeTagEugene Burmako2012-09-1490-268/+277
| * | | | | | | | | SI-6323 outlaws free types from TypeTagEugene Burmako2012-09-149-6/+41
| * | | | | | | | | SI-6323 prohibits reflection against free typesEugene Burmako2012-09-143-3/+42
| * | | | | | | | | improvements for reification of free symbolsEugene Burmako2012-09-1418-125/+117
| * | | | | | | | | removes build.newFreeExistentialEugene Burmako2012-09-146-24/+4
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #1272 from paulp/issue/6340Josh Suereth2012-09-143-1/+31
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Fix for SI-6340, error message regression.Paul Phillips2012-09-123-1/+31
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #1300 from retronym/ticket/6359Josh Suereth2012-09-133-8/+24
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-6359 Deep prohibition of templates in value classJason Zaugg2012-09-143-8/+24
| |/ / / / / / /