summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #1370 from pavelpavlov/SI-5767Grzegorz Kossakowski2012-09-211-2/+0
|\ \ \ \
| * | | | LinkedHashSet scaladoc fix after FlatHashTable->HashTable transitonPavel Pavlov2012-09-211-2/+0
* | | | | fix scala.collection.TraversableLike scaladocxuwei-k2012-09-211-1/+1
* | | | | fix Subscriber scaladocxuwei-k2012-09-211-1/+1
| |/ / / |/| | |
* | | | Merge pull request #1339 from rkuhn/wip-6389-finite-duration-multJosh Suereth2012-09-2010-246/+329
|\ \ \ \ | |_|/ / |/| | |
| * | | some small remaining fixesRoland2012-09-204-27/+54
| * | | Adjustments to scala.concurrent.duration.Paul Phillips2012-09-195-196/+212
| * | | move Duration (incl. DSL) into scala.concurrent.duration packageRoland2012-09-197-35/+27
| * | | improve performance of integer multiplication overflow check on DurationRoland2012-09-191-20/+37
| * | | enable integer multiplication/divison on FiniteDuration, see SI-6389Roland2012-09-181-3/+34
* | | | Merge pull request #1354 from scalamacros/ticket/6363Eugene Burmako2012-09-1925-4414/+7
|\ \ \ \
| * | | | SI-6363 deploys the updated starrEugene Burmako2012-09-193-30/+0
| * | | | SI-6363 removes scala.reflect.baseEugene Burmako2012-09-1926-4371/+29
| * | | | prepping for the refactoringEugene Burmako2012-09-191-25/+27
| * | | | fixes NameTypes in base namesEugene Burmako2012-09-192-4/+4
| * | | | SI-6390 removes Trees#ArrayValue from the APIEugene Burmako2012-09-192-42/+5
* | | | | Merge pull request #1333 from paulp/less-inlineGrzegorz Kossakowski2012-09-198-97/+81
|\ \ \ \ \
| * | | | | Removed many @inline annotations and final modifiers.Paul Phillips2012-09-188-97/+81
| | |/ / / | |/| | |
* | | | | Merge pull request #1204 from chuvoks/rbGrzegorz Kossakowski2012-09-191-8/+17
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Retain Ordering in drop/take/slice signatures.Juha Heljoranta2012-09-181-3/+3
| * | | | Rank based take/drop/slice.Juha Heljoranta2012-08-281-11/+20
* | | | | Merge pull request #1335 from cvogt/topic/reflection-scaladocEugene Burmako2012-09-1924-186/+681
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | improved/fixed reflection docs based on commentsChristopher Vogt2012-09-1915-70/+155
| * | | | improved reflection documentationChristopher Vogt2012-09-1822-181/+591
| | |/ / | |/| |
* | | | Merge pull request #1341 from rkuhn/document-App-RKGrzegorz Kossakowski2012-09-181-0/+10
|\ \ \ \
| * | | | clarify caveats of App traitRoland2012-09-181-0/+10
| |/ / /
* | | | Merge pull request #1298 from pavelpavlov/SI-5767Josh Suereth2012-09-188-96/+174
|\ \ \ \ | | |_|/ | |/| |
| * | | pull request feedbackPavel Pavlov2012-09-186-23/+30
| * | | Making public methods of FlatHashTable protectedPavel Pavlov2012-08-294-12/+14
| * | | SI-5767 fix + small HashSet/HashMap fixesPavel Pavlov2012-08-275-71/+140
| | |/ | |/|
* | | Remove `@static` annotation from the library.Grzegorz Kossakowski2012-09-181-20/+0
| |/ |/|
* | 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
|\ \ \ \ \ | |_|/ / / |/| | | |