summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | 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
| |/ / / /
| | | | |
| | \ \ \
| *-. \ \ \ Merge remote-tracking branches 'scalamacros/topic/partest' and 'magarciaEPFL/...Paul Phillips2012-01-222-53/+84
| |\ \ \ \ \
| | | * | | | increased realiabilityMiguel Garcia2012-01-221-3/+6
| | | * | | | fix to avoid loading what shouldn't be loadedMiguel Garcia2012-01-201-5/+4
| | | * | | | further reduction in inlining time. This time, 40%Miguel Garcia2012-01-201-48/+70
| | | | |/ / | | | |/| |
| | * | | | Fixes a bug that messed up --classpath in partestEugene Burmako2012-01-201-4/+11
| | | |/ / | | |/| |
| * | | | Made typeConstructor applicable for some.Paul Phillips2012-01-211-1/+5
| * | | | Merge remote-tracking branches 'retronym/ticket/5072' and 'odersky/topic/t512...Paul Phillips2012-01-212-2/+17
| |\ \ \ \
| | * | | | Fix for problem in SBT that was caused by the too severe fix of type soundnes...Martin Odersky2012-01-212-2/+17
| | | |/ / | | |/| |
| * | | | A better REPL context classloader.Jason Zaugg2012-01-212-5/+5
| | | | |
| | \ \ \
| *-. \ \ \ Merge remote-tracking branches 'cvogt/windowsExitCodeFix' and 'szabolcsberecz...Paul Phillips2012-01-202-2/+4
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | | * | | Closes SI-5066Szabolcs Berecz2012-01-201-1/+1
| | * | | | Fixed windows bat file exit code and command chaining (finally)Christopher Vogt2012-01-201-1/+3
| * | | | | Merge remote-tracking branch 'kepler/topic/macros' into developPaul Phillips2012-01-1915-49/+200
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Progress with macrosEugene Burmako2012-01-2015-49/+200
* | | | | | wipMartin Odersky2012-01-211-2/+8
|/ / / / /
* | | | | Merge branch 'pullRequestIssue5387-withTest' of https://github.com/cvogt/scal...Paul Phillips2012-01-191-1/+1
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | |
| * | | Improved performance of TraversableLike.dropWhile, which now stops re-evaluat...Christopher Vogt2012-01-201-1/+1
| |/ /
* | | Avoid calculating similar strings sometimes.Paul Phillips2012-01-192-5/+20
* | | Made edit distance case-insensitive.Paul Phillips2012-01-191-1/+3
|/ /
* | Merge remote-tracking branch 'dcsobral/interpolationFix'Paul Phillips2012-01-181-2/+2
|\ \
| * | Fix check for number of argumentsDaniel C. Sobral2012-01-171-2/+2
* | | Merge remote-tracking branches 'kmizu/pull-request-fix-SI-5377' and 'kepler/t...Paul Phillips2012-01-181-1/+40
|\ \ \
| * | | Upgraded the implementation of showRawEugene Burmako2012-01-171-1/+40
* | | | Fixed a bug SI-5377 (https://issues.scala-lang.org/browse/SI-5377).Kota Mizushima2012-01-191-1/+1
* | | | Revert "Fixing inliner visibility issue."Paul Phillips2012-01-172-65/+76