summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* wip: jekyllifyAdriaan Moors2014-03-1318-14/+401
|
* SI-6054 don't use the defunct List.map2 in exampleAdriaan Moors2014-03-131-3/+5
|
* SI-5136 correct return type for unapplySeqAdriaan Moors2014-03-121-15/+7
|
* SI-6195 stable members can only be overridden by stable membersAdriaan Moors2014-03-121-4/+12
|
* SI-5605 case class equals only considers first param sectionAdriaan Moors2014-03-121-1/+1
|
* SI-6054 correct eta-expansion in method value using placeholder syntaxAdriaan Moors2014-03-121-3/+3
|
* formatting: tables and headingsAdriaan Moors2014-03-123-22/+20
|
* SI-5155 xml patterns do not support cdata, entity refs or commentsAdriaan Moors2014-03-121-4/+1
|
* SI-5089 update definition implicit scope in terms of parts of a typeAdriaan Moors2014-03-121-18/+22
| | | | add note that implicits in package objects are not a good idea
* SI-7313 method types of implicit and non-implicit parameter sections are ↵Adriaan Moors2014-03-121-8/+9
| | | | never equivalent
* SI-7672 explicit top-level import of Predef precludes implicit oneAdriaan Moors2014-03-121-4/+7
|
* SI-5370 PartialFunction is a Function with queryable domainAdriaan Moors2014-03-121-5/+2
|
* SI-4980 isInstanceOf does not do outer checksAdriaan Moors2014-03-121-5/+3
|
* SI-1972 clarify getter and setter must be declared togetherAdriaan Moors2014-03-121-20/+18
|
* SI-5086 clean up EBNFAdriaan Moors2014-03-123-68/+78
| | | | | | - sequences of block statements were wrong (btw, note that BlockStat matches the empty sequence of tokens) - lexical syntax was pretty messy: clarified, removed extraneous backslashes
* SI-5065 val/var is optional for a constructor parameterAdriaan Moors2014-03-122-24/+19
|
* SI-5209 correct precedence of infix operators starting with ! =Adriaan Moors2014-03-121-1/+1
|
* formattingAdriaan Moors2014-03-121-2/+2
|
* SI-4249 try/catch accepts expressionAdriaan Moors2014-03-122-17/+13
|
* wipAdriaan Moors2014-03-121-3/+3
|
* Merge pull request #1 from som-snytt/issue/7937Adriaan Moors2014-03-122-10/+4
|\ | | | | SI-7937 In for, semi before guard never required
| * SI-7937 In for, semi before guard never requiredSom Snytt2014-03-122-10/+4
|/ | | | Align the spec with the impl.
* github markdown: tablesAdriaan Moors2014-03-114-22/+25
|
* github markdown: use ###### for definitions and notesAdriaan Moors2014-03-114-93/+77
|
* github markdown: use ###### for examplesAdriaan Moors2014-03-1111-1472/+1561
|
* SI-4583 UnicodeEscape does not allow multiple backslashesAdriaan Moors2014-03-111-2/+9
|
* formattingAdriaan Moors2014-03-101-16/+13
|
* Mention WIP in READMEAdriaan Moors2014-03-101-1/+16
|
* Catch up with latex spec.Adriaan Moors2014-03-1011-287/+395
|
* convert {\em } to _..._Adriaan Moors2014-03-101-5/+5
|
* github markdown: numbered definitionAdriaan Moors2014-03-101-5/+5
|
* github markdown: code blocksAdriaan Moors2014-03-1014-696/+696
|
* github markdown: drop css classesAdriaan Moors2014-03-1013-400/+400
|
* github markdown: headersAdriaan Moors2014-03-1016-190/+95
|
* github markdown: numbered listsAdriaan Moors2014-03-108-68/+68
|
* new build optionsIain McGinniss2013-07-311-6/+40
| | | | | | - epub2 (replaces epub) - epub3 (epub + mathml) - mathml (html5 + mathml)
* updated README.mdIain McGinniss2013-07-311-16/+78
| | | | | | | - using newer Pandoc version - added list of useful tools - added link to issue tracker - general layout / markdown fixes
* rendering error fixIain McGinniss2013-07-311-1/+1
| | | | \Dollar is not a macro MathJAX understands; alternative formatting is possible.
* added tex source buildIain McGinniss2013-03-021-1/+18
| | | | | the tex source can be useful for diagnosing build/render errors in the PDF.
* Merge branch 'master' of https://github.com/iainmcgin/scala-ref-markdownIain McGinniss2013-03-026-4/+22
|\
| * Merge pull request #22 from soc/fonts2Iain McGinniss2013-03-026-4/+22
| |\ | | | | | | Adjustments to typography and design
| | * Typographical adjustmentsSimon Ochsenreither2013-02-222-4/+15
| | | | | | | | | | | | | | | | | | | | | - Don't show underline of links by default, but on :hover, :focus - Add “Syntax” to syntax snippets - Remove superfluous bullet points from the TOC - Increase margin-top of h1
| | * Fix fonts to enable both old-style and lining numeralsSimon Ochsenreither2013-02-225-0/+7
| | | | | | | | | | | | | | | CSS is adapted so thet old-style numerals are only used in the text body, not headings or lists.
* | | Over-wide line fix for types grammarIain McGinniss2013-02-211-3/+4
|/ / | | | | | | | | | | The ExistentialClause definition was slightly too large to fit within the text width of the PDF, so a manual line break has been added.
* | Replaced build script with make fileIain McGinniss2013-02-212-63/+96
| |
* | Minor pagination tweakIain McGinniss2013-02-211-0/+1
| | | | | | | | | | PDF specific page break hint to prevent grammar definition being split across two pages
* | Miscellaneous cleanups:Simon Ochsenreither2013-02-215-19/+20
|/ | | | | | | | - Value of Unit is (), not {} - Fix desugared pattern matching code - Mention object-protected values - Use uppercase type variables for Tuple/Function code - Replace Application with App
* fix poorly labeled section linksIain McGinniss2013-02-211-12/+12
| | | | fix over-wide grammar text
* Use the original type facesSimon Ochsenreither2013-02-2115-14/+187
| | | | | | | - Utopia (alias Heuristica) for text - Luxi Mono for code Typography has been reworked and moved closer to the original.
* Merge pull request #2 from soc/layoutIain McGinniss2013-02-201-43/+9
|\ | | | | blueprint CSS layout modified to 18-column from 24-column, spacing between paragraphs reduced by 1em