summaryrefslogtreecommitdiff
path: root/src/library/scala/util
Commit message (Expand)AuthorAgeFilesLines
* rethinks tagsEugene Burmako2012-04-231-18/+18
* Enabling postfix ops feature warning, and working on libs to avoid them.Martin Odersky2012-04-127-9/+10
* Various improvements to SIP 18 diagnostics. Made scala library and compiler f...Martin Odersky2012-04-129-0/+11
* Merge commit 'refs/pull/375/head' into developPaul Phillips2012-04-121-1/+2
|\
| * Next generation of macrosEugene Burmako2012-04-121-1/+2
* | This change enables the alphanumeric method to be called from SecureRandomgakuzzzz2012-04-121-9/+11
|/
* fix field init problem in NoStackTraceAdriaan Moors2012-04-101-1/+5
* Remedies Try/Either signature disparity for source compat. w/ AkkaHeather Miller2012-04-031-17/+36
* a fast, functional PartialFunction implementationPavel Pavlov2012-03-301-4/+1
* Document regex replacement strings behavior.Daniel C. Sobral2012-03-231-2/+33
* Regex improvementsDaniel C. Sobral2012-03-231-2/+21
* Cleaned up Duration for the standard library.Vojin Jovanovic2012-03-202-518/+0
* 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
* Merge branch 'master' into merge-inlinePaul Phillips2012-03-145-5/+687
|\
| * SI-5189 fixed: safe type infer for constr patternAdriaan Moors2012-03-091-3/+2
| * Whitespace commit.Paul Phillips2012-02-293-18/+18
| * Replaced Either with Try throughout scala.concurrent.Heather Miller2012-01-311-11/+11
| * Refactor the Try monad a bit.aleksandar2012-01-301-45/+37
| * Changed the comments a bit, removed on* methods on Try.aleksandar2012-01-301-55/+32
| * Added first cut of Try type, refactored from twitter util.Heather Miller2012-01-301-0/+196
| * Merge branch 'master' into execution-contextVojin Jovanovic2012-01-092-13/+18
| |\
| * \ Merge branch 'master' of https://github.com/scala/scala into execution-contextAleksandar Prokopec2011-12-072-2/+2
| |\ \
| * | | Migration of scala.concurrent to clean fork of new Scala repo.Philipp Haller2011-12-052-0/+518
* | | | Mostly eliminated ScalaObject.Paul Phillips2012-02-031-1/+1
| |_|/ |/| |
* | | Better hunting for tools.jar.Paul Phillips2011-12-301-0/+5
* | | Migration message and version cleanupSimon Ochsenreither2011-12-071-13/+13
| |/ |/|
* | Fix documentation stutters.Blair Zajac2011-12-062-2/+2
|/
*-. Merge remote-tracking branches 'dcsobral/parser/NoSuccessMessages', 'dcsobral...Paul Phillips2011-12-021-0/+14
|\ \
| * | Add filter/withFilter method to ParserDaniel Capo Sobral2011-12-021-0/+14
| |/
* / Add withErrorMessage/withFailureMessage to Parser.Daniel C. Sobral2011-12-021-0/+56
|/
* Fix typo on Regex documentation.Daniel C. Sobral2011-12-011-1/+1
* Fast PartialFunction # orElse.Martin Odersky2011-11-241-1/+1
* Refinements of "def seq" and murmurhash.Paul Phillips2011-11-241-24/+81
* Third collections commit from Todd Vierling.Paul Phillips2011-11-071-1/+2
* Next collections commit from Todd Vierling.Paul Phillips2011-11-071-5/+6
* Fix for combinator regression.Paul Phillips2011-10-231-0/+1
* AbstractPartialFunction.Paul Phillips2011-10-191-2/+2
* Deprecation and convention adherence patrol.Paul Phillips2011-09-191-1/+1
* Hugely improves the API documentation for JavaT...Heather Miller2011-09-183-14/+174
* Refinement of murmurhash implementation.Paul Phillips2011-09-082-1/+180
* Removing the code which has been deprecated sin...Paul Phillips2011-08-152-34/+0
* Reversed the values of "is" and "is not" in rec...Paul Phillips2011-08-101-1/+1
* Hugely improves Regex documentation.Heather Miller2011-08-091-19/+90
* Working on jar creation infrastructure.Paul Phillips2011-08-011-0/+10
* Following up on things that -Xlint told me, som...Paul Phillips2011-07-291-2/+2
* 4th round of clean ups (see r25293, r25285, r25...michelou2011-07-201-27/+35
* document scala.util.control.Breaks methodsPaul Phillips2011-07-161-4/+22
* Some post-facto patch cleanups, no review.Paul Phillips2011-07-161-5/+2
* Documentation and examples for Regex.Paul Phillips2011-07-161-7/+154