summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/interpreter
Commit message (Expand)AuthorAgeFilesLines
* More consistent use of Names.Paul Phillips2012-01-059-114/+121
* Better hunting for tools.jar.Paul Phillips2011-12-301-14/+32
* repl power mode improvements.Paul Phillips2011-12-283-94/+96
* Optimizing at the Name/String boundary.Paul Phillips2011-12-252-35/+22
* Fix for erroneous bytecode generation.Paul Phillips2011-11-281-1/+1
* Fast PartialFunction # orElse.Martin Odersky2011-11-241-1/+1
* Working on the runners.Paul Phillips2011-11-131-3/+14
* Another round of pleasing the gods of init order.Paul Phillips2011-11-072-78/+87
* Fixing checkinit build.Paul Phillips2011-11-071-14/+10
* More repl work.Paul Phillips2011-11-045-63/+132
* Fix for some repl bitrot.Paul Phillips2011-11-042-16/+16
* Repl deadlock fix.Paul Phillips2011-11-041-1/+1
* Reflection classloader adjustment.Paul Phillips2011-11-031-2/+25
* ScalaClassLoader changes.Paul Phillips2011-11-034-24/+24
* AbstractPartialFunction.Paul Phillips2011-10-191-1/+1
* Fixing valueOfTerm in the repl.Paul Phillips2011-10-182-7/+9
* Changed a power mode import.Paul Phillips2011-10-151-1/+1
* Cleanups involving name encoding and decoding.Martin Odersky2011-09-304-5/+2
* Removed special comments on Martin's requestmichelou2011-09-291-2/+1
* Deprecation and convention adherence patrol.Paul Phillips2011-09-191-3/+2
* fixed svn props, did some cleanupmichelou2011-09-171-1/+2
* Added parens to many methods.Paul Phillips2011-09-092-3/+3
* Made it possible to supply a custom Global to t...Paul Phillips2011-09-011-1/+1
* Replaced various now-unnecessary casts with str...Paul Phillips2011-08-271-1/+1
* Made -Xprompt more useful, less crashy and more...Paul Phillips2011-08-254-4/+9
* Some 11th hour modifications with the dual purp...Paul Phillips2011-08-234-16/+25
* Turned up the defense against compiler exceptio...Paul Phillips2011-08-101-11/+23
* Reversed the values of "is" and "is not" in rec...Paul Phillips2011-08-101-3/+2
* Don't discard deprecation/unchecked warnings re...Paul Phillips2011-08-093-15/+88
* Made the thread behavior of the repl a little b...Paul Phillips2011-08-082-1/+7
* Tired of ugly-printing in the repl, I sort of f...Paul Phillips2011-08-014-12/+338
* Added two new compiler options:Paul Phillips2011-07-291-1/+1
* Remove sigint handler on repl exit as a sanity ...Paul Phillips2011-07-282-0/+4
* Some tweaks to repl thread creation based on sp...Paul Phillips2011-07-271-1/+1
* Start of an attempt to abstract above some hard...Paul Phillips2011-07-235-12/+19
* Adding some Sets/Maps to perRunCaches, and elim...Paul Phillips2011-07-141-3/+1
* cleanups (scaladoc 2, deprecation warnings, tra...michelou2011-07-131-4/+11
* Making power mode startup a little less glacial...Paul Phillips2011-07-122-38/+19
* A bunch of repl stuff.Paul Phillips2011-07-125-82/+184
* Looking forward to working positions.Paul Phillips2011-07-031-5/+10
* Logic bug in repl :paste parsing, no review.Paul Phillips2011-07-031-1/+1
* Cosmetic removal of redundant toList call on it...Paul Phillips2011-06-251-1/+1
* Go back to printing the message that transcript...Paul Phillips2011-06-161-5/+1
* In the interests of unbreaking the ide, changin...Paul Phillips2011-06-131-1/+1
* Making some recent changes less breaky so sbt c...Paul Phillips2011-06-111-0/+1
* Tweaks repl tests to enforce -Yrepl-sync and ot...Paul Phillips2011-06-101-1/+3
* A somewhat more realistic attempt to fix the bu...Paul Phillips2011-06-103-31/+56
* First of what might be several attempts to fix ...Paul Phillips2011-06-101-1/+1
* A few more items so that all may enjoy power mo...Paul Phillips2011-06-031-20/+37
* More polishing up repl power mode, no review.Paul Phillips2011-06-036-87/+76