summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Build a call graph for inlining decisionsLukas Rytz2015-03-119-131/+396
* Reuse the same compiler instance for all tests in a JUnit classLukas Rytz2015-03-111-0/+8
* Tools to perform inlining.Lukas Rytz2015-03-1111-52/+341
* Find instructions that would cause an IllegalAccessError when inlinedLukas Rytz2015-03-115-8/+174
* Emit the ScalaInlineInfo attribute under GenASMLukas Rytz2015-03-117-4/+301
* Scaladoc js location synch more robustAdriaan Moors2015-02-201-1/+1
* SI-9126 Missing .seqs causes problems with parallel GenXsRex Kerr2015-02-202-2/+2
* Merge pull request #4340 from retronym/topic/infix-completionAdriaan Moors2015-02-195-6/+13
|\
| * Remove incorrect completions: implicits can't add type membersJason Zaugg2015-02-171-1/+1
| * SI-9153 More complete and stable results for completionsJason Zaugg2015-02-174-4/+10
| * 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-191-2/+4
|\ \
| * | SI-8917 collection.mutable.BitSet's &= operator doesn't clear endRex Kerr2015-02-131-2/+4
| |/
* | Merge pull request #4319 from axel22/fix-si-7943Adriaan Moors2015-02-192-0/+42
|\ \
| * | Fix SI-7943 -- make `TrieMap.getOrElseUpdate` atomic.Aleksandar Prokopec2015-02-182-0/+42
* | | 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-181-20/+19
|\ \ \
| * | | Use if/then/else to avoid box(unbox(_))Adriaan Moors2015-02-181-15/+14
| * | | 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-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
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |