summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/interactive/Global.scala
Commit message (Expand)AuthorAgeFilesLines
* Make interrupts non-interruptible, otherwise th...Eugene Vigdorchik2010-11-211-1/+7
* Correct wrong comment. No review.Eugene Vigdorchik2010-11-161-1/+1
* Sync toplevels after namer but before typecheck...Eugene Vigdorchik2010-11-051-2/+4
* One of those annoying patches for which I apolo...Paul Phillips2010-11-021-1/+1
* Make compile runner thread volatile + remove a ...Eugene Vigdorchik2010-11-021-2/+3
* Made an @inline marked method final because oth...Paul Phillips2010-10-301-1/+1
* Correctly find completion proposals for ImportT...Iulian Dragos2010-10-281-13/+18
* Fix for IDE ticket #1000180: the presentation c...Iulian Dragos2010-10-271-25/+33
* init currentTyperRun rather than leaving it nul...Eugene Vigdorchik2010-10-041-2/+2
* Reverted an earlier binary incompatible change ...Martin Odersky2010-09-291-7/+7
* need an access to compileRunner from Eclipse to...Eugene Vigdorchik2010-09-291-1/+1
* Closes #3875. Review by vigdorchick.Martin Odersky2010-09-291-9/+12
* added typedLastTree functionality to CompilerCo...Martin Odersky2010-09-181-7/+21
* Correctly get all scope symbols and members.Eugene Vigdorchik2010-09-171-7/+5
* include all symbols from enclosing scopes as we...Eugene Vigdorchik2010-09-161-3/+7
* Changes to presentation compiler.Martin Odersky2010-09-071-33/+77
* New wider interface of presentation compiler.Martin Odersky2010-08-301-17/+48
* Allow for overriding the debugIDE val (requeste...Hubert Plociniczak2010-07-221-1/+1
* Added `ask` method to compiler control to do fa...Martin Odersky2010-07-191-2/+8
* Changed the script runner mechanism to alchemiz...Paul Phillips2010-05-231-1/+1
* As a brief diversion from real work, implemente...Paul Phillips2010-04-061-2/+2
* Leveraged -Xmigration to burn off some warts wh...Paul Phillips2010-03-151-3/+3
* A few yards short of the goal posts attempt at ...Paul Phillips2010-03-041-16/+16
* Yet another attempt at retaining ill-typed tree...Miles Sabin2010-02-221-1/+1
* Another attempt at retaining ill-typed trees fo...Miles Sabin2010-02-201-1/+1
* Temporarily reverting r20928 as it is leading t...Paul Phillips2010-02-201-1/+1
* Fixed #3043 and #3043; fixed a regression with ...Miles Sabin2010-02-191-1/+1
* Compiler part of fix for #2767: provide hooks t...Miles Sabin2010-02-091-2/+4
* missing bits of r20746.Martin Odersky2010-02-011-2/+2
* Fixed stability problem with build.Martin Odersky2010-01-251-1/+0
* Removing a stray paren to unbreak build.Paul Phillips2010-01-241-1/+1
* renamed notCompiles ==> canRedefine.Martin Odersky2010-01-241-11/+18
* Closes 2926. Review by milesabin.Martin Odersky2010-01-231-5/+11
* Second attempt to fix #2926.Martin Odersky2010-01-221-2/+4
* new doc comment generation, including some new ...Martin Odersky2009-12-071-4/+1
* Improved completion for locals and import.Miles Sabin2009-11-241-4/+24
* Fixed #2848 and #2630; Improvements in equality...Martin Odersky2009-11-151-18/+0
* new classpaths.Lukas Rytz2009-10-261-1/+1
* Suppression of a possible NPE which is almost c...Miles Sabin2009-10-251-1/+7
* Scaladoc comment position fixes with tests; sca...Miles Sabin2009-10-141-10/+12
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-241-0/+0
* If a ControlException propagates to the top of ...Miles Sabin2009-09-091-7/+11
* These might be the last of the deprecation warn...Paul Phillips2009-08-221-1/+1
* Fixed some problems with scope completionMartin Odersky2009-08-031-3/+11
* Deleted IDeSupport.Martin Odersky2009-08-021-48/+76
* Added notification to BuildManager clients of f...Miles Sabin2009-07-311-10/+27
* hooks for scope completion; background presenta...Martin Odersky2009-07-311-50/+61
* more fixes for positionsMartin Odersky2009-07-301-1/+1
* rewrite of positions in compilerMartin Odersky2009-07-301-3/+4
* Fix for another positions issue; added some pos...Miles Sabin2009-07-271-13/+12