summaryrefslogtreecommitdiff
path: root/src/library/scala/util/control/Exception.scala
Commit message (Expand)AuthorAgeFilesLines
* Add examples to Exception object and group members (#5111)Janek Bogucki2016-05-021-25/+165
* Add initial unit test for Catch and augment documentationJanek Bogucki2016-03-311-7/+13
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-2/+0
* Stop mapping to Unit when executing finally code.Janek Bogucki2015-08-051-1/+1
* Fix many typosMichaƂ Pociecha2015-04-211-1/+1
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-5/+5
* Fix stupid logic inversion of try-catchJosh Suereth2012-08-211-1/+1
* Unify scala.util.control.Exception with scala.util.TryJosh Suereth2012-08-201-27/+16
* removes tags and their incantations from PredefEugene Burmako2012-06-081-0/+1
* ClassTag.erasure => ClassTag.runtimeClassEugene Burmako2012-06-081-1/+1
* migrates stdlib and compiler to tagsEugene Burmako2012-04-231-3/+3
* Various improvements to SIP 18 diagnostics. Made scala library and compiler f...Martin Odersky2012-04-121-0/+2
* a fast, functional PartialFunction implementationPavel Pavlov2012-03-301-4/+1
* Fast PartialFunction # orElse.Martin Odersky2011-11-241-1/+1
* AbstractPartialFunction.Paul Phillips2011-10-191-2/+2
* 2nd round of clean ups (see r25285)michelou2011-07-151-39/+47
* Mopping up after the deprecation of exit and er...Paul Phillips2010-12-051-3/+4
* A revival of r21442, which I had reverted based...Paul Phillips2010-11-121-61/+78
* Restored the stack traces I'd accidentally smot...Paul Phillips2010-11-081-4/+1
* Reverting r21442 the Exception patch because I ...Paul Phillips2010-04-111-78/+64
* Some overdue cleanups on Exception.Paul Phillips2010-04-111-64/+78
* Reverted over-zealous replacement of 'PartialFu...Antonio Cunei2010-01-151-7/+7
* Took full advantage of the new =>? alias for th...Paul Phillips2009-12-221-7/+7
* Reverted r19466, as the decision is now thatAntonio Cunei2009-11-091-4/+4
* Adds isDefinedAt to Function1. As a consequence,Antonio Cunei2009-11-091-4/+4
* changed standard library so that it does not re...Martin Odersky2009-10-281-0/+2
* Sequence->SeqMartin Odersky2009-10-021-1/+1
* Tweaked a concurrent.ops method to adhere to th...Paul Phillips2009-08-231-0/+3
* More work and documentation for GenericRanges, ...Paul Phillips2009-06-241-2/+6
* Altered GenericRange contains to do something l...Paul Phillips2009-06-051-1/+1
* Endless exploration of exception handling synta...Paul Phillips2009-05-291-26/+47
* Exception handling approaching platonic ideal.Paul Phillips2009-05-291-45/+44
* Continuing to refine exception composition.Paul Phillips2009-05-291-36/+55
* A big yet interim patch emerging from my attemp...Paul Phillips2009-05-261-0/+166