summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removed unnecessary DebugSetting, folding the s...Paul Phillips2010-03-075-36/+11
* Still working my way through all the classpath ...Paul Phillips2010-03-074-84/+56
* One minute too many trying to figure out where ...Paul Phillips2010-03-0710-960/+1019
* Modification to the last patch to return None/f...Paul Phillips2010-03-062-3/+4
* Fixes for #3126.Paul Phillips2010-03-064-7/+19
* escape source file path with space charsdcaoyuan2010-03-061-1/+1
* Fix for #3136 by reverting the line in r18184 w...Paul Phillips2010-03-053-5/+27
* Test case for case class equality.Paul Phillips2010-03-051-0/+36
* ScalaRunTime method to perform sameElements as ...Paul Phillips2010-03-055-18/+31
* Cleaning up some redundancy martin noticed.Paul Phillips2010-03-053-24/+18
* Closes #3015. Review by moors (it's his patch).Martin Odersky2010-03-051-1/+1
* Mixing test case. No review.Martin Odersky2010-03-051-0/+8
* Closes #3026. Review by extempore.Martin Odersky2010-03-052-8/+2
* Closes #3037. Review by extempore.Martin Odersky2010-03-053-8/+36
* Removed quotes from quoted tokens in command li...Paul Phillips2010-03-051-2/+3
* Added -Xmigration option and @migration annotat...Paul Phillips2010-03-0512-25/+104
* Making sure the interpreter always uses the des...Paul Phillips2010-03-042-19/+24
* Renamed the linkedFooOfBar methods in Symbol to...Paul Phillips2010-03-0417-73/+59
* Added a comment to Symbols after one too many t...Paul Phillips2010-03-041-1/+32
* Removed obsolete SimpleExecutorScheduler, Threa...Philipp Haller2010-03-047-254/+13
* Closes #3118. review by extemporeMartin Odersky2010-03-043-1/+16
* Fixed actors.enableForkJoin property.Philipp Haller2010-03-042-9/+10
* fixed while loop performance.Tiark Rompf2010-03-041-21/+20
* Clean-ups in scheduler hierarchy.Philipp Haller2010-03-0418-28/+416
* Obeyed source comment to make some classes priv...Paul Phillips2010-03-041-8/+2
* A few yards short of the goal posts attempt at ...Paul Phillips2010-03-0467-259/+252
* Attempt to fix the typing-a-whileloop problem.Martin Odersky2010-03-031-20/+28
* Closes #3130. No review necessary.Martin Odersky2010-03-031-0/+3
* Added --grep command line option to partest.Paul Phillips2010-03-025-34/+66
* Removed the symlinks between scalacheck jars to...Paul Phillips2010-03-026-27/+36
* Improved equality for Manifests.Paul Phillips2010-03-022-5/+23
* #3128 fixedilyas2010-03-023-4/+38
* Whipped ShowPickled until it would print out pr...Paul Phillips2010-03-012-15/+108
* trailing spaces in decompiled annotations are t...ilyas2010-03-012-4/+6
* scalap tests fixedilyas2010-03-017-12/+11
* Undeprecated Function.tupled based on the type ...Paul Phillips2010-03-011-4/+7
* typo in test fixedilyas2010-03-011-1/+1
* #2885 fixedilyas2010-03-013-0/+7
* Added missing file that broke the build.Martin Odersky2010-03-011-0/+53
* #3060 fixedilyas2010-03-014-80/+123
* Closes #3076. Review by community.Martin Odersky2010-03-013-2/+8
* Following a suggestion of jrudolph, made filter...Martin Odersky2010-03-014-26/+57
* closed #3101. Review by community.Martin Odersky2010-03-012-8/+24
* Added one previously overlooked case for comput...Martin Odersky2010-03-011-4/+3
* Minor printer fix for singleton typesilyas2010-03-011-4/+5
* Enabled scalacheck tests.Paul Phillips2010-03-0114-63/+82
* Fixed specialized pattern matches.Iulian Dragos2010-02-285-2/+93
* Modification to r21009 to preserve that classic...Paul Phillips2010-02-282-12/+7
* Added ## method to Any as our scala hashCode me...Paul Phillips2010-02-2811-9/+64
* While working on Any.## I ran across some inter...Paul Phillips2010-02-282-19/+28