summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Fixed build problemsMartin Odersky2011-08-242-2/+2
* Class that can be used for memoizing types in r...Martin Odersky2011-08-241-0/+15
* reflection refactoring so that we can now have ...Martin Odersky2011-08-2411-10/+47
* Refactored everything that's clean in nsc.Main ...Martin Odersky2011-08-242-58/+83
* Some 11th hour modifications with the dual purp...Paul Phillips2011-08-238-34/+96
* New reification code for symbols and types.Martin Odersky2011-08-234-103/+384
* Created infrastructure for testing icode + sett...Paul Phillips2011-08-228-19/+35
* Some cleanups in inline exception handlers.Paul Phillips2011-08-221-232/+143
* Bug in optimizer eliminated potentially excepti...Paul Phillips2011-08-211-10/+8
* Maybe that last commit was closer than I thought.Paul Phillips2011-08-211-0/+1
* Reverts previous commit.Paul Phillips2011-08-201-1/+0
* Kludge: don't let getClass make it into bytecode.Paul Phillips2011-08-201-0/+1
* Shows modifiers before kinds.Kato Kazuyoshi2011-08-202-10/+12
* Moved files to welcome our ant overlords, no re...Paul Phillips2011-08-202-0/+0
* [recommit] Backend optimization: Inline excepti...Vlad Ureche2011-08-197-27/+535
* Literals now take Any as argument (used to repr...Martin Odersky2011-08-191-0/+8
* fixed svn props and presentation check filesmichelou2011-08-191-4/+6
* New utilitly method to create scope with some e...Martin Odersky2011-08-191-0/+7
* Major rewrite of the testing infrastructure for...Micro Dotta2011-08-1713-214/+581
* Looks like I broke -nobootcp at some point.Paul Phillips2011-08-161-1/+3
* Improved the error message given when a concret...Paul Phillips2011-08-161-3/+14
* 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