summaryrefslogtreecommitdiff
path: root/sources
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Martin Odersky2005-09-1319-368/+1063
|
* Fixed array handling.Iulian Dragos2005-09-087-20/+93
|
* *** empty log message ***Martin Odersky2005-09-0811-74/+110
|
* *** empty log message ***Martin Odersky2005-09-0717-115/+164
|
* - added missing header comment.michelou2005-09-071-0/+4
|
* - added missing CVS tag.michelou2005-09-071-0/+2
|
* *** empty log message ***michelou2005-09-072-1/+1
|
* - corrected CVS tag in header comment.michelou2005-09-071-1/+1
|
* *** empty log message ***Martin Odersky2005-09-062-3/+248
|
* *** empty log message ***Iulian Dragos2005-09-061-0/+575
|
* Added tree checkers.Iulian Dragos2005-09-0615-323/+1475
|
* *** empty log message ***Martin Odersky2005-09-0613-66/+118
|
* Added 'debug' option to scalac task.Iulian Dragos2005-09-061-0/+3
|
* - added Scala header.michelou2005-09-021-0/+8
|
* - updated copyright notice.michelou2005-09-022-4/+6
|
* - initial check-in.michelou2005-09-011-0/+132
|
* *** empty log message ***Martin Odersky2005-09-0118-105/+163
|
* - loaded in class scalac.symtab.Definitions.michelou2005-08-319-0/+144
|
* - changed date in versionMsg.michelou2005-08-301-1/+2
|
* *** empty log message ***Martin Odersky2005-08-294-99/+130
|
* *** empty log message ***Martin Odersky2005-08-2941-327/+1048
|
* Use the new syntax for def parametersmihaylov2005-08-264-4/+4
|
* - removed CR/LF (Windows) characters.michelou2005-08-2644-127/+162
|
* - changed def parameter.michelou2005-08-241-1/+1
|
* *** empty log message ***Martin Odersky2005-08-044-2/+4
|
* *** empty log message ***Martin Odersky2005-08-0329-216/+1053
|
* Replaced "throw new Error(...)" with "Predef.er...mihaylov2005-08-031-2/+2
| | | | | Replaced "throw new Error(...)" with "Predef.error(...)"
* assigned better type in Bind(_,_)Burak Emir2005-07-311-1/+1
|
* cheating - removed regular pattern, because nsc...Burak Emir2005-07-311-3/+4
| | | | | cheating - removed regular pattern, because nsc not up for it yet
* bugfix, optimized ArrayValue(x@_*)Burak Emir2005-07-314-94/+137
|
* isSequenceValued now takes care of ArrayValues ...Burak Emir2005-07-311-0/+1
| | | | | isSequenceValued now takes care of ArrayValues as well
* bug for empty command line optionsBurak Emir2005-07-301-2/+4
|
* - changed code for deprecated def-parameters.michelou2005-07-271-2/+2
|
* - updated copyright.michelou2005-07-272-14/+14
|
* - added comment templates.michelou2005-07-271-7/+27
|
* Added "implicit" to view definition to make it ...Iulian Dragos2005-07-272-21/+1
| | | | | Added "implicit" to view definition to make it visible to nsc.
* - warning for deprecated def-parameters alsomichelou2005-07-271-23/+80
| | | | | enabled with function declarations.
* - removed unused imports.michelou2005-07-271-2/+2
|
* Added abstract syntax tree browser (using Java ...Iulian Dragos2005-07-263-0/+623
| | | | | Added abstract syntax tree browser (using Java Swing).
* Added experimental support for ICode.Iulian Dragos2005-07-2511-1/+1981
|
* - removed "is/asInstancOf" methods.michelou2005-07-221-7/+1
|
* *** empty log message ***Martin Odersky2005-07-2129-263/+733
|
* - added comment templates.michelou2005-07-211-5/+46
|
* ArrayValue ...Burak Emir2005-07-203-4/+17
|
* - replaced 'Space' with 'Newline' in printAttri...michelou2005-07-191-1/+1
| | | | | - replaced 'Space' with 'Newline' in printAttributes.
* - changed code of 'toString' method.michelou2005-07-191-7/+23
| | | | | - added file header.
* - prints out Scala attributes.michelou2005-07-181-0/+14
|
* Removed custom log method.Iulian Dragos2005-07-151-13/+0
|
* Fixed bug: ctx.accessed was not reset when a ne...Iulian Dragos2005-07-151-7/+52
| | | | | Fixed bug: ctx.accessed was not reset when a new label was created.
* *** empty log message ***Martin Odersky2005-07-143-86/+158
|