summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2.10.x`Adriaan Moors2012-07-2218-451/+179
|\
| * Merge pull request #894 from axel22/topic/static-annot-cherry-2.10.xLukas Rytz2012-07-201-0/+20
| |\
| | * Implement @static annotation on singleton object fields.Aleksandar Prokopec2012-07-181-0/+20
| * | Merge pull request #956 from phaller/topic/sip14-critical-fix-awaitJosh Suereth2012-07-201-36/+42
| |\ \
| | * | SIP-14 - Fix critical Java compatibility issue in scala.concurrent.Awaitphaller2012-07-201-36/+42
| * | | Merge pull request #925 from VladUreche/issue/scaladocAdriaan Moors2012-07-203-3/+4
| |\ \ \
| | * | | SI-5235 Correct usecase variable expansionVlad Ureche2012-07-163-3/+4
| * | | | SI-5999 a real fix to the packageless problemEugene Burmako2012-07-202-1/+51
| * | | | SI-5949 updates documentation of staticClassEugene Burmako2012-07-201-0/+18
| | |/ / | |/| |
| * | | Merge pull request #929 from scalamacros/ticket/5895Adriaan Moors2012-07-201-0/+3
| |\ \ \
| | * | | SI-5984 improves error reporting in JavaMirrorsEugene Burmako2012-07-191-0/+3
| | |/ /
| * | | Clean ups in impl.Futurephaller2012-07-192-13/+4
| * | | Critical bugfixes/leak fixes/API corrections + ScalaDoc for SIP-14Viktor Klang2012-07-197-427/+66
| * | | Removes Float.Epsilon and Double.EpsilonDominik Gruntz2012-07-192-6/+0
| * | | Merge pull request #940 from axel22/issue/5937Adriaan Moors2012-07-181-10/+16
| |\ \ \
| | * | | Make field strict and private.Aleksandar Prokopec2012-07-181-1/+1
| | * | | Fix SI-5937.Aleksandar Prokopec2012-07-181-10/+16
| | |/ /
* | | | Merge branch '2.10.x'Adriaan Moors2012-07-1824-256/+152
|\| | |
| * | | Merge pull request #938 from phaller/topic/scala-concurrent-deprecate-cleanupAdriaan Moors2012-07-1813-107/+23
| |\ \ \ | | |_|/ | |/| |
| | * | SI-6095, SI-6098 - clean up public API, add deprecationsphaller2012-07-1813-107/+23
| | |/
| * | Merge pull request #933 from scalamacros/ticket/5731Adriaan Moors2012-07-181-4/+4
| |\ \
| | * | SI-5731 a few fixes for value classesEugene Burmako2012-07-171-4/+4
| | |/
| * / Fixes SI-5588. Correct compare for Enumeration.Hubert Plociniczak2012-07-171-2/+5
| |/
| * Merge pull request #902 from paulp/topic/name-implicitsAdriaan Moors2012-07-141-0/+3
| |\
| * | Changing to scala.concurrent.context. as namespace for the system properties ...Viktor Klang2012-07-131-6/+5
| * | Fixing oversight in propagating the runnable into the newly created thread.Viktor Klang2012-07-131-1/+1
| * | Squashed critical enhancements to SIP-14: daemonizing global EC, giving EC to...Viktor Klang2012-07-1310-132/+110
| * | fix Right,Left and Either scaladoc linksxuwei-k2012-07-133-11/+11
* | | Merge pull request #903 from S714726/SI-5906Adriaan Moors2012-07-182-0/+173
|\ \ \
| * | | Changes suggested by @retronym and @jsuerethAlexander Clare2012-07-162-22/+57
| * | | SI-5906 Search for sorted sequencesAlexander Clare2012-07-122-0/+138
| |/ /
* | | Merge pull request #846 from paulp/topic/name-implicitsAdriaan Moors2012-07-141-0/+3
|\ \ \ | | |/ | |/|
| * | Merge branch '2.10.x' into topic/name-implicitsPaul Phillips2012-07-1316-254/+268
| |\ \
| * | | Implicits to encourage more Name-dropping.Paul Phillips2012-07-061-0/+3
* | | | Merge pull request #862 from axel22/issue/6052Josh Suereth2012-07-131-3/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | SI-6052 - fix groupBy on parallel collectionsAleksandar Prokopec2012-07-101-3/+2
* | | | Merge pull request #885 from soc/scaladoc-hashsetmapAdriaan Moors2012-07-122-4/+2
|\ \ \ \
| * | | | Fix doc about specialized subclasses of c.i.HashMap/HashSet.Simon Ochsenreither2012-07-112-4/+2
* | | | | Merge pull request #884 from dcsobral/si/6032Adriaan Moors2012-07-112-12/+76
|\ \ \ \ \
| * | | | | SI-6032 Enhance TaskSupport documentation.Daniel C. Sobral2012-07-112-12/+76
| | |/ / / | |/| | |
* | | | | SI-4763 Deprecated the `cloneable` annotationLukas Rytz2012-07-1110-13/+22
* | | | | Moved cloneable class to package `scala.annotation`.Lukas Rytz2012-07-112-16/+2
* | | | | starr sources to move cloneable class to package `annotation`Lukas Rytz2012-07-111-0/+16
| |_|_|/ |/| | |
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*-------. \ \ \ Merge commit 'refs/pull/825/head'; commit 'refs/pull/827/head'; commit 'refs/...Adriaan Moors2012-07-112-35/+6
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | / | | | | | |_|/ | | | | |/| |
| | | * | | | SI-5974 make collection.convert.Wrappers serializableLukas Rytz2012-07-051-1/+2
| * | | | | | adds the sha1 files of the new starr / stringContext.fDominik Gruntz2012-07-061-37/+2
| * | | | | | macro-based string interpolation formatterAdriaan Moors2012-07-061-4/+9
| | |_|/ / / | |/| | | |
* | | | | | Collection of updates to SIP-14 (scala.concurrent)Havoc Pennington2012-07-0911-209/+245
| |_|_|/ / |/| | | |
* | | | | Merge pull request #829 from ConnorDoyle/masterAdriaan Moors2012-07-081-3/+3
|\ \ \ \ \
| * | | | | Fixed the API documentation for scala.collection.MapLike.filterNot. The prev...Connor Doyle2012-07-051-3/+3