summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge 2.11.x into 2.12.xAdriaan Moors2017-04-072-4/+4
|\ | | | | | | Include 828a892 Merge pull request #5753
| * bump copyright year to 2017Philippus Baalman2017-03-022-4/+4
| |
* | Revert "Temporarily insource Scalacheck 1.11.6"Adriaan Moors2016-11-012-33/+0
| | | | | | | | This reverts commit 22dac3118e97b2a4707d42ef1f47ac292a8ed385.
* | Duplicate license in /LICENSE for GitHubAdriaan Moors2016-10-181-2/+2
| | | | | | | | | | So that our license (in doc/LICENSE.md) is detected by `licensee`. Also removed some cruft while I was at it... Bye bye svn mappings.
* | Temporarily insource Scalacheck 1.11.6Jason Zaugg2016-06-272-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a temporary measure until we release Scala 2.12.0. It means we are able to release milestones, and RCs of Scala without needing a public release of Scalacheck. While we've never had to wait very long for these in the past (Thanks, Rickard!) we'd like to spare the maintainer some work betwen now and 2.12.0. After we release Scala 2.12.0, we'll revert to a binary dependency on the standard Scalacheck. I have replaced the scala-parser-combinator based command line option parsing with a quick and dirty version. I've had to remove scalacheck as a SBT test framework in our build. We don't use it directly as such (instead, it is used indirectly through `partest --scalacheck`), and it's test discovery (which we expect to return nothing) fails after re-STARR-ing due to an unsolved problem with SBT's testLoader including either STARR or sbt-launch.jar on the classpath used to discover and spawn tests. For the record, I tried the following to no avail: ``` // Two modifications are needed from the stock SBT configuration in order to exclude STARR // from the classloader that performs test discovery. // - We make `isManagedVersion` hold by providing an explicit Scala version, in order to go into the desired // branch in `createTestLoader` // - We remove STARR from the classloader of the scala instance def fixTestLoader = testLoader := { val s = scalaInstance.value val scalaInstance1 = new ScalaInstance(s.version, appConfiguration.value.provider.scalaProvider.loader(), s.libraryJar, s.compilerJar, s.extraJars, Some(s.actualVersion)) assert(scalaInstance1.isManagedVersion) TestFramework.createTestLoader(Attributed.data(fullClasspath.value), scalaInstance1, IO.createUniqueDirectory(taskTemporaryDirectory.value)) } ``` f
* | Merge 2.11.x into 2.12.xAdriaan Moors2016-03-142-2/+2
|\| | | | | | | Resolved conflicts as in b0e05b67c7
| * Typesafe -> Lightbend in more placesSeth Tisue2016-03-042-2/+2
| |
* | Merge remote-tracking branch 'origin/2.11.x' into ↵Jason Zaugg2016-02-252-2/+2
|\| | | | | | | | | | | | | | | | | | | | | merge/2.11.x-to-2.12.x-20160225 Conflicts: scripts/jobs/integrate/bootstrap src/build/maven/scala-actors-pom.xml test/files/pos/t3420.flags Conflicts were trivial to resolve.
| * Typesafe is now LightbendSeth Tisue2016-02-242-2/+2
| |
* | Merge branch '2.11.x' into topic/merge-2.11.x-to-2.12.x-20160210Jason Zaugg2016-02-102-4/+4
|\| | | | | | | | | | | | | | | | | Conflicts: src/library/scala/collection/Iterator.scala | `-- trivial conflicts only. Parens were added to the next() calls in 2.12.x, while in the meantime `{Concat,Join}Iterator` were optimized in 2.11.x
| * bump copyright year to 2016Seth Tisue2016-02-032-4/+4
| |
* | Add partial appearance update of inheritence graphs in scaladocFelix Mulder2016-01-234-52/+0
| | | | | | | | | | | | | | | | This commit updates color and shape of the inheritence graphs. Also adds a dropshadow on hover instead of opacity change. Graphviz broke upon trying to include svg buttons instead of png. Looking for a solution.
* | Merge commit '4c6dcfe934' into 2.12.xAdriaan Moors2015-08-052-4/+4
|\|
| * bump copyright year to 2015Seth Tisue2015-07-172-4/+4
| | | | | | | | | | (just hitting the highlights here, not worrying yet about bumping the dates in every modified source file)
* | Remove further references to forkjoinJason Zaugg2015-07-152-10/+0
|/ | | | | | | | | | | | | | | | | Use j.u.c.Forkjoin directly in active and disabled tests Remove bitrotted benchmarks code I was going to update these to use `java.util.concurrent.ForkJoin` directly, instead of our deprecated stubs. But most of them don't compile anymore (e.g. scala.testing.Benchmark has been removed, ClassTag imports missing). While I'm all for benchmarks, we should have large swathes of code checked in that isn't at compiled and run automatically. I'm happy to help someone resurrect these in a suitable form.
* License formatting tweak, RTF version.Adriaan Moors2014-01-072-8/+79
| | | | To avoid duplication in scala/scala-dist, where it'll just go stale.
* Prepare maven-based distribution building.Adriaan Moors2013-12-1910-0/+451
| | | | | | | | | | | | | | | | | | | | | | | | | | NOTE: `maven/latest/build.xml` is now deprecated. To publish a Scala build, simply call `ant publish` or `ant publish-local`. `maven/latest/build.xml` will soon disappear from `dists/` The idea is that a Scala distribution is a simple repackaging of artifacts already available on maven. Already available: typical jars for the artifacts (classes, sources, scaladoc). To add: the bin/, doc/, and man/ directories. Thus, move the contents that should end up in the distribution from docs/ to doc/, create the man/ directory with the manpages, and include the scripts in bin/. Next up: package these directories in a jar and publish to maven, with a dependency on scala-library-all, scala-reflect and scala-compiler, for the jars that should end up in the distribution. Refactorings: - Pull filter-pom out from deploy-one. - Rename maven-base to dist.maven. - Set all properties in the init target (dist.maven)
* Created proper 'docs' folder for new layout.Gilles Dubochet2005-12-168-1016/+0
|
* Removed scala latex documentation from the scal...Gilles Dubochet2005-12-1616-14392/+0
| | | | | Removed scala latex documentation from the scala core module.
* Cleaned-up file-type and executable flags in th...Gilles Dubochet2005-12-161-0/+0
| | | | | Cleaned-up file-type and executable flags in the entire repository.
* CVS ignore files no longer are necessary.Gilles Dubochet2005-12-143-10/+0
|
* *** empty log message ***Martin Odersky2005-11-211-0/+2
|
* A graph of NSC's AST node classes.Gilles Dubochet2005-11-151-0/+104
|
* A graph of NSC's datatype classes.Gilles Dubochet2005-11-131-0/+73
|
* This file is obsolete.Gilles Dubochet2005-11-031-1/+0
|
* fixed Channel::lastWritten = writtenBurak Emir2005-10-171-2/+2
|
* *** empty log message ***Martin Odersky2005-10-101-1/+25
|
* - added space.michelou2005-08-301-1/+1
|
* - added color for string literals.michelou2005-08-301-8/+16
| | | | | - added external link to name "Scala".
* - added color package (used for string literals...michelou2005-08-301-5/+7
| | | | | - added color package (used for string literals in code).
* Use the new syntax for def parametersmihaylov2005-08-261-1/+1
|
* - corrected layout of document header.michelou2005-08-181-4/+3
|
* *** empty log message ***michelou2005-08-151-0/+5
|
* - ScalaIntro.pdf/.ps are now generated automati...michelou2005-08-153-0/+380
| | | | | | - ScalaIntro.pdf/.ps are now generated automatically from the XML sources of the Scala website.
* *** empty log message ***michelou2005-08-151-0/+38
|
* - moved to ../introduction directory.michelou2005-08-151-32/+0
|
* *** empty log message ***mihaylov2005-08-081-1/+1
|
* - corrected bug contribution #81mihaylov2005-08-081-82/+82
| | | | | | - changed def parameters to the current syntax - added semicolons at the end of definitions where they were missing
* *** empty log message ***mihaylov2005-08-081-1/+1
|
* Removed redundant paragraphmihaylov2005-08-031-6/+0
|
* Fixed according to bug contribution #76mihaylov2005-08-021-1/+1
|
* Fixed as noted in bug contributions #79 and #80mihaylov2005-08-022-2/+2
|
* - corrected small bug in Complex example.michelou2005-07-271-3/+4
|
* - updated code for deprecated def-parameters.michelou2005-07-272-3/+3
|
* - updated list of keywords.michelou2005-05-271-12/+13
| | | | | - changed 'e.match' to 'e match'.
* - changed 'e.match' to 'e match'.michelou2005-05-271-1/+1
|
* - added 2 .tex files.michelou2005-05-271-0/+2
|
* - Removed "SimpleConstr" which is never used.paltherr2005-05-191-1/+0
|
* - added more options.michelou2005-05-111-4/+13
| | | | | - corrected typos.
* *** empty log message ***Martin Odersky2005-05-111-5/+7
|