summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in spec, docs and commentsMichaƂ Pociecha2015-08-2319-23/+23
* Merge pull request #4693 from scala/revert-3791-ticket/8346Seth Tisue2015-08-203-24/+6
|\
| * Revert "SI-8346 Rebuild invariant sets in #toSet, avoiding CCE"Adriaan Moors2015-08-183-24/+6
* | Merge pull request #4697 from martijnhoekstra/patch-3Seth Tisue2015-08-191-2/+2
|\ \
| * | Fix documentation of filter introduced in 13f30cmartijnhoekstra2015-08-191-2/+2
| |/
* / Fix method name reference in Predef documentationJanek Bogucki2015-08-191-1/+1
|/
* Merge pull request #4678 from stusmall/2.11.xLukas Rytz2015-08-101-0/+4
|\
| * SI-3623 Improved error message for "filename too long" build errorsstusmall2015-08-071-0/+4
* | Merge pull request #4688 from retronym/topic/typer-debug-implicitsLukas Rytz2015-08-102-3/+5
|\ \
| * | Fix tracing of implicit search under -Ytyper-debugJason Zaugg2015-08-062-3/+5
* | | Merge pull request #4620 from lastland/patch-1Seth Tisue2015-08-071-1/+2
|\ \ \
| * | | Wait until the cat process is finished.Li Yao2015-08-071-1/+2
| * | | Fix the bug in the example in scala.sys.processLi Yao2015-07-111-1/+1
* | | | Merge pull request #4443 from adriaanm/abstractpromise-avoid-unsafeSeth Tisue2015-08-061-30/+7
|\ \ \ \
| * | | | SI-8362: AbstractPromise extends AtomicReferenceMariot Chauvin2015-07-291-30/+7
| | |_|/ | |/| |
* | | | Merge pull request #4554 from som-snytt/issue/1931Seth Tisue2015-08-062-11/+23
|\ \ \ \
| * | | | SI-1931 Hide Predef.any2stringadd in REPLSom Snytt2015-07-062-11/+23
| | |/ / | |/| |
* | | | Merge pull request #4672 from janekdb/2.11.x-scaladoc-compilerSeth Tisue2015-08-0610-21/+21
|\ \ \ \
| * | | | ScalaDoc fixes for compilerJanek Bogucki2015-07-2910-21/+21
| | |/ / | |/| |
* | | | Merge pull request #4675 from retronym/ticket/9425Seth Tisue2015-08-061-1/+2
|\ \ \ \
| * | | | SI-9425 Leave Companion.apply if constructor is less accessibleJason Zaugg2015-07-311-1/+2
* | | | | Merge pull request #4684 from janekdb/2.11.x-unit-return-in-mapSeth Tisue2015-08-061-1/+1
|\ \ \ \ \
| * | | | | Stop mapping to Unit when executing finally code.Janek Bogucki2015-08-051-1/+1
| | |_|_|/ | |/| | |
* / | | | Avoid unnecessary implicit view on StringJanek Bogucki2015-08-051-2/+2
|/ / / /
* | / / Delegate null test to OptionJanek Bogucki2015-08-044-41/+11
| |/ / |/| |
* | | Merge pull request #4670 from retronym/ticket/9422Lukas Rytz2015-07-291-3/+5
|\ \ \ | |/ / |/| |
| * | SI-9422 Fix incorrect constant propagationJason Zaugg2015-07-291-3/+5
* | | Merge pull request #4669 from janekdb/2.11.x-scaladoc-reflectJason Zaugg2015-07-298-13/+12
|\ \ \
| * | | ScalaDoc fixes for reflectJanek Bogucki2015-07-288-13/+12
* | | | Merge pull request #4667 from janekdb/2.11.x-scaladoc-library-library-auxJason Zaugg2015-07-297-9/+9
|\ \ \ \ | |/ / / |/| | |
| * | | ScalaDoc fixes for library and library-auxJanek Bogucki2015-07-287-9/+9
* | | | Merge pull request #4661 from retronym/ticket/9365Lukas Rytz2015-07-281-1/+1
|\ \ \ \
| * | | | SI-9365 Don't null out dependencies of transient lazy valsJason Zaugg2015-07-271-1/+1
| | |/ / | |/| |
* | | | Remove redundant 'val' from case class params.Janek Bogucki2015-07-271-2/+2
| |/ / |/| |
* | | Merge pull request #4653 from lrytz/t9403Jason Zaugg2015-07-272-3/+6
|\ \ \
| * | | SI-9403 fix ICodeReader for negative BIPUSH / SIPUSH valuesLukas Rytz2015-07-242-3/+6
| |/ /
* | | Rename the ENUM / DEFAULTMETHOD flags to include JAVA_Lukas Rytz2015-07-2412-125/+125
* | | SI-9393 fix modifiers of ClassBTypes for Java annotationsLukas Rytz2015-07-249-29/+71
* | | [backport] Fix bytecode stability when running the closure optimizerLukas Rytz2015-07-231-8/+8
* | | [backport] SI-9392 Clarify the workaround comment and introduce a devWarningLukas Rytz2015-07-231-8/+8
* | | [backport] SI-9392 Avoid crash in GenBCode for incoherent treesJason Zaugg2015-07-231-0/+8
* | | [backport] SI-9393 Temporarily disable two assertions in GenBCodeJason Zaugg2015-07-231-10/+11
* | | [backport] Refactor the ClosureOptimizer, run ProdCons only once per methodLukas Rytz2015-07-233-158/+231
* | | [backport] SI-9387 Fix VerifyError introduced by indylambdaJason Zaugg2015-07-231-1/+2
* | | [backport] Integrate the LMFInvokeDynamic extractor into LambdaMetaFactoryCallAdriaan Moors2015-07-233-70/+64
* | | [backport] Small refactoring to the closure optimizerLukas Rytz2015-07-233-139/+151
* | | [backport] Accessibility checks for methods with an InvokeDynamic instructionLukas Rytz2015-07-233-34/+116
* | | [backport] Fix bytecode stabilityLukas Rytz2015-07-231-2/+23
* | | [backport] Support methodHandle / invokeDynamic constant pool entries in scalapLukas Rytz2015-07-231-0/+6
* | | [backport] Skip mirror class when invoking deserializeLambdaLukas Rytz2015-07-231-2/+2