summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Rename isValueClass -> isPrimitiveValueClassMartin Odersky2012-02-0716-129/+123
* Making the Meter test expand and compile.Martin Odersky2012-02-074-23/+23
* Removing unnecessary AnyVal code.Paul Phillips2012-02-063-54/+30
* Merge branch 'master' into topic/inlinePaul Phillips2012-02-0671-891/+2187
|\
| *-----. Merge remote-tracking branches 'rklaehn/SI-5139', 'axel22/feature/pc-ctrie', ...Paul Phillips2012-02-0670-884/+2175
| |\ \ \ \
| | | | | * Added the "nofail" flag to the scaladoc ant taskVlad Ureche2012-02-061-5/+22
| | | | |/ | | | |/|
| | | | * Assorted fixesEugene Burmako2012-02-068-62/+85
| | | |/
| | * | Merge branch 'master' into feature/pc-ctrieAleksandar Prokopec2012-02-0663-1319/+1623
| | |\|
| | | * Revert "Added a rootdoc page for the compiler API scaladoc"Paul Phillips2012-02-053-7/+3
| | | * Revert "Scaladoc @usecase annotation overriding / SI-5287"Paul Phillips2012-02-051-24/+2
| | | * Refining the reflection api.Paul Phillips2012-02-0526-183/+168
| | | * Reimplemented Modifer.Paul Phillips2012-02-058-44/+94
| | | *-----. Merge remote-tracking branches 'VladUreche/feature/compiler-rootdoc', 'scalam...Paul Phillips2012-02-055-7/+33
| | | |\ \ \ \
| | | | | | | * Scaladoc @usecase annotation overriding / SI-5287Vlad Ureche2012-02-051-2/+24
| | | | | | * | Fixes https://issues.scala-lang.org/browse/SI-5272Eugene Burmako2012-02-051-2/+2
| | | | | |/ /
| | | | * | / Added a rootdoc page for the compiler API scaladocVlad Ureche2012-02-053-3/+7
| | | | | |/ | | | | |/|
| | | * | | Merge remote-tracking branch 'szabolcsberecz/small-cleanup' into developPaul Phillips2012-02-052-3/+2
| | | |\ \ \ | | | | |_|/ | | | |/| |
| | | | * | one less TODO and null checkSzabolcs Berecz2012-02-052-3/+2
| | | * | | Replaced LiftCode with a function in MacroContextEugene Burmako2012-02-0524-262/+232
| | | |/ /
| | * | | Add tests for parallel Ctrie.Aleksandar Prokopec2012-02-031-1/+0
| | * | | Fix some issues in parallel Ctrie.Aleksandar Prokopec2012-02-034-46/+52
| | * | | Add parallel Ctrie parallel collection.Aleksandar Prokopec2012-02-025-10/+151
| | * | | Incorporate Ctrie into standard library.Aleksandar Prokopec2012-02-021-11/+92
| | * | | Add the Ctrie concurrent map implementation.Aleksandar Prokopec2012-02-015-0/+1015
| | * | | Remove ParIterator and SignalContextPassingIterator.Aleksandar Prokopec2012-02-0114-182/+113
| | * | | Add support for combiner sharing to parallel collections.Aleksandar Prokopec2012-02-014-119/+193
| * | | | added reference equality checks to improve structural sharingRuediger Klaehn2012-02-051-7/+12
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'odersky/topic/inline' into inline-remergePaul Phillips2012-02-0623-36/+55
|\ \ \ \
| * | | | Added hook in erasure.Martin Odersky2012-02-061-0/+3
| * | | | A first bunch of Any-extending traits.Martin Odersky2012-02-0616-18/+22
| * | | | Removing AnyVal as a source class. Removing automatic addition of ScalaObject...Martin Odersky2012-02-067-65/+27
| * | | | Definitions are now initialized in reflection (was missing before).Martin Odersky2012-02-062-0/+7
| * | | | Different treatment of Null <:< T, to allow for Any-extending traits. Without...Martin Odersky2012-02-061-83/+87
| * | | | Fix in Definitions that now enables bootstrap without AnyVal.scala present. T...Martin Odersky2012-02-031-1/+1
* | | | | Made a typer hack less hacky.Paul Phillips2012-02-041-4/+6
* | | | | Hardening in Constructors.Paul Phillips2012-02-041-2/+2
* | | | | A little msil I missed un-reverting.Paul Phillips2012-02-041-5/+4
* | | | | Hardened/documented AnyVal constructor switcheroo.Paul Phillips2012-02-042-0/+3
* | | | | Tweaking parent printing a little further.Paul Phillips2012-02-041-5/+14
* | | | | Fixing AnyVal verify error and reflection.Paul Phillips2012-02-041-2/+7
* | | | | Merge branch 'master' into topic/inlinePaul Phillips2012-02-042-1/+12
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | An IntelliJ module for the root directory.Jason Zaugg2012-02-042-1/+12
| | |_|/ | |/| |
* | | | Fixed all but one of the scalap tests.Paul Phillips2012-02-041-7/+5
* | | | Restored msil.Paul Phillips2012-02-0410-364/+359
* | | | Utilizing convenience methods martin hasn't discovered yet.Paul Phillips2012-02-041-7/+2
* | | | Making AnyVal into a class instead of a trait.Paul Phillips2012-02-046-38/+31
* | | | Having Proxy extend Any as well.Paul Phillips2012-02-041-3/+2
* | | | Guard List_apply from premature forcitude.Paul Phillips2012-02-041-1/+4
* | | | Made Any parents work more.Paul Phillips2012-02-0410-67/+91
* | | | ant and diff friendlier msil-disabling.Paul Phillips2012-02-046-3564/+3570