summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* closes #3281, #3866.Adriaan Moors2010-10-132-12/+19
* Misc. cleanups in specialization. No review.Paul Phillips2010-10-132-62/+52
* The second piece of the flags patch.Paul Phillips2010-10-137-50/+50
* This maps @native, @volatile, and @transient in...Paul Phillips2010-10-123-39/+36
* closes #3915.Adriaan Moors2010-10-121-1/+1
* closes #3890: propagate inferred type parameter...Adriaan Moors2010-10-122-1/+24
* Closes #2333. Review by dragosHubert Plociniczak2010-10-121-1/+2
* Fixes #3895.Hubert Plociniczak2010-10-122-42/+89
* Encapsulating name strings in StdNames and elim...Paul Phillips2010-10-116-44/+34
* Introduced -Ymurmur with murmur hashcodes.Paul Phillips2010-10-112-3/+5
* Abstracting out the common flags code between S...Paul Phillips2010-10-115-104/+301
* temporary fix for compiler crash in dependend m...Lukas Rytz2010-10-111-2/+6
* Some cleanups in the compiler source.Paul Phillips2010-10-1128-100/+81
* Better check for objects trying to sneak themse...Paul Phillips2010-10-111-5/+5
* Settings help tweak. Closes #3910, no review.Paul Phillips2010-10-091-1/+1
* Fans of scala cinema who have viewed this types...Paul Phillips2010-10-083-65/+117
* Did a bunch of symbol oriented work on checkers.Paul Phillips2010-10-076-27/+146
* * Fix regression with `display packages only`:...Pedro Furlanetto2010-10-072-10/+4
* Positioning fix closes #3092, no review.Paul Phillips2010-10-071-1/+1
* Unreverting r23174. No review.Paul Phillips2010-10-0613-112/+53
* An obviously wrong yet somehow brilliant piece ...Paul Phillips2010-10-061-1/+1
* Improves exhaustiveness analysis to not warn ab...Paul Phillips2010-10-051-10/+15
* 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-0413-53/+112
* 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-0313-112/+53
* Removes a bunch of private functions which are ...Paul Phillips2010-10-0316-94/+1
* Another attempt for #1591.Hubert Plociniczak2010-10-0113-59/+118
* 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-2910-114/+57
* 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