summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Fix typoJean-Remi Desjardins2014-12-041-1/+1
* | | | | | | | Merge pull request #4176 from mpociecha/flat-classpath2Grzegorz Kossakowski2014-12-0552-315/+2217
|\ \ \ \ \ \ \ \
| * | | | | | | | Turn off flat classpath by default, mark one of its classes as sealedmpociecha2014-12-052-2/+2
| * | | | | | | | Add benchmarks to compare recursive and flat cp representationsmpociecha2014-12-053-1/+221
| * | | | | | | | Cleanup and refactoring - semicolons, unused or commented out codempociecha2014-12-0522-61/+75
| * | | | | | | | Create possibility to skip flat classpath cachingmpociecha2014-12-053-5/+14
| * | | | | | | | Integrate flat classpath with the compilermpociecha2014-12-0517-68/+440
| * | | | | | | | Refactor scalap's mainmpociecha2014-12-012-87/+89
| * | | | | | | | Create dedicated path resolver for the flat classpath representationmpociecha2014-11-302-11/+195
| * | | | | | | | Create base classpath factory and an implementation for the flat cpmpociecha2014-11-304-26/+103
| * | | | | | | | Add flat classpath implementation using ManifestResourcesmpociecha2014-11-301-4/+97
| * | | | | | | | Add flat classpath implementation for zip and jar filesmpociecha2014-11-305-6/+170
| * | | | | | | | Add flat classpath implementation for directoriesmpociecha2014-11-304-1/+189
| * | | | | | | | Add the flat classpath type aggregating flat classpath instancesmpociecha2014-11-303-0/+339
| * | | | | | | | Define interface for flat classpath and add package loader using itmpociecha2014-11-303-0/+143
| * | | | | | | | Use new asClassPathString method and create FileUtils for classpathmpociecha2014-11-306-42/+88
| * | | | | | | | Abstract over ClassPath and ClassRepmpociecha2014-11-288-32/+83
* | | | | | | | | Merge pull request #4188 from adriaanm/xml-1.0.3Grzegorz Kossakowski2014-12-051-1/+1
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Upgrade to scala-xml v1.0.3Adriaan Moors2014-12-041-1/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #4131 from som-snytt/issue/8981Lukas Rytz2014-12-041-28/+27
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8981 Tweak REPL helpSom Snytt2014-11-141-28/+27
* | | | | | | | | Merge pull request #4168 from Ichoran/issue/9000Lukas Rytz2014-12-041-6/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-9000 equals for immutable collections should check identityRex Kerr2014-11-261-6/+9
* | | | | | | | | | Merge pull request #4141 from Ichoran/issue/8970Lukas Rytz2014-12-042-2/+8
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-8970 hashCode of BigDecimal and Double do not matchRex Kerr2014-11-212-2/+8
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #4142 from Ichoran/issue/8783Lukas Rytz2014-12-041-4/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-8783 MultiMap documentation for addBinding is incorrectRex Kerr2014-11-211-4/+3
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #4144 from Ichoran/issue/8951Lukas Rytz2014-12-041-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-8951 SeqView and StreamView stack-overflow on negative index after flatMapRex Kerr2014-11-211-0/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #4146 from Ichoran/issue/6519Lukas Rytz2014-12-042-5/+21
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-6519 PagedSeq is not lazy enoughRex Kerr2014-11-212-5/+21
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #4180 from som-snytt/issue/7683Lukas Rytz2014-12-045-3/+45
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-7683 Enable -Ystop-before:typerSom Snytt2014-12-015-3/+45
* | | | | | | | | | | Merge pull request #4185 from som-snytt/issue/9027Grzegorz Kossakowski2014-12-043-4/+37
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | SI-9027 Parser eagerly consumes space on multi XML elementsSom Snytt2014-12-033-4/+37
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #4061 from maxcom/SI-8924-list-iterator-oomJason Zaugg2014-12-042-4/+59
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | SI-8924 don't hold reference to list in iteratorMaxim Valyanskiy2014-11-272-4/+59
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #4164 from retronym/ticket/9003Adriaan Moors2014-12-034-1/+81
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | SI-9003 Eagerly capture more potentially mutable bindersJason Zaugg2014-11-264-1/+81
* | | | | | | | | | | | Merge pull request #4178 from retronym/ticket/9018Jason Zaugg2014-12-032-2/+30
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | SI-9018 Fix regression: cycle in LUBsJason Zaugg2014-12-032-2/+30
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #4174 from kanielc/SI-8995Adriaan Moors2014-12-011-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | SI-8995: Fix broken link in error messageDenton Cockburn2014-11-301-1/+1
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #4166 from lpiepiora/update-scaladoc-examplesAdriaan Moors2014-12-0110-35/+35
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Update ScalaDoc code examples not to use deprecated constructsLukasz Piepiora2014-11-2610-35/+35
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #4179 from gdickinson/remove_commented_priorityqueue_codeAdriaan Moors2014-12-012-380/+0
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Remove completely commented-out test/run fileGuy Dickinson2014-12-011-373/+0
| * | | | | | | | | | | | Remove commented-out debugging code in PriorityQueueGuy Dickinson2014-12-011-7/+0
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #4173 from kanielc/SI-7988Adriaan Moors2014-12-011-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | SI:7988 - scala.collection.JavaConverters spelling mistakeDenton Cockburn2014-11-301-2/+2
| |/ / / / / / / / / / /