summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SI-6392 wraps non-terms before typecheck/evalEugene Burmako2012-09-191-2/+13
* Merge pull request #1204 from chuvoks/rbGrzegorz Kossakowski2012-09-191-8/+17
|\
| * 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-192-3/+21
|\ \
| * | Fixes SI-6354: improved error messages for Dynamic signature mismatches.amin2012-09-192-3/+21
* | | 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-191-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-6287 fixes synthetic symbol clashes in toolboxEugene Burmako2012-09-171-3/+3
* | | | 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-181-8/+8
|\ \ \ \
| * | | | SI-6374 Reflection now works for anns with enum fieldsEugene Burmako2012-09-171-2/+4
| * | | | Reflection no longer produces faux existentialsEugene Burmako2012-09-171-1/+1
| * | | | SI-6374 Scala reflection now supports Java CRTPEugene Burmako2012-09-171-5/+3
* | | | | Merge pull request #1298 from pavelpavlov/SI-5767Josh Suereth2012-09-189-97/+175
|\ \ \ \ \
| * | | | | pull request feedbackPavel Pavlov2012-09-186-23/+30
| * | | | | 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-189-265/+30
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Remove `@static` annotation from the library.Grzegorz Kossakowski2012-09-181-20/+0
| * | | | | Revert "Implement @static annotation on singleton object fields."Grzegorz Kossakowski2012-09-178-210/+30
| * | | | | Revert "WIP add private/lazy checks and a few tests."Grzegorz Kossakowski2012-09-171-11/+0
| * | | | | Revert "Fixes SI-6189."Grzegorz Kossakowski2012-09-172-8/+3
| * | | | | Revert "Fixes SI-6236."Grzegorz Kossakowski2012-09-172-14/+3
| * | | | | Revert "Fix SI-4581."Grzegorz Kossakowski2012-09-171-8/+2
| * | | | | Revert "Fix SI-6294."Grzegorz Kossakowski2012-09-171-5/+3
| | |_|/ / | |/| | |
* | | | | Merge pull request #1329 from scalamacros/ticket/5692Eugene Burmako2012-09-181-1/+5
|\ \ \ \ \
| * | | | | SI-5692 better error messageEugene Burmako2012-09-181-1/+5
| |/ / / /
* / / / / SI-5942 toolboxes now reset front endsEugene Burmako2012-09-181-0/+10
|/ / / /
* | | | Merge pull request #1321 from namin/apply-dynamic-sugarGrzegorz Kossakowski2012-09-171-5/+11
|\ \ \ \
| * | | | Fixed SI-6353: applyDynamic with sugared applicationsamin2012-09-171-5/+11
* | | | | Merge pull request #1320 from scalamacros/topic/is-implicitPaul Phillips2012-09-171-4/+4
|\ \ \ \ \
| * | | | | moves isImplicit from TermSymbol to SymbolEugene Burmako2012-09-161-4/+4
| |/ / / /
* | | | | Merge pull request #1322 from paulp/topic/emptyArrayJosh Suereth2012-09-1712-72/+13
|\ \ \ \ \
| * | | | | Revert "Added constant empty array to the companion objects."Paul Phillips2012-09-169-70/+1
| * | | | | Moved constant empty arrays into Array companion.Paul Phillips2012-09-163-2/+12
| | |_|/ / | |/| | |
* | | | | Merge pull request #1318 from odersky/ticket/6336Josh Suereth2012-09-171-4/+7
|\ \ \ \ \
| * | | | | SI-6336 Disallows value types in structuralal refinementsMartin Odersky2012-09-161-4/+7
* | | | | | 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 #1314 from paulp/pullreq-1306Paul Phillips2012-09-164-15/+71
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Reworking of annotation arg parser.Paul Phillips2012-09-162-37/+57
| * | | | | SI-6356 reflection now supports Java annotationsEugene Burmako2012-09-153-7/+43
| |/ / / /
* | | | | Merge pull request #1311 from scalamacros/topic/magicEugene Burmako2012-09-168-55/+76
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | extinguishes some magic from scalacEugene Burmako2012-09-168-50/+63