summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Removing more unneeded code.Paul Phillips2012-05-1538-1330/+123
* Test adjustments.Paul Phillips2012-05-151-0/+1
* Removing extraneous files.Paul Phillips2012-05-1571-5380/+56
* Enumeration#maxId: fix documentation to reflect realityScott R. Parish2012-05-151-2/+2
* Fixed positions for `AnnotationInfo.original`.Iulian Dragos2012-05-151-1/+5
* Tweak to avoid value classes in modifier check.Paul Phillips2012-05-141-1/+1
* Debugging output tweaks.Paul Phillips2012-05-145-26/+35
* No-op changes.Paul Phillips2012-05-143-6/+3
*-------. Merge commit 'refs/pull/547/head'; commit 'refs/pull/548/head'; commit 'refs/...Paul Phillips2012-05-147-24/+68
|\ \ \ \ \
| | | | | * Better fix for SI-5676. Review by @paulpHubert Plociniczak2012-05-142-5/+8
| | | | * | Closes SI-5796.Hubert Plociniczak2012-05-141-2/+3
| | | | |/
| | | * | fix SI-5384Lukas Rytz2012-05-141-2/+22
| | * | | suspend type vars in SubTypePair's equalsAdriaan Moors2012-05-141-4/+21
| * | | | Specialize lazy vals (closes SI-5552)Erik Osheim2012-05-142-11/+14
| |/ / /
* / / / Removed an unnecessary self type.Paul Phillips2012-05-141-2/+0
|/ / /
* | | Address doc comment rot in the standard library.Jason Zaugg2012-05-1394-370/+204
* | | Tweak to the runner to deal with the big bad world.Paul Phillips2012-05-131-2/+11
* | | Deprecated some classes.Paul Phillips2012-05-1218-2/+28
* | | Merge branch 'master' of https://github.com/scala/scalaPaul Phillips2012-05-121-2/+25
|\| |
| * | Clutch modification to tree printing.Paul Phillips2012-05-121-2/+25
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
*-------. \ \ Merge remote-tracking branches 'retronym/ticket/5407', 'scalamacros/topic/mac...Paul Phillips2012-05-125-129/+207
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| | | | | * | NSDNHAO need not tell us in which version it resides.Jason Zaugg2012-05-121-1/+1
| | |_|_|/ / | |/| | | |
| | | | * | Fix SI-5009: case-class copy method now eta-expands over higher parameter lists.Lukas Rytz2012-05-111-5/+17
| | | * | | Fix SI-5626.Lukas Rytz2012-05-111-2/+17
| | | |/ /
| | * | | cherry-picking important macro fixes from topic/reflectionEugene Burmako2012-05-122-121/+172
| | | | |
| \ \ \ \
| \ \ \ \
| \ \ \ \
| \ \ \ \
| \ \ \ \
*-----. | | | | Merge commit 'refs/pull/530/head'; commit 'refs/pull/531/head'; commit 'refs/...Paul Phillips2012-05-1126-80/+187
|\ \ \ \| | | |
| | | | * | | | Recognize java enums as constants from source.Paul Phillips2012-05-113-2/+12
| | | | | |/ / | | | | |/| |
| | | * / | | fixes a problem with an extractor object overloaded by a regular defEugene Burmako2012-05-112-1/+10
| | | |/ / /
| | * / / / Fix for unnecessary InnerClasses for top-level objects.Grzegorz Kossakowski2012-05-111-0/+22
| | |/ / /
| | | | |
| | | \ \
| | *-. \ \ Merge commit 'refs/pull/527/head'; commit 'refs/pull/528/head'; commit 'refs/...Paul Phillips2012-05-112-1/+17
| | |\ \ \ \
| | | | * | | Fix for SI-5654.Lukas Rytz2012-05-101-1/+8
| | | * | | | Use TreeInfo#isSelfConstrCall, rather than the hand-rolled version.Jason Zaugg2012-05-111-1/+1
| | | * | | | Forbid forward refs from self constructor invocations.Jason Zaugg2012-05-111-0/+9
| | |/ / / /
| | * | | | Merge commit 'refs/pull/526/head' into developPaul Phillips2012-05-101-1/+1
| | |\ \ \ \
| | | * | | | Fixed SI-5708. Correctly compute accessibility for object members.Iulian Dragos2012-05-101-1/+1
| | * | | | | Impl classes printed more accurately.Paul Phillips2012-05-101-1/+2
| | * | | | | Quieted down a developer warning.Paul Phillips2012-05-101-1/+1
| | * | | | | Be discriminating about custom hashcodes.Paul Phillips2012-05-106-11/+17
| | * | | | | More useful crash reports.Paul Phillips2012-05-104-19/+76
| | * | | | | Tweak to deal with reflective mirror.Paul Phillips2012-05-101-1/+1
| * | | | | | Move resolver and resolveEither to impl.Promisephaller2012-05-106-42/+28
* | | | | | | more defensive bridging to extractor: consider booleanAdriaan Moors2012-05-101-6/+12
| |/ / / / / |/| | | | |
* | | | | | Merge commit 'refs/pull/524/head'Paul Phillips2012-05-101-8/+10
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fixed partest so it can run in SBT.Josh Suereth2012-05-101-8/+10
* | | | | | Merge commit 'refs/pull/521/head' into developPaul Phillips2012-05-101-1/+4
|\ \ \ \ \ \
| * | | | | | Fixes SI-5640Dominik Gruntz2012-05-102-8/+8
| | | | | | |
| \ \ \ \ \ \
*-. \ \ \ \ \ \ Merge commit 'refs/pull/522/head'; commit 'refs/pull/523/head' into developPaul Phillips2012-05-103-3/+11
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| | * | | | | | A bunch of fixes for positions when dealing with partial functionsHubert Plociniczak2012-05-101-3/+3
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Don't forget to execute pending interrupt requests when shutting down the pre...Iulian Dragos2012-05-102-0/+8
| | |_|/ / / | |/| | | |
* | | | | | Revert "Fix for ## inconsistency."Paul Phillips2012-05-101-7/+4
| |_|/ / / |/| | | |