summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3289 from soc/SI-7492-reduxJason Zaugg2014-01-081-4/+4
|\
| * SI-7492 Make scala.runtime.MethodCache private[scala]Simon Ochsenreither2013-12-191-4/+4
* | Merge pull request #3331 from retronym/ticket/8120Jason Zaugg2014-01-082-1/+14
|\ \
| * | SI-8120 Avoid tree sharing when typechecking patmat anon functionsJason Zaugg2014-01-072-1/+14
* | | Merge pull request #3325 from clhodapp/fix/double.absJason Zaugg2014-01-082-0/+22
|\ \ \
| * | | SI-8102 -0.0.abs must equal 0.0clhodapp2014-01-062-0/+22
* | | | Merge pull request #3306 from Ichoran/topic/junit-set-mapJason Zaugg2014-01-083-170/+479
|\ \ \ \
| * | | | Improved testing framework for sets and maps.Rex Kerr2013-12-263-170/+479
* | | | | Merge pull request #3301 from Ichoran/issue/7837Jason Zaugg2014-01-082-2/+31
|\ \ \ \ \
| * | | | | SI-7837 quickSort, along with Ordering[K], may result in stackoverflow becaus...Rex Kerr2013-12-312-2/+31
* | | | | | Merge pull request #3305 from xeno-by/topic/copy-untypedJason Zaugg2014-01-087-49/+102
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | untyper is no moreEugene Burmako2014-01-071-36/+12
| * | | | | awakens default getter synthesis from the untyper nightmareEugene Burmako2014-01-077-40/+117
| | |/ / / | |/| | |
* | | | | 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-032-9/+20
|\ \ \ \
| * | | | SI-7880 Fix infinite loop in ResizableArray#ensureSizeSimon Ochsenreither2013-12-232-9/+20
* | | | | Merge pull request #3239 from soc/SI-8052Jason Zaugg2014-01-033-24/+44
|\ \ \ \ \
| * | | | | SI-8052 Disallow `macro` as an identifierSimon Ochsenreither2013-12-093-24/+44
* | | | | | Merge pull request #3245 from densh/si/8047Jason Zaugg2014-01-0315-13/+64
|\ \ \ \ \ \
| * | | | | | Use t- prefix instead of si- prefix for test filesDen Shabalin2013-12-169-0/+0
| * | | | | | SI-8047 change fresh name encoding to avoid owner corruptionDen Shabalin2013-12-166-13/+64
* | | | | | | Merge pull request #3254 from xeno-by/topic/typeCheckJason Zaugg2014-01-0351-67/+79
|\ \ \ \ \ \ \
| * | | | | | | typeCheck => typecheckEugene Burmako2013-12-1051-67/+79
| |/ / / / / /
* | | | | | | 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-313-1/+16
|\ \ \ \ \ \
| * | | | | | SI-7406 crasher with specialized lazy valPaul Phillips2013-12-213-1/+16
| |/ / / / /
* | | | | | Merge pull request #3288 from xeno-by/topic/f-interpolatorJason Zaugg2013-12-3015-24/+53
|\ \ \ \ \ \
| * | | | | | makes boxity of fast track macros configurableEugene Burmako2013-12-1915-24/+53
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #3307 from paulp/pr/ant-build-targetsJason Zaugg2013-12-301-0/+1
|\ \ \ \ \ \
| * | | | | | Added .ant-targets-build.xml to .gitignore.Paul Phillips2013-12-261-0/+1
| | |/ / / / | |/| | | |
* | | | | | 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-302-1/+20
|\ \ \ \ \ \
| * | | | | | makes well-known packages and package classes consistent with each otherEugene Burmako2013-12-292-1/+20
| |/ / / / /
* | | | | | 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
* | | | | | | Merge pull request #3298 from retronym/topic/uptodateJason Zaugg2013-12-301-24/+33
|\ \ \ \ \ \ \
| * | | | | | | Invalidate <uptodate> checks on edits to build-ant-macros.xmlJason Zaugg2013-12-221-0/+2
| * | | | | | | Fix Ant uptodate checking in OSGI JAR creationJason Zaugg2013-12-221-24/+31
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #3309 from xeno-by/topic/expand-dynamicJason Zaugg2013-12-309-6/+87
|\ \ \ \ \ \ \
| * | | | | | | SI-8006 prevents infinite applyDynamicNamed desugaringsEugene Burmako2013-12-286-3/+47
| * | | | | | | SI-7777 applyDynamic macro fails for nested applicationEugene Burmako2013-12-275-3/+40
| |/ / / / / /
* | | | | | | Merge pull request #3311 from xeno-by/topic/fine-points-of-whiteboxity-masterEugene Burmako2013-12-286-0/+64
|\ \ \ \ \ \ \
| * | | | | | | codifies the state of the art wrt SI-8104Eugene Burmako2013-12-286-0/+64
| |/ / / / / /
* | | | | | | Merge pull request #3310 from xeno-by/topic/overload-dynamicEugene Burmako2013-12-287-7/+54
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | SI-6355 SI-7059 it is possible to overload applyDynamicEugene Burmako2013-12-287-7/+54
|/ / / / / /
* | | | | | Merge pull request #3279 from xeno-by/topic/cosmeticsEugene Burmako2013-12-216-44/+58
|\ \ \ \ \ \
| * | | | | | cosmetic changes to liftablesEugene Burmako2013-12-196-44/+58