summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Added comment.Iulian Dragos2006-11-061-0/+1
* Improved class-level value initializationmihaylov2006-11-061-8/+22
* Platform-independent boxing/unboxingmihaylov2006-11-057-41/+113
* caseclass->productBurak Emir2006-11-054-22/+45
* more info in an assertMartin Odersky2006-11-031-1/+1
* Speeding up EQ for Contexts when comparing to N...Sean McDirmid2006-11-031-0/+1
* removed deprecation warning in ast/Trees.scalamichelou2006-11-031-44/+90
* Classes in the empty package are found now when...Iulian Dragos2006-11-021-1/+5
* Some of these haven't changed, but SVN is too s...Sean McDirmid2006-11-027-28/+101
* More hooks for the IDE.Sean McDirmid2006-11-021-21/+25
* Added a value for Java static inner classes to ...Iulian Dragos2006-11-021-0/+6
* Removed default constructor for java classes wi...Iulian Dragos2006-11-011-19/+32
* enabled isinstanceof of intersection types (fix...Martin Odersky2006-11-011-16/+35
* Refactored portability supportmihaylov2006-11-0166-288/+352
* allows intersection type patternsMartin Odersky2006-11-012-10/+14
* useless stuffBurak Emir2006-11-012-94/+0
* fix^2 of bug758 (last one broke the build)Martin Odersky2006-11-011-3/+3
* fixed bug758Martin Odersky2006-11-012-2/+6
* fixed bug762Martin Odersky2006-11-011-2/+2
* fixed bug756Martin Odersky2006-10-311-4/+8
* fixed bugs 729, 752Martin Odersky2006-10-312-6/+11
* minor cleanups in classfile/Pickler.scalamichelou2006-10-311-32/+58
* fixed bug729Martin Odersky2006-10-311-25/+20
* Fixed bug 694Martin Odersky2006-10-312-6/+19
* fixed bugs 599 and 757Martin Odersky2006-10-312-13/+20
* fixed bug421Martin Odersky2006-10-303-17/+45
* fixed bugs 54, 415Martin Odersky2006-10-302-27/+53
* added healing for escaping singleton types.Martin Odersky2006-10-304-13/+83
* * (unapply) fixed accessor handling for product...Burak Emir2006-10-301-2/+4
* * handles unapplySeqBurak Emir2006-10-295-42/+74
* support UnApply in pattern matcher.Burak Emir2006-10-285-64/+29
* changed unapply implMartin Odersky2006-10-279-140/+98
* added "looseset" Lex Spoon2006-10-271-0/+32
* Fixed embarrassing bug which broke the build.Iulian Dragos2006-10-271-2/+3
* removed warning in WordBerrySethi.scalamichelou2006-10-271-41/+84
* (no commit message)Martin Odersky2006-10-271-1/+1
* fixed problem in fix to bug783 that causes buil...Martin Odersky2006-10-261-4/+5
* Fixed accessors for functions which access prot...Iulian Dragos2006-10-261-4/+3
* fixed problem in findMemberMartin Odersky2006-10-261-2/+0
* unapply patchBurak Emir2006-10-265-26/+223
* removed deprecation and some unapply stuffBurak Emir2006-10-265-2/+86
* fixed bug783Martin Odersky2006-10-261-2/+3
* fixed bugs 779, 788Martin Odersky2006-10-262-18/+24
* Added protected accessors in super accessors.Iulian Dragos2006-10-262-9/+157
* fxied bug788Martin Odersky2006-10-261-1/+1
* fixed bug54Martin Odersky2006-10-251-24/+45
* separated constrs/defs tables for primitive typ...michelou2006-10-231-24/+40
* Warn for Java annotations without -target:jvm-1...mihaylov2006-10-231-1/+4
* reverted 'const' to 'var' (syntax not supported...michelou2006-10-211-8/+8
* fixed bug780Martin Odersky2006-10-201-1/+4