summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
*-. Merge remote-tracking branches 'heathermiller/doc/linking' and 'axel22/featur...Paul Phillips2012-03-3019-241/+258
|\ \
| | * Add methods in the Future companion object.Aleksandar Prokopec2012-03-291-2/+107
| | * Work on source compatibility between akka and scala futures.Aleksandar Prokopec2012-03-289-241/+135
| |/ |/|
| * Adds links to parallel collections overview in API docsHeather Miller2012-03-2910-4/+22
|/
* Merge remote-tracking branch 'axel22/feature/collection-concurrent' into developPaul Phillips2012-03-279-98/+187
|\
| * Rename ConcurrentTrieMap to concurrent.TrieMap.Aleksandar Prokopec2012-03-279-98/+187
| |
| \
| \
| \
*---. \ Merge remote-tracking branches 'manojo/issue/4488', 'leifwickland/patch-3', '...Paul Phillips2012-03-274-9/+16
|\ \ \ \
| | | * | Fix .empty and add .ofDim factory method.Erik Osheim2012-03-251-2/+9
| |_|/ / |/| | |
| | * | Slight comment tweak for more colloquial English.Leif Wickland2012-03-251-1/+1
| |/ / |/| |
| * | Close issue #SI-4488Manohar Jonnalagedda2012-03-242-6/+6
* | | Scaladoc is now pointing to sources in githubVlad Ureche2012-03-251-1/+1
|/ /
* | Document regex replacement strings behavior.Daniel C. Sobral2012-03-231-2/+33
* | Regex improvementsDaniel C. Sobral2012-03-232-4/+34
| |
| \
| \
| \
*---. \ Merge remote-tracking branches 'axel22/feature/pc-execution-contexts', 'VladU...Paul Phillips2012-03-2246-2125/+2524
|\ \ \ \ | |_|_|/ |/| | |
| | | * minimalist refactoring to allow annotating treesAdriaan Moors2012-03-222-9/+28
| | |/
| | * Overhaul of JavaConver{sions,ters}.Paul Phillips2012-03-2110-1303/+1489
| |/
| * Lots of tedious warning and tree printing work.Paul Phillips2012-03-207-22/+25
| * Merge remote-tracking branches 'vjovanov/duration-cleanup', 'adriaanm/topic/v...Paul Phillips2012-03-2017-262/+389
| |\
| | * Merge branch 'issue/5054-usecase-cleanup'Vlad Ureche2012-03-2015-254/+370
| | |\
| | | * Adapted usecases to full signature displayVlad Ureche2012-03-2014-243/+359
| | | * Adapted indentation in scaladoc code blocksVlad Ureche2012-03-201-11/+11
| | * | Tree adjustments.Paul Phillips2012-03-192-8/+19
| * | | Cleaned up Duration for the standard library.Vojin Jovanovic2012-03-2013-530/+594
| |/ /
* | | Merge branch 'master' into feature/pc-execution-contextsAleksandar Prokopec2012-03-21114-363/+574
|\| |
| * | Added +: and :+ extractors to mirror append/prepend.Josh Suereth2012-03-162-0/+24
| * | Eliminating warnings in Cleanup.Paul Phillips2012-03-161-1/+1
| | |
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge remote-tracking branches 'VladUreche/feature/inheritdoc-clean', 'acruis...Paul Phillips2012-03-1614-130/+192
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | | | | * Finished migrating to new versioning schemeJosh Suereth2012-03-161-2/+1
| | | | | * properties loading is now maven/osgi version aware. yippie.Josh Suereth2012-03-161-14/+13
| | |_|_|/ | |/| | |
| | | | * Renamed concurrent trie source files.Aleksandar Prokopec2012-03-162-0/+0
| | | | * Renaming Ctrie to ConcurrentTrieMap.Aleksandar Prokopec2012-03-162-77/+77
| | |_|/ | |/| |
| | | * Tweaked deprecation annotations to avoid warningAlex Cruise2012-03-152-2/+2
| | | * SI-1118:Alex Cruise2012-03-152-462/+459
| | | * Cleaned up failed manual patchAlex Cruise2012-03-151-459/+459
| | | * SI-1118 WIPAlex Cruise2012-03-1511-40/+107
| * | | New option -Ypos-debug, and fixed range position breakage.Paul Phillips2012-03-151-4/+14
| * | | Merge remote-tracking branches 'axel22/feature/checkinit-transient' and 'lryt...Paul Phillips2012-03-1589-161/+342
| |\ \ \ | | | |/ | | |/|
| | * | Whitespace and a couple checkfile updates.Paul Phillips2012-03-142-4/+4
| | * | Merge remote-tracking branch 'odersky/topic/inline' into merge-inlinePaul Phillips2012-03-1475-130/+320
| | |\ \
| | | * | Allows case classes as value classesMartin Odersky2012-03-071-1/+1
| | | * | Fixes to value classes: Flags now double definitions, private constructors as...Martin Odersky2012-03-0668-148/+140
| | | * | Made 3 classes in the standard library into value classes.Martin Odersky2012-02-222-3/+3
| | | * | Compiler now ready to accept value classes in standard library. Time for a ne...Martin Odersky2012-02-222-1/+16
| | | * | Split StringAdd into StringAdd and StringFormatMartin Odersky2012-02-223-11/+26
| | | * | Made more traits universal.Martin Odersky2012-02-224-5/+5
| | | * | New FlatArray scheme for handling value classes.Martin Odersky2012-02-174-67/+155
| | | * | New scheme for "Rows" of value classes.Martin Odersky2012-02-152-0/+67
| | | * | Changed erasure behavior of arrays to use always boxed representation.Martin Odersky2012-02-141-1/+1
| | | * | Fixing problems with generation of isInstanceOf, classOf.Martin Odersky2012-02-141-4/+4
| | | * | Deprecating /:\. Fold should be used instead.Martin Odersky2012-02-121-0/+1