summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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 #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
| * | | | | | | catching up with a fix in master after this PR was submittedMiguel Garcia2013-06-271-3/+4
| * | | | | | | additional documentation for GenBCodeMiguel Garcia2013-06-263-2/+7
| * | | | | | | SI-5031 fixed in GenBCodeMiguel Garcia2013-06-062-3/+4
| * | | | | | | new bytecode emitter, GenBCode, for now under a flagMiguel Garcia2013-06-0117-5/+6723
| * | | | | | | an ICode InvokeStyle can now answer whether it isSuperMiguel Garcia2013-06-011-0/+3
* | | | | | | | Merge pull request #2681 from soc/SI-7590Adriaan Moors2013-06-282-11/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-7590 TreeSet should fail fast if Ordering is nullSimon Ochsenreither2013-06-252-11/+17
* | | | | | | | | Merge pull request #2676 from soc/SI-7511Adriaan Moors2013-06-289-68/+147
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-7511 Remove indirection of numeric methodsSimon Ochsenreither2013-06-239-68/+147
* | | | | | | | | | Merge pull request #2673 from greenrd/patch-1Adriaan Moors2013-06-281-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | Fix typo in ScaladocRobin Green2013-06-231-1/+1
| |/ / / / / / / /
* | | | | | | | | SI-7344 Specialize methods in private scopesVlad Ureche2013-06-281-23/+91
* | | | | | | | | Merge pull request #2679 from soc/topic/java-rawtype-cleanupAdriaan Moors2013-06-273-5/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Get rid of raw types which cause unnecessary warningsSimon Ochsenreither2013-06-233-5/+6
| |/ / / / / / / /
* | | | | | | | | Merge pull request #2669 from adriaanm/modularize-parsingAdriaan Moors2013-06-279-104/+84
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove dependency on combinators from CommandLinerParser.Adriaan Moors2013-06-259-104/+84
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #2672 from som-snytt/issue/6855-repl-pasted-braceAdriaan Moors2013-06-251-2/+14
|\ \ \ \ \ \ \ \ \