summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fixed #2208Adriaan Moors2009-08-062-2/+8
* fixed ticket #2197Adriaan Moors2009-08-061-2/+8
* Fix for #1498.Paul Phillips2009-08-053-65/+26
* Implemented #2191.Philipp Haller2009-08-041-0/+10
* Applied patch for #2150.Philipp Haller2009-08-041-0/+10
* Fixed #2028 and #2100.Philipp Haller2009-08-047-5/+76
* Fixed NPE in scala.ref.WeakReference and scala....Philipp Haller2009-08-032-2/+4
* Applied patch for #2145.Philipp Haller2009-08-032-24/+27
* Fixed some problems with scope completionMartin Odersky2009-08-032-10/+24
* Added the scala.concurrent.TaskRunner and scala...Philipp Haller2009-08-0328-88/+285
* Re-enabled forwarders and moved the formerly fa...Paul Phillips2009-08-032-9/+12
* Fixed startup problem for interactive GlobalMartin Odersky2009-08-031-1/+1
* Deleted IDeSupport.Martin Odersky2009-08-029-1186/+148
* More work on build manager.Miles Sabin2009-08-026-118/+150
* Added notification to BuildManager clients of f...Miles Sabin2009-07-316-11/+39
* hooks for scope completion; background presenta...Martin Odersky2009-07-317-57/+109
* Fixed #2142 and #2143.Philipp Haller2009-07-312-8/+8
* Fixed #2212.Philipp Haller2009-07-311-2/+7
* Build manager now clones only symbols that were...Iulian Dragos2009-07-311-3/+3
* re-organized Namer.methodSig; verified for corr...Lukas Rytz2009-07-311-21/+23
* fixed positions when using named argumentsLukas Rytz2009-07-314-52/+55
* Merged dependency and references analysis.Iulian Dragos2009-07-314-79/+51
* more fixes for positionsMartin Odersky2009-07-308-19/+35
* Fixed problem when compileLate was calling genjvm.Iulian Dragos2009-07-301-4/+5
* Small refactoring to remove code duplication.Iulian Dragos2009-07-301-5/+8
* When both updating and removing, don't build tw...Miles Sabin2009-07-301-3/+5
* Added 'removed' files parameter to the update m...Iulian Dragos2009-07-303-3/+18
* Fixed test/positions/Empty regression.Martin Odersky2009-07-302-6/+4
* Allow IDEs more control over a BuildManagers co...Miles Sabin2009-07-303-6/+22
* Better docs for positionsMartin Odersky2009-07-301-1/+45
* rewrite of positions in compilerMartin Odersky2009-07-3038-602/+522
* fixed ticket #2211michelou2009-07-291-3/+4
* A couple more positions issues caused by the pa...Miles Sabin2009-07-281-2/+2
* Fixed #2183.Philipp Haller2009-07-282-3/+3
* Reintegrated `ImmutableMapAdaptor` and `Immutab...Philipp Haller2009-07-282-16/+19
* Fix for another positions issue; added some pos...Miles Sabin2009-07-274-27/+21
* Changed toSet to return immutable.Set, addresse...Paul Phillips2009-07-262-2/+3
* nested pacpakges for actor.wscheduler; fixed bu...Martin Odersky2009-07-2415-16/+29
* switch to unnested packages.Martin Odersky2009-07-24495-627/+1140
* another attempt at fixing annotations printoutLukas Rytz2009-07-241-1/+1
* fixed a bug with defaults reported on mailing listLukas Rytz2009-07-241-0/+6
* Fixes for various invalid positions; ensure tha...Miles Sabin2009-07-233-2/+10
* Commented brace patch output from parser.Philipp Haller2009-07-231-1/+1
* Fixes for various invalid positions.Miles Sabin2009-07-232-8/+12
* Fix for #2187.Paul Phillips2009-07-231-2/+2
* Fix and test cases for #2184.Paul Phillips2009-07-221-1/+1
* Proposed fix to address #2165.Philipp Haller2009-07-225-6/+21
* Fixed #2176.Philipp Haller2009-07-221-1/+2
* Enabled synchronous message sends for Replyable...Philipp Haller2009-07-213-26/+121
* Made Replyable more general.Philipp Haller2009-07-216-10/+33