summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/Interpreter.scala
Commit message (Expand)AuthorAgeFilesLines
* Three small Interpreter improvements:Lex Spoon2008-05-111-8/+18
* The interpreter no longer generates class files...Lex Spoon2008-05-051-28/+21
* Fix for #769Geoffrey Washburn2008-05-011-1/+1
* Use toString() instead of toString in the inter...Geoffrey Washburn2008-04-071-2/+2
* Fixed #274 by using NameTransformer.decode.Geoffrey Washburn2008-03-071-2/+3
* for queries not understood in the interpreter, ...Lex Spoon2008-02-211-1/+3
* peel off any scaladoc comments whenLex Spoon2008-02-211-1/+2
* Moved NewLinePrintWriter to its own file, hopef...Lex Spoon2008-02-191-6/+0
* moved NewLinePrintWriter back to object Interpr...Lex Spoon2008-02-181-4/+3
* Generalizes the allowed inputs to the interpret...Lex Spoon2008-02-181-272/+240
* Changed translation for pattern definitions whi...Martin Odersky2008-02-101-2/+2
* Fixed #323.Geoffrey Washburn2008-02-041-2/+4
* Arrays (and probably other things) pretty-print...Geoffrey Washburn2008-02-041-1/+1
* made println platform-independent in interpretermichelou2008-01-241-10/+15
* remove some warnings, incl. += (a -> b)michelou2008-01-231-4/+4
* removed some warningsmichelou2008-01-221-2/+2
* removed more warningsmichelou2008-01-181-7/+5
* Learned of the shorter way of converting string...Geoffrey Washburn2008-01-151-1/+1
* Moved the checks for executing JVM versus targe...Geoffrey Washburn2008-01-131-0/+7
* Fixed ticket #305.Geoffrey Washburn2008-01-071-1/+4
* -target 1.5 now the default.Martin Odersky2007-12-191-1/+1
* escape characters as necessary whenLex Spoon2007-11-281-8/+52
* added basic support for runtime typesmichelou2007-11-021-1/+2
* fixed #198michelou2007-10-261-26/+24
* Minor changes to improve the output whenLex Spoon2007-10-021-19/+30
* Fixed interpreter error recovery mode and somet...Sean McDirmid2007-09-271-12/+8
* Taking out accidental println statement.Sean McDirmid2007-09-251-1/+0
* Fixing interpreter/scanner/XML issues.Sean McDirmid2007-09-251-0/+2
* Massive check-in for IDE.Sean McDirmid2007-09-171-11/+14
* if the result of an expression includesa newlin...Lex Spoon2007-07-221-4/+9
* Support jline in the interactive shell.Lex Spoon2007-07-171-0/+3
* - interpret() creates compiler.Run the first ti...Lex Spoon2007-07-131-0/+10
* added star expansion (Stepan's contrib)michelou2007-07-091-2/+2
* tweak to printed output: do not print any extra...Lex Spoon2007-07-021-2/+11
* removed more primitive type aliases, removed so...michelou2007-06-211-15/+19
* merged Alias/AbsTypeDef into TypeDefMartin Odersky2007-06-191-6/+7
* factored out the creation of the compiler, so thatLex Spoon2007-06-121-1/+6
* added existential typesMartin Odersky2007-06-091-1/+1
* deprecated &f, .f, requires.Martin Odersky2007-06-051-1/+1
* Added Reporter.flush() Lex Spoon2007-06-011-0/+4
* added option -Xcodebasemichelou2007-05-301-4/+4
* - run the cleanup regex for compiler error mess...Lex Spoon2007-05-241-16/+15
* fixed bug1084Martin Odersky2007-05-141-3/+3
* updated for-comprehension syntaxmichelou2007-04-191-19/+15
* Switching over to position objects from positio...Sean McDirmid2007-04-191-2/+4
* use "trait" as the keyword for traits, not "class"Lex Spoon2007-04-191-2/+7
* changed "def close" to "def close()"Lex Spoon2007-04-191-1/+1
* shrink the nesting of import wrappers in a few ...Lex Spoon2007-04-181-19/+153
* - fixed printout for assignment statementsLex Spoon2007-04-111-11/+16
* 1.Lex Spoon2007-04-011-81/+115