summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* improve docs and Promise implRoland2012-09-111-8/+1
* fix usage of Duration in Promise implRoland2012-09-101-0/+34
* Merge pull request #1265 from scalamacros/ticket/6318Josh Suereth2012-09-064-0/+125
|\
| * SI-6318 fixes ClassTag.unapply for primitivesEugene Burmako2012-09-064-0/+125
* | Merge pull request #1267 from scalamacros/ticket/6246Eugene Burmako2012-09-0610-38/+154
|\ \
| * | fixes Manifest.Nothing and Manifest.NullEugene Burmako2012-09-068-38/+38
| * | SI-6246 deprecated apis for core class tagsEugene Burmako2012-09-062-0/+116
* | | Merge pull request #1168 from retronym/ticket/6258-2Josh Suereth2012-09-062-0/+41
|\ \ \ | |/ / |/| |
| * | SI-6258 Reject partial funs with undefined param typesJason Zaugg2012-08-232-0/+41
* | | Merge pull request #1266 from scalamacros/topic/removes-isconcreteEugene Burmako2012-09-066-6/+6
|\ \ \
| * | | removes Type.isConcreteEugene Burmako2012-09-066-6/+6
| | |/ | |/|
* / | More fix for invalid companions.Paul Phillips2012-09-054-3/+14
|/ /
* | Removing duplication from Duration.Paul Phillips2012-09-042-0/+400
* | Merge pull request #1251 from dragos/issue/fix-5064Paul Phillips2012-09-042-0/+48
|\ \
| * | Fixed positions in de-aliased special symbols and for automatically added `ap...Iulian Dragos2012-09-042-0/+48
* | | Merge pull request #1245 from dragos/issue/fix-6312Josh Suereth2012-09-042-0/+24
|\ \ \
| * | | Allow nested calls to `askForResponse` in the presentation compiler.Iulian Dragos2012-09-042-0/+24
| |/ /
* | | Merge pull request #1246 from lrytz/t6274Paul Phillips2012-09-041-0/+13
|\ \ \
| * | | SI-6274 Fix owners when eta-expanding function with byName paramLukas Rytz2012-09-041-0/+13
* | | | Merge pull request #1217 from axel22/issue/6294Paul Phillips2012-09-041-0/+14
|\ \ \ \ | |/ / / |/| | |
| * | | Fix SI-6294.Aleksandar Prokopec2012-08-301-0/+14
* | | | Made Dynamic extend Any.Paul Phillips2012-09-032-0/+26
| |/ / |/| |
* | | Merge pull request #1202 from scalamacros/topic/reflectionPaul Phillips2012-09-024-5/+5
|\ \ \
| * | | definitive way to learn if a symbol is a val/varEugene Burmako2012-08-274-5/+5
| |/ /
* | | Merge pull request #1231 from paulp/issue/6273Josh Suereth2012-09-023-1/+31
|\ \ \
| * | | Fix for SI-6273, repl string interpolation.Paul Phillips2012-09-013-1/+31
* | | | Better errors for Any/AnyRef issues.Paul Phillips2012-09-0112-107/+205
* | | | Fix for SI-6263, futile adaptation.Paul Phillips2012-09-012-0/+12
* | | | Suppressed 'possible cause' mis-warning.Paul Phillips2012-09-014-2/+13
|/ / /
* | | Merge pull request #1227 from paulp/issue/6034Paul Phillips2012-09-011-0/+1
|\ \ \
| * | | Fix for SI-6034, covariant value classes.Paul Phillips2012-08-311-0/+1
* | | | Merge pull request #1201 from axel22/issue/4581Josh Suereth2012-09-015-4/+42
|\ \ \ \
| * | | | Fix SI-4581.Aleksandar Prokopec2012-08-275-4/+42
| | |/ / | |/| |
* | | | Merge pull request #1225 from jsuereth/fix/si-6290Josh Suereth2012-09-011-0/+4
|\ \ \ \
| * | | | Fixes SI-6290 by creating real instnaces of language features.Josh Suereth2012-08-311-0/+4
* | | | | More useful -Xlog-implicits output.Jason Zaugg2012-09-013-0/+25
| |_|/ / |/| | |
* | | | Merge pull request #1213 from paulp/topic/anyvalJosh Suereth2012-08-305-17/+7
|\ \ \ \
| * | | | Expanded the reach of value classes.Paul Phillips2012-08-295-17/+7
| |/ / /
* | | | Merge pull request #1160 from rklaehn/SI-6220Josh Suereth2012-08-301-0/+92
|\ \ \ \
| * | | | Added test that should cover all code paths of the changes done in SI-6220Ruediger Klaehn2012-08-181-0/+92
* | | | | Merge pull request #1169 from rklaehn/SI-6261Josh Suereth2012-08-301-0/+130
|\ \ \ \ \
| * | | | | Added test to ensure that ListMap.tail is O(1)Ruediger Klaehn2012-08-251-0/+7
| * | | | | Extended test to also check proper handling of collisionsRuediger Klaehn2012-08-211-0/+91
| * | | | | Added test that tests that correct classes are being created when removing el...Ruediger Klaehn2012-08-211-0/+32
* | | | | | Merge pull request #1209 from odersky/ticket/6227Josh Suereth2012-08-303-2/+10
|\ \ \ \ \ \
| * | | | | | Added/fixed test files for SI-6227Martin Odersky2012-08-292-2/+4
| * | | | | | Closes SI-6227Martin Odersky2012-08-291-0/+6
* | | | | | | Fixed cloning a double-linked list.Josh Suereth2012-08-291-0/+18
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #1197 from scalamacros/topic/kindEugene Burmako2012-08-293-10/+10
|\ \ \ \ \ \
| * | | | | | removes Symbol.kind and Type.kindEugene Burmako2012-08-263-10/+10
| | |_|_|/ / | |/| | | |