summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SI-7376 Bad doc variable error is positioned at the variable.Som Snytt2013-04-171-1/+4
* SI-7376 Additional trivial Scaladoc format correctionsSom Snytt2013-04-174-19/+20
* SI-7376 Unmoored doc has correct positionSom Snytt2013-04-173-25/+61
* SI-7376 Scaladoc warns when discarding local doc comments with API tagsSom Snytt2013-04-153-10/+75
* 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 pull request #2375 from paulp/merge-2.10.xPaul Phillips2013-04-0919-141/+292
|\ \ \
| * | | Merge remote-tracking branch 'origin/2.10.x' into merge-2.10.xPaul Phillips2013-04-0819-141/+292
|/| | |
| * | | Merge pull request #2359 from adriaanm/buildPaul Phillips2013-04-071-26/+35
| |\ \ \
| | * | | if starr.use.released fetch Scala ${starr.version} for STARRAdriaan Moors2013-04-041-24/+29
| | * | | assume build.release when maven.version.suffix is setAdriaan Moors2013-04-041-0/+4
| | * | | make quick.done depend on quick.bin againAdriaan Moors2013-04-041-2/+2
| * | | | Merge pull request #2351 from vigdorchik/ticket/si-7321bPaul Phillips2013-04-051-16/+12
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | SI-7321 Memory leak in specialize on multiple compiler runs.Eugene Vigdorchik2013-04-041-16/+12
| * | | | Merge pull request #2346 from adriaanm/build-zincAdriaan Moors2013-04-041-112/+178
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #2298 from retronym/ticket/6900-3Paul Phillips2013-04-039-90/+222
| |\ \ \ \
| | * | | | SI-6900 Fix tailrec for dependent method typesJason Zaugg2013-04-022-2/+48
| | * | | | Simplify interplay between Uncurry Info- and Tree-TransformersJason Zaugg2013-04-022-19/+19
| | * | | | Refactor existential related code out of types.Jason Zaugg2013-04-024-69/+150
| | * | | | Add a cautionary comment to TreeSymSubstitutor.Jason Zaugg2013-04-021-0/+5
| * | | | | Merge pull request #2331 from paulp/pr/iterator-pathologyGrzegorz Kossakowski2013-04-031-5/+15
| |\ \ \ \ \
| | * | | | | 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-024-2/+40
| |\ \ \ \ \
| | * | | | | SI-6793 Don't use super param accessors if inaccessible.Jason Zaugg2013-03-264-2/+40
| * | | | | | Merge pull request #2281 from kzys/jira-6715Paul Phillips2013-04-024-7/+41
| |\ \ \ \ \ \
| | * | | | | | SI-6715 Shouldn't return "" from TermNames.originalNameKato Kazuyoshi2013-04-034-1/+32
| | * | | | | | 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
| | |/ / / /
* | | | | | Merge pull request #2356 from paulp/pr/isSameTypeAdriaan Moors2013-04-085-170/+158
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Transcendent rewrite of isSameType.Paul Phillips2013-04-053-164/+107
| * | | | | Centrally unify module class representations.Paul Phillips2013-04-051-2/+7
| * | | | | Optimization/logic improvement in Scopes.Paul Phillips2013-04-051-4/+44
* | | | | | Merge pull request #2352 from soc/nan-testsPaul Phillips2013-04-056-0/+71
|\ \ \ \ \ \
| * | | | | | Add float version of the double NaN testsSimon Ochsenreither2013-04-046-0/+71
* | | | | | | Merge pull request #2355 from sschaef/si-7300Paul Phillips2013-04-052-0/+13
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | SI-7300 single line comment in multi line commentSimon Schaefer2013-04-042-0/+13
| |/ / / / /
* | | | | | Merge pull request #2353 from adriaanm/cooler-couleurs-re3Adriaan Moors2013-04-0470-1597/+1545
|\ \ \ \ \ \
| * | | | | | SI-6289 Paulptest demonstrating javac errorsSom Snytt2013-04-045-3/+68
| * | | | | | SI-6289 Partest in technicolor and showing javac errorsSom Snytt2013-04-0466-1597/+1480
|/ / / / / /
* | | | | | Merge pull request #2347 from adriaanm/merge-2.10.xAdriaan Moors2013-04-042-104/+151
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge 2.10.x into master again (no conflicts).Adriaan Moors2013-04-021-5/+13
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | comments to address reviewer feedbackAdriaan Moors2013-04-021-5/+13
| * | | | | Merge 2.10.x into masterAdriaan Moors2013-04-022-104/+143
| |\| | | |