summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Tweaks repl tests to enforce -Yrepl-sync and ot...Paul Phillips2011-06-103-6/+18
* Reverts r25036, "Altered the positioning of XML...Paul Phillips2011-06-101-8/+2
* A somewhat more realistic attempt to fix the bu...Paul Phillips2011-06-105-33/+60
* First of what might be several attempts to fix ...Paul Phillips2011-06-101-1/+1
* Modified erasure not to generate instance tests...Paul Phillips2011-06-071-2/+11
* Proliferating the number of debugging modes bec...Paul Phillips2011-06-0611-303/+491
* Realized most of the remaining methods in Optio...Paul Phillips2011-06-061-13/+12
* Working on the inliner, discovered that a few k...Paul Phillips2011-06-062-7/+7
* Carved out access exception for java protected ...Paul Phillips2011-06-062-1/+5
* 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
* Misc accumulated repl work.Paul Phillips2011-06-0313-178/+271
* More adjustments to repl parsing to accomodate ...Paul Phillips2011-06-011-24/+34
* The eagerly awaited companion commit to r23622,...Paul Phillips2011-06-012-2/+7
* Fixed a repl regression with parentheses handli...Paul Phillips2011-05-311-2/+9
* Fixed a repl history issue where some control c...Paul Phillips2011-05-311-2/+10
* A getter with type params is still a getter.Paul Phillips2011-05-312-5/+6
* Cleaning up power mode import issues (and the a...Paul Phillips2011-05-311-7/+8
* Working on the finer points of the Total Repl E...Paul Phillips2011-05-318-235/+431
* Moved some pure string manipulation functions o...Paul Phillips2011-05-3110-120/+92
* Created AbstractOrMissingHandler for the repl t...Paul Phillips2011-05-311-0/+41
* Adds support for @note in ScalaDoc.Pedro Furlanetto2011-05-301-1/+10
* Now :t types declarations as well as expression...Paul Phillips2011-05-292-23/+42
* Give some feedback on invalid :type expressions.Paul Phillips2011-05-292-10/+26
* Fixed a crasher in the scanner when unicode esc...Paul Phillips2011-05-293-17/+32
* Fixing an interpreter output regression and upd...Paul Phillips2011-05-293-40/+59
* Altered the positioning of XML literal trees.Paul Phillips2011-05-291-2/+8
* Fixed interpreter wrapper spotting logic to mak...Paul Phillips2011-05-291-3/+7
* Updated jline build to use xsbt 0.9.9 and rebui...Paul Phillips2011-05-2910-55/+72
* Yikes, prependToList was violating List immutab...Paul Phillips2011-05-281-2/+7
* Overcoming limitations of the repl, multiple-tr...Paul Phillips2011-05-272-34/+59
* Repaired regression in Set causing Set ++ to be...Paul Phillips2011-05-261-1/+1
* Altered IntSetting help syntax to be more indic...Paul Phillips2011-05-261-0/+2
* Rebuilt jline with some navigation improvements...Paul Phillips2011-05-2610-19/+102
* Finished reverting the misbegotten r23262, no r...Paul Phillips2011-05-261-4/+8
* Fix for failing { val x = classOf[List[_]] } in...Paul Phillips2011-05-231-2/+2
* Reverts a change as a tribute to the performanc...Paul Phillips2011-05-233-106/+33
* Created named subclasses not nested inside obje...Paul Phillips2011-05-231-24/+36
* Regression in Enumeration caused some nullary m...Paul Phillips2011-05-221-1/+5
* Making Range creation less slow, no review.Paul Phillips2011-05-212-12/+15
* Now that I've convinced myself getOrElseUpdate ...Paul Phillips2011-05-211-20/+9
* Commented out a bug workaround which seems to b...Paul Phillips2011-05-211-14/+17
* Cleanup in scriptrunner, no review.Paul Phillips2011-05-211-12/+3
* Created a PlainDirectory subclass of PlainFile ...Paul Phillips2011-05-212-2/+10
* Array[Byte] => Array[Char] => String => Array[C...Paul Phillips2011-05-211-2/+4
* Eliminating more calls requiring filesystem acc...Paul Phillips2011-05-211-2/+2
* Wow, ZipEntry#getTime is expensive! So that's h...Paul Phillips2011-05-211-12/+5
* Uglified an unpickler method based on profiler ...Paul Phillips2011-05-211-15/+28
* Fix #4599: XMLEventReader issue with input stream.Paul Phillips2011-05-203-26/+47
* Moved scala.reflect.Chars to scala.reflect.inte...Iulian Dragos2011-05-2015-15/+15