summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* A last little IO cleanup, no review.Paul Phillips2011-06-141-2/+3
* Update manually created tree which was calling ...Paul Phillips2011-06-143-3/+10
* More batched performance improvements for io.{ ...Paul Phillips2011-06-148-48/+34
* closes #4547.Adriaan Moors2011-06-141-0/+3
* Documented what I could figure out about late f...Paul Phillips2011-06-146-29/+84
* Performance tweaks for AbstractFile, no review.Paul Phillips2011-06-141-25/+29
* Views using methods implemented in terms of isE...Paul Phillips2011-06-131-0/+21
* Marked some more by-name-argument-using methods...Paul Phillips2011-06-134-12/+14
* In the interests of unbreaking the ide, changin...Paul Phillips2011-06-131-1/+1
* Revert r24960, "Change Types#narrow to create a...Paul Phillips2011-06-122-17/+16
* We migrated the Scala wiki from Trac to Conflue...Kato Kazuyoshi2011-06-122-2/+2
* We rename Trac and start using JIRA as the issu...Kato Kazuyoshi2011-06-122-2/+2
* The '#' sign may easily to lead to problems, So...Kato Kazuyoshi2011-06-121-1/+1
* Disabled the addition to isImpossibleSubType wh...Paul Phillips2011-06-121-2/+3
* Don't issue unchecked warnings on higher-kinded...Paul Phillips2011-06-121-0/+1
* Fix for wrong results from groupBy on views.Paul Phillips2011-06-121-1/+1
* Reverts r25051 due to witnessed movement of sca...Paul Phillips2011-06-121-2/+8
* Informs the bootstrap code which preferences ce...Paul Phillips2011-06-111-1/+2
* A third round of optimizations from Tiark, no r...Paul Phillips2011-06-115-23/+57
* 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-101-0/+7
* 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