summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Find instructions that would cause an IllegalAccessError when inlinedLukas Rytz2015-03-115-8/+174
* | | | | | | Fix typo in brutallyResetAttrs commentRobertZK2015-03-181-1/+1
* | | | | | | Merge pull request #4388 from retronym/ticket/9223Grzegorz Kossakowski2015-03-171-1/+1
|\ \ \ \ \ \ \
| * | | | | | | SI-9223 By-name constructor params should not be aliasedJason Zaugg2015-03-171-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #4383 from lrytz/upgrade-asm-squashedGrzegorz Kossakowski2015-03-177-34/+279
|\ \ \ \ \ \ \
| * | | | | | | Upgrade ASM to 5.0.3Lukas Rytz2015-03-147-32/+270
| * | | | | | | Clarifications to src/asm/READMELukas Rytz2015-03-141-2/+9
| |/ / / / / /
* / / / / / / SI-9226 Fix NPE in GenASM.writeIfNotTooBigSimon Schäfer2015-03-161-1/+1
|/ / / / / /
* | | / / / Merge pull request #4377 from lrytz/opt/scalaInlineInfoGrzegorz Kossakowski2015-03-117-4/+301
|\| | | | | | |_|/ / / |/| | | |
| * | | | Emit the ScalaInlineInfo attribute under GenASMLukas Rytz2015-03-117-4/+301
| | |/ / | |/| |
* | | | Merge pull request #4357 from retronym/merge/2.10.x-to-2.11.x-20150224v2.11.6Adriaan Moors2015-02-241-4/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge commit 'ad845ff' into merge/2.10.x-to-2.11.x-20150224Jason Zaugg2015-02-241-4/+1
| |\ \ \ | | |_|/ | |/| |
| | * | Merge pull request #4289 from retronym/ticket/8689Grzegorz Kossakowski2015-02-151-5/+2
| | |\ \
| | | * | SI-8689 Avoid internal error in Promise after sequence of completionsViktor Klang2015-02-041-5/+2
| | * | | Backported fix for SI-7753 to 2.10.x.Miles Sabin2015-02-091-34/+55
| | |/ /
| | * | SI-9027 Backport xml parser fixSom Snytt2014-12-041-6/+5
| | * | Merge pull request #3998 from retronym/backport/7756Grzegorz Kossakowski2014-09-241-8/+27
| | |\ \
| | | * | [backport] SI-7756 Uncripple refchecks in case bodiesJason Zaugg2014-09-231-8/+27
| | * | | Merge pull request #3859 from xeno-by/topic/fundep-materialization-210xGrzegorz Kossakowski2014-09-112-4/+30
| | |\ \ \
| | | * | | -Xfundep-materialization => -Yfundep-materializationEugene Burmako2014-09-092-4/+4
| | | * | | pull request feedbackEugene Burmako2014-07-031-0/+1
| | | * | | [backport] SI-7470 implements fundep materializationEugene Burmako2014-07-022-4/+29
| | * | | | [backport] SI-8787 Backport Regex docSom Snytt2014-08-261-186/+291
| | * | | | Merge pull request #3865 from xeno-by/topic/extractor-macros-210xGrzegorz Kossakowski2014-08-192-42/+64
| | |\ \ \ \
| | | * | | | [backport] transformers no longer ignore UnApply.funEugene Burmako2014-07-032-42/+64
| | | |/ / /
| | * | | | Merge pull request #3860 from gourlaysama/wip/t7710-backportGrzegorz Kossakowski2014-08-192-2/+34
| | |\ \ \ \
| | | * | | | [backport] SI-7710 fix memory performance of RegexParsers in jdk7u6+Antoine Gourlay2014-08-122-2/+34
| | | |/ / /
* | | | | | Merge pull request #4353 from xeno-by/topic/plugin-enter-statsAdriaan Moors2015-02-231-1/+1
|\ \ \ \ \ \
| * | | | | | fixes pluginsEnterStatsEugene Burmako2015-02-221-1/+1
| | |_|_|_|/ | |/| | | |
* / | | | | SI-9172 FlatMapped views throw exception on filterRex Kerr2015-02-221-1/+1
|/ / / / /
* | | | | 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
|\ \ \ \ \ \ \