summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Limit the size of the ByteCodeRepository cacheLukas Rytz2015-03-114-5/+39
* Cast receiver if necessary when rewriting trait calls to impl methodLukas Rytz2015-03-117-21/+74
* Inline final methods defined in traitsLukas Rytz2015-03-1118-199/+805
* Workaround for SI-9111Lukas Rytz2015-03-116-16/+84
* Don't crash the inliner in mixed compilationLukas Rytz2015-03-119-44/+146
* After removing a live handler, need to re-run unreachableCodeLukas Rytz2015-03-112-15/+22
* Looking up the ClassNode for an InternalName returns an OptionLukas Rytz2015-03-119-44/+58
* Integrate the inliner into the backend pipelineLukas Rytz2015-03-115-14/+389
* Build a call graph for inlining decisionsLukas Rytz2015-03-1112-137/+553
* Reuse the same compiler instance for all tests in a JUnit classLukas Rytz2015-03-1113-51/+175
* Tools to perform inlining.Lukas Rytz2015-03-1112-52/+534
* Find instructions that would cause an IllegalAccessError when inlinedLukas Rytz2015-03-117-9/+375
* Emit the ScalaInlineInfo attribute under GenASMLukas Rytz2015-03-1110-31/+396
* Merge pull request #4350 from adriaanm/scaladocAdriaan Moors2015-02-201-1/+1
|\
| * Scaladoc js location synch more robustAdriaan Moors2015-02-201-1/+1
|/
* Merge pull request #4344 from Ichoran/issue/9126Adriaan Moors2015-02-204-22/+46
|\
| * SI-9126 Missing .seqs causes problems with parallel GenXsRex Kerr2015-02-204-22/+46
|/
* Merge pull request #4347 from retronym/ticket/8801Adriaan Moors2015-02-191-0/+21
|\
| * SI-8801 Another test for fixed exponential-time compilationJason Zaugg2015-02-201-0/+21
* | Merge pull request #4340 from retronym/topic/infix-completionAdriaan Moors2015-02-1911-6/+425
|\ \
| * | Remove incorrect completions: implicits can't add type membersJason Zaugg2015-02-173-5/+3
| * | SI-9153 More complete and stable results for completionsJason Zaugg2015-02-1710-4/+424
| * | Cache name for dummy argument used in implicit searchJason Zaugg2015-02-172-1/+2
* | | Merge pull request #4337 from Ichoran/opt-IterLike-2.11.xAdriaan Moors2015-02-191-6/+6
|\ \ \
| * | | Optimization of IterableLike.scalaRex Kerr2015-02-161-6/+6
| |/ /
* | | Merge pull request #4330 from Ichoran/issue/8917Adriaan Moors2015-02-192-2/+13
|\ \ \
| * | | SI-8917 collection.mutable.BitSet's &= operator doesn't clear endRex Kerr2015-02-132-2/+13
| |/ /
* | | Merge pull request #4319 from axel22/fix-si-7943Adriaan Moors2015-02-193-0/+61
|\ \ \
| * | | Fix SI-7943 -- make `TrieMap.getOrElseUpdate` atomic.Aleksandar Prokopec2015-02-183-0/+61
* | | | Merge pull request #4345 from retronym/topic/scaladoc-test-java8Adriaan Moors2015-02-191-0/+8
|\ \ \ \
| * | | | Fix the Scaladoc tests under Java 8Jason Zaugg2015-02-191-0/+8
* | | | | Merge pull request #4346 from retronym/ticket/9164Grzegorz Kossakowski2015-02-195-40/+18
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SI-9164 Fix thread safety of Scaladoc diagram generatorJason Zaugg2015-02-195-40/+18
|/ / / /
* | | | Merge pull request #4326 from JustinPihony/ticket/9148Adriaan Moors2015-02-182-3/+15
|\ \ \ \
| * | | | SI-9148: Appends companion type to link tooltipsJustinPihony2015-02-122-3/+15
* | | | | Merge pull request #4329 from adriaanm/followup-4235Adriaan Moors2015-02-183-30/+50
|\ \ \ \ \
| * | | | | Correct dependency for test.junit.compAdriaan Moors2015-02-181-10/+2
| * | | | | Use if/then/else to avoid box(unbox(_))Adriaan Moors2015-02-182-15/+43
| * | | | | Simplify `ClassTag.unapply`Adriaan Moors2015-02-131-16/+16
| * | | | | Scala.js-friendly `ClassTag.unapply`Sébastien Doeraene2015-02-131-2/+2
* | | | | | 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-183-4/+10
|\ \ \ \ \ \
| * | | | | | SI-9116 Set.subsets has a param listSom Snytt2015-02-093-4/+10
| | |_|/ / / | |/| | | |
* | | | | | 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-183-6/+18
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | SI-9157 Avoid exponential blowup with chained type projectionsJason Zaugg2015-02-183-6/+18
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #4328 from adriaanm/rework-4230Adriaan Moors2015-02-173-2/+28
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SI-9059 Random.alphanumeric is inefficientDenton Cockburn2015-02-133-2/+28
| | |_|/ / | |/| | |