summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added languageFeature annotation (was missing before). Resolved problem with ...Martin Odersky2012-04-13136-220/+200
* Added missing objects.Martin Odersky2012-04-132-0/+55
* Enabling postfix ops feature warning, and working on libs to avoid them.Martin Odersky2012-04-1294-102/+133
* Various improvements to SIP 18 diagnostics. Made scala library and compiler f...Martin Odersky2012-04-12136-111/+275
* Merge branch 'master' into topic/sip18Martin Odersky2012-04-121193-6393/+18330
|\
| * Revert "Enabled continuations plugin by default."Paul Phillips2012-04-123-12/+15
| * New starr with implicit classes and macros.Paul Phillips2012-04-123-3/+3
| * Merge commit 'refs/pull/375/head' into developPaul Phillips2012-04-121111-4834/+14576
| |\
| | * GroundTypeTag => ConcreteTypeTagEugene Burmako2012-04-1258-310/+320
| | * Next generation of macrosEugene Burmako2012-04-121111-4838/+14570
| * | Disabling failing tests.Paul Phillips2012-04-125-0/+0
| | |
| | \
| *-. \ Merge commit 'refs/pull/373/head'; commit 'refs/pull/374/head' into developPaul Phillips2012-04-1214-136/+228
| |\ \ \
| | | * | Fixes and clean ups for futures based on review by @viktorklangphaller2012-04-124-29/+15
| | | |/
| | * | Fixed duplicate method problem for implicit wrappers.Martin Odersky2012-04-111-0/+1
| | * | Implementation of SIP 13 take 2.Martin Odersky2012-04-114-28/+33
| | * | Implementation of SIP 13 - implicit classesMartin Odersky2012-04-116-83/+133
| | * | new annotation targets for companion classes/objects/factory methods.Martin Odersky2012-04-115-5/+55
| | | |
| | \ \
| *-. \ \ Merge commit 'refs/pull/367/head'; commit 'refs/pull/369/head'; commit 'refs/...Paul Phillips2012-04-125-55/+32
| |\ \ \ \
| | | * | | This change enables the alphanumeric method to be called from SecureRandomgakuzzzz2012-04-121-9/+11
| | | |/ /
| | * | | Merge branch 'master' of https://github.com/scala/scalaDominik Gruntz2012-04-123-45/+20
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Merge pull request #369 from scalamacros/topic/fixwinscriptsJosh Suereth2012-04-113-45/+20
| | | |\ \ | | | | |/ | | | |/|
| | | | * fix for get-scala-commit-* on Windows (tested with Windows 7)Eugene Burmako2012-04-113-45/+20
| | | |/
| | * / changed applyDynamic explanation in trait DynamicDominik Gruntz2012-04-111-1/+1
| | |/
| * / Fix memory leak related to default arguments in presentation compiler.Lukas Rytz2012-04-103-6/+7
| |/
| *-. Merge commit 'refs/pull/365/head'; commit 'refs/pull/366/head' into developPaul Phillips2012-04-102-2/+6
| |\ \
| | | * SI-5571: adds @volatile to field Enumeration.vsetDefinedDominik Gruntz2012-04-101-1/+1
| | * | fix field init problem in NoStackTraceAdriaan Moors2012-04-101-1/+5
| | |/
| * / Fix for SI-5648.Paul Phillips2012-04-104-2/+24
| |/
| * Cleaning up some repl mechanisms.Paul Phillips2012-04-097-34/+79
| * Less laborious type application.Paul Phillips2012-04-0920-116/+99
| * Merge commit 'refs/pull/364/head' into developPaul Phillips2012-04-092-10/+51
| |\
| | * Bumped the number of samples of the memory leaks test to 50. This should make...Iulian Dragos2012-04-092-10/+51
| * | Make specialize check cheaper and consistent.Paul Phillips2012-04-093-21/+26
| |/
| * SI-4540 Fix [RichDouble|RichFloat|RichLong].isValid[Byte|Short|Char|Int].Dmitry Nadezhin2012-04-084-58/+305
| *-. Merge commit 'refs/pull/361/head'; commit 'refs/pull/362/head' into developPaul Phillips2012-04-082-11/+4
| |\ \
| | | * Small simplification of commit 87c9fc0df0f0e74d3a07f95634356d6425877091.Dmitry Nadezhin2012-04-071-11/+3
| | * | make PresentationCompilerThread a daemontkong2012-04-071-0/+1
| | |/
| * / More Symbols and Flags.Paul Phillips2012-04-0710-187/+257
| |/
| * Flag performance and Name management.Paul Phillips2012-04-0612-84/+139
| * Merge branch 'apr6-flags' of leaf:/scala/trunk into developPaul Phillips2012-04-0612-191/+216
| |\
| | * Moving flags around for performance.Paul Phillips2012-04-0611-173/+198
| * | Merge commit 'pull/358/head' into developPaul Phillips2012-04-064-4/+96
| |\ \
| | * \ Merge branch 'master' into topic/reflectMartin Odersky2012-04-0553-250/+1216
| | |\ \
| | * | | Added overloading resolution to reflect.api.SymbolMartin Odersky2012-04-053-8/+84
| * | | | Style tweaks to b28ece2f4b .Paul Phillips2012-04-061-4/+8
| * | | | SI-4134: abstract override crasher if lacking super implSom Snytt2012-04-065-10/+44
| * | | | fix memory leak in Iterator.++David Andrzejewski2012-04-061-1/+3
| * | | | Make NumericRange# O(1) instead of O(n).Simon Ochsenreither2012-04-063-17/+16
| * | | | Fix for SI-5591.Geoff Reedy2012-04-063-1/+12
| | |_|/ | |/| |
| * | | Fix for SI-5644.Paul Phillips2012-04-069-22/+898