summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Fixed SI-5063.Martin Odersky2012-03-211-6/+2
* Allows now private primary constructors in value classes.Martin Odersky2012-03-214-5/+8
* Overhauling mixin.Paul Phillips2012-03-211-146/+140
* Restore irrefutability commits.Paul Phillips2012-03-203-21/+35
* Fix for stability failure.Paul Phillips2012-03-201-1/+1
* Lots of tedious warning and tree printing work.Paul Phillips2012-03-2014-98/+157
* Tweak to string coloring.Paul Phillips2012-03-203-13/+22
* Revert irrefutability commits.Paul Phillips2012-03-203-35/+21
* [vpm] pack types of if branches before lubbingAdriaan Moors2012-03-201-1/+9
* [vpm] fix half of my existential troublesAdriaan Moors2012-03-203-15/+10
* [vpm] typer synths Function{} for empty-sel matchAdriaan Moors2012-03-204-161/+281
* specialize symbols for labeldef paramsAdriaan Moors2012-03-201-2/+10
* [vpm] tailcalls support for jumpy vpmAdriaan Moors2012-03-202-12/+119
* [vpm] label-based translation of matchesAdriaan Moors2012-03-201-185/+173
* [vpm] TODO note: make unapply type list stricterAdriaan Moors2012-03-201-0/+5
*-. Merge remote-tracking branches 'hubertp/topic/buildinfo', 'VladUreche/issue/5...Paul Phillips2012-03-205-11/+87
|\ \
| | * Merge branch 'issue/5054-usecase-cleanup'Vlad Ureche2012-03-202-7/+65
| |/| |/| |
| | * Adapted indentation in scaladoc code blocksVlad Ureche2012-03-202-7/+65
| * | Fixes SI-5248Vlad Ureche2012-03-203-4/+22
|/ /
* | Discovered filter was still being generated.Paul Phillips2012-03-192-2/+2
* | Finally did something about broken irrefutability.Paul Phillips2012-03-192-20/+34
* | Merge remote-tracking branch 'adriaanm/ticket/5189' into developPaul Phillips2012-03-196-29/+53
|\ \
| * | SI-5189: refined GADT soundness fixAdriaan Moors2012-03-196-29/+53
* | | Chill out repl ctrl-char filter.Paul Phillips2012-03-191-9/+11
* | | Overhaul of NodePrinters.Paul Phillips2012-03-192-384/+287
* | | Tree adjustments.Paul Phillips2012-03-194-2/+5
|/ /
* | Merge branch 'mar17-colorize'Paul Phillips2012-03-185-0/+549
|\ \
| * | Library for ansi color management.Paul Phillips2012-03-185-0/+549
* | | Merge remote-tracking branches 'axel22/feature/checkinit-transient' and 'jsue...Paul Phillips2012-03-1813-168/+290
|\| |
| * | Eliminating warnings in Cleanup.Paul Phillips2012-03-162-73/+66
| * | Testing compiler asSeenFrom directly.Paul Phillips2012-03-162-15/+17
| | |
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *---------. | Merge remote-tracking branches 'VladUreche/feature/inheritdoc-clean', 'acruis...Paul Phillips2012-03-167-39/+191
| |\ \ \ \ \ \|
| | | | * | | | Remove assert given the test. Fixes #SI-5572.Hubert Plociniczak2012-03-161-1/+0
| | | | |/ / /
| | | * | | | Re-fixed 2.10-style literals. Oh, silly Windows and your line endings.Alex Cruise2012-03-151-1/+1
| | | * | | | SI-1118 WIPAlex Cruise2012-03-152-6/+8
| | * | | | | Merged and cleaned the 'feature/inheritdoc' branchVlad Ureche2012-03-164-32/+183
| * | | | | | Revert "More uniformity for the parser."Paul Phillips2012-03-162-39/+14
| | |_|_|_|/ | |/| | | |
| * | | | | Finish fixing range positions.Paul Phillips2012-03-162-2/+2
| | |_|_|/ | |/| | |
* / | | | Simplify check for transient fields in mixin.Aleksandar Prokopec2012-03-161-1/+1
|/ / / /
* | | | More uniformity for the parser.Paul Phillips2012-03-162-14/+39
* | | | New option -Ypos-debug, and fixed range position breakage.Paul Phillips2012-03-1514-71/+120
* | | | Merge remote-tracking branches 'axel22/feature/checkinit-transient' and 'lryt...Paul Phillips2012-03-1550-513/+1251
|\ \ \ \ | | |/ / | |/| |
| * | | 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-142-2/+2
| * | | | Merge remote-tracking branch 'odersky/topic/inline' into merge-inlinePaul Phillips2012-03-1434-423/+746
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Allows case classes as value classesMartin Odersky2012-03-071-10/+16
| | * | | 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-061-2/+4
| | * | | Added check that primary constructor of a value class must be public.Martin Odersky2012-03-051-6/+9