summaryrefslogtreecommitdiff
path: root/lib/scala-library.jar.desired.sha1
Commit message (Collapse)AuthorAgeFilesLines
* new starr to bag performance improvements and f...Martin Odersky2010-01-291-1/+1
| | | | | new starr to bag performance improvements and fixes to companion objects
* Took advantage of package object fix to factor ...Paul Phillips2009-12-121-1/+1
| | | | | | | Took advantage of package object fix to factor the duplicated code out of scala.Math and scala.math.`package`. This required a new starr which exposes inherited package object members (starr is based on r20110.)
* Removed all traces of Boxed*Array. New starr.Paul Phillips2009-11-221-1/+1
|
* New starr based on r19717 since I'm finding the...Paul Phillips2009-11-181-1/+1
| | | | | | New starr based on r19717 since I'm finding the current starr doesn't have TupleN.zipped fully working.
* fix build on windows. fixes #2578Lukas Rytz2009-11-061-1/+1
|
* simplified re-ordering packagesLukas Rytz2009-11-051-1/+1
|
* fix cyclic reference errors in scaladoc.Lukas Rytz2009-11-041-1/+1
|
* new starr that does type constructor inferenceAdriaan Moors2009-10-221-1/+1
|
* built new starr and fixed test casesTiark Rompf2009-10-211-1/+1
|
* renamed Vector to IndexedSeqTiark Rompf2009-10-211-1/+1
|
* Sequence->SeqMartin Odersky2009-10-021-1/+1
|
* new arrays are done.Martin Odersky2009-09-211-1/+1
|
* new starr, with some changes to varargs handling.Martin Odersky2009-09-171-1/+1
|
* - support optimised build with "build.optimise"...Lukas Rytz2009-09-101-1/+1
| | | | | | | - 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-251-1/+1
|
* new starr with better Manifest handlingMartin Odersky2009-08-241-1/+1
|
* another starr, based on r18539 and Martin's cha...Adriaan Moors2009-08-241-1/+1
| | | | | 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-211-1/+1
| | | | | | 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-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-201-1/+1
| | | | | | | 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-201-1/+1
|
* Fixed memory leaks for streams.Martin Odersky2009-08-181-1/+1
|
* switch to unnested packages.Martin Odersky2009-07-241-1/+1
|
* New starr based on r18322, to better take advan...Paul Phillips2009-07-161-1/+1
| | | | | | | | 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.)
* removed code for parsing old pickle format.Lukas Rytz2009-06-031-1/+1
|
* big overhaul of annotations implementation.Lukas Rytz2009-05-301-1/+1
|
* new starr based on r17810.Paul Phillips2009-05-251-1/+1
|
* Further stability test failures will be fatal a...Antonio Cunei2009-05-141-1/+1
| | | | | | | | | | 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.
* Reinstated old, trusted starr from r17713.Antonio Cunei2009-05-131-1/+1
| | | | | | | | | | | | 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-131-1/+1
|
* The compiler will complain when trying toAntonio Cunei2009-05-121-1/+1
| | | | | | | | | | 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.
* New StarrIulian Dragos2009-04-291-1/+1
|
* Backward-compatible extension of the signatureAntonio Cunei2009-04-221-1/+1
| | | | | | 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-011-1/+1
| | | | | a new starr, which will hopefully cure nightly's ills.
* Better inference for implicits; some preparatio...Martin Odersky2009-03-151-1/+1
| | | | | Better inference for implicits; some preparations for new collections.
* Removed $tag method from ScalaObject and rebuil...Paul Phillips2009-02-241-1/+1
| | | | | Removed $tag method from ScalaObject and rebuilt starr.
* fixed erroneous cyclic reference error conditio...Martin Odersky2009-01-081-1/+1
| | | | | fixed erroneous cyclic reference error condition; generated new starr.
* Merging everything from the 2.8.x development b...Antonio Cunei2008-11-251-1/+1
| | | | | | | | 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-191-1/+1
| | | | | | Built a new STARR for those people that want to bootstrap with JDKs that have broken jar files (see #1380).
* updated ScalacFork ant task to accept arbitry a...Lukas Rytz2008-10-301-1/+1
| | | | | | 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-271-1/+1
|
* updating starr to 2.7.2.RC3Antonio Cunei2008-10-131-1/+1
|
* updating version number and starr to 2.7.2.RC2Antonio Cunei2008-09-191-1/+1
|
* new starr with more robust handling of recursiv...Martin Odersky2008-09-101-1/+1
| | | | | | new starr with more robust handling of recursive dependencies in glb. Needed for next iteration of collection classes.
* updating version number and starr to 2.7.2.RC2Lukas Rytz2008-09-081-1/+1
|
* New STARR that fixes builds with -optimise.Iulian Dragos2008-09-081-1/+1
|
* New STARR based on rev 15931 that should fix th...Iulian Dragos2008-08-261-1/+1
| | | | | New STARR based on rev 15931 that should fix the Windows build
* updated starr to 2.7.2.RC1Lukas Rytz2008-08-201-1/+1
|
* Added "scalacfork" ant task and enabled it to b...Lukas Rytz2008-08-191-1/+1
| | | | | | | | | Added "scalacfork" ant task and enabled it to build locker and quick. Removed sabbus.jar (sabbus ant tasks are included in scala-compiler.jar for some time now) Made serializable, cloneable, SerialVersionUID, BeanProperty static annotations Fixed the Pickler not to crash on repeated annotations
* New STARR to include the previous commit (fixin...Iulian Dragos2008-07-181-1/+1
| | | | | | New STARR to include the previous commit (fixing random crashes in the jvm backend).