summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fixed t0055Martin Odersky2007-09-051-1/+1
* fixed odd typing bug #44Burak Emir2007-09-041-12/+17
* fixed #11Burak Emir2007-09-041-1/+1
* fixed bugs.Burak Emir2007-09-043-75/+99
* more debug output, made Actor @serializable.Philipp Haller2007-09-043-2/+5
* Updated scaladoc comment.Philipp Haller2007-09-042-3/+3
* removed unchecked warningmichelou2007-09-041-1/+1
* Added receiver accessor to OutputChannelPhilipp Haller2007-09-043-13/+23
* corrected typo in type argument (collection.Set)michelou2007-09-044-1224/+39
* better handle annotated types as theLex Spoon2007-09-041-0/+2
* allow annotations on definitions inside of blocksLex Spoon2007-09-041-2/+5
* added svn:keywords and missing file headersmichelou2007-09-033-2/+11
* Added @serializable annotation to MessageQueuePhilipp Haller2007-09-031-0/+2
* Deprecate annotations that appear before a typeLex Spoon2007-09-031-2/+8
* Use jcl.LinkedHashSet instead of the deprecated...mihaylov2007-09-023-5/+6
* Changed name of typechecker/UnApply.scala to Un...mihaylov2007-09-021-1/+1
* fixed commentBurak Emir2007-09-021-2/+2
* sorry, Iulian is the author of this file.Burak Emir2007-09-021-3/+6
* enhancement #20Burak Emir2007-09-015-31/+31
* reverted bogus change by micheloud.Burak Emir2007-09-011-4/+3
* fixed #37Burak Emir2007-09-012-24/+31
* fixed ticket #2 (patch from tags/R_2_6_0-RC2), ...Burak Emir2007-09-012-26/+7
* fixed ticket 40 (matcherror with existential ty...Martin Odersky2007-08-312-9/+17
* Fixed crash in lazy traits (ticket #39).Iulian Dragos2007-08-311-2/+2
* Fixed looping data flow analyzer (due to asymme...Iulian Dragos2007-08-317-69/+87
* fixed ticket 17 (unboxing 2d-arrays)Martin Odersky2007-08-301-1/+11
* fixed lift build problem.Martin Odersky2007-08-302-4/+17
* fixed defect #31Burak Emir2007-08-301-2/+2
* Forgot to enable the Array Projection type in A...Sean McDirmid2007-08-292-4/+4
* fix^2 of defect 15.Martin Odersky2007-08-294-29/+88
* Fixed double definition bug (ticket #21).Iulian Dragos2007-08-291-2/+2
* this file is no longer necessary, had been move...Burak Emir2007-08-291-28/+0
* FIXED DEFECTS 3, 9, 15Martin Odersky2007-08-293-20/+20
* Forgot one file from my previous commit.Iulian Dragos2007-08-291-5/+0
* Fixed match error in tree browser.Iulian Dragos2007-08-292-9/+35
* * Added Array.Projection to facilitate efficien...Sean McDirmid2007-08-2914-136/+146
* Reverted changes to CompleteLattice which broke...Iulian Dragos2007-08-281-13/+1
* fixed contrib #739michelou2007-08-281-0/+4
* Various improvements/bug fixes in the icode rea...Iulian Dragos2007-08-285-17/+74
* Improved boxing optimization.Iulian Dragos2007-08-281-5/+5
* fixed bug1292Martin Odersky2007-08-272-11/+15
* added Ant attribute 'failonerror'michelou2007-08-271-39/+50
* fixed build, better compilation of literal patt...Burak Emir2007-08-245-57/+120
* all guards are pulled out into DefDefs, new pat...Burak Emir2007-08-236-87/+100
* fixed commentmichelou2007-08-231-3/+4
* Updated STARR to Scala-2.6.0-RC2michelou2007-08-232-3/+1219
* in pm, result temp variable owned by current ow...Burak Emir2007-08-232-8/+6
* Fixed bug #1287, lazy vals in trait methods.Iulian Dragos2007-08-231-1/+3
* fix #1286Burak Emir2007-08-231-4/+4
* Fixed Array.slice to use impementation in Rando...Sean McDirmid2007-08-2227-76/+114