summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Analyzer.scala
Commit message (Collapse)AuthorAgeFilesLines
...
* 1.Martin Odersky2008-03-101-2/+2
| | | | | | | | 2. Added * operator to RichString 3. changed zip in Array to accept arrays of different length 4. changed takeWhile/dropWhile in Array to yield Projections 5. Added Manifest types
* build target is now 1.5Martin Odersky2008-01-171-1/+1
| | | | | | case classes now generate objects not factory methods. some small cleanups for type inference
* removed type aliases, update svn:keywordsmichelou2007-10-091-5/+7
|
* Massive check-in for IDE.Sean McDirmid2007-09-171-1/+1
|
* fixed bug1274Martin Odersky2007-08-211-1/+2
| | | | | | moved a bunch of `unapply' definitions from Definitions to a new trait, typechecker.UnApplies
* Some of these haven't changed, but SVN is too s...Sean McDirmid2006-11-021-2/+2
| | | | | | Some of these haven't changed, but SVN is too stupid to care. Adding IDE hooks to Global.
* removed leading/trailing tabs/blanks in typeche...michelou2006-09-281-18/+18
| | | | | removed leading/trailing tabs/blanks in typechecker/Analyzer.scala
* 1. fixed bugs 578+579Martin Odersky2006-04-271-2/+2
| | | | | | | 2. optimization: don't emit any code guarded by an if which is constant-false 3. Changed treatment of startContext to get rid of -nopredefs (but no success there yet)
* Moved codification to its own phase.Gilles Dubochet2006-03-271-2/+1
|
* performed some renamings in the compiler & libraryMartin Odersky2006-03-091-1/+1
| | | | | | | All -> Bottom AllRef -> Null mixin class -> trait
* (no commit message)Sean McDirmid2006-02-091-1/+1
|
* (no commit message)Martin Odersky2006-01-071-1/+1
|
* Switching to the new build system and to the ne...Gilles Dubochet2005-12-191-0/+43
Switching to the new build system and to the new build system. This is a MAJOR commit, so be careful when updating.