summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use sbt for PR validationStefan Zeiger2016-06-141-2/+16
* Merge pull request #5219 from som-snytt/issue/9245Jason Zaugg2016-06-141-1/+1
|\
| * SI-9245 Fresher name in Try and testSom Snytt2016-06-071-1/+1
* | Merge pull request #5213 from som-snytt/issue/stringof-pariterableJason Zaugg2016-06-141-2/+2
|\ \ | |/ |/|
| * SI-9737 [no-merge] Backport stringOf ParIterableNicolas Stucki2016-06-031-2/+2
* | SI-7898 Preserve reader against subversionSom Snytt2016-06-041-1/+4
|/
* Merge pull request #4998 from som-snytt/issue/7898-iLukas Rytz2016-06-015-74/+250
|\
| * SI-7898 Label for parsing -i sourcesLukas Rytz2016-05-241-1/+1
| * SI-7898 Report paste errors improvedlySom Snytt2016-05-232-18/+27
| * SI-7898 Quiet REPL at startupSom Snytt2016-05-221-6/+18
| * SI-7898 Read user input during REPL warmupSom Snytt2016-05-204-57/+212
* | SI-9789 use quadratic probing in OpenHashMapPerformant Data LLC2016-05-261-12/+6
* | Merge pull request #5169 from som-snytt/issue/4625Lukas Rytz2016-05-232-44/+65
|\ \
| * | SI-4625 Warn on first non-toplevel onlySom Snytt2016-05-171-42/+46
| * | SI-4625 Warn when discarding script objectSom Snytt2016-05-171-4/+11
| * | SI-4625 Permit arbitrary top-level in scriptSom Snytt2016-05-161-1/+3
| * | SI-4625 App is a thingSom Snytt2016-05-162-1/+5
| * | SI-4625 Recognize App in scriptSom Snytt2016-05-161-1/+5
* | | Merge pull request #5167 from martijnhoekstra/SI-9766Lukas Rytz2016-05-231-1/+2
|\ \ \
| * | | SI-9766 - allow ++ on empty ConcatIteratorMartijn Hoekstra2016-05-211-1/+2
| |/ /
* | / SI-9688 Make merge in immutable HashMap1 work with null kv.Łukasz Gieroń2016-05-231-1/+1
| |/ |/|
* | [backport] identical readme in 2.11.x as in 2.12.xLukas Rytz2016-05-191-16/+57
* | Remove default value for sourcepath in scalac (ant version). (#5166)Krzysztof Romanowski2016-05-171-2/+0
|/
* SI-9740 Repl import fix -Yrepl-class-basedSom Snytt2016-05-022-19/+25
* SI-9734 Narrow type when import REPL history (#5084)som-snytt2016-04-201-1/+1
* SI-9735 REPL prefer standard escapes for code text (#5086)som-snytt2016-04-201-4/+12
* Automate Eclipse settings and update project files: (#5091)Iulian Dragos2016-04-209-27/+101
* Merge pull request #5054 from lrytz/intellij-2.112.11.xLukas Rytz2016-03-2323-234/+336
|\
| * Update IntelliJ build for use with sbtLukas Rytz2016-03-2123-234/+336
* | SI-9488 - adds the same default toString format to Scala Futures as 2.12.xViktor Klang2016-03-221-0/+4
|/
* Merge pull request #5005 from janekdb/2.11.x-man-page-scalacv2.11.8Seth Tisue2016-03-041-25/+26
|\
| * Document -Xxml:coalescing in scalac man pageJanek Bogucki2016-03-031-25/+26
* | Merge pull request #4994 from dk14/patch-1Seth Tisue2016-03-041-1/+1
|\ \
| * | explicitly specify insertion-order feature in docsdk142016-02-231-1/+1
* | | Typesafe -> Lightbend in more placesSeth Tisue2016-03-042-2/+2
* | | SI-9425 Fix a residual bug with multi-param-list case classesJason Zaugg2016-03-041-3/+10
* | | SI-9546 Fix regression in rewrite of case apply to constructor callJason Zaugg2016-03-021-4/+3
* | | Refactor transform of case apply in refchecksJason Zaugg2016-03-021-28/+30
| |/ |/|
* | Fix bold text in reflect API for 2.11.xFelix Mulder2016-02-271-1/+1
* | Merge pull request #4993 from SethTisue/sbt-0.13.11Seth Tisue2016-02-261-46/+46
|\ \
| * | upgrade to sbt 0.13.11Seth Tisue2016-02-221-46/+46
* | | Typesafe is now LightbendSeth Tisue2016-02-249-18/+18
* | | Remove GIJ memory configuration advice from fsc, scala and scalac man pages.Janek Bogucki2016-02-203-15/+3
* | | fix smhasher urlxuwei-k2016-02-152-2/+2
* | | Fix off-by-one documentation error in Product<N>Janek Bogucki2016-02-1123-24/+23
|/ /
* | Merge pull request #4954 from retronym/topic/fullnameLukas Rytz2016-02-101-13/+25
|\ \
| * | Micro optimise Symbol#fullNameJason Zaugg2016-02-091-13/+25
* | | Merge pull request #4939 from szeiger/issue/9624Lukas Rytz2016-02-103-15/+25
|\ \ \
| * | | SI-9624 Improve documentation for TraversableOnceStefan Zeiger2016-02-043-15/+25
* | | | Merge pull request #4928 from szeiger/wip/document-e-ncLukas Rytz2016-02-102-1/+14
|\ \ \ \