summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* removed more warningsmichelou2008-01-1812-85/+88
|
* fixed broken build and remove some warningsmichelou2008-01-187-93/+92
|
* moved deprecati0on warnings to refchecks, so th...Martin Odersky2008-01-183-10/+7
| | | | | | moved deprecati0on warnings to refchecks, so that overloaded deprecated methods are now correctly flagged.
* corrected typomichelou2008-01-181-1/+1
|
* replaced "matches" by "contains" (Ant compatibi...michelou2008-01-181-8/+5
| | | | | replaced "matches" by "contains" (Ant compatibility)
* fixed #385Martin Odersky2008-01-181-1/+2
|
* added target in optimise taskmichelou2008-01-181-2/+2
|
* added nsc.target conditional propertymichelou2008-01-181-14/+26
|
* test case works now without errors, because of ...Martin Odersky2008-01-182-6/+0
| | | | | test case works now without errors, because of change to case classes
* reinstantiated annotations testMartin Odersky2008-01-171-0/+159
|
* Fixed a problem with TypeTree.symbolMartin Odersky2008-01-171-1/+1
|
* updated two check filesMartin Odersky2008-01-172-14/+2
|
* fixed exhaustiveness warnings in testMartin Odersky2008-01-171-3/+3
|
* Fixed ticket #106.Iulian Dragos2008-01-172-3/+8
|
* build target is now 1.5Martin Odersky2008-01-1741-223/+1373
| | | | | | case classes now generate objects not factory methods. some small cleanups for type inference
* moved man pages back to scala-devel packagemichelou2008-01-171-1/+1
|
* Fixed ticket #356Iulian Dragos2008-01-171-2/+22
|
* updated copyright noticemichelou2008-01-161-1/+1
|
* fixed t341Burak Emir2008-01-152-1/+6
|
* increased Ant memory sizemichelou2008-01-152-1/+13
|
* splitted scala-devel.sbp (scala-devel.sbp/scala...michelou2008-01-152-8/+18
| | | | | splitted scala-devel.sbp (scala-devel.sbp/scala-devel-docs.sbp)
* Learned of the shorter way of converting string...Geoffrey Washburn2008-01-152-2/+2
| | | | | Learned of the shorter way of converting strings to ints.
* Fixed too aggressive dead-code-elimination agai...Iulian Dragos2008-01-151-1/+1
| | | | | | Fixed too aggressive dead-code-elimination against side-effecting lazy values
* splitted scala-devel.sbp (now scala-devel.sbp/s...michelou2008-01-151-2/+12
| | | | | splitted scala-devel.sbp (now scala-devel.sbp/scala-devel-docs.sbp)
* updated nightly build scriptsmichelou2008-01-152-11/+27
|
* Moved the checks for executing JVM versus targe...Geoffrey Washburn2008-01-133-15/+14
| | | | | | Moved the checks for executing JVM versus target JVM into better locations.
* Use String's »matches« method instead of »conta...Geoffrey Washburn2008-01-131-1/+1
| | | | | Use String's »matches« method instead of »contains«.
* Removed Java Beans specific references from the...Iulian Dragos2008-01-111-1/+3
| | | | | Removed Java Beans specific references from the android target
* Had to create a test/pending/jvm5 directory.Geoffrey Washburn2008-01-117-0/+0
| | | | | Moved tests that are failing, but no present fixes into pending.
* Fixed ticket #306Iulian Dragos2008-01-101-0/+1
|
* Merged patch from Ross Judson (bean info class ...Iulian Dragos2008-01-096-0/+209
| | | | | Merged patch from Ross Judson (bean info class generation).
* I believe I've fixed the problem with ScriptRun...Geoffrey Washburn2008-01-092-0/+15
| | | | | | | I believe I've fixed the problem with ScriptRunner and Interperter running under jvm-1.4 compiling temporary classfiles with target jvm-1.5.
* Applied patch from Ticket #330.Geoffrey Washburn2008-01-093-1/+3
| | | | | Fixed the parsing of 0 by the JSON library.
* Fixed the usage description.Geoffrey Washburn2008-01-091-1/+1
|
* Applied patch from Ticket #334.Geoffrey Washburn2008-01-091-4/+6
| | | | | Ensures that the modulus of the hashcode is non-negative.
* Corrected uses of g:lines to g:line.Geoffrey Washburn2008-01-091-2/+2
|
* inverted logic when setting FLAGSmichelou2008-01-081-2/+2
|
* added target in docs.manualmichelou2008-01-081-0/+1
|
* added target to quick taskmichelou2008-01-071-6/+7
|
* added target to locker taskmichelou2008-01-071-6/+6
|
* Fixed ticket #305.Geoffrey Washburn2008-01-071-1/+4
|
* fixed t275Burak Emir2008-01-061-2/+2
|
* added regression test for t301Burak Emir2008-01-041-0/+12
|
* fixed t301Burak Emir2008-01-041-1/+1
|
* fixed t335Burak Emir2008-01-044-3/+32
|
* if a plugin is given a bad option, stop before ...Lex Spoon2008-01-021-0/+3
| | | | | | if a plugin is given a bad option, stop before running any compilation phases
* added some <parallel> tagsLex Spoon2008-01-021-10/+21
|
* Removed -Xplug-types. Now annotationsLex Spoon2007-12-315-24/+13
| | | | | are always allowed on types.
* fix isSubtype0 to more consistentlyLex Spoon2007-12-311-5/+9
| | | | | | ignore annotations once the annotations have been checked
* Be careful of the mode when typing annotations.Lex Spoon2007-12-311-2/+5
| | | | | TERMmode and not TYPEmode.