summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | Getting rid of closure creation occuring for each rebalancing. Tail recursion...Lucien Pereira2012-01-151-34/+28
| | | | * | | | | syntactic error correctionLucien Pereira2012-01-141-1/+1
| | * | | | | | | A couple power mod conveniences.Paul Phillips2012-01-302-56/+91
| | |/ / / / / /
| * | | | | | | Working AnyVal#getClass.Paul Phillips2012-01-301-20/+22
* | | | | | | | Merge remote branch 'paulp/inline' into topic/inlineMartin Odersky2012-01-3019-316/+430
|\| | | | | | | | |_|_|_|/ / / |/| | | | | |
| * | | | | | Moving getClassReturnType out of erasure.Paul Phillips2012-01-303-35/+35
| * | | | | | Merge branch 'master' into inlinePaul Phillips2012-01-3018-283/+397
| |\| | | | |
| | | \ \ \ \
| | | \ \ \ \
| | *-. \ \ \ \ Merge remote-tracking branches 'scalamacros/topic/yshowsymkinds' and 'scalama...Paul Phillips2012-01-299-39/+92
| | |\ \ \ \ \ \
| | | | * | | | | Test for https://issues.scala-lang.org/browse/SI-5418Eugene Burmako2012-01-292-0/+14
| | | | | |_|/ / | | | | |/| | |
| | | * / | | | -Yshow-symkinds: prints kinds next to symbol namesEugene Burmako2012-01-287-39/+78
| | | |/ / / /
| | * | | | | Test case closes SI-4515.Paul Phillips2012-01-292-0/+47
| | * | | | | Bonus test case for SI-3999.Paul Phillips2012-01-281-0/+20
| | * | | | | More method synthesis unification.Paul Phillips2012-01-286-171/+182
| | * | | | | Cleaned up polymorphic method creation.Paul Phillips2012-01-283-67/+54
* | | | | | | updated check file; got accidentally dropped from last commit.Martin Odersky2012-01-301-1/+1
|/ / / / / /
* | | | | | Resinstantiating anyval-children test. Getting he complete build to run.Martin Odersky2012-01-307-50/+62
* | | | | | Fixed problems with step 2Martin Odersky2012-01-302-7/+8
* | | | | | New phase that creates extension methods for inline classes.Martin Odersky2012-01-301-0/+161
* | | | | | Merge remote-tracking branch 'paulp/inline' into topic/inlineMartin Odersky2012-01-2989-4346/+636
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'unsealed-anyval' into inlinePaul Phillips2012-01-2881-4296/+590
| |\ \ \ \ \ \
| | * | | | | | Unsealed AnyVal.Paul Phillips2012-01-2820-332/+347
| | |/ / / / /
| | * | | | | Test case closes SI-3854.Paul Phillips2012-01-272-0/+20
| | * | | | | Changed partest to use UTF-8.Paul Phillips2012-01-271-1/+1
| | * | | | | Make 'illegal' characters less annoying.Paul Phillips2012-01-271-1/+1
| | * | | | | Revert "-Yshow-symkinds: prints kinds next to symbol names"Paul Phillips2012-01-277-77/+39
| | | | | | |
| | | \ \ \ \
| | *-. \ \ \ \ Merge remote-tracking branches 'scalamacros/topic/yshowsymkinds' and 'axel22/...Paul Phillips2012-01-2711-68/+114
| | |\ \ \ \ \ \
| | | | * | | | | Set fields in immutable hash maps and hash sets to vals.aleksandar2012-01-264-29/+37
| | | | |/ / / /
| | | * / / / / -Yshow-symkinds: prints kinds next to symbol namesEugene Burmako2012-01-277-39/+77
| | | |/ / / /
| | * | | | | Disabled "not found" suggestions.Paul Phillips2012-01-264-5/+9
| | * | | | | Intercept assert and require calls.Paul Phillips2012-01-2621-74/+143
| | * | | | | Fix for recently induced -optimise crasher.Paul Phillips2012-01-264-3/+33
| | * | | | | Put a stake in partest-alternative.Paul Phillips2012-01-2630-3852/+0
| | |/ / / /
* | / / / / inline method expansion codeMartin Odersky2012-01-2916-248/+305
|/ / / / /
* | | | | Dropping what looks like debug output from error message. Before the change,Martin Odersky2012-01-261-1/+1
* | | | | Merge branch 'master' into topic/inlineMartin Odersky2012-01-26146-1968/+8695
|\| | | |
| * | | | Added caching to binary resolution.Josh Suereth2012-01-251-3/+24
| | | | |
| | \ \ \
| *-. \ \ \ Merge remote-tracking branches 'axel22/issue/5374' and 'axel22/issue/5375' in...Paul Phillips2012-01-259-41/+150
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | Fix for SI-5375.aleksandar2012-01-255-27/+55
| | * | | | Refine fix for SI-5374 - make list deserialization backward-compatible.aleksandar2012-01-254-14/+95
| * | | | | Merge remote-tracking branch 'odersky/topic/reflect' into developPaul Phillips2012-01-2546-467/+932
| |\ \ \ \ \
| | * | | | | Tightening of constructors in Symbols, to force everyone to use the factory m...Martin Odersky2012-01-251-10/+10
| | * | | | | More work on making reflection thread-safe.Martin Odersky2012-01-258-27/+35
| | * | | | | Protecting the constructors of Scopes and Symbols so that everyone is forced ...Martin Odersky2012-01-252-3/+11
| | * | | | | Making Definitions thread-safe by replacing a bunch of vars with lazy vals.Martin Odersky2012-01-251-58/+53
| | * | | | | Making reflection thread-safe.Martin Odersky2012-01-2538-345/+726
| | * | | | | Cleanup and better documentation of reflect.api.Symbols traitMartin Odersky2012-01-251-28/+63
| | * | | | | Added doc comments to Names trait.Martin Odersky2012-01-251-3/+30
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ Merge remote-tracking branches 'hubertp/topic/errors', 'scalamacros/topic/ant...Paul Phillips2012-01-253-6/+8
| |\ \ \ \ \ \ \ \
| | | | * | | | | | Update for fix for SI-5377.aleksandar2012-01-241-2/+3
| | | | | |_|/ / / | | | | |/| | | |
| | | * | | | | | SI-5405: Fix documentation error in scala.math.BigIntLeif Wickland2012-01-241-3/+3