summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
*-. Merge commit 'refs/pull/389/head'; commit 'refs/pull/393/head' into developPaul Phillips2012-04-142-2/+76
|\ \
| | * DynamicProxy: improved docs, fixed EOL styleChristopher Vogt2012-04-141-67/+74
| | * implemented DynamicProxy as portrayed by the Scala reflection teamChristopher Vogt2012-04-142-2/+69
* | | Merge branch 'master' into topic/sip18Martin Odersky2012-04-1320-176/+286
|\ \ \
| * | | Renamed seven files.Paul Phillips2012-04-135-0/+0
| | |/ | |/|
| | |
| | \
| *-. \ Merge commit 'refs/pull/385/head'; commit 'refs/pull/386/head' into developPaul Phillips2012-04-134-2/+47
| |\ \ \ | | | |/ | | |/|
| | | * Scaladoc feature that shows implicit conversionsVlad Ureche2012-04-134-2/+47
| | |/
| * / Introducing some whitespace before colons.Paul Phillips2012-04-131-10/+5
| |/
| * Merge commit 'refs/pull/383/head' into developPaul Phillips2012-04-137-54/+113
| |\
| | * Add managed blockers to execution contexts.aleksandar2012-04-131-1/+17
| | * Making changes in the scala.concurrent package.aleksandar2012-04-127-53/+96
| * | Merge commit 'refs/pull/376/head' into developPaul Phillips2012-04-134-110/+121
| |\ \
| | * | Moving Duration DSL to a separate package.Vojin Jovanovic2012-04-124-110/+121
* | | | Added languageFeature annotation (was missing before). Resolved problem with ...Martin Odersky2012-04-131-0/+13
* | | | Added missing objects.Martin Odersky2012-04-132-0/+55
* | | | Enabling postfix ops feature warning, and working on libs to avoid them.Martin Odersky2012-04-1235-48/+48
* | | | Various improvements to SIP 18 diagnostics. Made scala library and compiler f...Martin Odersky2012-04-1286-26/+133
|/ / /
* | | Merge commit 'refs/pull/375/head' into developPaul Phillips2012-04-1251-755/+2541
|\ \ \
| * | | GroundTypeTag => ConcreteTypeTagEugene Burmako2012-04-129-135/+145
| * | | Next generation of macrosEugene Burmako2012-04-1251-755/+2531
| |/ /
| | |
| \ \
*-. \ \ Merge commit 'refs/pull/373/head'; commit 'refs/pull/374/head' into developPaul Phillips2012-04-127-29/+63
|\ \ \ \ | | | |/ | | |/|
| | * | Fixes and clean ups for futures based on review by @viktorklangphaller2012-04-124-29/+15
| | |/
| * / new annotation targets for companion classes/objects/factory methods.Martin Odersky2012-04-113-0/+48
| |/
| |
| \
*-. \ Merge commit 'refs/pull/367/head'; commit 'refs/pull/369/head'; commit 'refs/...Paul Phillips2012-04-122-10/+12
|\ \ \ | |_|/ |/| |
| | * This change enables the alphanumeric method to be called from SecureRandomgakuzzzz2012-04-121-9/+11
| |/ |/|
| * changed applyDynamic explanation in trait DynamicDominik Gruntz2012-04-111-1/+1
|/
*-. 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
|/
* SI-4540 Fix [RichDouble|RichFloat|RichLong].isValid[Byte|Short|Char|Int].Dmitry Nadezhin2012-04-083-0/+32
* Small simplification of commit 87c9fc0df0f0e74d3a07f95634356d6425877091.Dmitry Nadezhin2012-04-071-11/+3
* Merge commit 'pull/358/head' into developPaul Phillips2012-04-061-0/+9
|\
| * Merge branch 'master' into topic/reflectMartin Odersky2012-04-0519-178/+411
| |\
| * | Added overloading resolution to reflect.api.SymbolMartin Odersky2012-04-051-0/+9
* | | fix memory leak in Iterator.++David Andrzejewski2012-04-061-1/+3
* | | Make NumericRange# O(1) instead of O(n).Simon Ochsenreither2012-04-061-0/+7
* | | A little BoxesRunTime fix.Paul Phillips2012-04-061-2/+2
* | | Giving HotSpot a better chance at BoxesRunTime.Paul Phillips2012-04-061-202/+163
* | | Merge commit 'refs/pull/355/head^'Paul Phillips2012-04-051-1/+1
|\ \ \
| * | | avoid field init prob: make NoTreeAnnotation a defAdriaan Moors2012-04-051-1/+1
| | |/ | |/|
* | | Merge branch 'develop'Paul Phillips2012-04-057-34/+46
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-----. \ \ Merge commit 'refs/pull/353/head'; commit 'refs/pull/354/head'; commit 'refs/...Paul Phillips2012-04-057-34/+46
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | | | | * | SIP-11 String Interpolation SimplificationDominik Gruntz2012-03-281-1/+1
| | | | | * | SIP-11 String Interpolation SimplificationDominik Gruntz2012-03-281-14/+12
| | | | | * | String interpolation bug fixDominik Gruntz2012-03-281-1/+1
| | | | * | | Fixed broken links in sources of scala/annotationDominik Gruntz2012-04-052-3/+3
| | | | |/ /
| | | * / / Add some ExecutionContext factories.Aleksandar Prokopec2012-04-044-16/+30
| | |/ / /
* | / / / A boatload of work on Symbols and Flags.Paul Phillips2012-04-052-2/+1
|/ / / /
* / / / Added Option#fold.Paul Phillips2012-04-041-0/+12
|/ / /
* | | Remedies Try/Either signature disparity for source compat. w/ AkkaHeather Miller2012-04-038-115/+120