summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Removed unused import.Grzegorz Kossakowski2011-09-121-1/+0
* Helping Proxy equal itself.Paul Phillips2011-09-101-4/+3
* Added parens to many methods.Paul Phillips2011-09-091-43/+43
* added missing getExcludedFiles in <scalac> Ant ...michelou2011-09-0822-163/+212
* Allow for the overriding of objects.Paul Phillips2011-09-081-70/+1
* Refinement of murmurhash implementation.Paul Phillips2011-09-086-30/+191
* I missed inlining warnings - need to get better...Hubert Plociniczak2011-09-071-2/+2
* First refactoring related to Error trees.Hubert Plociniczak2011-09-071-34/+236
* Offer warning when demonstrably non-side-effect...Paul Phillips2011-09-052-13/+13
* Removed the type parameter from sliding, no rev...Paul Phillips2011-09-034-7/+7
* Docspree documentation for Stream from Derek WyattJosh Suereth2011-09-021-71/+485
* Some great AnyVal class hierarchy documentation...Josh Suereth2011-09-029-24/+2731
* Document the usage and methods of scala.sys.pro...Josh Suereth2011-08-316-10/+315
* Gave partial function an empty member.Paul Phillips2011-08-281-2/+9
* Fixing up a few instances of suboptimal reversi...Paul Phillips2011-08-272-2/+2
* Replaced various now-unnecessary casts with str...Paul Phillips2011-08-273-3/+3
* Fixed bug in Sorted "to" not using the ordering.Paul Phillips2011-08-271-2/+1
* Modified scala.reflect package object not to th...Paul Phillips2011-08-232-7/+46
* corrected misspelled type params (capitalized n...michelou2011-08-221-123/+140
* Improved documentation for scala.collection.imm...Heather Miller2011-08-212-0/+41
* Improves documentation of scala.Predef.Heather Miller2011-08-201-3/+61
* Replaced Application with App in ScalaDoc.Kato Kazuyoshi2011-08-203-3/+3
* Literals now take Any as argument (used to repr...Martin Odersky2011-08-192-2/+16
* Removing the code which has been deprecated sin...Paul Phillips2011-08-1582-2190/+205
* A conceivably pretty bad performance bug in bui...Paul Phillips2011-08-153-4/+4
* Linked Manifests up with Reflection.Martin Odersky2011-08-156-17/+109
* Reversed the values of "is" and "is not" in rec...Paul Phillips2011-08-101-1/+1
* 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
* 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
* Removed unused import in collection.immutable.W...Grzegorz Kossakowski2011-08-091-1/+0
* Fixing all the tests and source which still use...Paul Phillips2011-08-081-3/+2
* Fix memory leak in SyncVar. Review by prokopecPhilipp Haller2011-08-011-9/+11
* Sped up traversal over mutable maps by a factor...Paul Phillips2011-08-014-38/+35
* Working on jar creation infrastructure.Paul Phillips2011-08-011-0/+10
* LiftCode works again, now integrated with new r...Martin Odersky2011-07-301-2/+2
* Getting LiftCode to work.Martin Odersky2011-07-301-1/+1
* - Update Scaladoc for LinkedList and for some o...Paul Phillips2011-07-297-40/+311
* Move vector descrition from the obejct to the c...Paul Phillips2011-07-291-8/+8
* Following up on things that -Xlint told me, som...Paul Phillips2011-07-299-63/+47
* First steps towards liftingMartin Odersky2011-07-293-8/+8
* Added two new compiler options:Paul Phillips2011-07-291-1/+1
* Adding the missing ParMap and GenMap methods.Aleksandar Pokopec2011-07-266-3/+253
* Updated documentation for testing.Benchmark.Heather Miller2011-07-241-1/+8
* Start of an attempt to abstract above some hard...Paul Phillips2011-07-232-2/+13
* Reflection refactoring.ōMartin Odersky2011-07-2213-0/+1904