summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Resinstantiating anyval-children test. Getting he complete build to run.Martin Odersky2012-01-305-50/+61
* 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-2976-4292/+547
|\
| * Merge branch 'unsealed-anyval' into inlinePaul Phillips2012-01-2872-4276/+530
| |\
| | * Unsealed AnyVal.Paul Phillips2012-01-2819-332/+346
| | * 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-2710-53/+99
| | |\ \
| | | | * Set fields in immutable hash maps and hash sets to vals.aleksandar2012-01-263-14/+22
| | | * | -Yshow-symkinds: prints kinds next to symbol namesEugene Burmako2012-01-277-39/+77
| | | |/
| | * | Disabled "not found" suggestions.Paul Phillips2012-01-261-0/+4
| | * | Intercept assert and require calls.Paul Phillips2012-01-2621-74/+143
| | * | Fix for recently induced -optimise crasher.Paul Phillips2012-01-262-3/+14
| | * | 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-26103-1918/+3772
|\|
| *-. Merge remote-tracking branches 'axel22/issue/5374' and 'axel22/issue/5375' in...Paul Phillips2012-01-255-31/+83
| |\ \
| | | * Fix for SI-5375.aleksandar2012-01-253-27/+35
| | * | Refine fix for SI-5374 - make list deserialization backward-compatible.aleksandar2012-01-252-4/+48
| * | | Merge remote-tracking branch 'odersky/topic/reflect' into developPaul Phillips2012-01-2545-459/+924
| |\ \ \
| | * | | 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-2537-337/+718
| | * | | 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
| | * | | | | Scalac fork no longer dumps stacktraces on compilation errorsEugene Burmako2012-01-251-1/+2
| * | | | | | Use context for buffering errors that cannot/shouldn't be reported in the giv...Hubert Plociniczak2012-01-2525-1167/+2119
| |/ / / / /
| * | | | | Renamed a method and made it more available.Paul Phillips2012-01-242-13/+15
| * | | | | Eliminated redundant function.Paul Phillips2012-01-241-9/+1
| * | | | | Cleaner range counting.Paul Phillips2012-01-241-9/+27
| * | | | | Got out in front of catastrophic failure.Paul Phillips2012-01-241-2/+7
| * | | | | Created NoAbstractFile.Paul Phillips2012-01-242-1/+33
| * | | | | Moved some code.Paul Phillips2012-01-242-14/+24
| |/ / / /
| * | | | Merge remote-tracking branches 'scalamacros/topic/partest' and 'gkossakowski/...Paul Phillips2012-01-249-19/+69
| |\ \ \ \
| | * | | | Made partest fully support locker-based distribsEugene Burmako2012-01-249-19/+69
| * | | | | Merge remote-tracking branch 'gkossakowski/virtpatmat-emitswitch' into developPaul Phillips2012-01-231-41/+27
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Simplified emitSwitch in PatMatVirtualiser.Grzegorz Kossakowski2012-01-241-41/+27
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge remote-tracking branches 'axel22/issue/5374', 'axel22/issue/5262', 'sca...Paul Phillips2012-01-233-24/+53
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | / | | | |_|_|_|/ | | |/| | | |
| | | | * | | * Fixed SI-4835 (https://issues.scala-lang.org/browse/SI-4835).Kota Mizushima2012-01-231-2/+8
| | | | |/ /
| | * | / / Fix for SI-5374.aleksandar2012-01-232-22/+45
| | | |/ / | | |/| |
| * | | | Figured out the "$class$1" problem.Paul Phillips2012-01-235-56/+105
| * | | | Linked up $class visibility to symbol redefinition.Paul Phillips2012-01-234-10/+17
| |/ / /