summaryrefslogtreecommitdiff
path: root/spec/README.md
Commit message (Collapse)AuthorAgeFilesLines
* GH-644: Expand note regarding Jekyll versionsJanek Bogucki2017-02-171-1/+5
|
* Added U+hhhh values for quote characters to clarify.Daniel Barclay2016-11-051-2/+2
|
* make the 2.12 spec available on scala-lang.orgSeth Tisue2016-09-291-1/+1
| | | | reference: https://github.com/scala/scala-lang/issues/479
* use newer Redcarpet to build specSeth Tisue2015-07-151-1/+1
| | | | | now that https://github.com/vmg/redcarpet/issues/494 is fixed we don't need to stay pinned to an outdated version anymore
* Spec improvementsSimon Ochsenreither2015-04-251-1/+1
|
* spec: remove trailing whitespace everywhereAntoine Gourlay2014-09-171-4/+1
|
* Minor cleanup in aisle READMEAdriaan Moors2014-03-281-1/+5
|
* Import markdown spec under spec/Adriaan Moors2014-03-271-218/+19
| | | | | | | | | | | | | The bulk of the effort was done in: https://github.com/iainmcgin/scala-ref-markdown/ I just ported it to redcarpet 3.1, added a jekyll build to run on Travis, and fixed some long-standing spec bugs. As described in spec/README.md, for now we're only generating an html page per each chapter with a rudimentary toc index. We'll focus on presenting this more nicely first, and then look into a pdf / single-page html version.
* Jekyll generated html in spec/ directoryAdriaan Moors2014-03-271-0/+238
To avoid confusion, removing artifacts for currently unsupported targets (pdf/single-page html). I'd like to bring those back, but in the mean time let's avoid distractions. Add Travis build.