summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded codeJason Zaugg2015-09-031-5/+3
* Use the presentation compiler to drive REPL tab completionJason Zaugg2015-09-0211-53/+317
* Add a convenience method to Symbol to "resugar" fieldsJason Zaugg2015-09-021-0/+13
* Publicize method in the presentation compilerJason Zaugg2015-09-021-1/+1
* Add a higher level completion API to the pres compilerJason Zaugg2015-09-021-1/+77
* Add an option to let pres compiler user manage threadingJason Zaugg2015-09-022-3/+4
* SI-5408 Prompt after incomplete script pasteSom Snytt2015-09-022-66/+65
* Update power mode bannerSom Snytt2015-09-022-24/+26
* SI-4438 FindAll implicits after errorJason Zaugg2015-09-011-1/+1
* Merge pull request #4692 from JanBessai/Fix-SI-6636Adriaan Moors2015-08-312-0/+23
|\
| * SI-6636 Fix macro expansion in toolboxesJan Bessai2015-08-232-0/+23
* | Merge pull request #4707 from fthomas/topic/pins-linkLukas Rytz2015-08-281-2/+3
|\ \
| * | Add link to online version of Programming in ScalaFrank S. Thomas2015-08-241-2/+3
* | | Merge pull request #4710 from retronym/ticket/9450Seth Tisue2015-08-271-2/+4
|\ \ \
| * | | SI-9450 Fix triple quoted strings in REPL :power modeJason Zaugg2015-08-271-2/+4
| |/ /
* / / SI-8346 Re-established soundness of toSet (element type widening)Rex Kerr2015-08-265-5/+43
|/ /
* | Fix typo in the name of a private methodMichał Pociecha2015-08-231-5/+5
* | 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
| | |/ / | |/| |