summaryrefslogtreecommitdiff
path: root/lib/scala-library.jar.desired.sha1
Commit message (Collapse)AuthorAgeFilesLines
* New starr based on r25394 to make the starr lib...Paul Phillips2011-07-281-1/+1
| | | | | | New starr based on r25394 to make the starr liberator's job easier, no review.
* New starr based on r24814, no review.Paul Phillips2011-04-241-1/+1
|
* New starr based on r24804, no review.Paul Phillips2011-04-221-1/+1
|
* New starr based on r24749. No review.Paul Phillips2011-04-131-1/+1
|
* The AnyVal types become source files instead of...Paul Phillips2011-01-241-1/+1
| | | | | | | | | | | | | | | | | | | The AnyVal types become source files instead of polite compiler fictions. !! You'll need a serious "ant all.clean" now. !! As of this commit the system is fully bootstrapped and the synthetic code eliminated: only the source files remain. The sort-of-AnyVal-companions in scala.runtime.* have all been eliminated because the actual companions can do everything; deprecated vals in the scala.runtime package object point to the companions. This left AnyValCompanion as the only AnyVal related thing in the runtime package: that made little sense, so I deprecated and moved it as well. Starr is based on r24066 plus this commit. Closes #4121. Review by rytz, odersky.
* Preparing to enable delayedInit with new starr.Martin Odersky2010-12-141-1/+1
|
* again: relax access boundry check for overridin...Lukas Rytz2010-12-081-1/+1
| | | | | | again: relax access boundry check for overriding protected java members. review by eugenevigdorchik.
* Moved ClassfileAnnotation/StaticAnnotation/Anno...Paul Phillips2010-12-061-1/+1
| | | | | | | Moved ClassfileAnnotation/StaticAnnotation/Annotation/TypeConstraint into scala.annotation and enabled the deprecated type aliases in scala.* to point there. Also enclosed is a new starr to bootstrap. No review.
* new starr to fix sbt build.Lukas Rytz2010-10-211-1/+1
|
* New Starr, without msil classes.Iulian Dragos2010-09-011-1/+1
|
* New starr without debugging output. no review.Iulian Dragos2010-08-231-1/+1
|
* New starr for optimized builds.Iulian Dragos2010-08-231-1/+1
|
* New starr based on r22464, no review.Paul Phillips2010-07-021-1/+1
|
* New starrIulian Dragos2010-05-181-1/+1
|
* Fixed -Xcheckinit build.no review.Iulian Dragos2010-05-101-1/+1
|
* revert the revert of r21791 (fix constructor pa...Lukas Rytz2010-05-051-1/+1
| | | | | | revert the revert of r21791 (fix constructor parameter annotations). close #3390. together with a new starr it builds. no review.
* New starr with the latest fixes to specialization.Iulian Dragos2010-04-091-1/+1
|
* New starr for primitive companion objectsIulian Dragos2010-04-091-1/+1
|
* Added ## method to Any as our scala hashCode me...Paul Phillips2010-02-281-1/+1
| | | | | | | | | | | | | | Added ## method to Any as our scala hashCode method which provides consistent answers for primitive types. And I'm sure we're all tired of new starrs, but it's hard to add a method to Any without one. This patch only brings ## into existence, but nothing calls it yet. // some true assertions scala> assert(5.5f.## == 5.5f.hashCode) scala> assert(5.0f.## != 5.0f.hashCode && 5.0f.## == 5L.##) No review. (Already reviewed by odersky.)
* It turns out some of the weirdness lately is be...Paul Phillips2010-02-251-1/+1
| | | | | | | | | It turns out some of the weirdness lately is because changes to classpath handling have a way of not taking effect until they're installed via starr, and presently we have a starr with different logic than trunk. No choice but to roll up one more starr based on r20984. No review.
* Having some challenges confirming the validity ...Paul Phillips2010-02-201-1/+1
| | | | | | | Having some challenges confirming the validity of the bootstrap process given starr's slightly dated classpath code, so this is a new starr based on r20934. No review.
* 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.