summaryrefslogtreecommitdiff
path: root/src/library/rootdoc.txt
Commit message (Collapse)AuthorAgeFilesLines
* during bootstrap, don't build scala-parser-combinators or -swingSeth Tisue2017-02-131-2/+1
| | | | | | | | | | | | | | | | | | | | | | | I see no further reason to include them in the bootstrap process. Adriaan agrees (in-person discussion). note that the community build makes sure the modules still compile as we make changes to Scala. as for actually publishing scala-parser-combinators and scala-swing when we make binary incompatible changes to Scala, I think it's fine to consider that properly the job of the module maintainers, rather than properly the job of this script. (if we want more automation on that, we could make some elsewhere, keeping that concern separate from actual bootstrapping concerns.) scala-xml, scala-partest, and scalacheck (commented out at the moment) remain in this script since they are all actually still part of the bootstrapping picture. fixes https://github.com/scala/scala-dev/issues/302 , so that integrate-bootstrap will pass again (currently it fails, since scala-parser-combinators merged Scala.js support)
* scala-dev-113: Sync root package words to layout (#5107)Janek Bogucki2016-04-201-1/+1
| | | The package list is on the right.
* Remove scala.actors and the actors migration module dependencyLukas Rytz2015-04-231-2/+0
|
* Remove the continuations plugin module dependencyLukas Rytz2015-04-231-2/+0
|
* HasSet to HashSet typo fixKrystian Nowak2014-09-221-1/+1
|
* SI-7680 Update the ScalaDoc entry page of the Scala librarySimon Ochsenreither2013-12-191-15/+48
|
* Improved the `scala.language` documentationVlad Ureche2012-10-021-10/+11
| | | | | | | | | Also corrected the links in the library rootdoc. **Note: We need to fast track this commit so it reaches master in the next 12 hours, before we generate the next nightly docs.** Review by @odersky
* Fixes SI-4478.Simon Ochsenreither2012-05-021-2/+2
| | | | | | | | | | - Replaced/simplified usages of "wrt". - Added backticks to $Coll definitions, so stuff like "immutable.Stack" hopefully stops being interpreted as the end of a sentence and shown like that in the summary line of ScalaDoc's method description. See collection.immutable.Stack's sortBy. Additionally, it looks nicer this way. - Fixes the typo mentioned in SI-5666.
* Added a rootdoc page for the compiler API scaladocVlad Ureche2012-02-061-0/+27