summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branches 'axel22/feature/checkinit-transient' and 'lryt...Paul Phillips2012-03-1589-161/+342
|\
| * Whitespace and a couple checkfile updates.Paul Phillips2012-03-142-4/+4
| * Merge remote-tracking branch 'odersky/topic/inline' into merge-inlinePaul Phillips2012-03-1475-130/+320
| |\
| | * Allows case classes as value classesMartin Odersky2012-03-071-1/+1
| | * Fixes to value classes: Flags now double definitions, private constructors as...Martin Odersky2012-03-0668-148/+140
| | * Made 3 classes in the standard library into value classes.Martin Odersky2012-02-222-3/+3
| | * Compiler now ready to accept value classes in standard library. Time for a ne...Martin Odersky2012-02-222-1/+16
| | * Split StringAdd into StringAdd and StringFormatMartin Odersky2012-02-223-11/+26
| | * Made more traits universal.Martin Odersky2012-02-224-5/+5
| | * New FlatArray scheme for handling value classes.Martin Odersky2012-02-174-67/+155
| | * New scheme for "Rows" of value classes.Martin Odersky2012-02-152-0/+67
| | * Changed erasure behavior of arrays to use always boxed representation.Martin Odersky2012-02-141-1/+1
| | * Fixing problems with generation of isInstanceOf, classOf.Martin Odersky2012-02-141-4/+4
| | * Deprecating /:\. Fold should be used instead.Martin Odersky2012-02-121-0/+1
| | * Rename isValueClass -> isPrimitiveValueClassMartin Odersky2012-02-071-1/+1
| | * Merge branch 'master' into topic/inlinePaul Phillips2012-02-0636-482/+1846
| | |\
| | * \ Merge remote-tracking branch 'odersky/topic/inline' into inline-remergePaul Phillips2012-02-0616-18/+22
| | |\ \
| | | * | 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-061-32/+0
| * | | | Merge branch 'merge-inline' of /scratch/trunk3 into developPaul Phillips2012-03-1418-35/+26
| |\ \ \ \
| | * \ \ \ Merge branch 'master' into merge-inlinePaul Phillips2012-03-14137-1277/+6635
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Making AnyVal into a class instead of a trait.Paul Phillips2012-02-041-1/+1
| | * | | | Having Proxy extend Any as well.Paul Phillips2012-02-041-3/+2
| | * | | | Made Any parents work more.Paul Phillips2012-02-042-5/+5
| | * | | | Eliminated ScalaObject.Paul Phillips2012-02-031-1/+2
| | * | | | Mostly eliminated ScalaObject.Paul Phillips2012-02-032-14/+1
| | * | | | Merge branch 'master' into topic/inlinePaul Phillips2012-02-036-31/+14
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | intermediate work towards a new starr for value classes.Martin Odersky2012-02-035-8/+10
| | * | | | More work on inline classes.Paul Phillips2012-01-302-3/+1
| | * | | | Eliminated 2500 lines of whitespace changes.Paul Phillips2012-01-305-280/+280
| | * | | | Merge branch 'master' into inlinePaul Phillips2012-01-303-136/+171
| | |\ \ \ \
| | * | | | | Resinstantiating anyval-children test. Getting he complete build to run.Martin Odersky2012-01-301-1/+2
| | * | | | | Merge remote-tracking branch 'paulp/inline' into topic/inlineMartin Odersky2012-01-2913-304/+315
| | |\ \ \ \ \
| | | * | | | | Unsealed AnyVal.Paul Phillips2012-01-2810-290/+292
* | | | | | | | Remove some custom serialization boilerplate.Aleksandar Prokopec2012-03-158-66/+0
|/ / / / / / /
* | | | | | | Merge remote-tracking branches 'soc/fix-todos' and 'axel22/feature/pc-executi...Paul Phillips2012-03-149-4/+78
|\ \ \ \ \ \ \
| * | | | | | | Fix tasksupport field initialization for the checkInit build.Aleksandar Prokopec2012-03-149-4/+78
| | |_|_|_|/ / | |/| | | | |
* / | | | | | Removed "Todo: test" where a test exists.Simon Ochsenreither2012-03-121-1/+1
|/ / / / / /
* | | | | | Merge remote-tracking branches 'adriaanm/ticket/5189' and 'jsuereth/better-st...Paul Phillips2012-03-115-19/+24
|\ \ \ \ \ \
| * | | | | | SI-5189 fixed: safe type infer for constr patternAdriaan Moors2012-03-094-17/+16
| * | | | | | SI-5189 1/2: inferConstrInst uses correct varianceAdriaan Moors2012-03-091-2/+8
* | | | | | | Add symbol to Manifests.Paul Phillips2012-03-092-7/+22
|/ / / / / /
| | | | | |
| \ \ \ \ \
*-. \ \ \ \ \ Merge remote-tracking branches 'dragos/master', 'axel22/feature/pc-execution-...Paul Phillips2012-03-052-9/+30
|\ \ \ \ \ \ \
| | * | | | | | Handle empty format specifiers in the formatting interpolator.Jason Zaugg2012-03-031-6/+7
| |/ / / / / / |/| | | | | |
| * | | | | | Make task support implementations public.Aleksandar Prokopec2012-03-051-3/+23
|/ / / / / /
* | | | | | Adding execution context based task support implementation.Aleksandar Prokopec2012-03-024-51/+104
* | | | | | Merge branch 'master' into feature/pc-execution-contextsAleksandar Prokopec2012-03-02100-691/+795
|\ \ \ \ \ \
| * | | | | | Whitespace commit.Paul Phillips2012-02-2997-680/+679
| * | | | | | Reworking synchronized patch.Paul Phillips2012-02-281-15/+0
| * | | | | | Merge remote-tracking branch 'szabolcsberecz/SI-64' into SI-64-freshPaul Phillips2012-02-281-0/+15
| |\ \ \ \ \ \