summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1322 from paulp/topic/emptyArrayJosh Suereth2012-09-179-63/+10
|\
| * Revert "Added constant empty array to the companion objects."Paul Phillips2012-09-168-63/+0
| * Moved constant empty arrays into Array companion.Paul Phillips2012-09-161-0/+10
* | Merge pull request #1308 from soc/SI-4478Josh Suereth2012-09-172-5/+5
|\ \ | |/ |/|
| * SI-4478 Replaces wrt with (hopefully) slightly improved wording.Simon Ochsenreither2012-09-152-5/+5
* | Merge pull request #1309 from paulp/210-no-relative-pathsPaul Phillips2012-09-1686-191/+167
|\ \
| * | More relative path elimination.Paul Phillips2012-09-1586-191/+167
* | | Merge pull request #1314 from paulp/pullreq-1306Paul Phillips2012-09-161-8/+10
|\ \ \
| * | | Reworking of annotation arg parser.Paul Phillips2012-09-161-8/+10
| |/ /
* | | Merge pull request #1311 from scalamacros/topic/magicEugene Burmako2012-09-163-3/+6
|\ \ \ | |/ / |/| |
| * | extinguishes some magic from scalacEugene Burmako2012-09-163-3/+6
* | | Merge pull request #1302 from scalamacros/topic/reflectionEugene Burmako2012-09-148-106/+97
|\ \ \
| * | | SI-6360 revises naming of AnnotationInfo and its membersEugene Burmako2012-09-156-64/+67
| * | | SI-6372 cleans up the API of AttachmentsEugene Burmako2012-09-151-4/+7
| * | | SI-6371 adds comments for Trees#UnApplyEugene Burmako2012-09-151-3/+23
| * | | SI-6373 removes Trees#ApplyDynamic from the APIEugene Burmako2012-09-142-35/+0
| | |/ | |/|
* | | Merge pull request #1290 from retronym/ticket/no-implicit-to-anyrefPaul Phillips2012-09-142-11/+0
|\ \ \
| * | | A little cleanup along the Any to AnyRef trail.Jason Zaugg2012-09-112-11/+0
* | | | Merge pull request #1304 from paulp/topic/empty-array-optimizationJosh Suereth2012-09-148-0/+63
|\ \ \ \ | |_|/ / |/| | |
| * | | Added constant empty array to the companion objects.Paul Phillips2012-09-148-0/+63
* | | | Eliminate breaking relative names in source.Paul Phillips2012-09-14229-489/+476
|/ / /
* | | Merge pull request #1301 from paulp/clone-parensJosh Suereth2012-09-145-5/+5
|\ \ \
| * | | Made 'def clone()' consistent with parens everywhere.Paul Phillips2012-09-145-5/+5
* | | | Merge pull request #1281 from jsuereth/fix/SI-4813Josh Suereth2012-09-146-6/+40
|\ \ \ \
| * | | | Fix SI-4813 - Clone doesn't work on LinkedList.Josh Suereth2012-09-146-6/+40
| |/ / /
* | | | SI-6310 redeploys the starrEugene Burmako2012-09-142-9/+0
* | | | SI-6310 AbsTypeTag => WeakTypeTagEugene Burmako2012-09-144-73/+82
* | | | improvements for reification of free symbolsEugene Burmako2012-09-142-12/+6
* | | | removes build.newFreeExistentialEugene Burmako2012-09-142-16/+1
|/ / /
* | | Merge pull request #1247 from jsuereth/fix/SI-6114Josh Suereth2012-09-121-0/+7
|\ \ \
| * | | Fix t6114 - ++ on JList wrapper modifies underlying collection.Josh Suereth2012-09-111-0/+7
* | | | improve Promise.tryAwait by converting to match statementRoland2012-09-121-10/+9
* | | | Merge remote-tracking branch 'origin/2.10.x' into fix-duration-issues-RKRoland2012-09-1216-111/+215
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #1279 from rkuhn/fix-duration-usageJosh Suereth2012-09-117-34/+71
| |\ \ \
| | * | | improve docs and Promise implRoland2012-09-113-33/+53
| | * | | fix usage of Duration in Promise implRoland2012-09-107-15/+32
| | | |/ | | |/|
| * | | Merge pull request #1262 from jsuereth/fix/SI-6271Josh Suereth2012-09-111-0/+1
| |\ \ \
| | * | | Fixes SI-6271 - Missing isEmpty override for views.Josh Suereth2012-09-061-0/+1
| * | | | Merge pull request #1284 from retronym/topic/deprecated-inheritanceGrzegorz Kossakowski2012-09-114-0/+45
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Pull request feedbackJason Zaugg2012-09-111-1/+1
| | * | | Rescues @deprecated{Inheritance, Overriding}Jason Zaugg2012-09-112-2/+6
| | * | | Adds @deprecatedInheritance to BigInt and BigDecimalSimon Ochsenreither2012-09-102-0/+2
| | * | | SI-6162 Adds @deprecatedInheritance/@deprecatedOverridingSimon Ochsenreither2012-09-102-0/+39
| * | | | Merge pull request #1269 from jsuereth/wip/si-6333Josh Suereth2012-09-101-23/+40
| |\ \ \ \
| | * | | | Minor code style alterations and performance fixes.Josh Suereth2012-09-071-10/+7
| | * | | | Fix for SI-6333 - Try throws from combinators.Josh Suereth2012-09-071-13/+33
| | | |_|/ | | |/| |
| * / | | SI-6345 Remove scala.runtime.ScalaRunTime.TrySimon Ochsenreither2012-09-101-29/+0
| |/ / /
| * | | Merge pull request #1265 from scalamacros/ticket/6318Josh Suereth2012-09-061-1/+20
| |\ \ \
| | * | | SI-6318 fixes ClassTag.unapply for primitivesEugene Burmako2012-09-061-1/+20
| | |/ /
| * | | fixes Manifest.Nothing and Manifest.NullEugene Burmako2012-09-062-6/+11