summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4335 from lylek/issue/4959Adriaan Moors2015-02-181-21/+18
|\
| * SI-4959 - UNIX bin scripts now work for paths with spacesLyle Kopnicky2015-02-151-21/+18
* | Merge pull request #4309 from som-snytt/issue/9116-bAdriaan Moors2015-02-181-1/+1
|\ \
| * | SI-9116 Set.subsets has a param listSom Snytt2015-02-091-1/+1
* | | Merge pull request #4299 from michaelpigg/si-7660Adriaan Moors2015-02-181-7/+21
|\ \ \
| * | | SI-7660: Document behaviour of Set#++ for duplicate elementsMichael Pigg2015-02-101-7/+21
* | | | Merge pull request #4341 from retronym/ticket/9157Adriaan Moors2015-02-182-6/+5
|\ \ \ \
| * | | | SI-9157 Avoid exponential blowup with chained type projectionsJason Zaugg2015-02-182-6/+5
| | |_|/ | |/| |
* | | | Merge pull request #4328 from adriaanm/rework-4230Adriaan Moors2015-02-171-2/+8
|\ \ \ \ | |/ / / |/| | |
| * | | SI-9059 Random.alphanumeric is inefficientDenton Cockburn2015-02-131-2/+8
* | | | Merge pull request #4296 from lrytz/t9105Adriaan Moors2015-02-1312-76/+305
|\ \ \ \
| * | | | IntelliJ project file fixLukas Rytz2015-02-071-0/+1
| * | | | Fix InnerClass / EnclosingMethod for closures nested in value classesLukas Rytz2015-02-076-25/+103
| * | | | Fix InnerClass/EnclosingMethod for trait impl and specialized classesLukas Rytz2015-02-075-39/+90
| * | | | SI-9124 fix EnclosingMethod of classes nested in implOnly trait defsLukas Rytz2015-02-071-1/+5
| * | | | SI-9105 Fix EnclosingMethod for classes defined in lambdasLukas Rytz2015-02-077-24/+119
* | | | | Merge pull request #4304 from adriaanm/rebase-4219Adriaan Moors2015-02-131-10/+14
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | SI-8818 FreshName extractor forgives suffixSom Snytt2015-02-091-10/+14
* | | | | Merge pull request #4195 from lrytz/t8841Adriaan Moors2015-02-133-11/+43
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | SI-8841 report named arg / assignment ambiguity also in silent mode.Lukas Rytz2014-12-123-11/+43
* | | | | Merge pull request #4263 from lrytz/t9097Adriaan Moors2015-02-093-5/+6
|\ \ \ \ \
| * | | | | Refactor transformStats impls for consistencyJason Zaugg2015-02-032-4/+3
| * | | | | SI-9097 Remove spurious warning about conflicting filenamesLukas Rytz2015-01-201-1/+3
* | | | | | Merge pull request #4280 from kanielc/SI-9095Adriaan Moors2015-02-092-0/+2
|\ \ \ \ \ \
| * | | | | | SI-9095 Memory leak in LinkedHasMap and LinkedHashSetDenton Cockburn2015-01-312-0/+2
* | | | | | | Merge pull request #4209 from kanielc/SI-8988Adriaan Moors2015-02-091-3/+28
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | SI-8988 Escaping character in StringLike.split(c) prevents usage of optimized...Denton Cockburn2015-01-091-3/+28
* | | | | | | Merge pull request #4288 from adriaanm/retronym-ticket/9041Adriaan Moors2015-02-091-0/+10
|\ \ \ \ \ \ \
| * | | | | | | SI-9041 Avoid unreported type error with overloading, implicitsJason Zaugg2015-02-021-0/+10
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #4274 from retronym/ticket/9123Adriaan Moors2015-02-091-0/+5
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | SI-9123 More coherent trees with patmat, dependent typesJason Zaugg2015-01-291-0/+5
* | | | | | | Merge pull request #4298 from adriaanm/contribAdriaan Moors2015-02-061-21/+2
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | IDE setup sectionAdriaan Moors2015-02-061-21/+2
* | | | | | | Merge pull request #4293 from BartoszJanota/patch-1Lukas Rytz2015-02-051-1/+2
|\ \ \ \ \ \ \
| * | | | | | | Scala doc update (sliding method). Added info about default step set to 1. Re...BartekJanota2015-02-041-1/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #4295 from retronym/ticket/9135Grzegorz Kossakowski2015-02-051-1/+1
|\ \ \ \ \ \ \
| * | | | | | | SI-9135 Fix NPE, a regression in the pattern matcherJason Zaugg2015-02-051-1/+1
* | | | | | | | Merge pull request #4251 from retronym/ticket/6502Jason Zaugg2015-02-052-11/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | REPL: Tread EOF a "no" in the "yes"/"no" prompt.Jason Zaugg2015-01-161-0/+1
| * | | | | | | | SI-6502 More robust REPL :requireJason Zaugg2015-01-161-11/+13
* | | | | | | | | Merge pull request #4248 from retronym/ticket/9086Jason Zaugg2015-02-051-1/+5
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | SI-9086 Fix regression in implicit searchJason Zaugg2015-01-291-1/+5
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #4133 from som-snytt/issue/8976Ichoran2015-02-041-3/+14
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | SI-8976 MutableList.tail.iterator.size is lengthSom Snytt2014-12-061-3/+14
* | | | | | | | Merge pull request #4233 from kanielc/SI-7770Lukas Rytz2015-02-031-0/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-7770 mutable.BitSet.toImmutable isn't immutableDenton Cockburn2015-01-071-0/+3
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #4260 from retronym/ticket/9093Lukas Rytz2015-02-031-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-9093 Fix value discarding / multiple param list crasherJason Zaugg2015-01-201-1/+1
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #4252 from retronym/ticket/9050Lukas Rytz2015-02-031-1/+19
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-9050 Fix crasher with value classes, recursionJason Zaugg2015-01-161-1/+19