summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed and consolidated several redundant test...Paul Phillips2011-08-2413-286/+127
* Some 11th hour modifications with the dual purp...Paul Phillips2011-08-239-35/+96
* Modified scala.reflect package object not to th...Paul Phillips2011-08-232-7/+46
* New reification code for symbols and types.Martin Odersky2011-08-239-103/+384
* applying patch provided by Topher, fixes #3501.Tiark Rompf2011-08-233-1/+24
* Created infrastructure for testing icode + sett...Paul Phillips2011-08-2216-48/+821
* corrected misspelled type params (capitalized n...michelou2011-08-221-123/+140
* Some cleanups in inline exception handlers.Paul Phillips2011-08-221-232/+143
* Bug in optimizer eliminated potentially excepti...Paul Phillips2011-08-214-10/+31
* Set the partest encoding to UTF-8.Paul Phillips2011-08-211-0/+1
* Improved documentation for scala.collection.imm...Heather Miller2011-08-212-0/+41
* 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
* Improves documentation of scala.Predef.Heather Miller2011-08-201-3/+61
* Replaced Application with App in ScalaDoc.Kato Kazuyoshi2011-08-204-4/+4
* 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-198-54/+563
* Literals now take Any as argument (used to repr...Martin Odersky2011-08-193-2/+24
* fixed svn props and presentation check filesmichelou2011-08-1911-27/+29
* 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-17105-306/+13086
* Added --presentation flag in the help messageMicro Dotta2011-08-171-0/+1
* 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-163-3/+29
* Removing the code which has been deprecated sin...Paul Phillips2011-08-15151-2538/+362
* Fixed a method which got hosed in the reflectio...Paul Phillips2011-08-151-2/+1
* A conceivably pretty bad performance bug in bui...Paul Phillips2011-08-153-4/+4
* Reverted r25440 (update of forkjoin library) un...Philipp Haller2011-08-159-4751/+3228
* 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-158-24/+143
* Reverting changes in r25491, it is Java 6 stuff.Ingo Maier2011-08-121-3/+5
* Added some missing methods to ListView.Ingo Maier2011-08-121-0/+5
* Allow null components in split pane. Closes #3929.Ingo Maier2011-08-121-4/+4
* Pulled up the SuperMixin that calls closeOperat...Ingo Maier2011-08-122-11/+11
* Added GraphicsConfiguration to window, frame, d...Ingo Maier2011-08-122-21/+19
* Fixes typo in getter methods. Closes #4262.Ingo Maier2011-08-121-2/+2
* Fixes typo in setter method. Closes #4811.Ingo Maier2011-08-121-0/+3
* Applied patch by Gordon Tyler. Closes #4823.Ingo Maier2011-08-121-1/+4
* Install mouse moves listeners lazily.Ingo Maier2011-08-121-18/+27
* fixed text in error messagemichelou2011-08-115-63/+38
* Fixes SI-4507.Kato Kazuyoshi2011-08-112-0/+27
* 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-107-6/+47
* Reversed the values of "is" and "is not" in rec...Paul Phillips2011-08-1036-103/+116
* Optimizations for Seq's implementations of sequ...Paul Phillips2011-08-093-69/+278