summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SI-8543 doc: Move TODO out of NumericRange's scaladocvsalvis2015-06-171-4/+4
* SI-8858 doc: fix note about PartialFunction in Function0, F1 and F2vsalvis2015-06-174-26/+8
* SI-9343 Xlint less strict on pattern sequencesSom Snytt2015-06-031-2/+4
* Merge pull request #4511 from sriggin/SI-9322Lukas Rytz2015-05-282-3/+3
|\
| * SI-9322 Elapsed times in compiler calculated withSean Riggin2015-05-262-3/+3
* | Merge pull request #4530 from som-snytt/issue/9332Lukas Rytz2015-05-281-20/+12
|\ \
| * | SI-9332 Iterator.span simplifiedSom Snytt2015-05-271-15/+12
| * | SI-9332 Iterator.span exhausts leading iteratorSom Snytt2015-05-271-17/+12
* | | Merge pull request #4531 from kzys/8210-inherited-doc-211Lukas Rytz2015-05-281-3/+3
|\ \ \
| * | | SI-8210 Scaladoc: Fix the false negative @inheritdoc warning on accessorsKato Kazuyoshi2015-05-271-3/+3
| |/ /
* / / SI-9144 Scaladoc: Make generated HTML files POSIX-compatible text filesKato Kazuyoshi2015-05-271-0/+1
|/ /
* | Fix small grammar error in `Warnings`Simon Schäfer2015-05-221-1/+1
* | Merge pull request #4477 from retronym/ticket/9286Adriaan Moors2015-05-211-2/+1
|\ \
| * | SI-9286 Check subclass privates for "same type after erasure"Jason Zaugg2015-05-181-2/+1
* | | Merge pull request #4501 from retronym/topic/indylambda-serializationAdriaan Moors2015-05-219-22/+104
|\ \ \ | |_|/ |/| |
| * | [indylambda] Enable caching for lambda deserializationJason Zaugg2015-05-185-8/+42
| * | [indylambda] Support lambda {de}serializationJason Zaugg2015-05-178-22/+70
* | | Merge pull request #4508 from retronym/topic/uncurry-specializedLukas Rytz2015-05-201-1/+1
|\ \ \
| * | | Avoid inefficient specialied lambdas w. delambdafy jvm-1.8, GenASMJason Zaugg2015-05-201-1/+1
| | |/ | |/|
* / | Document -target:jvm-1.8 in the man pageJason Zaugg2015-05-201-2/+3
|/ /
* | Merge pull request #4497 from retronym/topic/indylambda-diy-boxingJason Zaugg2015-05-163-31/+118
|\|
| * [indylambda] Relieve LambdaMetafactory of boxing dutiesJason Zaugg2015-05-153-31/+118
* | Merge pull request #4502 from cneijenhuis/documentation/try-example-deprecatedAdriaan Moors2015-05-151-2/+3
|\ \
| * | Fixed deprecation warning in scaladoc example of TryChristoph Neijenhuis2015-05-151-2/+3
| |/
* | Merge pull request #4499 from lrytz/removeAsmLukas Rytz2015-05-1291-31812/+15
|\ \ | |/ |/|
| * Remove ASM sourcesLukas Rytz2015-05-1184-31804/+0
| * intellij project files for ASM removalLukas Rytz2015-05-117-8/+15
* | Add @throws annotation to GenSeqLike.updatedCody Allen2015-05-071-0/+1
|/
* SI-9302 -Xdisable-assertions raises elide levelSom Snytt2015-05-053-7/+6
* SI-9298 Fix erasure of value classes in JavaJason Zaugg2015-05-051-0/+2
* Merge pull request #4475 from smarter/fix/old-spec-linksLukas Rytz2015-05-042-2/+2
|\
| * Remove references to the old PDF version of the specificationGuillaume Martres2015-04-302-2/+2
* | Merge pull request #4486 from mpociecha/ticket/8679Lukas Rytz2015-05-044-5/+20
|\ \
| * | SI-8679 Add support for ScalaLongSignature attribute in scalapMichał Pociecha2015-05-034-5/+20
* | | Merge pull request #4467 from nafg/patch-1Lukas Rytz2015-05-041-2/+2
|\ \ \
| * | | Fix scaladoc of Try#failednafg2015-04-241-2/+2
* | | | Merge pull request #4463 from retronym/topic/indylambda-emit-indyLukas Rytz2015-05-047-23/+147
|\ \ \ \
| * | | | Small refactorings and additional comments in DelambdafyJason Zaugg2015-04-221-46/+54
| * | | | Update internal documentation in Delambdafy phaseJason Zaugg2015-04-221-5/+12
| * | | | Support specialized method-handle based lambdasJason Zaugg2015-04-213-7/+27
| * | | | SI-8359 Emit invokedynamic for lambdasJason Zaugg2015-04-215-12/+101
* | | | | Merge pull request #4470 from swaldman/correct-predef-assertion-docLukas Rytz2015-05-041-2/+2
|\ \ \ \ \
| * | | | | Fixed documentation of assertions in Predefswaldman2015-04-281-2/+2
| | |_|/ / | |/| | |
* | | | | Merge pull request #4469 from retronym/ticket/9282Lukas Rytz2015-05-041-3/+5
|\ \ \ \ \
| * | | | | SI-9282 Avoid obscuring an exception during classfile parsingJason Zaugg2015-04-271-3/+5
* | | | | | Merge pull request #4473 from retronym/ticket/9285Lukas Rytz2015-05-041-1/+1
|\ \ \ \ \ \
| * | | | | | SI-9285 Don't warn about non-sensible equals in synthetic methodsJason Zaugg2015-04-291-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #4487 from mpociecha/remove-unused-source-classLukas Rytz2015-05-041-127/+0
|\ \ \ \ \ \
| * | | | | | Remove unused, mostly commented out doc/html/page/Source.scalaMichał Pociecha2015-05-021-127/+0
| |/ / / / /
* | | | | | Merge pull request #4488 from gbasler/topic/files-in-wrong-placeLukas Rytz2015-05-045-76/+1
|\ \ \ \ \ \