summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2.10.x' into masterPaul Phillips2012-09-19357-1783/+2294
|\
| * Merge pull request #1204 from chuvoks/rbGrzegorz Kossakowski2012-09-192-8/+59
| |\
| | * Add RedBlackTree tests for take/drop/slice.Juha Heljoranta2012-09-181-0/+42
| | * Retain Ordering in drop/take/slice signatures.Juha Heljoranta2012-09-181-3/+3
| | * Rank based take/drop/slice.Juha Heljoranta2012-08-281-11/+20
| * | Merge pull request #1343 from namin/dynamic-sigGrzegorz Kossakowski2012-09-195-5/+95
| |\ \
| | * | Fixes SI-6354: improved error messages for Dynamic signature mismatches.amin2012-09-195-5/+95
| * | | Merge pull request #1335 from cvogt/topic/reflection-scaladocEugene Burmako2012-09-1924-186/+681
| |\ \ \
| | * | | improved/fixed reflection docs based on commentsChristopher Vogt2012-09-1915-70/+155
| | * | | improved reflection documentationChristopher Vogt2012-09-1822-181/+591
| * | | | Merge pull request #1327 from scalamacros/ticket/6287Grzegorz Kossakowski2012-09-195-3/+52
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | test case closes SI-5770Eugene Burmako2012-09-182-0/+35
| | * | | SI-6287 fixes synthetic symbol clashes in toolboxEugene Burmako2012-09-173-3/+17
| * | | | Merge pull request #1341 from rkuhn/document-App-RKGrzegorz Kossakowski2012-09-181-0/+10
| |\ \ \ \
| | * | | | clarify caveats of App traitRoland2012-09-181-0/+10
| | | |/ / | | |/| |
| * | | | Merge pull request #1324 from scalamacros/ticket/6374Eugene Burmako2012-09-187-50/+25
| |\ \ \ \
| | * | | | refactors java reflection testsEugene Burmako2012-09-177-88/+16
| | * | | | SI-6374 Reflection now works for anns with enum fieldsEugene Burmako2012-09-173-4/+6
| | * | | | Reflection no longer produces faux existentialsEugene Burmako2012-09-173-3/+3
| | * | | | SI-6374 Scala reflection now supports Java CRTPEugene Burmako2012-09-174-5/+50
| * | | | | Merge pull request #1298 from pavelpavlov/SI-5767Josh Suereth2012-09-1819-102/+284
| |\ \ \ \ \
| | * | | | | pull request feedbackPavel Pavlov2012-09-1816-28/+139
| | * | | | | Making public methods of FlatHashTable protectedPavel Pavlov2012-08-294-12/+14
| | * | | | | SI-5767 fix + small HashSet/HashMap fixesPavel Pavlov2012-08-276-72/+141
| * | | | | | Merge pull request #1340 from gkossakowski/revert-static-annotationGrzegorz Kossakowski2012-09-1827-722/+36
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Remove `@static` annotation from the library.Grzegorz Kossakowski2012-09-181-20/+0
| | * | | | | New starr that does not depend on `@static`.Grzegorz Kossakowski2012-09-186-6/+6
| | * | | | | Revert "Implement @static annotation on singleton object fields."Grzegorz Kossakowski2012-09-1711-458/+30
| | * | | | | Revert "WIP add private/lazy checks and a few tests."Grzegorz Kossakowski2012-09-174-73/+1
| | * | | | | Revert "Fixes SI-6189."Grzegorz Kossakowski2012-09-175-68/+3
| | * | | | | 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