summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Update README.mdAdriaan Moors2017-04-101-1/+1
| | | Fix table
* Bye bye JIRAAdriaan Moors2017-04-071-2/+1
|
* [backport] new repo, version numbers for integration buildsLukas Rytz2017-03-091-1/+1
| | | | | | | Integration builds now have version number like `2.12.2-bin-sha7` or `2.13.0-pre-sha7` and are published to scala-integration (no longer scala-release-temp). scala-release-temp is still used in the bootstrap script for publishing locker.
* update Ant version info in readmeSeth Tisue2017-02-151-1/+1
|
* SI-8786 fix generic signature for @varargs forwarder methodsLukas Rytz2017-01-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | When generating a varargs forwarder for def foo[T](a: T*) the parameter type of the forwarder needs to be Array[Object]. If we generate Array[T] in UnCurry, that would be erased to plain Object, and the method would not be a valid varargs. Unfortunately, setting the parameter type to Array[Object] lead to an invalid generic signature - the generic signature should reflect the real signature. This change adds an attachment to the parameter symbol in the varargs forwarder method and special-cases signature generation. Also cleans up the code to produce the varargs forwarder. For example, type parameter and parameter symbols in the forwarder's method type were not clones, but the same symbols from the original method were re-used. Backported from 0d2760dce189cdcb363e54868381175af4b2646f, with a small tweak (checkVarargs) to make the test work on Java 6, as well as later versions.
* [backport] identical readme in 2.11.x as in 2.12.xLukas Rytz2016-05-191-164/+216
|
* Updating README.md Eclipse version reference. (#5092)CodingTwinky2016-04-201-1/+1
|
* Typesafe is now LightbendSeth Tisue2016-02-241-1/+1
|
* [SI-9664] - Updating README.md's IntelliJ version reference.JoeRatt2016-02-221-2/+2
|
* Merge pull request #4922 from SethTisue/fix-cla-linksJason Zaugg2016-02-011-1/+1
|\ | | | | fix broken links to Scala CLA
| * fix broken links to Scala CLASeth Tisue2016-01-271-1/+1
| |
* | tweak my own entry in the readmeSeth Tisue2016-01-291-1/+1
|/
* Merge pull request #4795 from SethTisue/windows-ciLukas Rytz2015-10-211-0/+2
|\ | | | | improvements to Windows build & test situation
| * add note to readme about Windows buildSeth Tisue2015-10-081-0/+2
| |
* | Merge pull request #4792 from SethTisue/round-of-readme-updatesLukas Rytz2015-10-161-27/+12
|\ \ | |/ |/| misc upgrades to README
| * more readme improvementsSeth Tisue2015-10-081-18/+7
| | | | | | | | | | | | * be clearer about required JDK versions * eliminate redundancy with existing src/eclipse and src/intellij readmes * give IntelliJ readme a .md extension
| * misc upgrades to READMESeth Tisue2015-10-071-10/+6
| | | | | | | | | | | | | | | | * link to new scala/contributors room on Gitter * remove link to old disused CI * replace list of mailing lists with single link to community page * link to 2.12 nightlies too, not just 2.11 * update required JDK version info
* | SI-9501 link README to Scala Hacker GuideSeth Tisue2015-10-061-1/+10
|/
* SI-9495 Add note about configuring Ant for HTTP proxiesSeth Tisue2015-09-301-0/+4
|
* bump required Ant version in README.mdSeth Tisue2015-09-211-1/+1
| | | | | (a little missing piece of https://github.com/scala/scala/pull/4746 we missed at review time)
* Merge pull request #4694 from janekdb/2.11.x-READMEAdriaan Moors2015-08-311-35/+40
|\ | | | | Format and content enhance README.md
| * Format and content enhance README.mdJanek Bogucki2015-08-191-35/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace bullet points with tables for - Review labels - Command overviews Rescue sbt section from midst of Ant section. Syntax correct use of ANT_OPTS. Synchronise IntelliJ menu path to 14.1. Update OSS repo name. The Central Repository was formerly known as Maven Central. Standardise on @-mention instead of @mention. Mark unfinished section with TODO. Include a few other minor improvements.
* | Extend documentation contactsJanek Bogucki2015-08-191-0/+1
|/
* Merge pull request #4664 from SethTisue/remove-dead-link-in-readmeLukas Rytz2015-07-281-1/+1
|\ | | | | remove dead link in README.md
| * fix readme for death of typesafe.artifactoryonline.comSeth Tisue2015-07-271-1/+1
| | | | | | | | there's no need for a link here anyway
* | merge two reviewers lists in readmeSeth Tisue2015-07-271-23/+9
| |
* | readme/contributor's guide tweaksSeth Tisue2015-07-161-7/+5
| | | | | | | | based on feedback from lrytz
* | tiny readme fixSeth Tisue2015-07-151-1/+1
| |
* | merge in text from pull request policy from old wikiSeth Tisue2015-07-151-2/+20
|/
* Update README.mdAdriaan Moors2015-05-261-4/+10
|
* Update README.mdJason Zaugg2015-05-191-1/+1
|
* [backport] remove references to private-repo.typesafe.comLukas Rytz2015-05-061-1/+1
| | | | Backport of 9cd3e6505aa4285750e63263e2551ab71f36ff8d
* Update intellij project files for IDEA 14.1 and latest Scala pluginLukas Rytz2015-05-011-3/+3
| | | | | Removes the src/intellij-14 folder and moves everything back to src/intellij.
* Document sbt build as experimental.Grzegorz Kossakowski2015-04-171-0/+9
| | | | | | | Add welcome message that is shown at sbt's startup. The message clearly indicates experimental status of sbt build. Also, add a short paragraph to README.md explaining status of sbt build.
* Fix links to EPFL CI and nightly downloads.Adriaan Moors2015-02-261-2/+2
| | | Reported by hu zhifeng -- thanks!
* Some notes on reviewing.Adriaan Moors2015-02-131-2/+17
|
* The talk-to-a-human optionAdriaan Moors2015-02-101-0/+17
|
* IDE setup sectionAdriaan Moors2015-02-061-1/+24
|
* Load balance across CONTRIBUTING/READMEAdriaan Moors2015-02-061-6/+132
| | | | Lower friction some more (submit PR first, ask questions later!)
* README.md: Add link to CONTRIBUTING.mdPaolo G. Giarrusso2014-02-161-1/+1
|
* Update README.mdAdriaan Moors2013-07-151-1/+1
|
* Update README.mdAdriaan Moors2013-07-151-4/+6
|
* A smaller readme, with content moved to our gh-pagesAdriaan Moors2013-07-151-0/+6