summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Specialization action.Paul Phillips2012-02-1474-152/+160
* Made speclib less of a maintenance headache.Paul Phillips2012-02-141-1/+10
* reifyAnnotationsEugene Burmako2012-02-121-0/+20
* Removed Code.scalaEugene Burmako2012-02-081-25/+0
* Added a rootdoc page for the compiler API scaladocVlad Ureche2012-02-061-0/+27
*-. Merge remote-tracking branches 'rklaehn/SI-5139', 'axel22/feature/pc-ctrie', ...Paul Phillips2012-02-0635-475/+1834
|\ \
| * | Merge branch 'master' into feature/pc-ctrieAleksandar Prokopec2012-02-0617-161/+256
| |\|
| | * Revert "Added a rootdoc page for the compiler API scaladoc"Paul Phillips2012-02-051-27/+0
| | * Refining the reflection api.Paul Phillips2012-02-0510-112/+108
| | * Reimplemented Modifer.Paul Phillips2012-02-054-23/+83
| | *-. Merge remote-tracking branches 'VladUreche/feature/compiler-rootdoc', 'scalam...Paul Phillips2012-02-051-0/+27
| | |\ \
| | | * | Added a rootdoc page for the compiler API scaladocVlad Ureche2012-02-051-0/+27
| | | |/
| | * / Replaced LiftCode with a function in MacroContextEugene Burmako2012-02-055-3/+59
| | |/
| * | 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 commit 'c58b240' into developPaul Phillips2012-02-021-27/+0
|\ \
| * | [vpm] __match determines match semantics; virtualizationAdriaan Moors2012-02-021-27/+0
* | | Fixes reifyThisEugene Burmako2012-02-021-0/+3
* | | Miscellaneous fixes to reificationEugene Burmako2012-02-021-1/+6
|/ /
* | Update RoundingMode.Paul Phillips2012-02-011-1/+3
| |
| \
*-. \ Merge remote-tracking branches 'gkossakowski/virtpatmat-switch', 'scalamacros...Paul Phillips2012-02-011-1/+1
|\ \ \ | | |/ | |/|
| | * Introduce getAnnotations that triggers symbol completionEugene Burmako2012-01-311-1/+1
| |/
* / Fix for slice boundary condition.Paul Phillips2012-02-011-1/+1
|/
*-. Merge remote-tracking branches 'axel22/issue/4147', 'axel22/issue/5374' and '...Paul Phillips2012-01-301-1/+1
|\ \
| * | Merge branch 'master' into issue/5374aleksandar2012-01-3015-119/+210
| |\|
| * | Changed the serialVersionUID in List serialization start marker.aleksandar2012-01-301-1/+1
* | | Merge pull request #1 from lpereir4/avlAleksandar Prokopec2012-01-302-135/+170
|\ \ \ | |_|/ |/| |
| * | Use of polymorphic dispatch instead of pattern matching.Lucien Pereira2012-01-282-127/+168
| * | Getting rid of closure creation occuring for each rebalancing. Tail recursion...Lucien Pereira2012-01-151-34/+28
| * | syntactic error correctionLucien Pereira2012-01-141-1/+1
* | | Set fields in immutable hash maps and hash sets to vals.aleksandar2012-01-263-14/+22
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'axel22/issue/5374' and 'axel22/issue/5375' in...Paul Phillips2012-01-255-31/+83
|\ \ \ \ | | |_|/ | |/| |
| | * | Fix for SI-5375.aleksandar2012-01-253-27/+35
| * | | Refine fix for SI-5374 - make list deserialization backward-compatible.aleksandar2012-01-252-4/+48
* | | | Merge remote-tracking branch 'odersky/topic/reflect' into developPaul Phillips2012-01-255-59/+111
|\ \ \ \
| * | | | More work on making reflection thread-safe.Martin Odersky2012-01-251-2/+2
| * | | | Making reflection thread-safe.Martin Odersky2012-01-252-27/+16
| * | | | Cleanup and better documentation of reflect.api.Symbols traitMartin Odersky2012-01-251-28/+63
| * | | | Added doc comments to Names trait.Martin Odersky2012-01-251-3/+30
| | | | |
| \ \ \ \
| \ \ \ \
| \ \ \ \
*---. \ \ \ \ Merge remote-tracking branches 'hubertp/topic/errors', 'scalamacros/topic/ant...Paul Phillips2012-01-252-5/+6
|\ \ \ \ \ \ \
| | | * | | | | Update for fix for SI-5377.aleksandar2012-01-241-2/+3
| | | | |_|/ / | | | |/| | |
| | * / | | | SI-5405: Fix documentation error in scala.math.BigIntLeif Wickland2012-01-241-3/+3
| | |/ / / /
* | / / / / Use context for buffering errors that cannot/shouldn't be reported in the giv...Hubert Plociniczak2012-01-251-3/+1
|/ / / / /
* / / / / Cleaner range counting.Paul Phillips2012-01-241-9/+27
|/ / / /