summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SI-9322 Elapsed times in compiler calculated withSean Riggin2015-05-262-3/+3
* 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
* | Merge pull request #4509 from retronym/topic/manLukas Rytz2015-05-201-2/+3
|\ \
| * | Document -target:jvm-1.8 in the man pageJason Zaugg2015-05-201-2/+3
| |/
* | Merge pull request #4506 from scala/readme-gitJason Zaugg2015-05-201-1/+1
|\ \ | |/ |/|
| * Update README.mdJason Zaugg2015-05-191-1/+1
|/
* Merge pull request #4497 from retronym/topic/indylambda-diy-boxingJason Zaugg2015-05-167-32/+158
|\
| * [indylambda] Relieve LambdaMetafactory of boxing dutiesJason Zaugg2015-05-156-31/+157
| * Update to scala-java8-compat 0.4.0Jason Zaugg2015-05-111-1/+1
* | 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-1295-31833/+92
|\ \ | |/ |/|
| * Remove ASM sourcesLukas Rytz2015-05-1184-31804/+0
| * intellij project files for ASM removalLukas Rytz2015-05-117-8/+15
| * Inlcude ASM as a dependency in sbt buildLukas Rytz2015-05-111-9/+57
| * Include ASM as a dependency in ANT buildLukas Rytz2015-05-113-12/+20
* | Merge pull request #4496 from adriaanm/artifactory-bintrayAdriaan Moors2015-05-082-5/+6
|\ \
| * | Subst repo.typesafe -> dl.bintray, use jcenter cacheAdriaan Moors2015-05-082-5/+6
|/ /
* | Merge pull request #4492 from lrytz/scriptsBackportJason Zaugg2015-05-088-140/+213
|\ \
| * | [backport] Fixes a comment in the bootstrap script.Lukas Rytz2015-05-061-9/+11
| * | [backport] Remove existing builds from private-repo before building a release.Lukas Rytz2015-05-061-0/+25
| * | [backport] Revert back to Scalacheck 1.11.x, fixes to bootstrap scriptAdriaan Moors2015-05-062-15/+19
| * | [backport] remove references to private-repo.typesafe.comLukas Rytz2015-05-064-23/+10
| * | [backport] Update versions.properitesLukas Rytz2015-05-062-10/+13
| * | [backport] Documentation and some updates for the release build scriptLukas Rytz2015-05-062-110/+157
| * | [backport] Comments in versions.propertiesLukas Rytz2015-05-061-2/+8
| * | [backport] Remove starr.use.released property (not in use anymore)Lukas Rytz2015-05-062-2/+1
| |/
* | Merge pull request #4495 from ceedubs/updated-throwsJason Zaugg2015-05-081-0/+1
|\ \ | |/ |/|
| * Add @throws annotation to GenSeqLike.updatedCody Allen2015-05-071-0/+1
|/
* Merge pull request #4491 from som-snytt/issue/noassertionsLukas Rytz2015-05-065-7/+21
|\
| * SI-9302 -Xdisable-assertions raises elide levelSom Snytt2015-05-055-7/+21
|/
* Merge pull request #4490 from retronym/ticket/9298Lukas Rytz2015-05-055-0/+29
|\
| * SI-9298 Fix erasure of value classes in JavaJason Zaugg2015-05-055-0/+29
|/
* Merge pull request #4475 from smarter/fix/old-spec-linksLukas Rytz2015-05-044-6/+6
|\
| * Remove references to the old PDF version of the specificationGuillaume Martres2015-04-304-6/+6
* | Merge pull request #4486 from mpociecha/ticket/8679Lukas Rytz2015-05-046-5/+7025
|\ \
| * | SI-8679 Add support for ScalaLongSignature attribute in scalapMichaƂ Pociecha2015-05-036-5/+7025
* | | 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-049-23/+186
|\ \ \ \
| * | | | 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
| * | | | Add scala-java8-compat to scala-library.jarJason Zaugg2015-04-211-0/+38
| * | | | SI-8359 Update a test to work with indylambdaJason Zaugg2015-04-211-0/+1
| * | | | 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
|\ \ \ \ \ \