summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed error message for missing *.dll'smichelou2007-05-231-149/+152
|
* *** empty log message ***Lex Spoon2007-05-231-0/+99
|
* pretty print parse trees in AnnotationArgument....Lex Spoon2007-05-231-3/+1
| | | | | pretty print parse trees in AnnotationArgument.toString
* fix to my previous fix for pickling annotation ...Lex Spoon2007-05-231-3/+11
| | | | | fix to my previous fix for pickling annotation arguments
* fixed a type error in the pickling of annotatio...Lex Spoon2007-05-231-13/+12
| | | | | fixed a type error in the pickling of annotation arguments
* (no commit message)Lex Spoon2007-05-232-1/+7
|
* minor changemichelou2007-05-221-3/+3
|
* turn off debugging of type reify by defaultLex Spoon2007-05-221-1/+1
|
* Didn't revert enough before.Sean McDirmid2007-05-221-1/+1
|
* Added by method to Range, made range configurable.Sean McDirmid2007-05-222-8/+13
|
* rolling back tests.Sean McDirmid2007-05-224-14/+7
|
* Reverted Range, documented unusual behavior. Sean McDirmid2007-05-223-36/+40
|
* Massaging compiler to integrate with IDE, no su...Sean McDirmid2007-05-2217-165/+204
| | | | | | | Massaging compiler to integrate with IDE, no supercial changes. Just don't want to get out of synch with Martin's changes. Also, changed compiler to use RichInt.until instead of Iterator.range
* Updated tests to reflect new range behavior. Sean McDirmid2007-05-224-7/+15
|
* Updated tests so they would pass.Sean McDirmid2007-05-229-53/+62
|
* fixing bug in iterator, i thinkSean McDirmid2007-05-211-1/+3
|
* Fixing bugSean McDirmid2007-05-211-1/+1
|
* Added a test with an array of integersLex Spoon2007-05-211-0/+4
|
* Annotations clean up, including:Lex Spoon2007-05-2117-165/+454
| | | | | | | | - AnnotationInfo has no type parameter. It always has a parse tree, and sometimes has a constant. - SymbolReifier is separated from LiftCode for independent use - reification into reflect.* structures handles more cases - unreify is added, for enough cases that annotations work
* Renamed Fluid to DynamicVariableLex Spoon2007-05-213-73/+98
|
* Added standard pattern matches to the commentsLex Spoon2007-05-212-0/+30
|
* (no commit message)Lex Spoon2007-05-212-0/+43
|
* Added some explicit quotation marks in the SCAL...Lex Spoon2007-05-213-6/+6
| | | | | Added some explicit quotation marks in the SCALA_OPTS examples
* Updated STARR to Scala 2.5.0-finalmichelou2007-05-215-10/+10
|
* (no commit message)Sean McDirmid2007-05-211-1/+1
|
* Fixing broken test, seems like until was not ta...Sean McDirmid2007-05-211-2/+5
| | | | | | Fixing broken test, seems like until was not taking into account step direction
* [1] upgraded buffered iterator to have unbounde...Sean McDirmid2007-05-2153-425/+820
| | | | | | | | | | | | | | | | | | | | | | | [1] upgraded buffered iterator to have unbounded lookahead [2] down-graded some custom iterators that could not implement this behavior (compatible because the signatures only indicate Iterator) [3] added RollBackIterator for iterators that can be backed up (useful for scanning) [4] DefaultBufferedIterator for a nice default implementaiton of BufferedIterator [5] Added RandomAccessSeq for Seq's that can be indexed in linear time (e.g., Array), optimized seq methods for these seqs. Got the appropriate classes to inherit from this trait [6] Enhanced projections so they are iterables. An operation on a projection is also a projection (if possible) [7] Various small enhancements to the JCL
* patch from user contributionSean McDirmid2007-05-211-4/+4
|
* Resolved race condition.Philipp Haller2007-05-212-18/+26
|
* reverted change in build.xmlmichelou2007-05-211-3/+3
|
* minor changesmichelou2007-05-2116-168/+193
|
* Resolved race condition in Reaction.scalaPhilipp Haller2007-05-201-4/+7
|
* Fixed memory leak.Philipp Haller2007-05-202-10/+3
|
* Rich comparison (scala.runtime.Comparator.equal...Gilles Dubochet2007-05-202-6/+13
| | | | | | | | Rich comparison (scala.runtime.Comparator.equals) is not inserted when both sides of an equality are statically known to be equal and of a subtype of Number or Character. This is an optimisation — behaviour should be equivalent as their own equal methods should do ok.
* Fixed stack overflow bug.Philipp Haller2007-05-201-17/+16
|
* updated check fileMartin Odersky2007-05-191-1/+1
|
* Support running individual *.res testsLex Spoon2007-05-181-1/+1
|
* (no commit message)Lex Spoon2007-05-184-0/+15
|
* removed test outputMartin Odersky2007-05-171-1/+0
|
* fixed bug1102Martin Odersky2007-05-171-0/+2
|
* fixed bugs 1088, 1091Martin Odersky2007-05-175-4/+16
|
* resolved conflictPhilipp Haller2007-05-171-1/+7
|
* fixed itay's problem with variancesMartin Odersky2007-05-161-1/+3
|
* updated OSGi manifest headersmichelou2007-05-161-10/+28
|
* oops, undoing previous premature commitLex Spoon2007-05-161-13/+13
|
* type: wrateRef --> writeRefLex Spoon2007-05-161-12/+13
|
* documented the pickling of annotated types andLex Spoon2007-05-161-0/+41
| | | | | of reflect Tree's, Symbol's, and Type's
* fix^2 bug1111Martin Odersky2007-05-161-2/+6
|
* fixed bug1111Martin Odersky2007-05-161-27/+31
|
* updated examplesmichelou2007-05-1615-71/+75
|