summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Removing the code which has been deprecated sin...Paul Phillips2011-08-151-6/+0
* Fixed a method which got hosed in the reflectio...Paul Phillips2011-08-151-2/+1
* Split up adapt in some smaller methods; added c...Martin Odersky2011-08-151-221/+248
* Added debug output to track down Fregor's "fail...Martin Odersky2011-08-152-113/+121
* Linked Manifests up with Reflection.Martin Odersky2011-08-152-7/+34
* fixed text in error messagemichelou2011-08-111-55/+30
* Turned up the defense against compiler exceptio...Paul Phillips2011-08-102-14/+28
* Expanded the range of a warning, and made suppr...Paul Phillips2011-08-104-6/+14
* Reversed the values of "is" and "is not" in rec...Paul Phillips2011-08-1013-34/+35
* Fix java signature generation for traits: no cl...Paul Phillips2011-08-095-50/+99
* Don't discard deprecation/unchecked warnings re...Paul Phillips2011-08-095-21/+94
* Big cleanups in the tracing utility and its usa...Paul Phillips2011-08-093-50/+57
* Looks like there was a little baby in the parse...Paul Phillips2011-08-081-2/+5
* Made the thread behavior of the repl a little b...Paul Phillips2011-08-082-1/+7
* When I tried to remove the old for comprehensio...Paul Phillips2011-08-081-6/+15
* Fixing all the tests and source which still use...Paul Phillips2011-08-085-14/+12
* Fix for a bug in CharArrayReader which made tri...Paul Phillips2011-08-082-5/+4
* Better error message for case class/object matc...Paul Phillips2011-08-071-2/+24
* Avoid some spurious errors after a cyclical ref...Paul Phillips2011-08-071-1/+3
* Improved structural type error messages, and ot...Paul Phillips2011-08-062-7/+37
* Fixed bug in the disambiguation of f(foo='bar')...Paul Phillips2011-08-065-53/+88
* Disallowed implicit modifier on auxiliary const...Paul Phillips2011-08-061-2/+7
* Don't want to chase NPEs around for the rest of...Paul Phillips2011-08-068-19/+40
* Attacked classpaths to get "." off of it when i...Paul Phillips2011-08-065-14/+37
* Some "synthetic" code don't have RangePosition.Kato Kazuyoshi2011-08-061-64/+59
* Adds support in Scaladoc for @todo tag.Paul Phillips2011-08-051-1/+10
* Oops, let unnecessary boxing creep into that la...Paul Phillips2011-08-051-1/+2
* Rewrote the case class synthetic equals method ...Paul Phillips2011-08-053-64/+56
* Reverting the inline exception handlers while I...Vlad Ureche2011-08-052-434/+2
* Backend optimization: Inline exception handlers.Vlad Ureche2011-08-052-2/+434
* Cleanups in synthetic method generation, no rev...Paul Phillips2011-08-042-64/+55
* Issue a warning about classes/objects inside pa...Paul Phillips2011-08-041-0/+7
* Cleanups in Namers and AddInterfaces emerging f...Paul Phillips2011-08-044-163/+148
* Adds version information from @migration and @d...Kato Kazuyoshi2011-08-034-10/+24
* Finished up some backend cleanups I'd had lying...Paul Phillips2011-08-0311-225/+172
* Took a different tack on avoiding unnecessarily...Paul Phillips2011-08-033-11/+22
* Made error messages like "object List is not a ...Paul Phillips2011-08-023-7/+14
* Minor changes to the Scaladoc stylesheets, as s...Heather Miller2011-08-022-3/+3
* Merged enhancements made to scaladoc filter pan...Heather Miller2011-08-023-92/+125
* A couple low impact cleanups/optimizations, no ...Paul Phillips2011-08-013-23/+26
* Tired of ugly-printing in the repl, I sort of f...Paul Phillips2011-08-015-12/+423
* Working on jar creation infrastructure.Paul Phillips2011-08-017-54/+172
* Some additions to definitions for recognizing m...Paul Phillips2011-08-012-12/+30
* Fix to make LiftCode compiler under 1.5.Martin Odersky2011-07-301-2/+2
* LiftCode works again, now integrated with new r...Martin Odersky2011-07-3024-485/+201
* One last build fix for our poor java5 build ser...Paul Phillips2011-07-301-18/+25
* Getting LiftCode to work.Martin Odersky2011-07-306-86/+91
* Following up on things that -Xlint told me, som...Paul Phillips2011-07-2919-41/+52
* Quieting down mr. lifty, no review.Paul Phillips2011-07-292-3/+3
* Fixing the very broken build (was going for "co...Paul Phillips2011-07-291-25/+32