summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Change unrecognized scaladoc comments to C-styleFrançois Garillot2013-04-1611-14/+14
* Merge pull request #2335 from retronym/topic/opt-file-accessJames Iry2013-04-105-12/+86
|\
| * Optimization: avoid call to exists in PlainFile#iteratorJason Zaugg2013-03-291-1/+7
| * Optimization: avoid isDirectory call in DirectoryClassPath traversalJason Zaugg2013-03-291-5/+18
| * Add counters to File#{exists, isFile, isDirectory}.Jason Zaugg2013-03-293-6/+61
* | Merge pull request #2373 from paulp/pr/implicit-tagsPaul Phillips2013-04-0911-550/+109
|\ \
| * | Reduce visibility of implicit class tags.Paul Phillips2013-04-0811-550/+109
* | | Merge remote-tracking branch 'origin/2.10.x' into merge-2.10.xPaul Phillips2013-04-0811-116/+160
|\ \ \
| * | | SI-7321 Memory leak in specialize on multiple compiler runs.Eugene Vigdorchik2013-04-041-16/+12
| * | | Merge pull request #2298 from retronym/ticket/6900-3Paul Phillips2013-04-036-90/+114
| |\ \ \
| | * | | SI-6900 Fix tailrec for dependent method typesJason Zaugg2013-04-021-2/+12
| | * | | Simplify interplay between Uncurry Info- and Tree-TransformersJason Zaugg2013-04-022-19/+19
| | * | | Refactor existential related code out of types.Jason Zaugg2013-04-022-69/+78
| | * | | Add a cautionary comment to TreeSymSubstitutor.Jason Zaugg2013-04-021-0/+5
| * | | | Take the N^2 out of the compiler's TreeSet.Paul Phillips2013-04-031-5/+15
| * | | | Merge pull request #2344 from retronym/ticket/7147Jason Zaugg2013-04-031-2/+9
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | SI-7147 Diagnostic for unexplained assertion in presentation compiler.Jason Zaugg2013-04-021-2/+9
| * | | | Merge pull request #2319 from retronym/ticket/6793Paul Phillips2013-04-021-2/+9
| |\ \ \ \
| | * | | | SI-6793 Don't use super param accessors if inaccessible.Jason Zaugg2013-03-261-2/+9
| * | | | | SI-6715 Shouldn't return "" from TermNames.originalNameKato Kazuyoshi2013-04-031-1/+1
| * | | | | Backport #2289's TermNames.unexpandedName as TermNames.originalNameKato Kazuyoshi2013-04-031-7/+10
| * | | | | Merge pull request #2303 from starblood/gyuhang/libdocAdriaan Moors2013-04-021-1/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Correct sorting example for Ordering in scaladocGyuhang Shim2013-03-251-1/+1
| | |/ / /
* | | | | Transcendent rewrite of isSameType.Paul Phillips2013-04-051-158/+101
* | | | | Centrally unify module class representations.Paul Phillips2013-04-051-2/+7
* | | | | Optimization/logic improvement in Scopes.Paul Phillips2013-04-051-4/+44
| |_|/ / |/| | |
* | | | SI-6289 Paulptest demonstrating javac errorsSom Snytt2013-04-041-3/+47
* | | | SI-6289 Partest in technicolor and showing javac errorsSom Snytt2013-04-0420-1530/+1412
* | | | Merge pull request #2320 from mighdoll/masterPaul Phillips2013-04-031-1/+1
|\ \ \ \
| * | | | doc fix for Types.baseClasses to match spec definition of Linearization 5.1.2Lee Mighdoll2013-03-261-1/+1
* | | | | Merge pull request #2337 from retronym/ticket/7110-2Paul Phillips2013-04-031-0/+7
|\ \ \ \ \
| * | | | | SI-7110 Warn about naked try without catch/finallyJason Zaugg2013-03-291-0/+7
* | | | | | Add () to side-effecting u1/u2/u4.Paul Phillips2013-04-031-3/+3
* | | | | | Reduce duplication in JavaMirrors.Paul Phillips2013-04-032-111/+90
* | | | | | Brought some structure to the classfileparser.Paul Phillips2013-04-033-366/+356
* | | | | | Cleaning up error handling.Paul Phillips2013-04-031-13/+6
* | | | | | Fleshing out comments on JavaAccFlags.Paul Phillips2013-04-031-9/+6
* | | | | | Abstract over java.lang.reflect.{ Method, Constructor }.Paul Phillips2013-04-031-0/+45
* | | | | | Value class to represent jvm flags.Paul Phillips2013-04-031-0/+86
* | | | | | Added ensureAccessible to reflection library.Paul Phillips2013-04-032-7/+15
* | | | | | Merge pull request #2348 from paulp/pr/2324-editPaul Phillips2013-04-021-3/+1
|\ \ \ \ \ \
| * | | | | | SI-7237 Always choose ForkJoinTaskSupportSimon Ochsenreither2013-04-021-3/+1
* | | | | | | Merge pull request #2327 from paulp/pr/2315-rebasedPaul Phillips2013-04-0295-244/+251
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-2793-244/+244
| * | | | | | SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-272-0/+7
* | | | | | | Merge pull request #2310 from retronym/ticket/6168Paul Phillips2013-04-021-1/+7
|\ \ \ \ \ \ \
| * | | | | | | SI-6168 Retain prefix when parsing types in JVM signaturesJason Zaugg2013-03-251-1/+7
* | | | | | | | Merge remote tracking branch 'origin/2.10.x' into topic/merge-2.10.x-to-v2.11...Jason Zaugg2013-04-0229-1626/+233
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Merge pull request #2321 from kzys/js-deferAdriaan Moors2013-04-012-16/+30
| |\ \ \ \ \ \ \
| | * | | | | | | Scaladoc: Load scripts at the bottom, and with a defer attributeKato Kazuyoshi2013-03-272-16/+30