summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix documentation of ## regarding null.##, than...Paul Phillips2011-05-191-1/+3
* Removes SUnit (long deprecated!) from the stand...Paul Phillips2011-05-191-272/+0
* Apparent assumption that Literal(0) would be ad...Paul Phillips2011-05-191-8/+14
* Specialized keySets for immutable and sorted ma...Paul Phillips2011-05-192-3/+25
* Fixes and closes #4608.Aleksandar Pokopec2011-05-191-1/+1
* 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-171-0/+1
* Error reporting when the generated code size ex...Iulian Dragos2011-05-172-3/+30
* Eliminated an unnecessary second traversal of j...Paul Phillips2011-05-173-110/+134
* Deleting the empty files git is not too cool to...Paul Phillips2011-05-1720-0/+0
* Yet more work on ZipArchive.Paul Phillips2011-05-161-62/+71
* Renamed scala.reflect.common to scala.reflect.i...Paul Phillips2011-05-1662-73/+73
* And the remainder of the scala.reflect refactor...Paul Phillips2011-05-1682-12641/+14879
* Phase and Error handling code, no review.Paul Phillips2011-05-166-1/+138
* Flags and Pickler related code, no review.Paul Phillips2011-05-164-0/+1041
* Switched nsc.util to point to reflect.util, no ...Paul Phillips2011-05-167-354/+16
* Settings code into common.settings, no review.Paul Phillips2011-05-162-0/+64
* Some largely self-contained utility classes int...Paul Phillips2011-05-165-0/+357