summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* removed some warningsmichelou2008-01-215-50/+47
* no Liftcode on CLDC toomichelou2008-01-211-1/+2
* disabled liftcode for MSILMartin Odersky2008-01-211-3/+6
* removed some warningsmichelou2008-01-213-37/+37
* removed files which were added by accidentMartin Odersky2008-01-191-11/+0
* getting rid of deprecated warningsMartin Odersky2008-01-191-0/+11
* removed more warningsmichelou2008-01-187-48/+51
* fixed broken build and remove some warningsmichelou2008-01-181-39/+39
* moved deprecati0on warnings to refchecks, so th...Martin Odersky2008-01-182-7/+4
* fixed #385Martin Odersky2008-01-181-1/+2
* Fixed a problem with TypeTree.symbolMartin Odersky2008-01-171-1/+1
* Fixed ticket #106.Iulian Dragos2008-01-172-3/+8
* build target is now 1.5Martin Odersky2008-01-1720-190/+400
* Fixed ticket #356Iulian Dragos2008-01-171-2/+22
* fixed t341Burak Emir2008-01-151-1/+1
* Learned of the shorter way of converting string...Geoffrey Washburn2008-01-152-2/+2
* Fixed too aggressive dead-code-elimination agai...Iulian Dragos2008-01-151-1/+1
* Moved the checks for executing JVM versus targe...Geoffrey Washburn2008-01-133-15/+14
* Fixed ticket #306Iulian Dragos2008-01-101-0/+1
* Merged patch from Ross Judson (bean info class ...Iulian Dragos2008-01-091-0/+82
* I believe I've fixed the problem with ScriptRun...Geoffrey Washburn2008-01-092-0/+15
* Fixed the usage description.Geoffrey Washburn2008-01-091-1/+1
* Applied patch from Ticket #334.Geoffrey Washburn2008-01-091-4/+6
* Fixed ticket #305.Geoffrey Washburn2008-01-071-1/+4
* fixed t275Burak Emir2008-01-061-2/+2
* fixed t301Burak Emir2008-01-041-1/+1
* fixed t335Burak Emir2008-01-041-1/+1
* if a plugin is given a bad option, stop before ...Lex Spoon2008-01-021-0/+3
* Removed -Xplug-types. Now annotationsLex Spoon2007-12-314-23/+13
* fix isSubtype0 to more consistentlyLex Spoon2007-12-311-5/+9
* Be careful of the mode when typing annotations.Lex Spoon2007-12-311-2/+5
* fixed t303Burak Emir2007-12-251-1/+2
* surgically fixing a broken build.Sean McDirmid2007-12-243-23/+12
* surgically fixing a broken build.Sean McDirmid2007-12-241-12/+3
* surgically fixing a broken build.Sean McDirmid2007-12-241-5/+5
* surgically fixing a broken build.Sean McDirmid2007-12-241-3/+3
* surgically fixing a broken build.Sean McDirmid2007-12-241-1/+1
* surgically fixing a broken build.Sean McDirmid2007-12-241-1/+15
* Fixing my asInstanceOf hack in TypeParser.scala...Sean McDirmid2007-12-241-3/+4
* fixed #283 #289Martin Odersky2007-12-212-1/+5
* fixed t0259Martin Odersky2007-12-211-1/+1
* updated MSIL library for class[T]michelou2007-12-212-69/+21
* changed how wildcards are displayedMartin Odersky2007-12-212-11/+16
* Fixed problem with wrong signature for sort in ...Martin Odersky2007-12-211-1/+2
* fixed build problem on ibm's VMMartin Odersky2007-12-203-6/+33
* removed deprecated featuresmichelou2007-12-192-14/+2
* -target 1.5 now the default.Martin Odersky2007-12-199-29/+33
* dual mode (generics or not) version of compiler...Martin Odersky2007-12-196-29/+51
* made Typers more lenient wrt to redundant type ...Martin Odersky2007-12-181-3/+8
* Added the AnnotationCheckers registry, so thatLex Spoon2007-12-124-9/+83