summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SI-4684 Repl supports whole-file pasteSom Snytt2013-07-111-15/+27
* SI-7487 Revert "Removed -Ymacro-no-expand."Adriaan Moors2013-07-102-10/+13
* Merge pull request #2697 from som-snytt/issue/6419-repl-saveAdriaan Moors2013-07-101-0/+7
|\
| * SI-6419 Repl save session commandSom Snytt2013-07-011-0/+7
* | Merge pull request #2701 from som-snytt/issue/4594-repl-settingsAdriaan Moors2013-07-103-42/+106
|\ \
| * | SI-4594 Repl settings commandSom Snytt2013-07-042-10/+67
| * | SI-4594 Enable mutating mutable multi settingsSom Snytt2013-07-041-32/+39
| |/
* | Merge pull request #2706 from som-snytt/issue/repl-editAdriaan Moors2013-07-101-0/+86
|\ \
| * | SI-7637 Repl edit commandSom Snytt2013-07-041-0/+86
* | | Merge pull request #2709 from yllan/fix-docsAdriaan Moors2013-07-101-2/+2
|\ \ \
| * | | Fix docs inconsistent (cmp -> ord).yllan2013-07-061-2/+2
* | | | Merge pull request #2714 from scalamacros/topic/quasiquotesAdriaan Moors2013-07-1032-240/+1449
|\ \ \ \
| * | | | 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 #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-09146-468/+454
|\ \ \ \ \ \ \
| * | | | | | | scaladoc needs xml and parser-combinatorsAdriaan Moors2013-07-081-23/+33
| * | | | | | | Updated eclipse project files.Adriaan Moors2013-07-0516-75/+138
| * | | | | | | Add meta-information for dbuild.Adriaan Moors2013-07-051-0/+63
| * | | | | | | Unfork jline: use vanilla jline 2.11 as a dependency.Adriaan Moors2013-07-0511-93/+19
| * | | | | | | Spin off parser combinators to scala-parser-combinators.jar.Adriaan Moors2013-07-0530-1/+72
| * | | | | | | Spin off src/library/scala/xml to src/xml/scala/xml.Adriaan Moors2013-07-0591-25/+78
| * | | | | | | No more duplication in maven-deploy.xml.Adriaan Moors2013-07-055-287/+87
| | |_|_|_|/ / | |/| | | | |
* | | | | | | 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 #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