summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Since somewhere before 2.8.0 shipped scalac has...Paul Phillips2011-04-011-1/+2
* Fix for parsing bug in scaladoc closes #4420, n...Paul Phillips2011-04-013-5/+27
* A less ad hoc infrastructure for generating Any...Paul Phillips2011-04-0111-250/+263
* Working on the documentation of core classes.Paul Phillips2011-04-0114-161/+401
* A quick fix for the weird string output one get...Paul Phillips2011-03-311-3/+7
* Separated abstract and concrete value members i...Paul Phillips2011-03-312-28/+14
* Fix for a little breakage which crept into powe...Paul Phillips2011-03-311-2/+1
* Printing refinement types in scaladoc.Paul Phillips2011-03-313-2/+47
* recommitted 24578: All compiler control methods...Martin Odersky2011-03-313-39/+32
* Added some null checks in swing.Paul Phillips2011-03-312-5/+5
* Emptiness check in swing, closes #1578 no review.Paul Phillips2011-03-312-2/+1
* Fixed failing presentation compiler test.Iulian Dragos2011-03-311-1/+1
* One breakage too many, this test is a pest -> d...Iulian Dragos2011-03-312-0/+0
* Allow the presentation thread to terminate when...Iulian Dragos2011-03-311-2/+3
* [scaladoc] Don't link to syntetic companion.Kato Kazuyoshi2011-03-314-2/+45
* Don't create a new thread on each presentation ...Iulian Dragos2011-03-312-27/+18
* Fix for interpreter issue with missing newlines...Paul Phillips2011-03-313-1/+25
* Some minor sensibility improvements to previous...Paul Phillips2011-03-313-159/+89
* Making the scaladoc command line help look as p...Paul Phillips2011-03-312-60/+57
* Incidental work on scaladoc while trying to fig...Paul Phillips2011-03-312-44/+39
* Modified some typer logic to allow annotation a...Paul Phillips2011-03-312-9/+18
* [scaladoc] Scaladoc should expand macros recurs...Kato Kazuyoshi2011-03-303-3/+58
* Warn about unqualified names in scaladoc links ...Paul Phillips2011-03-303-12/+18
* Addressing most of the warnings revealed by the...Paul Phillips2011-03-3027-97/+66
* Issue warning when doccomments have $variables ...Paul Phillips2011-03-304-50/+70
* fix get-scala-revision script for the case when...Lukas Rytz2011-03-303-31/+3
* Wanting to deprecate -make, first I had to writ...Paul Phillips2011-03-3011-61/+104
* Excluding presentation test from sbaz-packaged ...Antonio Cunei2011-03-291-1/+2
* include files/specialized/*.txt in the set of f...Antonio Cunei2011-03-291-1/+1
* A change to a test to defend against output cha...Paul Phillips2011-03-291-1/+1
* Transcript pastes now work with leading whitesp...Paul Phillips2011-03-293-8/+23
* Fixing the scalap test rig to work like other t...Paul Phillips2011-03-296-25/+19
* Disabled all the script tests.Paul Phillips2011-03-2911-0/+0
* A bunch of scaladoc cleanups.Paul Phillips2011-03-2927-98/+54
* [scaladoc] Don't create broken link to private ...Kato Kazuyoshi2011-03-293-2/+35
* [scaladoc] Cleanup code. No review.Kato Kazuyoshi2011-03-293-7/+12
* [scaladoc] Add a test of colon and parentheses ...Kato Kazuyoshi2011-03-292-0/+17
* And so my attempt to have a performance test dr...Paul Phillips2011-03-291-0/+0
* Polishing the programmatic interface to the rep...Paul Phillips2011-03-299-68/+151
* Made ScalaRunTime.stringOf more general by sepa...Paul Phillips2011-03-283-19/+18
* Eliminated option -Xwarninit, which is warning ...Paul Phillips2011-03-282-19/+2
* Removed some bitrotted ant directives which wer...Paul Phillips2011-03-282-26/+0
* Looks like another java5/java6 difference gets ...Paul Phillips2011-03-281-5/+13
* Expanding the test which tries to use the colle...Paul Phillips2011-03-281-9/+60
* Added some implicitNotFound annotations to comm...Paul Phillips2011-03-289-35/+46
* [scaladoc] Remove whitespace around colon and p...Kato Kazuyoshi2011-03-281-11/+8
* Don't analyse symbols with error types.Hubert Plociniczak2011-03-281-0/+1
* msil.jar updated with changeset 24614Miguel Garcia2011-03-281-1/+1
* (1) The msil library can now parse modreq and m...Miguel Garcia2011-03-285-50/+161
* Learned an interesting lesson about having an i...Paul Phillips2011-03-283-51/+113