summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Solved issues with fork join pool creators, and...Aleksandar Pokopec2010-10-063-17/+20
* Temporary fix for #3796. No reviewAleksandar Pokopec2010-10-062-78/+15
* Adding immutable parallel hashsets.Aleksandar Pokopec2010-10-0517-222/+890
* Improves exhaustiveness analysis to not warn ab...Paul Phillips2010-10-051-10/+15
* An issue with scalacheck and actors where an ex...Aleksandar Pokopec2010-10-051-1/+2
* Somewhere along the way AnyVal stopped working ...Paul Phillips2010-10-053-5/+14
* Massively simplified the exhaustiveness checker...Paul Phillips2010-10-051-24/+3
* Checkes the size of the author list properlyPedro Furlanetto2010-10-051-1/+1
* Locator should follow TypeTree#original to get ...Eugene Vigdorchik2010-10-041-10/+14
* Reverts r23174, which I believe will bring the ...Paul Phillips2010-10-0415-60/+123
* Fixed a scalacheck test group "test entire subd...Aleksandar Pokopec2010-10-042-2/+5
* init currentTyperRun rather than leaving it nul...Eugene Vigdorchik2010-10-041-2/+2
* Pattern matching on Array types, working for re...Paul Phillips2010-10-041-22/+43
* Authors taglet is back to docs.Pedro Furlanetto2010-10-041-0/+8
* Work on the pattern matcher.Paul Phillips2010-10-0315-123/+60
* Removes a bunch of private functions which are ...Paul Phillips2010-10-0318-111/+1
* Another attempt for #1591.Hubert Plociniczak2010-10-0116-60/+143
* Still giddy with the thrill of fixing #266, I v...Paul Phillips2010-09-301-2/+6
* While trying to come to an understanding with #...Paul Phillips2010-09-3015-83/+158
* [scaladoc] JavaScript template search uses a st...Gilles Dubochet2010-09-302-41/+103
* Reverted an earlier binary incompatible change ...Martin Odersky2010-09-292-8/+8
* Changed Response so that get does what it did b...Martin Odersky2010-09-291-19/+48
* need an access to compileRunner from Eclipse to...Eugene Vigdorchik2010-09-291-1/+1
* Closes #3875. Review by vigdorchick.Martin Odersky2010-09-292-10/+13
* Revert changes related to #1591. no review.Hubert Plociniczak2010-09-2913-140/+58
* Fixes scaladoc issues with lazy vals.Hubert Plociniczak2010-09-293-6/+22
* More beautification of icode checker output.Paul Phillips2010-09-281-14/+22
* Modified typekinds to offer a more general lub ...Paul Phillips2010-09-281-43/+42
* Integrating feedback from martin and iulian int...Paul Phillips2010-09-285-27/+57
* partial revert of r23128 ("see #3859.Adriaan Moors2010-09-282-4/+2
* closes #3859.Adriaan Moors2010-09-283-10/+13
* closes #3865: scaladoc now prints anonymous typ...Adriaan Moors2010-09-281-3/+9
* Fix and test case for #3855.Paul Phillips2010-09-281-1/+35
* A little reorganization of some pattern matcher...Paul Phillips2010-09-282-40/+37
* Refined crash avoidance related to self type te...Paul Phillips2010-09-281-2/+2
* Fixed an ancient crasher in explicitouter invol...Paul Phillips2010-09-282-13/+14
* replaced deprecated method call. review by rytz.Martin Odersky2010-09-281-1/+1
* Update comment in ByteCodecs. No review.Lukas Rytz2010-09-281-3/+16
* Fixes an infinite loop.Aleksandar Pokopec2010-09-281-0/+4
* Bringing the tree and icode checkers back to life.Paul Phillips2010-09-2722-665/+661
* closes #3873.Adriaan Moors2010-09-271-74/+15
* Fixes comments in Map and mutable.Map. No reviewAleksandar Pokopec2010-09-272-2/+2
* close #3864.Lukas Rytz2010-09-272-2/+4
* Fixes #3829. Review by extempore.Aleksandar Pokopec2010-09-273-17/+34
* Fixes #3847. No review.Aleksandar Pokopec2010-09-271-1/+1
* Removes abstract types in ParSeq and ParIterable.Aleksandar Pokopec2010-09-252-2/+2
* Some progress on reviving TreeCheckers, plus a ...Paul Phillips2010-09-248-85/+137
* Fixed an abstract type issue. No reviewAleksandar Pokopec2010-09-242-5/+1
* A small typo. No reviewAleksandar Pokopec2010-09-241-1/+1
* Fixed ParSeqView, added Patched and Reversed.Aleksandar Pokopec2010-09-242-31/+62