summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* A big improvement to Ordering documentation.Heather Miller2011-08-091-47/+109
* Adds more documentation to Array.Heather Miller2011-08-091-5/+12
* Adds documentation to the scala.math package ob...Heather Miller2011-08-091-10/+48
* Another "great moments in java5 vs.Paul Phillips2011-08-092-2/+1
* Oops, let some local test code slip in, no review.Paul Phillips2011-08-091-13/+0
* Fix java signature generation for traits: no cl...Paul Phillips2011-08-0910-50/+165
* Don't discard deprecation/unchecked warnings re...Paul Phillips2011-08-097-21/+178
* Big cleanups in the tracing utility and its usa...Paul Phillips2011-08-093-50/+57
* Removed unused import in collection.immutable.W...Grzegorz Kossakowski2011-08-091-1/+0
* Test update to go with the previous patch.Paul Phillips2011-08-081-12/+13
* 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-0824-50/+82
* Fix for a bug in CharArrayReader which made tri...Paul Phillips2011-08-084-5/+35
* Better error message for case class/object matc...Paul Phillips2011-08-074-2/+53
* Avoid some spurious errors after a cyclical ref...Paul Phillips2011-08-073-1/+11
* Improved structural type error messages, and ot...Paul Phillips2011-08-065-7/+82
* Fixed bug in the disambiguation of f(foo='bar')...Paul Phillips2011-08-067-53/+101
* Disallowed implicit modifier on auxiliary const...Paul Phillips2011-08-063-2/+14
* Don't want to chase NPEs around for the rest of...Paul Phillips2011-08-069-19/+55
* Attacked classpaths to get "." off of it when i...Paul Phillips2011-08-068-14/+44
* Some "synthetic" code don't have RangePosition.Kato Kazuyoshi2011-08-063-64/+76
* 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