summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)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
* Removed explicit references via java.lang to Il...mihaylov2007-09-171-2/+2
* combinator1 parser changes + examples addedMartin Odersky2007-09-164-24/+7
* fixed seq matching bug + reorganized test casesBurak Emir2007-09-163-22/+43
* fixed #60 ampersand in xmlBurak Emir2007-09-141-4/+4
* added MixSequenceStar rule.Burak Emir2007-09-142-28/+58
* new version of combinator parsersMartin Odersky2007-09-1410-0/+1112
* enabled MixSequence rule for sequence patterns ...Burak Emir2007-09-142-56/+63
* Handle AccessControlException when initializing...Philipp Haller2007-09-141-3/+14
* 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
* Fixed dead code elimination phase: Iulian Dragos2007-09-138-25/+63
* partest integration (alpha)michelou2007-09-114-0/+718
* 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
* 1. added var pattern = expr syntaxMartin Odersky2007-09-106-50/+66
* fixed v@unapp problem (merged changes from bran...Burak Emir2007-09-072-48/+34
* added missing headermichelou2007-09-061-0/+9
* Made constructor of FJTaskScheduler2 parameterl...Philipp Haller2007-09-062-5/+5
* Fixed bug with automatic termination (pending r...Philipp Haller2007-09-054-31/+51
* 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