summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* After discovering #3376 was fixed I gave in and...Paul Phillips2011-02-044-36/+57
* Don't have time to fix the sbt build and can't ...Paul Phillips2011-02-041-22/+36
* Ignore anonymous and synthetic classes when ass...Paul Phillips2011-02-044-33/+48
* My repl history hasn't been working right for a...Paul Phillips2011-02-0416-89/+277
* Faster interrupts in IDE when parsing.Martin Odersky2011-02-041-0/+1
* A couple long-threatened repl features.Paul Phillips2011-02-0311-296/+409
* Added an assertion to diagnose a build problem ...Martin Odersky2011-02-032-1/+2
* invokeDynamic -> applyDynamicMartin Odersky2011-02-033-3/+3
* Switched back to StoreReporter for presentation...Iulian Dragos2011-02-035-2/+2
* Enclosing method attributes.Paul Phillips2011-02-032-9/+20
* changed buildStructure to askEnteredTypedMartin Odersky2011-02-024-55/+29
* Fixing a spaceleak in the IDE.Martin Odersky2011-02-021-6/+8
* 2nd attempt to survive divergent implicits in t...Martin Odersky2011-02-022-12/+12
* Updated completion tests, still waiting for a d...Iulian Dragos2011-02-022-51/+261
* What's in a name? 2 redundant fields, it seems.Iulian Dragos2011-02-021-3/+3
* Added javap to the repl.Paul Phillips2011-02-028-113/+280
* Recent changes shattered :power mode functional...Paul Phillips2011-02-021-61/+50
* Remove the currentRun after a build, inside the...Iulian Dragos2011-02-012-0/+10
* Cleared 'createdSyntheticMethod' on resetTyper ...Iulian Dragos2011-02-012-0/+9
* Minor fix for Choice setting plus added some de...Hubert Plociniczak2011-02-013-1/+9
* Reverted divergent implicits change which cause...Martin Odersky2011-02-011-2/+2
* Reverts r24155, which light testing says is the...Paul Phillips2011-02-011-2/+2
* Eliminating duplication and trying to outrun ob...Paul Phillips2011-02-018-125/+118
* I keep seeing huge simplifications available in...Paul Phillips2011-02-016-94/+129
* I found more situations where primitive types w...Paul Phillips2011-02-012-31/+42
* Avoids divergent implicit crash in typecompleti...Martin Odersky2011-01-311-2/+2
* Part2 of fix askStructure hangs commit.Martin Odersky2011-01-311-3/+8
* Fixed askStructure hangs.Martin Odersky2011-01-311-0/+7
* More work on the repl.Paul Phillips2011-01-315-63/+59
* Undid some damage I did recently to tab-complet...Paul Phillips2011-01-319-122/+121
* Closes #4204, an issue with fsc.Paul Phillips2011-01-301-2/+2
* More demonolithizing of the repl.Paul Phillips2011-01-306-348/+389
* Added a :keybindings command to the repl which ...Paul Phillips2011-01-305-10/+64
* Cut off the hunt for completions once something...Paul Phillips2011-01-291-1/+9
* Making the interpreter more functional.Paul Phillips2011-01-291-60/+65
* Boy, I try not to let any String.isEmpty get by...Paul Phillips2011-01-291-1/+1
* A :phase command for :power mode.Paul Phillips2011-01-293-10/+93
* Bringing lots more encapsulation to the repl.Paul Phillips2011-01-2910-166/+222
* Fixed bug in IndexedSeqOptimized.indexWhere suc...Paul Phillips2011-01-291-1/+1
* There is a lot of housecleaning to be done.Paul Phillips2011-01-2934-2599/+2798
* Fixed some generic signature bugs I found thank...Paul Phillips2011-01-283-3/+11
* Eliminated askLastTypeTree.Martin Odersky2011-01-282-19/+11
* made askTypeAt work on non-loaded sources.Martin Odersky2011-01-283-40/+30
* Various improvements to completion.Martin Odersky2011-01-284-14/+33
* More repl housecleaning.Paul Phillips2011-01-2811-205/+226
* A raw tree was making its way into an error mes...Paul Phillips2011-01-285-7/+13
* Forgot to commit the updated tests in my previo...Iulian Dragos2011-01-282-3/+0
* Made the presentation compiler reporter in inte...Iulian Dragos2011-01-283-10/+14
* A bunch of work on the sbt build. No review.Paul Phillips2011-01-2711-150/+197
* Changing some code to not use collect on top of...Paul Phillips2011-01-272-13/+17