summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* macro impls can now return subtypes of c.TreeEugene Burmako2013-07-103-10/+11
* precise return type for FlagsAsBits.unapplyDen Shabalin2013-07-101-1/+1
* backward compatibility for TreeBuilderDen Shabalin2013-07-101-0/+3
* introduces unapply macros for internal useEugene Burmako2013-07-084-48/+74
* implements quasiquotesDen Shabalin2013-07-0815-2/+1127
* introduces extensibility hooks into the reifierEugene Burmako2013-07-082-11/+19
* moves template creation logic from nsc to reflectDen Shabalin2013-07-086-79/+83
* 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 #2688 from yllan/SI-7614Grzegorz Kossakowski2013-07-062-2/+52
|\
| * SI-7614 Minimize the times of evaluation f in TraversableOnce.maxBy/minBy.yllan2013-07-062-2/+52
* | Fix typo in documentationJean-Remi Desjardins2013-07-051-1/+1
* | Merge pull request #2695 from xuwei-k/bigint-bigdecimal-typoAdriaan Moors2013-07-032-2/+2
|\ \
| * | fix typoxuwei-k2013-06-302-2/+2
* | | Merge pull request #2687 from soc/topic/io-to-interactiveAdriaan Moors2013-07-036-7/+7
|\ \ \
| * | | Move some code from s.t.n.io to s.t.n.interactiveSimon Ochsenreither2013-06-276-7/+7
* | | | 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-0115-29/+63
|\ \ \ \ \
| * | | | | Adds equals and hashCode to three classes that implement Ordered.Lex Spoon2013-06-262-0/+20
| * | | | | Adds a hashCode method to the Settings class for Ant.Lex Spoon2013-06-261-0/+14
| * | | | | Seals some case class hierarchies.Lex Spoon2013-06-2611-28/+28
| * | | | | Unseal a uselessly sealed case class.Lex Spoon2013-06-261-1/+1
* | | | | | Merge pull request #2694 from adriaanm/masterGrzegorz Kossakowski2013-07-017-145/+93
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 2.10.x into masterAdriaan Moors2013-06-282-5/+15
| |\ \ \ \ \ \
| | * \ \ \ \ \ 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 #2686 from retronym/topic/partest-task-no-stack-traceAdriaan Moors2013-06-271-2/+3
| | |\ \ \ \ \ \ \
| | | * | | | | | | Less noise on a partest failure.Jason Zaugg2013-06-271-2/+3
| | | |/ / / / / /
| | * | | | | | | 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-285-140/+78
| |\| | | | | | |
| | * | | | | | | 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
| | * | | | | | | | Merge pull request #2511 from viktorklang/wip-cleaner-Future-method-implement...Adriaan Moors2013-06-241-137/+44
| | |\ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| | | * | | | | | | Cleaning up method implementations in FutureViktor Klang2013-06-191-137/+44
| | * | | | | | | | Merge pull request #2651 from VladUreche/issue/7343-2Adriaan Moors2013-06-182-20/+33
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | 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-0110-266/+96
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-7591 Make s.t.p.n.ConsoleRunner use s.t.c.CommandLineSimon Ochsenreither2013-07-016-167/+93
| * | | | | | | | | | SI-7591 Minor cleanupsSimon Ochsenreither2013-07-013-14/+3
| * | | | | | | | | | SI-7591 Move command-line spec usage demo to testsSimon Ochsenreither2013-07-011-85/+0
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #2620 from magarciaEPFL/backendish33Adriaan Moors2013-07-0118-5/+6729
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | GenBCode: Eliminate needless OptionsMiguel Garcia2013-06-271-8/+4
| * | | | | | | | | more informative name for backend-selection via command-lineMiguel Garcia2013-06-271-5/+5