summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | * | Fixed sha to not have the 'g' for git.Josh Suereth2012-03-162-2/+3
| | | | | | | * | Fixed maven deployment issues for new versioning scheme.Josh Suereth2012-03-162-15/+20
| | | | | | | * | Finished migrating to new versioning schemeJosh Suereth2012-03-169-50/+158
| | | | | | | * | properties loading is now maven/osgi version aware. yippie.Josh Suereth2012-03-161-14/+13
| | | | | | | * | Modified build for new versioning scheme.Josh Suereth2012-03-163-3/+10
| | | | | | | * | Moved to Mirco's versioning idea.Josh Suereth2012-03-162-11/+19
| | | | | | | * | Fixes to build numbering system for 2.9.x releaseJosh Suereth2012-03-164-4/+53
| | | | | | * | | Renamed concurrent trie source files.Aleksandar Prokopec2012-03-162-0/+0
| | | | | | * | | Renaming Ctrie to ConcurrentTrieMap.Aleksandar Prokopec2012-03-1611-144/+144
| | | | | * | | | Remove confusing nightly.checkinit target that was setting checkinit in optim...Hubert Plociniczak2012-03-151-6/+0
| | | | * | | | | Remove assert given the test. Fixes #SI-5572.Hubert Plociniczak2012-03-163-1/+34
| | | | |/ / / /
| | | * | | | | Fixed broken testsAlex Cruise2012-03-156-18/+19
| | | * | | | | Tweaked deprecation annotations to avoid warningAlex Cruise2012-03-152-2/+2
| | | * | | | | Re-fixed 2.10-style literals. Oh, silly Windows and your line endings.Alex Cruise2012-03-151-1/+1
| | | * | | | | SI-1118:Alex Cruise2012-03-155-493/+490
| | | * | | | | Cleaned up failed manual patchAlex Cruise2012-03-151-459/+459
| | | * | | | | SI-1118 WIPAlex Cruise2012-03-1523-68/+168
| | | * | | | | SI-1118 WIPAlex Cruise2012-03-152-0/+0
| | * | | | | | Merged and cleaned the 'feature/inheritdoc' branchVlad Ureche2012-03-169-89/+503
| * | | | | | | Revert "More uniformity for the parser."Paul Phillips2012-03-163-51/+14
| | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge pull request #281 from VladUreche/hack/verify-scriptJosh Suereth2012-03-161-5/+5
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Adapted tools/verify-jar-cache for UbuntuVlad Ureche2012-03-161-5/+5
| | | |_|_|/ | | |/| | |
| * / | | | Finish fixing range positions.Paul Phillips2012-03-165-3/+7
| |/ / / /
* / / / / Simplify check for transient fields in mixin.Aleksandar Prokopec2012-03-161-1/+1
|/ / / /
* | | | More uniformity for the parser.Paul Phillips2012-03-163-14/+51
* | | | New option -Ypos-debug, and fixed range position breakage.Paul Phillips2012-03-1517-75/+136
* | | | Merge remote-tracking branches 'axel22/feature/checkinit-transient' and 'lryt...Paul Phillips2012-03-15224-873/+2224
|\ \ \ \
| * | | | create relative symlinks in ant scriptsLukas Rytz2012-03-152-2/+2
| | |/ / | |/| |
| * | | Whitespace and a couple checkfile updates.Paul Phillips2012-03-146-34/+34
| * | | Merge branch 'master' into merge-inlinePaul Phillips2012-03-141-1/+0
| |\ \ \
| | * | | Eliminate build-breaking import.Paul Phillips2012-03-141-1/+0
| * | | | The rest of the inline classes.Paul Phillips2012-03-1413-13/+8
| * | | | Merge remote-tracking branch 'odersky/topic/inline' into merge-inlinePaul Phillips2012-03-14162-649/+1568
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Allows case classes as value classesMartin Odersky2012-03-075-12/+138
| | * | | New starr which has java.io.Serializable as a universal traitMartin Odersky2012-03-067-7/+7
| | * | | Make scala.io.Serializable a universal trait.Martin Odersky2012-03-061-2/+3
| | * | | Fixes to value classes: Flags now double definitions, private constructors as...Martin Odersky2012-03-0675-168/+199
| | * | | Added check that primary constructor of a value class must be public.Martin Odersky2012-03-052-6/+15
| | * | | new and updated test cases for value classes.Martin Odersky2012-03-054-2/+39
| | * | | Now spots double definition after erasure errors involving value classes.Martin Odersky2012-03-051-2/+3
| | * | | Made new automatic version of mkCast more robust for non-standard compilation...Martin Odersky2012-02-232-4/+10
| | * | | Made 3 classes in the standard library into value classes.Martin Odersky2012-02-222-3/+3
| | * | | New binaries to support value classes in standard library (the ones two commi...Martin Odersky2012-02-228-3/+8
| | * | | Compiler now ready to accept value classes in standard library. Time for a ne...Martin Odersky2012-02-225-7/+19
| | * | | Fixes in namers and extension methods to support nested value classes and gen...Martin Odersky2012-02-222-6/+14
| | * | | Enable derived value classes with an underlying field of a type parameter. Th...Martin Odersky2012-02-221-2/+0
| | * | | Make this substituter on trees also act on types, just as the other tree subs...Martin Odersky2012-02-221-3/+9
| | * | | Split StringAdd into StringAdd and StringFormatMartin Odersky2012-02-223-11/+26
| | * | | Updatwd check file.Martin Odersky2012-02-221-2/+2
| | * | | Changed erasure boxing/unboxing scheme to support value classes that wrap ref...Martin Odersky2012-02-223-20/+53