summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2979 from retronym/ticket/7870Jason Zaugg2013-09-261-3/+5
|\
| * SI-7870 Detect default getter clashes in constructorsJason Zaugg2013-09-231-3/+5
* | Merge pull request #2990 from retronym/ticket/7876Jason Zaugg2013-09-262-6/+6
|\ \
| * | SI-7876 Less dealiasing in Scaladoc's type printing.Jason Zaugg2013-09-261-4/+4
| * | SI-7876 Scaladoc crasher due to regression in isFunctionType.Jason Zaugg2013-09-261-2/+2
* | | Remove octal escape literals from the codebaseSimon Schaefer2013-09-254-25/+25
|/ /
* | Merge pull request #2982 from retronym/topic/checkinitAdriaan Moors2013-09-241-0/+1
|\ \
| * | SI-4742 Make -Xcheckinit aware of constants.Jason Zaugg2013-09-241-0/+1
* | | Merge pull request #2980 from huitseeker/revert-2957Jason Zaugg2013-09-246-286/+305
|\ \ \ | |/ / |/| |
| * | Revert "Merge pull request #2957 from paulp/pr/parser-improvements"François Garillot2013-09-246-286/+305
* | | Merge pull request #2975 from retronym/ticket/7868Jason Zaugg2013-09-232-4/+13
|\ \ \ | |/ / |/| |
| * | SI-7868 Account for numeric widening in match translationJason Zaugg2013-09-232-4/+13
| |/
* | Merge pull request #2938 from Ichoran/issue/7725Jason Zaugg2013-09-231-3/+26
|\ \
| * | SI-7725 - Vector concatenation is unreasonably slowRex Kerr2013-09-201-3/+26
* | | Merge pull request #2956 from som-snytt/issue/7848-forgotten-interp-msgJason Zaugg2013-09-231-8/+19
|\ \ \
| * | | SI-7848 Xlint no warn on $sym with paramsSom Snytt2013-09-181-13/+18
| * | | SI-7855 No missing interpolator warning post-typerSom Snytt2013-09-181-1/+1
| * | | SI-7848 Xlint says what looks interpolatedSom Snytt2013-09-171-7/+13
* | | | Merge pull request #2953 from jiaweihli/masterJason Zaugg2013-09-231-1/+1
|\ \ \ \
| * | | | Fix typo in documentation.Jiawei Li2013-09-161-1/+1
| |/ / /
* | | | Merge pull request #2962 from densh/topic/syntactic-assignJason Zaugg2013-09-237-14/+32
|\ \ \ \
| * | | | add syntactic extractor for assignment-like treesDen Shabalin2013-09-187-14/+32
* | | | | Merge pull request #2968 from huitseeker/interrupt-koshernessJason Zaugg2013-09-231-2/+8
|\ \ \ \ \
| * | | | | Follow good interrupt discipline in ResponseFrançois Garillot2013-09-201-2/+8
* | | | | | Merge pull request #2974 from retronym/ticket/7864Jason Zaugg2013-09-231-1/+1
|\ \ \ \ \ \
| * | | | | | SI-7864 Harden "looks like an interpolated String" warningJason Zaugg2013-09-221-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #2954 from retronym/ticket/7852Jason Zaugg2013-09-231-0/+19
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SI-7852 Omit null check for SomeModule.==Jason Zaugg2013-09-181-2/+7
| * | | | | SI-7852 Omit null check for "".==Jason Zaugg2013-09-171-0/+14
| | |_|/ / | |/| | |
* | | | | Convenience methods from Try[T] => {Future, Promise}[T]Jason Zaugg2013-09-192-2/+16
| |_|_|/ |/| | |
* | | | Merge pull request #2957 from paulp/pr/parser-improvementsJason Zaugg2013-09-196-305/+286
|\ \ \ \
| * | | | SI-7854, SI-6768 better parsing/positioning in parserPaul Phillips2013-09-185-303/+283
| * | | | Position#show prints the point.Paul Phillips2013-09-181-2/+3
* | | | | Add trait keeping comments across new Typer runsFrançois Garillot2013-09-192-1/+19
* | | | | Uses a WeakHashMap to constrain memory footprint of docCommentsFrançois Garillot2013-09-191-2/+8
|/ / / /
* | | | Merge pull request #2959 from paulp/pr/basic-type-housekeepingPaul Phillips2013-09-1817-85/+89
|\ \ \ \
| * | | | Type housekeeping.Paul Phillips2013-09-1818-87/+91
| | |_|/ | |/| |
* | | | Merge pull request #2961 from paulp/pr/whitespaceJason Zaugg2013-09-1892-575/+141
|\ \ \ \
| * | | | Cull extraneous whitespace.Paul Phillips2013-09-1892-575/+141
* | | | | Merge pull request #2960 from paulp/noisy-test-3960Jason Zaugg2013-09-181-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Silence pos/t3960's -Ycheck output.Paul Phillips2013-09-171-2/+2
| |/ / /
* | | | Merge pull request #2955 from retronym/ticket/7853Paul Phillips2013-09-183-9/+12
|\ \ \ \ | |/ / / |/| | |
| * | | SI-7853 A less ad-hoc place to call memberTypeJason Zaugg2013-09-183-6/+9
| * | | SI-7853 An unsatisfying fix regression in explicit outerJason Zaugg2013-09-181-5/+5
| |/ /
* | | Merge pull request #2942 from retronym/topic/build-number-mavenGrzegorz Kossakowski2013-09-171-1/+1
|\ \ \
| * | | Remove build.number.mavenJason Zaugg2013-09-131-1/+1
| | |/ | |/|
* | | Merge pull request #2951 from retronym/ticket/7847Grzegorz Kossakowski2013-09-172-7/+3
|\ \ \
| * | | SI-7847 Static forwarders for case apply/unapplyJason Zaugg2013-09-162-7/+3
* | | | Merge pull request #2950 from retronym/ticket/7841Grzegorz Kossakowski2013-09-177-20/+45
|\ \ \ \ | |_|_|/ |/| | |
| * | | SI-7841 More robust unspecialization of namesJason Zaugg2013-09-162-14/+27