summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3331 from retronym/ticket/8120Jason Zaugg2014-01-081-1/+5
|\
| * SI-8120 Avoid tree sharing when typechecking patmat anon functionsJason Zaugg2014-01-071-1/+5
* | Merge pull request #3325 from clhodapp/fix/double.absJason Zaugg2014-01-081-0/+4
|\ \
| * | SI-8102 -0.0.abs must equal 0.0clhodapp2014-01-061-0/+4
* | | Merge pull request #3301 from Ichoran/issue/7837Jason Zaugg2014-01-081-2/+2
|\ \ \
| * | | SI-7837 quickSort, along with Ordering[K], may result in stackoverflow becaus...Rex Kerr2013-12-311-2/+2
* | | | Merge pull request #3305 from xeno-by/topic/copy-untypedJason Zaugg2014-01-084-49/+71
|\ \ \ \ | |_|/ / |/| | |
| * | | untyper is no moreEugene Burmako2014-01-071-36/+12
| * | | awakens default getter synthesis from the untyper nightmareEugene Burmako2014-01-074-40/+86
* | | | Merge pull request #3313 from OlivierBlanvillain/upstreamJason Zaugg2014-01-034-4/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix typos in documentationOlivier Blanvillain2013-12-284-4/+4
| |/ /
* | | Merge pull request #3284 from soc/SI-7880Jason Zaugg2014-01-031-9/+13
|\ \ \
| * | | SI-7880 Fix infinite loop in ResizableArray#ensureSizeSimon Ochsenreither2013-12-231-9/+13
* | | | Merge pull request #3239 from soc/SI-8052Jason Zaugg2014-01-032-4/+11
|\ \ \ \
| * | | | SI-8052 Disallow `macro` as an identifierSimon Ochsenreither2013-12-092-4/+11
* | | | | Merge pull request #3245 from densh/si/8047Jason Zaugg2014-01-034-13/+26
|\ \ \ \ \
| * | | | | SI-8047 change fresh name encoding to avoid owner corruptionDen Shabalin2013-12-164-13/+26
* | | | | | Merge pull request #3254 from xeno-by/topic/typeCheckJason Zaugg2014-01-036-13/+25
|\ \ \ \ \ \
| * | | | | | typeCheck => typecheckEugene Burmako2013-12-106-13/+25
| |/ / / / /
* | | | | | Merge pull request #3299 from xuwei-k/stream-flatten-exampleJason Zaugg2014-01-031-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | fix Stream#flatten examplexuwei-k2013-12-231-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #3297 from paulp/pr/7406Jason Zaugg2013-12-311-1/+1
|\ \ \ \ \
| * | | | | SI-7406 crasher with specialized lazy valPaul Phillips2013-12-211-1/+1
| |/ / / /
* | | | | 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
| | |/ / / / | |/| | | |