summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2718 from soc/SI-7592-multihashmapAdriaan Moors2013-07-121-9/+0
|\
| * SI-7592 Remove scala.tools.nsc.util.MultiHashMapSimon Ochsenreither2013-07-101-9/+0
* | Merge pull request #2708 from soc/SI-7174Adriaan Moors2013-07-121-4/+7
|\ \
| * | SI-7174 Fix initialization issuesSimon Ochsenreither2013-07-061-4/+7
* | | Fixes checkinit build failure caused by quasiquotes pull requestDen Shabalin2013-07-111-4/+4
* | | SI-7487 Revert "Removed -Ymacro-no-expand."Adriaan Moors2013-07-102-10/+13
* | | Merge pull request #2701 from som-snytt/issue/4594-repl-settingsAdriaan Moors2013-07-101-32/+39
|\ \ \
| * | | SI-4594 Enable mutating mutable multi settingsSom Snytt2013-07-041-32/+39
* | | | Merge pull request #2714 from scalamacros/topic/quasiquotesAdriaan Moors2013-07-1023-236/+1036
|\ \ \ \
| * | | | macro impls can now return subtypes of c.TreeEugene Burmako2013-07-102-6/+9
| * | | | backward compatibility for TreeBuilderDen Shabalin2013-07-101-0/+3
| * | | | introduces unapply macros for internal useEugene Burmako2013-07-084-48/+74
| * | | | implements quasiquotesDen Shabalin2013-07-087-2/+792
| * | | | introduces extensibility hooks into the reifierEugene Burmako2013-07-082-11/+19
| * | | | moves template creation logic from nsc to reflectDen Shabalin2013-07-085-79/+7
| * | | | adds the lookahead routine to the parserDen Shabalin2013-07-083-20/+55
| * | | | extensibility hooks for parserDen Shabalin2013-07-081-8/+15
| * | | | moves TreeBuilder into the parserDen Shabalin2013-07-085-64/+64
| | |/ / | |/| |
* | | | Merge pull request #2717 from retronym/ticket/6574Adriaan Moors2013-07-101-4/+35
|\ \ \ \
| * | | | SI-6574 Support @tailrec for extension methods.Jason Zaugg2013-07-101-4/+35
* | | | | Merge pull request #2713 from VladUreche/issue/7638-masterAdriaan Moors2013-07-101-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | SI-7638 Superaccessor lookup after specializationVlad Ureche2013-07-081-1/+1
* | | | | Merge pull request #2704 from adriaanm/modularizeAdriaan Moors2013-07-092-16/+7
|\ \ \ \ \
| * | | | | Unfork jline: use vanilla jline 2.11 as a dependency.Adriaan Moors2013-07-051-1/+1
| * | | | | Spin off src/library/scala/xml to src/xml/scala/xml.Adriaan Moors2013-07-051-15/+6
* | | | | | Merge pull request #2650 from paulp/issue/6221Adriaan Moors2013-07-081-11/+6
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | SI-6221 inference with Function1 subtypes.Paul Phillips2013-06-131-11/+6
* | | | | | Merge pull request #2687 from soc/topic/io-to-interactiveAdriaan Moors2013-07-034-791/+0
|\ \ \ \ \ \
| * | | | | | Move some code from s.t.n.io to s.t.n.interactiveSimon Ochsenreither2013-06-274-791/+0
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #2660 from retronym/ticket/7582Adriaan Moors2013-07-032-4/+13
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | SI-7582 Only inline accessible calls to package-private Java codeJason Zaugg2013-06-191-3/+12
| * | | | | SI-7582 ClassfileParser: populate privateWithin of Java module classJason Zaugg2013-06-161-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #2663 from soc/SI-7592Adriaan Moors2013-07-013-84/+20
|\ \ \ \ \
| * | | | | SI-7592 Replace s.t.n.u.TreeSet with s.c.m.TreeSetSimon Ochsenreither2013-06-193-84/+20
| |/ / / /
* | | | | Merge pull request #2693 from lexspoon/semmle-lintAdriaan Moors2013-07-019-19/+41
|\ \ \ \ \
| * | | | | Adds equals and hashCode to three classes that implement Ordered.Lex Spoon2013-06-261-0/+8
| * | | | | Adds a hashCode method to the Settings class for Ant.Lex Spoon2013-06-261-0/+14
| * | | | | Seals some case class hierarchies.Lex Spoon2013-06-267-19/+19
* | | | | | Merge pull request #2694 from adriaanm/masterGrzegorz Kossakowski2013-07-015-8/+48
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 2.10.x into masterAdriaan Moors2013-06-281-3/+12
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge pull request #2680 from retronym/ticket/7603Adriaan Moors2013-06-271-3/+12
| | |\ \ \ \ \ \
| | | * | | | | | SI-7603 Speculative fix for annotation binding errorJason Zaugg2013-06-241-3/+12
| | * | | | | | | Merge pull request #2655 from VladUreche/issue/7344Adriaan Moors2013-06-261-24/+94
| | |\ \ \ \ \ \ \
| | | * | | | | | | SI-7344 Specialize methods in private scopesVlad Ureche2013-06-251-24/+94
| | | |/ / / / / /
| * | | | | | | / Merge 2.10.x into masterAdriaan Moors2013-06-284-5/+36
| |\| | | | | | | | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | Merge pull request #2648 from retronym/ticket/7571Grzegorz Kossakowski2013-06-251-2/+2
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | SI-7571 Allow nesting of anonymous classes in value classesJason Zaugg2013-06-191-2/+2
| | * | | | | | SI-7343 Fixed phase ordering in specializationVlad Ureche2013-06-122-2/+31
| | * | | | | | Removed redundant `retypedMethod` in `Duplicators`Vlad Ureche2013-06-121-18/+2
| | |/ / / / /
* | | | | | | Merge pull request #2692 from soc/SI-7591Adriaan Moors2013-07-013-184/+1
|\ \ \ \ \ \ \