summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Discovered through jsuereth's work that a file ...Paul Phillips2011-07-291-1/+0
* Added two new compiler options:Paul Phillips2011-07-2918-18/+212
* Turned off the notFINAL flag which was applied ...Paul Phillips2011-07-281-2/+8
* Expression type argument instantiation should n...Paul Phillips2011-07-282-7/+30
* New starr based on r25394 to make the starr lib...Paul Phillips2011-07-283-3/+3
* Test case for SI-4603, no review.Paul Phillips2011-07-282-0/+15
* Remove sigint handler on repl exit as a sanity ...Paul Phillips2011-07-282-0/+4
* Closes #4603. Review by extempore.Martin Odersky2011-07-281-2/+5
* Scaladoc shouldn't drop type arguments to alias...Kato Kazuyoshi2011-07-283-1/+15
* Changed forwarders not to generate final method...Paul Phillips2011-07-283-12/+40
* Test case closes SI-4172 - I think the output i...Paul Phillips2011-07-272-0/+18
* Some tweaks to repl thread creation based on sp...Paul Phillips2011-07-273-19/+31
* Debug output to help with signature issues.Paul Phillips2011-07-273-3/+16
* A few tests for pending and non-pending, no rev...Paul Phillips2011-07-274-0/+83
* "Freed the lisp test." Tweaked partest defaults...Paul Phillips2011-07-274-2/+2
* Fix/workaround for inliner bug uncovered by fin...Paul Phillips2011-07-277-5/+68
* Adding the missing ParMap and GenMap methods.Aleksandar Pokopec2011-07-267-3/+305
* Discard empty strings in option position, but n...Paul Phillips2011-07-261-1/+8
* Add test for SI-4839. No review.Philipp Haller2011-07-261-0/+8
* Enable implicit parameters in the presence of v...Philipp Haller2011-07-252-3/+11
* Scaladoc should decode symbolic type alias name.Kato Kazuyoshi2011-07-253-1/+18
* Always escape control characters when printing ...Grzegorz Kossakowski2011-07-251-7/+2
* Updated documentation for testing.Benchmark.Heather Miller2011-07-241-1/+8
* Since trunk seems to be undergoing all kinds of...Paul Phillips2011-07-2327-185/+124
* Start of an attempt to abstract above some hard...Paul Phillips2011-07-2323-84/+138
* Reflection refactoring.ōMartin Odersky2011-07-2218-125/+173
* Small fix to mirrors in treatment of primitive ...Martin Odersky2011-07-223-4/+7
* Should not set the parameter name's width on CSS.Kato Kazuyoshi2011-07-223-2/+27
* As per discussion documented in SI-1799, brough...Paul Phillips2011-07-218-9/+96
* Fixed build problem. No review.Martin Odersky2011-07-211-2/+2
* Adding mirrors top connect reflection to someth...Martin Odersky2011-07-215-14/+68
* Fleshed out Scala -> Java mapping; dealing with...Martin Odersky2011-07-214-11/+62
* Fixed doc comments of the keys and values metho...Philipp Haller2011-07-201-3/+4
* 4th round of clean ups (see r25293, r25285, r25...michelou2011-07-2019-445/+381
* Fleshed out reflection that now also correctly ...Martin Odersky2011-07-204-37/+213
* Fixes SI-4641 again.Kato Kazuyoshi2011-07-201-1/+12
* One more package rename that broke the IDE nigh...Iulian Dragos2011-07-201-0/+1
* Restored test case for SI-2873 which hubert had...Paul Phillips2011-07-192-0/+6
* Fixed a subset of extant signature issues.Paul Phillips2011-07-193-15/+24
* Sprinkled some quiet dust on the compiler.Paul Phillips2011-07-197-106/+66
* Refactored infoTransformer functionality from n...Martin Odersky2011-07-1912-370/+510
* Modified erasure so we have enough information ...Paul Phillips2011-07-187-81/+149
* Fixed adriaan's patch for type constructor infe...Paul Phillips2011-07-183-48/+107
* Small babystep to show Scala -> Java mapping in...Martin Odersky2011-07-181-1/+4
* Workaround for scalacheck calling System.exit d...Paul Phillips2011-07-182-2/+2
* Brought scalacheck up to date with scalacheck t...Paul Phillips2011-07-1615-90/+198
* Re-de-case-classed scala.xml.Text as described ...Paul Phillips2011-07-162-26/+11
* Removed classes and methods deprecated before 2.8.Paul Phillips2011-07-166-80/+3
* Reverting recent type constructor patch until I...Paul Phillips2011-07-162-55/+30
* Test case for ticket #4582.Paul Phillips2011-07-161-0/+11