summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
...
* Elininated previously deprecated package reflec...Martin Odersky2011-09-3015-3189/+0
* Removed special comments on Martin's requestmichelou2011-09-294-12/+0
* BigDecimal adjustments.Paul Phillips2011-09-281-7/+7
* Fixes #4895.Aleksandar Pokopec2011-09-282-2/+8
* Fixes #4894.Aleksandar Pokopec2011-09-282-5/+10
* updated man pages, fixed svn props, did some cl...michelou2011-09-253-0/+0
* Back to square one.Hubert Plociniczak2011-09-231-125/+38
* More performant encoding of tree errors.Paul Phillips2011-09-211-54/+33
* Started work on compiler toolbox that can compi...Martin Odersky2011-09-211-2/+2
* fixed svn props and scaladoc tags, did some cle...michelou2011-09-2014-99/+55
* Changes to Liftcode to use new reflection seman...Martin Odersky2011-09-201-1/+3
* Rooting out mismatched zips.Paul Phillips2011-09-191-0/+14
* Deprecation and convention adherence patrol.Paul Phillips2011-09-1924-82/+42
* fixed svn props, did some cleanupmichelou2011-09-192-29/+31
* ListBuffer.size should be O(1).Paul Phillips2011-09-191-0/+3
* Constants in io.Codec become Codecs, not charsets.Paul Phillips2011-09-191-4/+4
* Small changes to the API documentation of the A...Heather Miller2011-09-189-11/+12
* Improved API documentation for scala.compat.Pla...Heather Miller2011-09-181-8/+68
* Hugely improves the API documentation for JavaT...Heather Miller2011-09-183-14/+174
* Improves PagedSeq API documentation.Heather Miller2011-09-171-37/+42
* fixed svn props, did some cleanupmichelou2011-09-175-3/+24
* Reworked error trees.Paul Phillips2011-09-171-141/+47
* 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