summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Fixing a bug with long lists in GenerateIDESyms...Sean McDirmid2007-10-045-3/+14
* Settings.scala - added mode to eliminate : betw...Sean McDirmid2007-10-021-0/+10
* Emit a warning if a user tries to defineLex Spoon2007-10-021-0/+5
* Minor changes to improve the output whenLex Spoon2007-10-021-19/+30
* do not emit attributes unless they came from Ja...Lex Spoon2007-10-021-4/+11
* Fixed method freshName to return distinct names.Iulian Dragos2007-10-021-1/+1
* fixed ticket #142michelou2007-10-021-1/+4
* Included patch to remove extra object in static...Iulian Dragos2007-09-281-1/+0
* Fixed failing test 'protectedacc'.Iulian Dragos2007-09-271-1/+1
* Fixed interpreter error recovery mode and somet...Sean McDirmid2007-09-275-18/+22
* optimizing irrefutable tuple matches and remove...Burak Emir2007-09-264-89/+103
* fixed ticket 137Adriaan Moors2007-09-261-1/+3
* removed old pattern matcher (was dead code sinc...Burak Emir2007-09-265-1877/+63
* 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-251-1/+1
* Fixed ticket #116 (protected accessor crashes c...Iulian Dragos2007-09-251-1/+5
* Fixed ticket #88 (verify error, exceptions).Iulian Dragos2007-09-241-1/+1
* Fixed ticket #107 (verify error long/byte).Iulian Dragos2007-09-241-0/+3
* 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
* Fixing MSIL build problemSean McDirmid2007-09-182-2/+4
* Ajusting ModelExtractor according to change in ...Sean McDirmid2007-09-181-3/+4
* Fixing 1.6 accidental java.io.Console referenceSean McDirmid2007-09-181-1/+1
* fixing symbol bugSean McDirmid2007-09-181-3/+9
* Massive check-in for IDE.Sean McDirmid2007-09-1761-1086/+3094
* combinator1 parser changes + examples addedMartin Odersky2007-09-161-0/+1
* fixed seq matching bug + reorganized test casesBurak Emir2007-09-163-22/+43
* added MixSequenceStar rule.Burak Emir2007-09-142-28/+58
* enabled MixSequence rule for sequence patterns ...Burak Emir2007-09-142-56/+63
* Fixed dead code elimination phase: Iulian Dragos2007-09-138-25/+63
* fixed #59michelou2007-09-111-1/+1
* Added 'final' attribute to ServialVersionUID fi...Iulian Dragos2007-09-111-1/+1
* 1. added var pattern = expr syntaxMartin Odersky2007-09-105-48/+64
* fixed v@unapp problem (merged changes from bran...Burak Emir2007-09-072-48/+34
* 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
* better handle annotated types as theLex Spoon2007-09-041-0/+2
* allow annotations on definitions inside of blocksLex Spoon2007-09-041-2/+5
* 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
* enhancement #20Burak Emir2007-09-012-4/+5
* 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