summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | | Merge pull request #4245 from dickwall/doc/scaladoc-concurrent-packageLukas Rytz2015-02-031-0/+74
|\ \ \ \ \ \ \ \
| * | | | | | | | Added package scaladoc for the concurrent package.dickwall2015-01-121-0/+74
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #4292 from retronym/ticket/9133Grzegorz Kossakowski2015-02-031-1/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-9133 Harden against infinite loop in NoSymbol.ownerJason Zaugg2015-02-031-1/+5
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #4216 from som-snytt/issue/7623Lukas Rytz2015-02-032-6/+11
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | SI-7623 Trailing sequence wildcard warningSom Snytt2015-01-212-6/+11
* | | | | | | | Merge pull request #4259 from mzitnik/2.11.xIchoran2015-01-301-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-9072 Vector ++ concatenation of parallel collection cause inconsistent res...Mark Zitnik2015-01-181-1/+1
* | | | | | | | | Fix intellij 14 setup script to read scala version from version.propertiesKrzysztof Romanowski2015-01-302-8/+11
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Add an IntelliJ module for the Pax Exam based OSGi testsJason Zaugg2015-01-282-0/+24
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #4214 from som-snytt/issue/5154Jason Zaugg2015-01-221-4/+3
|\ \ \ \ \ \ \
| * | | | | | | SI-5154 Parse leading literal brace in XML patternSom Snytt2014-12-161-4/+3
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #4190 from kanielc/SI-5817Jason Zaugg2015-01-222-0/+20
|\ \ \ \ \ \ \
| * | | | | | | SI-5817: Add header to language.scala and languageFeature.scalaDenton Cockburn2014-12-052-0/+20
* | | | | | | | Merge pull request #4253 from retronym/ticket/9087Grzegorz Kossakowski2015-01-201-0/+5
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | SI-9087 Fix min/max of reversed Double/Float orderingsJason Zaugg2015-01-201-0/+5
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Address review feedbackLukas Rytz2015-01-164-19/+44
* | | | | | | Construct ClassBTypes from parsed classfilesLukas Rytz2015-01-168-80/+306
* | | | | | | Cleanup asm-to-string debug helpersLukas Rytz2015-01-161-14/+56
* | | | | | | Remove an unnecessary hash map in BTypesFromSymbolsLukas Rytz2015-01-161-12/+5
* | | | | | | Type alias for InternalNameLukas Rytz2015-01-162-5/+17
* | | | | | | Make ClassBType independent of the name tableLukas Rytz2015-01-163-60/+12
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #4249 from retronym/ticket/9089Vlad Ureche2015-01-161-1/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |