summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | SI-7289 Less strict type application for TypeVar.Adriaan Moors2013-04-087-7/+106
| | |/ / | |/| |
* | | | Merge pull request #2349 from scalamacros/ticket/6937Adriaan Moors2013-04-0913-57/+61
|\ \ \ \ | |/ / / |/| | |
| * | | SI-6937 core type tags are no longer referentially uniqueEugene Burmako2013-04-0313-57/+61
* | | | 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
|\ \ \ \ | |/ / / |/| | |
| * | | comments to address reviewer feedbackAdriaan Moors2013-04-021-5/+13
| * | | formattingAdriaan Moors2013-04-021-13/+13
| * | | Preliminary support for zinc.Adriaan Moors2013-04-021-0/+67
| * | | Regularity for build.xml: 1 output dir / projectAdriaan Moors2013-04-021-90/+89
| * | | get rid of args element in staged-scalacAdriaan Moors2013-04-011-18/+10
* | | | 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 #2321 from kzys/js-deferAdriaan Moors2013-04-013-23/+30
|\ \ \
| * | | Scaladoc: Load scripts at the bottom, and with a defer attributeKato Kazuyoshi2013-03-273-23/+30
* | | | Merge pull request #2330 from adriaanm/partest-difftoolsGrzegorz Kossakowski2013-03-3110-2019/+637
|\ \ \ \ | |_|_|/ |/| | |
| * | | Strip version suffix from diffutils.Adriaan Moors2013-03-293-11/+13
| * | | Use java-diff-utils for diffing in partest.Adriaan Moors2013-03-2910-2018/+634
|/ / /
* | | Merge pull request #2314 from adriaanm/build-fixesGrzegorz Kossakowski2013-03-292-335/+222
|\ \ \
| * | | Clean up pack targets. Better dependency tracking.Adriaan Moors2013-03-271-89/+97
| * | | ant clean only zaps the quick stageAdriaan Moors2013-03-271-2/+2
| * | | Run test.scaladoc before test.suite. Fail fast.Adriaan Moors2013-03-271-1/+1
| * | | Let continuations library sources determine docs.lib's actualityAdriaan Moors2013-03-261-0/+1
| * | | Preparation for faster PR validationAdriaan Moors2013-03-262-1/+5
| * | | Remove duplication in java builds of fjbg/asm/forkjoinAdriaan Moors2013-03-261-66/+31
| * | | Formatting. Introduce {asm,forkjoin,fjbg}-classes props.Adriaan Moors2013-03-251-74/+79
| * | | remove unused ant targets: test.ant, test.classload, test.positionsAdriaan Moors2013-03-251-100/+0
| * | | run test.bc as part of tests on 2.10.xAdriaan Moors2013-03-251-7/+10
| * | | restored dependency of pack.done on quick.binAdriaan Moors2013-03-251-1/+2
| |/ /
* | | Merge pull request #2292 from retronym/ticket/7285Adriaan Moors2013-03-279-7/+170
|\ \ \
| * | | SI-7285 Fix match analysis with nested objects.Jason Zaugg2013-03-238-8/+160
| * | | Expand test for SI-6124 to demonstrate cause of SI-7285.Jason Zaugg2013-03-232-3/+14