summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)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
| | | | | destination type of an implicit conversion
* 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
| | | | | Use jcl.LinkedHashSet instead of the deprecated mutable.LinkedHashSet
* Changed name of typechecker/UnApply.scala to Un...mihaylov2007-09-021-1/+1
| | | | | | Changed name of typechecker/UnApply.scala to Unapply.scala to match the name of the trait inside and prevent unnecessary re-compilation
* 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 #2 (patch from tags/R_2_6_0-RC2), reorganized test cases
* fixed ticket 40 (matcherror with existential ty...Martin Odersky2007-08-312-9/+17
| | | | | fixed ticket 40 (matcherror with existential types)
* 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 looping data flow analyzer (due to asymmetric equals method in lattices) (ticket #30).
* 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
| | | | | Forgot to enable the Array Projection type in Array.
* 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
| | | | | this file is no longer necessary, had been moved into PatternNodes.scala
* 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
| | | | | | | | | | | * Added Array.Projection to facilitate efficient forcing of array projections * Fixed boundary problems in RandomAccessSeq.slice * Added RandomAccessSeq.patch to facilitate efficient patching of arrays and other random access sequences.
* Reverted changes to CompleteLattice which broke...Iulian Dragos2007-08-281-13/+1
| | | | | Reverted changes to CompleteLattice which broke the build.
* fixed contrib #739michelou2007-08-281-0/+4
|
* Various improvements/bug fixes in the icode rea...Iulian Dragos2007-08-285-17/+74
| | | | | Various improvements/bug fixes in the icode reader.
* 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
| | | | | | fixed build, better compilation of literal patterns to switch (supports variable binding)
* all guards are pulled out into DefDefs, new pat...Burak Emir2007-08-236-87/+100
| | | | | | all guards are pulled out into DefDefs, new pattern matcher handles guards now.
* 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
| | | | | | in pm, result temp variable owned by current owner, not LabelDef (saves an "if" in LambdaLift, but requires one uninitialized ValDef more)
* 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
| | | | | | Fixed Array.slice to use impementation in RandomAccessSeq, updated iterators, a bunch of stuff that I forgot to check in!