summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-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-234-103/+384
* applying patch provided by Topher, fixes #3501.Tiark Rompf2011-08-231-1/+4
* Created infrastructure for testing icode + sett...Paul Phillips2011-08-2214-48/+178
* 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-211-10/+8
* 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-197-27/+535
* Literals now take Any as argument (used to repr...Martin Odersky2011-08-193-2/+24
* 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
* 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-161-3/+14
* Removing the code which has been deprecated sin...Paul Phillips2011-08-1598-2364/+237
* 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-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-1021-52/+53
* Optimizations for Seq's implementations of sequ...Paul Phillips2011-08-091-69/+214
* Moved the classes and objects which are defined...Paul Phillips2011-08-095-143/+141
* Hugely improves Regex documentation.Heather Miller2011-08-091-19/+90
* Improves Benchmark documentation.Heather Miller2011-08-091-1/+2