summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* A few additional (but less dramatic) optimizati...Paul Phillips2011-06-113-20/+76
* Tiark's main batch of optimizations to implicit...Paul Phillips2011-06-115-24/+50
* Making some recent changes less breaky so sbt c...Paul Phillips2011-06-1113-11/+26
* A test case demonstrating some of the issues wi...Paul Phillips2011-06-103-0/+138
* Compilation of spec-List enters an infinite loo...Paul Phillips2011-06-101-0/+0
* Tweaks repl tests to enforce -Yrepl-sync and ot...Paul Phillips2011-06-105-12/+31
* 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-073-2/+54
* Lisp test wins again, no review.Paul Phillips2011-06-072-0/+0
* Proliferating the number of debugging modes bec...Paul Phillips2011-06-0619-317/+505
* 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-0610-1/+73
* 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-037-88/+76
* Misc accumulated repl work.Paul Phillips2011-06-0313-178/+271
* More adjustments to repl parsing to accomodate ...Paul Phillips2011-06-013-24/+61
* 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