summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* updated method 'andThen' in generated Function1...michelou2006-11-291-44/+60
* removed generation of unnecessary cast in match...Burak Emir2006-11-292-3/+7
* fixed problems with refinements.Martin Odersky2006-11-293-3/+16
* renamed directory 'resident' to match '--res' o...michelou2006-11-291-3/+7
* revert2Burak Emir2006-11-291-1/+1
* revertBurak Emir2006-11-292-11/+10
* Be careful to use "." as the default user class...Lex Spoon2006-11-291-13/+16
* better commentBurak Emir2006-11-291-3/+3
* added some sealed modifiersBurak Emir2006-11-292-2/+2
* enabled disfunctional "sealed" optimization in ...Burak Emir2006-11-293-12/+33
* fixed 2 bugs in unapply tc-ing and definitionsBurak Emir2006-11-292-3/+8
* added comment on MAX_<value_type> in generated ...michelou2006-11-283-5/+14
* added 'implicit' modifier in generated API docu...michelou2006-11-282-5/+7
* more fun with positions, and updated docBurak Emir2006-11-2843-45/+167
* more fun with Product.element and positionsBurak Emir2006-11-281-7/+7
* product.element index starts with 0Burak Emir2006-11-2840-316/+339
* fixed url encoding for internal links to method...michelou2006-11-282-6/+8
* Fixed the nightly build on Java 1.4mihaylov2006-11-281-1/+2
* Fixing logging issues that cause the IDE to fal...Sean McDirmid2006-11-271-14/+15
* removed case factory methods from listed inheri...michelou2006-11-271-1/+2
* fixed optimization trick in PMBurak Emir2006-11-272-4/+10
* Use StdPhase instead of GlobalPhase where appro...mihaylov2006-11-275-17/+8
* Allow attributes to be placed on types,Lex Spoon2006-11-271-0/+4
* more products, plus some static optimization in...Burak Emir2006-11-2746-80/+1694
* 1. fixed bug834Martin Odersky2006-11-272-3/+9
* Fixed bug with calls in tail position with fina...Iulian Dragos2006-11-271-1/+3
* Fixed bug ivolving corecions and default conver...Iulian Dragos2006-11-272-4/+13
* fixed bug831Martin Odersky2006-11-272-12/+11
* Added a setting, as yet unused, for experimenta...Lex Spoon2006-11-241-0/+1
* Map.scala: added simple keySet method.Sean McDirmid2006-11-244-5/+23
* Added support for java dup_x1/2 bytecodes plus ...Iulian Dragos2006-11-233-24/+234
* Restored Predef.unit2orderedv2.3.0mihaylov2006-11-231-0/+5
* removed space in argument of ambiguousErrormichelou2006-11-231-4/+4
* fixed errro output and testsMartin Odersky2006-11-231-1/+1
* fixed bug that caused scalatest to breakMartin Odersky2006-11-231-1/+2
* Fixed even more bugs in icode reader.Iulian Dragos2006-11-225-28/+57
* 1.Martin Odersky2006-11-226-31/+35
* Fixed a bug where pre-existing classes couldLex Spoon2006-11-221-37/+22
* fixed bug 831Martin Odersky2006-11-214-14/+17
* Added a rich class for every primitive typemihaylov2006-11-2110-67/+192
* Removed some commented debug printlns from Byte...Philipp Haller2006-11-211-8/+0
* unapply code in typer needs call to memberType?Burak Emir2006-11-211-0/+2
* Checked-in enhanced debugging support for actors.Philipp Haller2006-11-214-53/+202
* Small bugfix.Iulian Dragos2006-11-211-2/+2
* Added support for modules in icode reader.Iulian Dragos2006-11-212-28/+78
* preserving position in adapt -Xunapply extensionBurak Emir2006-11-201-3/+4
* indexOf(fun) => indexOf(elem), moved indexOf(el...Burak Emir2006-11-202-23/+23
* Fixed build.Philipp Haller2006-11-201-2/+2
* Minor portability fix in BoxedObjectArraymihaylov2006-11-192-9/+9
* fixed syntax error in InferMartin Odersky2006-11-171-1/+1