summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* Test case for a bug fixed in M7.Paul Phillips2012-09-121-0/+16
* Merge pull request #1247 from jsuereth/fix/SI-6114Josh Suereth2012-09-121-0/+61
|\
| * Fix t6114 - ++ on JList wrapper modifies underlying collection.Josh Suereth2012-09-111-0/+61
* | Merge remote-tracking branch 'origin/2.10.x' into fix-duration-issues-RKRoland2012-09-1254-80/+665
|\ \
| * | Avoid spurious warning for `def foo = x.foo`.Jason Zaugg2012-09-112-6/+27
| * | Merge pull request #1279 from rkuhn/fix-duration-usageJosh Suereth2012-09-111-1/+28
| |\ \
| | * | improve docs and Promise implRoland2012-09-111-8/+1
| | * | fix usage of Duration in Promise implRoland2012-09-101-0/+34
| * | | Merge pull request #1286 from paulp/topic/inliner-loggingJosh Suereth2012-09-111-6/+6
| |\ \ \
| | * \ \ Merge branch '2.10.x' into topic/inliner-loggingPaul Phillips2012-09-1179-160/+1365
| | |\ \ \
| | * | | | Large logging cleanup effort.Paul Phillips2012-09-011-6/+6
| * | | | | Merge pull request #1287 from lrytz/disable-t2868Josh Suereth2012-09-115-24/+0
| |\ \ \ \ \
| | * | | | | Disable test t2868Lukas Rytz2012-09-115-24/+0
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #1262 from jsuereth/fix/SI-6271Josh Suereth2012-09-111-0/+32
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Fixes SI-6271 - Missing isEmpty override for views.Josh Suereth2012-09-061-0/+32
| * | | | | Merge pull request #1274 from retronym/ticket/6335Grzegorz Kossakowski2012-09-113-0/+41
| |\ \ \ \ \
| | * | | | | More tests for SI-6335.Jason Zaugg2012-09-093-1/+31
| | * | | | | SI-6335 More precise location of the implicit class synthetic method.Jason Zaugg2012-09-091-0/+11
| * | | | | | Merge pull request #1284 from retronym/topic/deprecated-inheritanceGrzegorz Kossakowski2012-09-116-0/+55
| |\ \ \ \ \ \
| | * | | | | | Rescues @deprecated{Inheritance, Overriding}Jason Zaugg2012-09-114-6/+39
| | * | | | | | SI-6162 Adds @deprecatedInheritance/@deprecatedOverridingSimon Ochsenreither2012-09-106-0/+22
| | |/ / / / /
| * | | | | | Merge pull request #1275 from retronym/ticket/6276Grzegorz Kossakowski2012-09-115-2/+45
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | SI-6276 Warn on def or val that trivially loops infinitelyJason Zaugg2012-09-095-2/+45
| | |/ / / /
| * | | | | Merge pull request #1270 from paulp/issue/6327Josh Suereth2012-09-102-0/+26
| |\ \ \ \ \
| | * | | | | Fix for SI-6327, wrongness in Dynamic.Paul Phillips2012-09-082-0/+26
| | | |_|_|/ | | |/| | |
| * | | | | Merge pull request #1269 from jsuereth/wip/si-6333Josh Suereth2012-09-101-0/+29
| |\ \ \ \ \
| | * | | | | Fix for SI-6333 - Try throws from combinators.Josh Suereth2012-09-071-0/+29
| | |/ / / /
| * | | | | Merge pull request #1277 from som-snytt/issue-2.10/6278-inline-class-synth-defJosh Suereth2012-09-101-0/+30
| |\ \ \ \ \
| | * | | | | SI-6278 fixed: synthetic implicit def must sort with its associated implicit ...Som Snytt2012-09-091-0/+30
| | |/ / / /
| * / / / / Makes getClass of a value class work.Martin Odersky2012-09-082-0/+12
| |/ / / /
| * | | | 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
| |/ / / /
* | | | | restrict Deadline to finite durations (would have to throw otherwise)Roland2012-09-122-0/+23
* | | | | two more minor cleanups to DurationRoland2012-09-111-6/+1
* | | | | fix some one more issue in DurationRoland2012-09-071-6/+12
* | | | | second round of Duration cleanupRoland2012-09-071-79/+157
* | | | | several fixes to scala.concurrent.util.DurationRoland2012-09-053-24/+141
|/ / / /
* | | | 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
| |/ / / /