summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | Fixed NPE in scala.ref.WeakReference and scala.ref.SoftReference.
* 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
| | | | | | | Added the scala.concurrent.TaskRunner and scala.concurrent.AsyncInvokable abstractions with corresponding refactorings in scala.actors and scala.concurrent.
* Re-enabled forwarders and moved the formerly fa...Paul Phillips2009-08-036-9/+12
| | | | | | Re-enabled forwarders and moved the formerly failing tests for #363 and #1745 out of pending.
* 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
| | | | | | | | Added notification to BuildManager clients of files as they're compiled allowing IDEs to clear persistent compilation related state; added a mechanism to request a type tree corresponding to an entire compilation unit.
* hooks for scope completion; background presenta...Martin Odersky2009-07-317-57/+109
| | | | | | hooks for scope completion; background presentation compiler is no more incremental. Refactorings in IDE support
* Fixed #2142 and #2143.Philipp Haller2009-07-312-8/+8
|
* Fixed #2212.Philipp Haller2009-07-313-2/+20
|
* Build manager now clones only symbols that were...Iulian Dragos2009-07-311-3/+3
| | | | | | Build manager now clones only symbols that were compiled in the last run (fixes a crash in mixin).
* re-organized Namer.methodSig; verified for corr...Lukas Rytz2009-07-311-21/+23
| | | | | re-organized Namer.methodSig; verified for correct positions.
* 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
| | | | | When both updating and removing, don't build twice.
* Added 'removed' files parameter to the update m...Iulian Dragos2009-07-303-3/+18
| | | | | Added 'removed' files parameter to the update method for build managers.
* 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
| | | | | | Allow IDEs more control over a BuildManagers compiler instance; added default map values.
* Better docs for positionsMartin Odersky2009-07-301-1/+45
|
* rewrite of positions in compilerMartin Odersky2009-07-3039-607/+523
|
* fixed ticket #2211michelou2009-07-291-3/+4
|
* A couple more positions issues caused by the pa...Miles Sabin2009-07-284-5/+6
| | | | | | | A couple more positions issues caused by the packaging changes: fixed with test cases; test.positions target now runs the explicit test cases first.
* Whitespace.Miles Sabin2009-07-281-78/+78
|
* Fixed #2183.Philipp Haller2009-07-283-3/+8
|
* Reintegrated `ImmutableMapAdaptor` and `Immutab...Philipp Haller2009-07-282-16/+19
| | | | | Reintegrated `ImmutableMapAdaptor` and `ImmutableSetAdaptor`.
* Fixed spec-List test.Philipp Haller2009-07-281-2/+2
|
* Fix for another positions issue; added some pos...Miles Sabin2009-07-2714-28/+138
| | | | | | | | Fix for another positions issue; added some positions unit tests; added test.positions target to build.xml which validates positions of all sources in the Scala tree; cleaned up -Yide-debug output for use in the previous item.
* Changed toSet to return immutable.Set, addresse...Paul Phillips2009-07-262-2/+3
| | | | | Changed toSet to return immutable.Set, addresses #2200.
* nested pacpakges for actor.wscheduler; fixed bu...Martin Odersky2009-07-2415-16/+29
| | | | | nested pacpakges for actor.wscheduler; fixed build problems
* switch to unnested packages.Martin Odersky2009-07-24497-629/+1142
|
* another attempt at fixing annotations printoutLukas Rytz2009-07-241-1/+1
|
* fixed a bug with defaults reported on mailing listLukas Rytz2009-07-242-0/+13
|
* Fixes for various invalid positions; ensure tha...Miles Sabin2009-07-233-2/+10
| | | | | | Fixes for various invalid positions; ensure that target class infos are suitably initialized.
* 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-222-1/+15
|
* Proposed fix to address #2165.Philipp Haller2009-07-225-6/+21
|
* Fixed #2176.Philipp Haller2009-07-223-1/+7
|
* module settings changedilyas2009-07-211-2/+2
|
* Enabled synchronous message sends for Replyable...Philipp Haller2009-07-219-26/+269
| | | | | | Enabled synchronous message sends for ReplyableReactor. Added get(timeout: Long) method to SyncVar.
* Made Replyable more general.Philipp Haller2009-07-216-10/+33
|