summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Rewrote the case class synthetic equals method ...Paul Phillips2011-08-055-64/+59
* Reverting the inline exception handlers while I...Vlad Ureche2011-08-052-434/+2
* Backend optimization: Inline exception handlers.Vlad Ureche2011-08-052-2/+434
* Cleanups in synthetic method generation, no rev...Paul Phillips2011-08-042-64/+55
* Issue a warning about classes/objects inside pa...Paul Phillips2011-08-044-0/+18
* Cleanups in Namers and AddInterfaces emerging f...Paul Phillips2011-08-045-164/+149
* Update fork/join framework to JDK release 1.7.0Philipp Haller2011-08-039-3228/+4751
* Added a command line script to ~/tools to count...Paul Phillips2011-08-031-0/+67
* Adds version information from @migration and @d...Kato Kazuyoshi2011-08-034-10/+24
* Finished up some backend cleanups I'd had lying...Paul Phillips2011-08-0311-225/+172
* Took a different tack on avoiding unnecessarily...Paul Phillips2011-08-033-11/+22
* Made error messages like "object List is not a ...Paul Phillips2011-08-026-8/+26
* Minor changes to the Scaladoc stylesheets, as s...Heather Miller2011-08-022-3/+3
* Merged enhancements made to scaladoc filter pan...Heather Miller2011-08-023-92/+125
* Fix memory leak in SyncVar. Review by prokopecPhilipp Haller2011-08-011-9/+11
* Rename a file to celebrate our glorious ant ove...Paul Phillips2011-08-011-0/+0
* A couple low impact cleanups/optimizations, no ...Paul Phillips2011-08-013-23/+26
* Tired of ugly-printing in the repl, I sort of f...Paul Phillips2011-08-016-15/+426
* Sped up traversal over mutable maps by a factor...Paul Phillips2011-08-015-38/+96
* Working on jar creation infrastructure.Paul Phillips2011-08-0112-54/+265
* Some additions to definitions for recognizing m...Paul Phillips2011-08-012-12/+30