summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* humane reporting of macro impl binding version errorsEugene Burmako2013-12-302-11/+15
* hooks for typecheck and expansion of macro defsEugene Burmako2013-12-304-10/+146
* unprivates important helpers in Macros.scalaEugene Burmako2013-12-301-119/+114
* removes some copy/paste from AnalyzerPluginsEugene Burmako2013-12-301-37/+43
* gives a more specific signature to `computeMacroDefType`Eugene Burmako2013-12-302-13/+12
* macroExpandApply => macroExpandEugene Burmako2013-12-302-19/+4
* Merge pull request #3288 from xeno-by/topic/f-interpolatorJason Zaugg2013-12-302-13/+19
|\
| * makes boxity of fast track macros configurableEugene Burmako2013-12-192-13/+19
* | Merge pull request #3308 from rklaehn/topic/hashset-comment-cleanupJason Zaugg2013-12-302-71/+2
|\ \
| * | Remove commented out code from HashSet and HashMapRĂ¼diger Klaehn2013-12-272-71/+2
* | | Merge pull request #3314 from xeno-by/topic/rootsJason Zaugg2013-12-301-1/+2
|\ \ \
| * | | makes well-known packages and package classes consistent with each otherEugene Burmako2013-12-291-1/+2
| |/ /
* | | Merge pull request #3292 from xeno-by/topic/duplicate-macro-argsJason Zaugg2013-12-301-3/+3
|\ \ \
| * | | duplicates arguments to macro typer APIsEugene Burmako2013-12-191-3/+3
* | | | SI-8006 prevents infinite applyDynamicNamed desugaringsEugene Burmako2013-12-282-3/+17
* | | | SI-7777 applyDynamic macro fails for nested applicationEugene Burmako2013-12-272-3/+10
| |/ / |/| |
* | | Merge pull request #3279 from xeno-by/topic/cosmeticsEugene Burmako2013-12-216-44/+58
|\ \ \
| * | | cosmetic changes to liftablesEugene Burmako2013-12-196-44/+58
* | | | Merge pull request #3276 from som-snytt/issue/6120-spurious-checkAdriaan Moors2013-12-191-147/+152
|\ \ \ \
| * | | | SI-6120 Suppress extra warningsSom Snytt2013-12-161-147/+152
| |/ / /
* | | | Merge pull request #3274 from retronym/ticket/8017Grzegorz Kossakowski2013-12-191-2/+20
|\ \ \ \
| * | | | SI-8017 Value class awareness for -Ydelamdafy:methodJason Zaugg2013-12-151-2/+20
* | | | | Merge pull request #3234 from retronym/ticket/5508-3Jason Zaugg2013-12-192-21/+23
|\ \ \ \ \
| * | | | | Remove obsolete diagnostic error for SI-6231Jason Zaugg2013-12-191-15/+1
| * | | | | SI-5508 Fix crasher with private[this] in nested traitsJason Zaugg2013-12-191-6/+22
* | | | | | Merge pull request #3257 from xeno-by/topic/duplicate-macro-argsJason Zaugg2013-12-191-3/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | duplicates macro arguments before expansionEugene Burmako2013-12-171-3/+3
* | | | | Merge pull request #3224 from soc/SI-7971Adriaan Moors2013-12-183-49/+73
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | SI-7971 Handle static field initializers correctlySimon Ochsenreither2013-12-143-49/+73
* | | | | Merge pull request #3236 from xeno-by/topic/wildbox-macrosEugene Burmako2013-12-171-27/+34
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | drops the redundant typecheck of blackbox expansionsEugene Burmako2013-12-101-2/+1
| * | | | whitebox macros are now first typechecked against outerPtEugene Burmako2013-12-101-2/+2
| * | | | refactors macroExpandApplyEugene Burmako2013-12-101-27/+35
| | |/ / | |/| |
* | | | Fix osgi bundle name for continuations.Adriaan Moors2013-12-132-2/+2
* | | | Merge pull request #3221 from adriaanm/modularize-cpsAdriaan Moors2013-12-13121-7627/+12
|\ \ \ \
| * | | | Modularize the swing library.Adriaan Moors2013-12-13101-5385/+1
| * | | | Modularize continuations plugin.Adriaan Moors2013-12-1323-2242/+11
* | | | | Merge pull request #3266 from soc/SI-7546Adriaan Moors2013-12-134-11/+19
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SI-7546 Use likely monotonic clock source for durationsSimon Ochsenreither2013-12-134-11/+19
| |/ / /
* | | | Merge pull request #3233 from scottcarey/SI-8042Adriaan Moors2013-12-131-24/+34
|\ \ \ \
| * | | | SI-8042 Use Serialization Proxy Pattern in ListScott Carey2013-12-121-24/+34
* | | | | Merge pull request #3258 from jrudolph/w/fix-typo-that-that-occurs-twice-in-e...Adriaan Moors2013-12-132-2/+2
|\ \ \ \ \
| * | | | | fix typo in error messagesJohannes Rudolph2013-12-102-2/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #3240 from soc/SI-7618Adriaan Moors2013-12-131-10/+9
|\ \ \ \ \
| * | | | | SI-7618 Remove octal number literalsSimon Ochsenreither2013-12-091-10/+9
* | | | | | Merge pull request #3262 from densh/si/8030Adriaan Moors2013-12-132-3/+14
|\ \ \ \ \ \
| * | | | | | SI-8030 force symbols on presentation compiler initializationDen Shabalin2013-12-122-3/+14
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3250 from soc/SI-8059Adriaan Moors2013-12-131-1/+11
|\ \ \ \ \ \
| * | | | | | SI-8059 Override immutable.Queue#{+:,:+} for performanceSimon Ochsenreither2013-12-111-1/+11
| |/ / / / /
* | | | | | Merge pull request #3214 from retronym/ticket/8024Adriaan Moors2013-12-132-5/+9
|\ \ \ \ \ \