summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Support for specialization on explicit types.Iulian Dragos2009-06-193-24/+94
* Created scala.reflect.Invocation, which offers ...Paul Phillips2009-06-192-0/+129
* corrected some typosTiark Rompf2009-06-193-3/+3
* Fixed scaladoc crashIulian Dragos2009-06-191-1/+1
* Specialization landed in trunk.Iulian Dragos2009-06-1858-55/+3088
* tweak to hashable.Paul Phillips2009-06-181-1/+1
* Small fixes in code generation for interface ca...Iulian Dragos2009-06-182-3/+8
* Fixed symbol loaders when called at a very late...Iulian Dragos2009-06-182-4/+7
* (1) some changes to interactive compiler interf...Martin Odersky2009-06-1815-143/+334
* Removed some useless files which declare themse...Paul Phillips2009-06-186-6/+0
* working on dep manager.Iulian Dragos2009-06-181-18/+27
* fixed some deprecation messages.Paul Phillips2009-06-181-2/+2
* Adds @experimental annotation to lower the acti...Paul Phillips2009-06-173-0/+31
* Newly generated Tuple/Product/Function classes ...Paul Phillips2009-06-1768-745/+662
* Close to complete rewrite of genprod so it's ea...Paul Phillips2009-06-171-245/+229
* made Hashable use a Seq instead of List.Paul Phillips2009-06-161-6/+6
* More work on all the collection proxies.Paul Phillips2009-06-1611-74/+120
* cleaned up eta-expansion of partial named appli...Lukas Rytz2009-06-162-28/+20
* added headers, svn keywords, updated pilib exam...michelou2009-06-1665-153/+324
* Added tests for #2027 and #2030.Philipp Haller2009-06-163-0/+15
* An attempt at reintegrating MapProxy.Paul Phillips2009-06-155-61/+118
* allow using named / default arguments in self- ...Lukas Rytz2009-06-156-41/+61
* Fixed the optimised build.Iulian Dragos2009-06-152-5/+26
* - fixed #2057Lukas Rytz2009-06-155-24/+28
* Moved test for #1801 to pending for offline bug...Philipp Haller2009-06-142-0/+0
* Switched back to ThreadPoolExecutor.Philipp Haller2009-06-141-3/+1
* Fixed some deprecation warnings.Paul Phillips2009-06-135-11/+11
* Loosened tab-completion requirements so one can...Paul Phillips2009-06-121-2/+5
* A RichClass for the java side which offers type...Paul Phillips2009-06-123-20/+94
* Lots and lots of BigInt and BigDecimal code att...Paul Phillips2009-06-112-29/+87
* Fixed a number of things in the icode reader, o...Iulian Dragos2009-06-112-15/+22
* more annotations cleanup.Lukas Rytz2009-06-1115-194/+159
* Fixed #2051.Paul Phillips2009-06-101-3/+3
* Trying to bring BigDecimal all the way up to sp...Paul Phillips2009-06-101-37/+78
* Added some missing methods to BigDecimal.Paul Phillips2009-06-101-0/+10
* Test case for #252.Paul Phillips2009-06-101-0/+17
* Minor cleanups while I evaluate rewriting the p...Paul Phillips2009-06-104-72/+53
* minor annotations cleanupLukas Rytz2009-06-102-13/+9
* removed debug code (revert r17767 and r17780)Lukas Rytz2009-06-103-68/+4
* A couple findbugs inspired bugfixes, and a new ...Paul Phillips2009-06-093-2/+65
* Finally unbroke statics tab-completion.Paul Phillips2009-06-091-4/+5
* Added a series of pending test cases.Gilles Dubochet2009-06-095-0/+93
* Fixed failing test-suite case.Gilles Dubochet2009-06-091-6/+6
* Comparing equality of settings works better.Gilles Dubochet2009-06-081-25/+41
* Use `keySet' and `valueIterable' to get keys an...Gilles Dubochet2009-06-089-31/+52
* made bean getters/setters non-synthetic (-> acc...Lukas Rytz2009-06-071-1/+1
* Fix for #1993.Paul Phillips2009-06-071-15/+11
* Tightened up XHTML minimization logic - closes ...Paul Phillips2009-06-071-3/+9
* fix annotations testLukas Rytz2009-06-071-1/+1
* fixed BeanProperty, added BooleanBeanProperty, ...Lukas Rytz2009-06-0720-84/+221