summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* More changes to get Reflect compiler working.Martin Odersky2011-08-2917-104/+188
* Gave partial function an empty member.Paul Phillips2011-08-281-2/+9
* Another bit of stray debugging output involving...Paul Phillips2011-08-271-1/+1
* Fixing up a few instances of suboptimal reversi...Paul Phillips2011-08-274-4/+4
* Replaced various now-unnecessary casts with str...Paul Phillips2011-08-277-7/+7
* Fixed bug in Sorted "to" not using the ordering.Paul Phillips2011-08-271-2/+1
* Fixing the buildMartin Odersky2011-08-261-3/+4
* Removing debug output that slipped into main co...Martin Odersky2011-08-263-4/+4
* More fixes/debug code for reflection.Martin Odersky2011-08-266-12/+43
* Always include `liftcode` phase in a compiler run.Grzegorz Kossakowski2011-08-262-2/+1
* Some kind of scaladoc quoting fix from the sbt ...Paul Phillips2011-08-251-6/+6
* Recent icode checking tests were leaving a bit ...Paul Phillips2011-08-252-3/+7
* Made -Xprompt more useful, less crashy and more...Paul Phillips2011-08-255-22/+21
* Fixes and temporary debug scaffolding for refle...Martin Odersky2011-08-254-27/+49
* 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-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