summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* renamed Vector to IndexedSeqTiark Rompf2009-10-213-3/+3
|
* removing msil from trunk.Lukas Rytz2009-10-081-0/+0
|
* Sequence->SeqMartin Odersky2009-10-022-2/+2
|
* Rebuilt jline with http://bugs.jython.org/file6...Paul Phillips2009-09-261-1/+1
| | | | | | | Rebuilt jline with http://bugs.jython.org/file676/jline-osx.diff applied. It doesn't completely fix things on OSX but for me they are clearly better.
* Fixed another array problemMartin Odersky2009-09-251-1/+1
|
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-241-0/+0
| | | | | | | | [no content change] Fixed all SVN properties: mimes, EOL, executable. Id expansion is consistently enabled for Scala/Java/C# sources in 'src/' and consistently disabled and removed from everywhere else: there should not be any dead Id tags anymore.
* new arrays are done.Martin Odersky2009-09-213-3/+3
|
* new starr, with some changes to varargs handling.Martin Odersky2009-09-173-3/+3
|
* Not sure why my jars are being viewed somewhere...Paul Phillips2009-09-171-1/+1
| | | | | | | Not sure why my jars are being viewed somewhere along the way as if textual data, and this is apparently causing breakage some places. One more try at uploading a jar.
* An enhanced scalacheck with new powers (includi...Paul Phillips2009-09-161-1/+1
| | | | | | | An enhanced scalacheck with new powers (including arbUnit, for all your arbitrary Unit needs) and some tests for recent Array-related crashers, including test case for the now working #2299.
* The first working scalacheck test! Now Arbitrar...Paul Phillips2009-09-161-1/+0
| | | | | | The first working scalacheck test! Now Arbitrary is working for us instead of our nemesis Capt. Entropy.
* New and possibly even working scalacheck jar.Paul Phillips2009-09-163-1/+2
|
* - support optimised build with "build.optimise"...Lukas Rytz2009-09-103-3/+3
| | | | | | | - support optimised build with "build.optimise", "dist.optimise" or - "test.optimise". nightly builds are now optimised (but not the - check-in builds) new starr containing all the latest optimiser-fixes
* new starr with class manifestsMartin Odersky2009-08-253-3/+3
|
* new starr with better Manifest handlingMartin Odersky2009-08-243-3/+3
|
* another starr, based on r18539 and Martin's cha...Adriaan Moors2009-08-243-3/+3
| | | | | another starr, based on r18539 and Martin's changes -- hopefully this one works in Windows
* second try to get a starr that can compile the ...Adriaan Moors2009-08-213-3/+3
| | | | | | second try to get a starr that can compile the new Predef that has the implicit `conforms`
* replaced the implicit `identity` coercion by `c...Adriaan Moors2009-08-213-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | replaced the implicit `identity` coercion by `conforms`, which can be used to encode generalised constraints the introduction of `conforms` revealed a bug in adaptToMember, which was inferring views while already inferring one, which gave rise to diverging implicits. Predef.identity is no longer special as far as the compiler is concerned. because conforms/identity was no longer prevented from being used as a view (which does not make sense, but preventing it shouldn't be necessary), removeNames in NamesDefaults suddenly didn't detect all ambiguities because it relied on tryTypedApply failing fixed by using an EmptyTree as an ambiguous argument instead of the argument, so failure is guaranteed fixed check file for t0590 new starr fixed the weirdest bug ever: don't know why, but can't change the total number of calls to newTermName in StdNames (so take away the one for "identity", give one back, doesn't matter where --> see "utterweirdness" at the end) the problem manifested itself by not finding Nil. This only happens during start up (when the scala/package.scala file hasn't been compiled yet), when Nil is required before List (because that would have forced Nil to be loaded).
* Reverted the just committed starr, which can't ...Paul Phillips2009-08-203-3/+3
| | | | | | | Reverted the just committed starr, which can't build itself. That's a bit disconcerting because ant newstarr claimed success, which I had thought was a guarantee.
* New starr based on r18525.Paul Phillips2009-08-203-3/+3
|
* Fixed memory leaks for streams.Martin Odersky2009-08-183-3/+3
|
* switch to unnested packages.Martin Odersky2009-07-242-2/+2
|
* New starr based on r18322, to better take advan...Paul Phillips2009-07-163-3/+3
| | | | | | | | New starr based on r18322, to better take advantage of the last six weeks (which include named/default arguments fixes, pattern matcher fixes, structural type fixes, performance gains, and more useful bits I'm sure.)
* New jline jar from mapreduce's generified jline...Paul Phillips2009-06-251-1/+1
| | | | | | New jline jar from mapreduce's generified jline, including 32-bit and 64-bit versions of jline.dll so windows users can be happier.
* removed code for parsing old pickle format.Lukas Rytz2009-06-034-4/+4
|
* big overhaul of annotations implementation.Lukas Rytz2009-05-303-3/+3
|
* Riffing off the removal of the cldc library, re...Paul Phillips2009-05-291-1/+0
| | | | | | Riffing off the removal of the cldc library, removed forCLDC and its special cases. Not as much fun as removing inIDE, but still fun.
* new starr based on r17810.Paul Phillips2009-05-253-3/+3
|
* Further stability test failures will be fatal a...Antonio Cunei2009-05-144-4/+4
| | | | | | | | | | Further stability test failures will be fatal again. New (deterministic) starr included: any further "key not found" errors will be reproducible. Warnings will be printed when linking old classfiles.
* Fixed stability issues.Iulian Dragos2009-05-141-1/+1
|
* Reinstated old, trusted starr from r17713.Antonio Cunei2009-05-134-4/+4
| | | | | | | | | | | | Modified version number detection, so that until we have a new starr both 4 and 5 are acceptable (without warnings). Restored stability test so that it does complain if differences are found; however, a failed stability test is still non-fatal for the time being.
* New starr based on r17717.Paul Phillips2009-05-134-4/+4
|
* The compiler will complain when trying toAntonio Cunei2009-05-124-4/+4
| | | | | | | | | | compile against binaries created prior to this revision, which are however still transitionally accepted. That is done in preparation for future 2.8 releases, which will be binary incompatible. Includes new starr, aligned with r17713.
* massive new collections checkin.Martin Odersky2009-05-081-1/+1
|
* New StarrIulian Dragos2009-04-293-3/+3
|
* Backward-compatible extension of the signatureAntonio Cunei2009-04-223-3/+3
| | | | | | format, allows for more than 32 bits of flags to be saved by the pickler if so required.
* a new starr, which will hopefully cure nightly'...Paul Phillips2009-04-013-3/+3
| | | | | a new starr, which will hopefully cure nightly's ills.
* Code to support invoke-dynamic for structural t...Iulian Dragos2009-03-301-1/+1
| | | | | | Code to support invoke-dynamic for structural types. Not yet complete, built around the JSR 292 spec of December 2008.
* fixed msil build; currently exclude new collect...Lukas Rytz2009-03-241-1/+1
| | | | | fixed msil build; currently exclude new collection library
* Better inference for implicits; some preparatio...Martin Odersky2009-03-153-3/+3
| | | | | Better inference for implicits; some preparations for new collections.
* Removed $tag method from ScalaObject and rebuil...Paul Phillips2009-02-243-3/+3
| | | | | Removed $tag method from ScalaObject and rebuilt starr.
* fixed msil library: exception in TypeBuilder no...Lukas Rytz2009-01-191-1/+1
| | | | | fixed msil library: exception in TypeBuilder now contains a message
* fixed erroneous cyclic reference error conditio...Martin Odersky2009-01-083-3/+3
| | | | | fixed erroneous cyclic reference error condition; generated new starr.
* One more thing: a 1.4 compatible jar.Iulian Dragos2008-12-111-1/+1
|
* Added experimental invoke dynamic support (JSR2...Iulian Dragos2008-12-111-1/+1
| | | | | Added experimental invoke dynamic support (JSR292).
* Merging everything from the 2.8.x development b...Antonio Cunei2008-11-253-3/+3
| | | | | | | | Merging everything from the 2.8.x development branch back to trunk. - If you were working on trunk, please keep working on trunk If you were - working on 2.8-devel, please switch to trunk now
* Built a new STARR for those people that want to...Geoffrey Washburn2008-11-193-3/+3
| | | | | | Built a new STARR for those people that want to bootstrap with JDKs that have broken jar files (see #1380).
* merged work from maven2 branch into trunkLukas Rytz2008-10-311-0/+1
|
* updated ScalacFork ant task to accept arbitry a...Lukas Rytz2008-10-303-3/+3
| | | | | | updated ScalacFork ant task to accept arbitry arguments forwarded to the forked jvm.
* updating version number and starr to 2.7.2.RC4Antonio Cunei2008-10-273-3/+3
|