summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* The eagerly awaited companion commit to r23622,...Paul Phillips2011-06-014-5/+10
* Fixed a repl regression with parentheses handli...Paul Phillips2011-05-313-2/+50
* 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-313-5/+12
* Restored the lisp.scala test.Paul Phillips2011-05-312-0/+0
* Cleaning up power mode import issues (and the a...Paul Phillips2011-05-313-7/+36
* 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-296-49/+122
* Give some feedback on invalid :type expressions.Paul Phillips2011-05-294-10/+52
* Fixed a crasher in the scanner when unicode esc...Paul Phillips2011-05-295-17/+37
* Each of the three commits preceding this are to...Paul Phillips2011-05-291-0/+0
* Fixing an interpreter output regression and upd...Paul Phillips2011-05-294-41/+60
* 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-2911-56/+73
* Yikes, prependToList was violating List immutab...Paul Phillips2011-05-283-2/+21
* Overcoming limitations of the repl, multiple-tr...Paul Phillips2011-05-274-34/+111
* 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-2611-20/+103
* Finished reverting the misbegotten r23262, no r...Paul Phillips2011-05-264-5/+15
* Fix for failing { val x = classOf[List[_]] } in...Paul Phillips2011-05-234-2/+12
* Reverts a change as a tribute to the performanc...Paul Phillips2011-05-234-107/+44
* Created named subclasses not nested inside obje...Paul Phillips2011-05-231-24/+36
* Regression in Enumeration caused some nullary m...Paul Phillips2011-05-223-1/+14
* Making Range creation less slow, no review.Paul Phillips2011-05-213-13/+16
* 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
* Fix documentation of ## regarding null.##, than...Paul Phillips2011-05-191-1/+3
* Removes SUnit (long deprecated!) from the stand...Paul Phillips2011-05-1926-1565/+1141
* Suppress unwanted noise generated by javac when...Paul Phillips2011-05-193-6/+4
* Apparent assumption that Literal(0) would be ad...Paul Phillips2011-05-193-8/+30
* Specialized keySets for immutable and sorted ma...Paul Phillips2011-05-192-3/+25
* Fixes and closes #4608.Aleksandar Pokopec2011-05-192-1/+12
* slightly better handling of .tar, .tgz, .txzAntonio Cunei2011-05-181-9/+9
* Small change to keep WinZip happy.Antonio Cunei2011-05-181-7/+10
* Added a forwarder for object Chars.Iulian Dragos2011-05-181-0/+3
* Segregate deprecated members into a titled sect...Pedro Furlanetto2011-05-181-1/+11
* Fixed #4593.Iulian Dragos2011-05-172-0/+21