summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* added classes for persistent storage of XMLBurak Emir2007-09-174-0/+181
|
* added XInclude classes for SAX APIBurak Emir2007-09-177-0/+972
|
* Updated src/dotnet-library/READMEmihaylov2007-09-171-4/+64
|
* Synced src/dotnet-library with rev 12880 of src...mihaylov2007-09-173-20/+48
| | | | | Synced src/dotnet-library with rev 12880 of src/library
* Removed explicit references via java.lang to Il...mihaylov2007-09-171-2/+2
| | | | | | Removed explicit references via java.lang to IllegalArgumentException in Predef because there's an alias for it
* combinator1 parser changes + examples addedMartin Odersky2007-09-168-24/+203
|
* fixed seq matching bug + reorganized test casesBurak Emir2007-09-166-184/+196
|
* fixed #60 ampersand in xmlBurak Emir2007-09-143-4/+12
|
* added MixSequenceStar rule.Burak Emir2007-09-142-28/+58
|
* new version of combinator parsersMartin Odersky2007-09-1410-0/+1112
|
* Changed description of Scala library in control...Philipp Haller2007-09-142-2/+2
| | | | | | Changed description of Scala library in control file. Added jline.jar to library classpath in scala runner script.
* enabled MixSequence rule for sequence patterns ...Burak Emir2007-09-142-56/+63
| | | | | enabled MixSequence rule for sequence patterns without _*
* Handle AccessControlException when initializing...Philipp Haller2007-09-141-3/+14
| | | | | Handle AccessControlException when initializing actor library.
* added class List without serialization codemichelou2007-09-132-1/+1227
|
* Re-adding serialization code that was I think a...Sean McDirmid2007-09-131-3/+26
| | | | | | Re-adding serialization code that was I think accidentally nuked in last merge.
* Fixed dead code elimination phase: Iulian Dragos2007-09-139-27/+65
| | | | | | | - better handling of 'dead' DROP - fixed computeCompensations (VerifyErrors in corner cases) - fixed generation of LOAD_EXCEPTION on all exceptional paths, when optimizations enabled
* Updated STARR to Scala 2.6.0-finalmichelou2007-09-114-5/+5
|
* partest integration (alpha)michelou2007-09-116-1/+1684
|
* fixed #59michelou2007-09-111-1/+1
|
* added "import Predef._" for successful MSIL buildmichelou2007-09-112-18/+17
|
* Changed linked hash set to mutable hash set.Sean McDirmid2007-09-111-2/+2
|
* Added 'final' attribute to ServialVersionUID fi...Iulian Dragos2007-09-111-1/+1
| | | | | Added 'final' attribute to ServialVersionUID fields (ticket #62).
* 1. added var pattern = expr syntaxMartin Odersky2007-09-1011-55/+81
| | | | | | | 2. better error messages in two situations 3. fixed tickets 5, 33, 42 4. changed check files of 3 failing tests
* fixed v@unapp problem (merged changes from bran...Burak Emir2007-09-072-48/+34
| | | | | fixed v@unapp problem (merged changes from branch 2.6.0)
* added missing headermichelou2007-09-061-0/+9
|
* Made constructor of FJTaskScheduler2 parameterl...Philipp Haller2007-09-062-5/+5
| | | | | Made constructor of FJTaskScheduler2 parameterless again.
* Fixed bug with automatic termination (pending r...Philipp Haller2007-09-054-31/+51
| | | | | | Fixed bug with automatic termination (pending reactions). Fixed stack overflow problem in SingleThreadedScheduler.
* Fixed termination bug in messages actors example.Philipp Haller2007-09-051-4/+4
|
* Updated STARR to Scala 2.6.0-RC3michelou2007-09-054-5/+5
|
* propagated fix for ticket #55michelou2007-09-051-0/+6
|
* fixed t0055Martin Odersky2007-09-051-1/+1
|
* fixed odd typing bug #44Burak Emir2007-09-042-13/+38
|
* fixed #11Burak Emir2007-09-042-1/+32
|
* fixed bugs.Burak Emir2007-09-044-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
|
* (no commit message)Lex Spoon2007-09-041-0/+7
|
* better handle annotated types as theLex Spoon2007-09-041-0/+2
| | | | | destination type of an implicit conversion
* Renamed Trac bug reports according to the t####...Lex Spoon2007-09-044-0/+0
| | | | | Renamed Trac bug reports according to the t#### convention
* (no commit message)Lex Spoon2007-09-041-0/+9
|
* 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
|
* excluded JCL files from MSIL buildmichelou2007-09-031-0/+1
|
* (no commit message)Lex Spoon2007-09-032-0/+14
|
* (no commit message)Lex Spoon2007-09-032-0/+48
|
* Deprecate annotations that appear before a typeLex Spoon2007-09-031-2/+8
|