summaryrefslogtreecommitdiff
path: root/src/library/scala/util
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge commit '03aaf05' into merge-2.11-to-2.12-sep-22Lukas Rytz2015-09-221-2/+2
|\|
| * bump copyright year in `scala -version`Seth Tisue2015-09-181-2/+2
| * Fix typos in spec, docs and commentsMichał Pociecha2015-08-231-1/+1
* | Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-09-081-1/+1
* | Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-08-201-1/+1
|\|
| * Stop mapping to Unit when executing finally code.Janek Bogucki2015-08-051-1/+1
* | Align noTraceSuppression val names to system property nameJanek Bogucki2015-07-201-2/+2
* | Merge branch '2.11.x' into merge/2.11.x-to-2.12.x-20150624Jason Zaugg2015-06-242-480/+239
|\|
| * Merge pull request #4558 from janekdb/2.11.x-scaladoc-1-list-buffer-tryAdriaan Moors2015-06-171-1/+1
| |\
| | * Improve API documentation for ListBuffer and TryJanek Bogucki2015-06-161-1/+1
| * | Clean implementation of sorts for scala.util.Sorting.Rex Kerr2015-06-011-477/+235
| |/
| * Fixed deprecation warning in scaladoc example of TryChristoph Neijenhuis2015-05-151-2/+3
* | Merge commit '1b7e660' into merge-2.11-may-12Lukas Rytz2015-05-121-2/+2
|\|
| * Fix scaladoc of Try#failednafg2015-04-241-2/+2
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-05-013-3/+3
|\|
| * Fix many typosMichał Pociecha2015-04-213-3/+3
* | Merge pull request #4436 from adriaanm/rebase-4082Adriaan Moors2015-04-131-0/+30
|\ \
| * | SI-8336: add `fold` & `toEither` to `util.Try`cchantep2015-04-071-0/+30
* | | Merge commit 'fcc20fe' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-011-2/+8
|\ \ \ | |/ / |/| / | |/
| * SI-9059 Random.alphanumeric is inefficientDenton Cockburn2015-02-131-2/+8
* | Merge pull request #4355 from soc/SI-9173-either-product-serializableLukas Rytz2015-03-261-1/+1
|\ \
| * | SI-9173 Either extends Product with SerializableSimon Ochsenreither2015-02-231-1/+1
* | | SI-9174 Try extends Product with SerializableSimon Ochsenreither2015-03-261-1/+1
|/ /
* | Merge commit '7ba38a0' into merge/2.11.x-to-2.12.x-20150129Jason Zaugg2015-01-291-4/+4
|\|
| * cleanup @throws tags in library and reflectAntoine Gourlay2014-11-051-4/+4
* | Add missing canonical combinators:Viktor Klang2014-10-201-62/+54
|/
* Make compiler.properties fall back to prefixedBrian McKenna2014-09-221-3/+3
* Merge remote-tracking branch 'upstream/2.11.x' into backportsLukas Rytz2014-08-261-169/+245
|\
| * SI-8787 Addressing feedback, additional periods.Som Snytt2014-08-121-31/+65
| * SI-8787 Update doc for RegexSom Snytt2014-08-101-134/+175
| * SI-8787 If you love nulls, so does RegexSom Snytt2014-08-081-10/+11
* | [backport] Fixes cut sentences in the generated scaladocsDominik Gruntz2014-08-112-2/+2
|/
* SI-7562 Regex.findAllIn does not report all matchesRex Kerr2014-06-261-2/+8
* SI-8503 -version is info settingSom Snytt2014-05-291-2/+5
* SI-6455 util.Try supports withFilterAdriaan Moors2014-02-241-0/+29
* SI-8215: Correcting typo and splitting a long sentence in MatchIterator docAndrew Phillips2014-02-051-3/+4
* SI-8215 Documenting the possibility of IllegalStateExceptions when using Matc...Andrew Phillips2014-02-011-2/+27
* SI-8215 Removing ASCII art class diagram in Scaladoc for RegexAndrew Phillips2014-02-011-9/+1
* Merge pull request #3317 from qerub/si-8107-add-regex-quoteAdriaan Moors2014-01-151-0/+8
|\
| * SI-8107: Add Regex.quoteChristoffer Sawicki2013-12-291-0/+8
* | Merge pull request #3290 from soc/SI-7680Adriaan Moors2014-01-131-1/+1
|\ \
| * | SI-7680 Update the ScalaDoc entry page of the Scala librarySimon Ochsenreither2013-12-191-1/+1
| |/
* / SI-7837 quickSort, along with Ordering[K], may result in stackoverflow becaus...Rex Kerr2013-12-311-2/+2
|/
* SI-8022 Backwards compatibility for Regex#unapplySeqJason Zaugg2013-12-011-6/+6
* SI-7999 s.u.c.NonFatal: StackOverflowError is fatalSimon Ochsenreither2013-11-221-3/+1
* Removing deprecated code.Paul Phillips2013-11-181-8/+0
* Make parameters to implicit value classes privateJason Zaugg2013-11-121-1/+1
* SI-6680 unsoundness in gadt typing.Paul Phillips2013-10-011-1/+1
* Cull extraneous whitespace.Paul Phillips2013-09-181-1/+1
* Stackless implementation of TailRec in constant memory.Runar Bjarnason2013-08-241-24/+34