summaryrefslogtreecommitdiff
path: root/src/library/scala/util
Commit message (Expand)AuthorAgeFilesLines
* SI-9666: Use inline group names in Regex (#4990)som-snytt2016-05-111-7/+22
* Add examples to Exception object and group members (#5111)Janek Bogucki2016-05-021-25/+165
* General cleanups and less warnings during a Scala buildsoc2016-04-042-3/+0
* Merge pull request #5068 from retronym/topic/jdk8ism2v2.12.0-M4Lukas Rytz2016-04-012-1/+3
|\
| * Use System.lineSeparator, rather than sys.propsJason Zaugg2016-03-291-1/+1
| * Note the availability of writableStackTrace in JDK 1.7+Jason Zaugg2016-03-291-0/+2
* | Add initial unit test for Catch and augment documentationJanek Bogucki2016-03-311-7/+13
|/
* Merge pull request #4934 from Shadow53/2.12.xSeth Tisue2016-03-011-0/+2
|\
| * Added Properties.isLinux to compliment the isWin and isMac methodsShadow532016-01-301-0/+2
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-02-252-2/+2
|\ \
| * | fix smhasher urlxuwei-k2016-02-152-2/+2
* | | Merge branch '2.11.x' into topic/merge-2.11.x-to-2.12.x-20160210Jason Zaugg2016-02-101-1/+1
|\| | | |/ |/|
| * bump copyright year to 2016Seth Tisue2016-02-031-1/+1
* | Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-183-14/+11
* | Clarify source of f functionCasey Leask2015-11-261-1/+1
* | merge 2.11.x onto 2.12.x, Oct 16 2015Seth Tisue2015-10-161-6/+6
|\|
| * Rename forall, exists and find predicate and operator params.Janek Bogucki2015-10-091-6/+6
* | 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