summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* made Stream.length not be recursiveLex Spoon2007-10-041-1/+9
|
* Downgraded randomAccessSeq[Char] => String impl...Sean McDirmid2007-10-041-1/+1
| | | | | | Downgraded randomAccessSeq[Char] => String implicit to RichString => String
* enums can't be serializedmichelou2007-10-032-12/+16
|
* Updated the attributes test because there is a ...Lex Spoon2007-10-022-0/+7
| | | | | | Updated the attributes test because there is a warning when subclassing ClassfileAnnotation
* added a test for multi-line stringsLex Spoon2007-10-021-2/+14
|
* Settings.scala - added mode to eliminate : betw...Sean McDirmid2007-10-027-7/+25
| | | | | | | | | | | Settings.scala - added mode to eliminate : between name and choice Array.scala/BoxedObjectArray - boxing fixes Set.scala - deprecated **, added * to collection.Set.scala Predef.scala - added an implicit coercion from RandomAccessSeq[Char] (including RichString) to String
* use the word "shell" more oftenLex Spoon2007-10-021-2/+2
|
* Emit a warning if a user tries to defineLex Spoon2007-10-022-0/+11
| | | | | their own subclass of ClassfileAnnotation
* Minor changes to improve the output whenLex Spoon2007-10-022-32/+54
| | | | | there are type errors in the user's code
* do not emit attributes unless they came from Ja...Lex Spoon2007-10-021-4/+11
| | | | | do not emit attributes unless they came from Java code
* corrected typomichelou2007-10-021-1/+1
|
* Fixed method freshName to return distinct names.Iulian Dragos2007-10-021-1/+1
|
* fixed ticket #142michelou2007-10-021-1/+4
|
* fixed ticket #141michelou2007-10-021-8/+17
|
* Made unary constructor of Channel class public.Philipp Haller2007-10-021-1/+1
|
* reverted java.flags changemichelou2007-10-011-1/+1
|
* fixed ticket #142michelou2007-10-011-10/+11
|
* Included patch to remove extra object in static...Iulian Dragos2007-09-281-1/+0
| | | | | Included patch to remove extra object in static initializers.
* fixed small bug with date commandmichelou2007-09-281-7/+7
|
* fixed #99, fixed order of worker queuemichelou2007-09-272-30/+24
|
* Fixed failing test 'protectedacc'.Iulian Dragos2007-09-271-1/+1
|
* Fixed interpreter error recovery mode and somet...Sean McDirmid2007-09-277-21/+25
| | | | | | | | Fixed interpreter error recovery mode and something in Namers that was unlinking module symbols (removed unlink, hope resident compiler is ok, but there are no tests for this in the test suite, better to fix the tests we do have then worry about tests we don't right?)
* optimizing irrefutable tuple matches and remove...Burak Emir2007-09-265-90/+104
| | | | | optimizing irrefutable tuple matches and removed -Ymatch-algo
* fixed ticket 137Adriaan Moors2007-09-262-1/+11
|
* removed old pattern matcher (was dead code sinc...Burak Emir2007-09-265-1877/+63
| | | | | | removed old pattern matcher (was dead code since a while), rewrote some APIs to reflect the change
* added tests for bin/hex/oct conversionsmichelou2007-09-252-0/+12
|
* Updated lib/mscorlib to Mono 1.2.5, added bin/h...michelou2007-09-252-0/+42
| | | | | | Updated lib/mscorlib to Mono 1.2.5, added bin/hex/oct conversions in class RichInt
* I hate the test script.Sean McDirmid2007-09-251-3/+3
|
* Taking out accidental println statement.Sean McDirmid2007-09-251-1/+0
|
* Fixing interpreter/scanner/XML issues.Sean McDirmid2007-09-252-3/+8
|
* Fixing bugs neg/bug432.scala and neg/badtok-1.s...Sean McDirmid2007-09-256-53/+32
| | | | | | | Fixing bugs neg/bug432.scala and neg/badtok-1.scala. Also, removed buggy filtered mutable iterator. Replaced with one that doesn't support remove.
* Fixed ticket #116 (protected accessor crashes c...Iulian Dragos2007-09-251-1/+5
| | | | | Fixed ticket #116 (protected accessor crashes compiler).
* Fixed build of partest.Philipp Haller2007-09-251-1/+1
|
* (no commit message)Philipp Haller2007-09-252-4/+4
|
* Fixed ticket #88 (verify error, exceptions).Iulian Dragos2007-09-243-1/+16
|
* Fixed ticket #107 (verify error long/byte).Iulian Dragos2007-09-241-0/+3
|
* Made fringe example more type safe.Philipp Haller2007-09-211-15/+20
|
* Some experiments with more constrained types.Philipp Haller2007-09-213-2/+49
|
* Trying to get SymbolLoaders to be stable.Sean McDirmid2007-09-201-4/+2
|
* Fixing semi-colon inference in XML.Sean McDirmid2007-09-205-6/+20
|
* Added “alternative with longest match selection...Gilles Dubochet2007-09-191-0/+52
| | | | | | Added “alternative with longest match selection” parser to combinator library (requested for DBC2).
* Fixing MSIL build problemSean McDirmid2007-09-182-2/+4
|
* Renamed clearProxy method to clearSelf with sli...Philipp Haller2007-09-181-5/+3
| | | | | | Renamed clearProxy method to clearSelf with slightly different semantics.
* Added clearProxy method to Actor object.Philipp Haller2007-09-181-0/+15
|
* Ajusting ModelExtractor according to change in ...Sean McDirmid2007-09-181-3/+4
| | | | | | Ajusting ModelExtractor according to change in NewScanner that doesn't include /** and */ in scala-doc comments.
* Fixing 1.6 accidental java.io.Console referenceSean McDirmid2007-09-181-1/+1
|
* aded svn:keywords, file headers in XML classesmichelou2007-09-1825-191/+274
|
* fixing symbol bugSean McDirmid2007-09-181-3/+9
|
* Massive check-in for IDE.Sean McDirmid2007-09-17127-1207/+3294
|
* added classes for persistent storage of XMLBurak Emir2007-09-174-0/+181
|