summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Be silent when compiling the repl extraction ob...Paul Phillips2011-05-056-48/+68
* Makes BigInt's isValidThing methods make some k...Paul Phillips2011-05-052-7/+19
* Changed an identifier to be more to iulian's li...Paul Phillips2011-05-051-4/+4
* close #4524 and close #4425, review by odersky.Lukas Rytz2011-05-051-1/+6
* fix #4502 and fix #4430. review by odersky.Lukas Rytz2011-05-051-10/+15
* [scaladoc] Unify template and package header.Donna Malayeri2011-05-0512-85/+90
* Fixes and closes #4461. No review.Aleksandar Pokopec2011-05-041-0/+5
* Fixes and closes #4535.Aleksandar Pokopec2011-05-041-1/+16
* Moved unapplySeq down to SeqFactory.Aleksandar Pokopec2011-05-042-10/+11
* Closes #4537. No review.Martin Odersky2011-05-031-2/+5
* Fixes #4527.Iulian Dragos2011-05-033-8/+11
* rewrite of nested objects implementation.Hubert Plociniczak2011-05-039-86/+44
* Looks like the :type command was a casualty of ...Paul Phillips2011-05-031-4/+7
* Figuring it couldn't hurt if more people had a ...Paul Phillips2011-05-025-159/+150
* Added a @bridge'd $scope back to scala package ...Paul Phillips2011-05-011-1/+6
* Reducing the sbt launcher footprint by eliminat...Paul Phillips2011-05-0128-196/+55
* Realized how noisy the @deprecated-takes-two-ar...Paul Phillips2011-05-012-10/+6
* Since I don't want to commit anything "interest...Paul Phillips2011-05-0112-94/+131
* Don't issue a deprecation warning if the deprec...Paul Phillips2011-05-013-10/+10
* A few minor cleanups involving logging messages...Paul Phillips2011-04-309-17/+33
* Completely to my surprise, found that fixing al...Paul Phillips2011-04-307-17/+23
* Don't crash the pickler with erroneous types.Paul Phillips2011-04-301-0/+9
* After having to update the code for someone els...Paul Phillips2011-04-3023-30/+30
* Making further unapply regressions less likely,...Paul Phillips2011-04-293-50/+42
* Fixing the pattern matcher regression I introdu...Paul Phillips2011-04-292-18/+18
* removed legacy library code (package scala.mobile)michelou2011-04-294-314/+9
* Issuing warnings with detailed info when we enc...Martin Odersky2011-04-291-3/+18
* Second version of trying to avoid the lift cras...Martin Odersky2011-04-291-4/+3
* Ignore type errors raised in later phases that ...Martin Odersky2011-04-291-1/+12
* Closes #4457. Review by oderskyHubert Plociniczak2011-04-291-1/+3
* remove now redundant check (see #4426).Hubert Plociniczak2011-04-291-6/+2
* Fixes #4525. No review.Martin Odersky2011-04-291-26/+33
* I wrote a warning when nullary methods return U...Paul Phillips2011-04-28104-193/+192
* Improved the error message for another of the m...Paul Phillips2011-04-281-0/+42
* Improvements to the AST browser contributed by ...Paul Phillips2011-04-281-15/+111
* Upgraded -d so you can output classes directly ...Paul Phillips2011-04-284-68/+152
* Cleaned up some hopelessly atrophied documentat...Paul Phillips2011-04-272-42/+17
* Trying out a different strategy for restoring t...Paul Phillips2011-04-271-15/+25
* Trying to fix the pattern matcher took me into ...Paul Phillips2011-04-272-107/+90
* A little cleanup on a repl command, no review.Paul Phillips2011-04-271-3/+12
* Fixed a booch I made in io.Position's positioning.Paul Phillips2011-04-271-1/+1
* Fixed inversion of fsc's exit code, closes #451...Paul Phillips2011-04-271-5/+4
* More bridges in collections. Review by prokopec.Martin Odersky2011-04-279-5/+34
* Some solid progress on the pattern matcher, no ...Paul Phillips2011-04-265-82/+136
* Added a bunch of bridges to make ameliorate bin...Martin Odersky2011-04-2431-285/+604
* Added warning when someone tries to return a no...Paul Phillips2011-04-241-7/+13
* Removed restriction on case classes having only...Paul Phillips2011-04-242-6/+8
* Enclosed the out of bounds index with some IOOB...Paul Phillips2011-04-242-24/+2
* Updated a bunch of @deprecated annotations to h...Paul Phillips2011-04-2487-121/+121
* Refined handling fo @bridge methods.Martin Odersky2011-04-244-12/+18