summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Revert "Fixes SI-6236."Grzegorz Kossakowski2012-09-176-46/+5
| * | | | | | Revert "Fix SI-4581."Grzegorz Kossakowski2012-09-176-50/+6
| * | | | | | Revert "Fix SI-6294."Grzegorz Kossakowski2012-09-172-19/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #1329 from scalamacros/ticket/5692Eugene Burmako2012-09-189-1/+33
|\ \ \ \ \ \
| * | | | | | SI-5692 better error messageEugene Burmako2012-09-189-1/+33
| |/ / / / /
* | | | | | Merge pull request #1328 from scalamacros/ticket/5942Grzegorz Kossakowski2012-09-183-0/+20
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SI-5942 toolboxes now reset front endsEugene Burmako2012-09-183-0/+20
|/ / / / /
* | | | | Merge pull request #1321 from namin/apply-dynamic-sugarGrzegorz Kossakowski2012-09-175-6/+40
|\ \ \ \ \
| * | | | | Fixed SI-6353: applyDynamic with sugared applicationsamin2012-09-175-6/+40
* | | | | | Merge pull request #1320 from scalamacros/topic/is-implicitPaul Phillips2012-09-173-4/+21
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | moves isImplicit from TermSymbol to SymbolEugene Burmako2012-09-163-4/+21
* | | | | | Merge pull request #1322 from paulp/topic/emptyArrayJosh Suereth2012-09-1713-75/+16
|\ \ \ \ \ \
| * | | | | | Revert "Added constant empty array to the companion objects."Paul Phillips2012-09-1610-73/+4
| * | | | | | Moved constant empty arrays into Array companion.Paul Phillips2012-09-163-2/+12
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #1318 from odersky/ticket/6336Josh Suereth2012-09-173-4/+22
|\ \ \ \ \ \
| * | | | | | SI-6336 Disallows value types in structuralal refinementsMartin Odersky2012-09-163-4/+22
* | | | | | | Merge pull request #1308 from soc/SI-4478Josh Suereth2012-09-173-15/+15
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | SI-4478 Replaces wrt with (hopefully) slightly improved wording.Simon Ochsenreither2012-09-153-15/+15
* | | | | | | Merge pull request #1309 from paulp/210-no-relative-pathsPaul Phillips2012-09-16118-262/+238
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | More relative path elimination.Paul Phillips2012-09-15118-262/+238
* | | | | | | Merge pull request #1310 from scalamacros/ticket/6329Eugene Burmako2012-09-168-0/+59
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | 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