summaryrefslogtreecommitdiff
path: root/src/library/scala/util/control
Commit message (Expand)AuthorAgeFilesLines
* Stop mapping to Unit when executing finally code.Janek Bogucki2015-08-051-1/+1
* Fix many typosMichaƂ Pociecha2015-04-211-1/+1
* SI-7999 s.u.c.NonFatal: StackOverflowError is fatalSimon Ochsenreither2013-11-221-3/+1
* SI-6680 unsoundness in gadt typing.Paul Phillips2013-10-011-1/+1
* Stackless implementation of TailRec in constant memory.Runar Bjarnason2013-08-241-24/+34
* Alter TailRec to have map and flatMapGeorge Leontiev2013-08-241-7/+42
* Absolutized paths involving the scala package.Paul Phillips2013-05-035-5/+10
* SI-7164 - Removing NotImplementedError as Fatal from s.u.c.NonFatalViktor Klang2013-02-211-2/+2
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-026-6/+6
* More relative path elimination.Paul Phillips2012-09-151-1/+2
* 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
* Collection of updates to SIP-14 (scala.concurrent)Havoc Pennington2012-07-091-8/+15
* Updates scala.util.control.NonFatal documentation, as suggested in code reviewHeather Miller2012-07-061-6/+9
* SI-5981, SI-5979, SI-5973 Closed. Maintenance to Try.Heather Miller2012-07-051-0/+35
* Adds missing closing curly brace to ScalaDoc code example.soc2012-06-241-2/+3
* Fix SI-4809.Aleksandar Prokopec2012-06-211-4/+4
* Breaks.break should return Nothing, not UnitDan Brown2012-06-121-1/+1
* 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
* fix field init problem in NoStackTraceAdriaan Moors2012-04-101-1/+5
* 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
* document scala.util.control.Breaks methodsPaul Phillips2011-07-161-4/+22
* 2nd round of clean ups (see r25285)michelou2011-07-154-88/+96
* Formatting fixes for scala.util.Kato Kazuyoshi2011-06-182-14/+14
* Fixes #4490 and #4467.Kato Kazuyoshi2011-06-181-1/+1
* Fix for that slightly not compiling previous pa...Paul Phillips2011-06-161-1/+1
* Speeding up stack trace suppression.Paul Phillips2011-06-161-1/+5
* I wrote a warning when nullary methods return U...Paul Phillips2011-04-281-1/+1
* A bunch of scaladoc cleanups.Paul Phillips2011-03-291-1/+1
* Undoing some much too hacky code to implement a...Paul Phillips2011-03-161-8/+3
* Added a system property which disables stack tr...Paul Phillips2011-02-091-4/+12
* Updated copyright notices to 2011Antonio Cunei2011-01-203-3/+3
* 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
* Pruned away structural invocations throughout t...Aleksandar Pokopec2010-11-081-1/+5
* Adding immutable parallel hashsets.Aleksandar Pokopec2010-10-051-0/+10
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-122-2/+0
* Reverting r21442 the Exception patch because I ...Paul Phillips2010-04-111-78/+64
* Some overdue cleanups on Exception.Paul Phillips2010-04-111-64/+78
* A few yards short of the goal posts attempt at ...Paul Phillips2010-03-042-7/+7
* cleaned up explicit tailcallsMartin Odersky2010-01-182-24/+56
* 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