summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [scaladoc] Fixes the way new lines in wiki synt...Gilles Dubochet2011-02-041-3/+3
* Added assertion to better diagnose build failures.Martin Odersky2011-02-041-1/+3
* [scaladoc] Strings looking like documentation a...Gilles Dubochet2011-02-041-12/+13
* Presentation compiler yields now to be nicer to...Martin Odersky2011-02-041-0/+12
* [scaladoc] Extends CSS of standard HTML generat...Gilles Dubochet2011-02-041-0/+4
* [scaladoc] Scaladoc recognises HTML entities in...Gilles Dubochet2011-02-041-1/+1
* [scaladoc] Tweaks to `Generator` data structure...Gilles Dubochet2011-02-042-9/+15
* After discovering #3376 was fixed I gave in and...Paul Phillips2011-02-041-1/+21
* 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-031-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
* 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-014-90/+125
* I found more situations where primitive types w...Paul Phillips2011-02-011-31/+31
* 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-2933-2596/+2795
* Fixed some generic signature bugs I found thank...Paul Phillips2011-01-281-3/+3
* 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