summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* #9 try to avoid double slashes in urlAdriaan Moors2014-03-261-1/+1
|
* require redcarpet 3.1 for user-friendly anchorsAdriaan Moors2014-03-261-0/+2
| | | | | | with_toc_data was updated in https://github.com/vmg/redcarpet/pull/186 to generate pretty ID attributes for Hn headers, which is what we use for cross-linking
* use simple quotes, fix indent, escape dollarAdriaan Moors2014-03-265-52/+48
|
* liquid requires SSA?Adriaan Moors2014-03-261-1/+2
|
* sort pages in indexAdriaan Moors2014-03-261-1/+1
|
* base urlAdriaan Moors2014-03-262-3/+2
|
* formattingAdriaan Moors2014-03-269-255/+234
|
* TODO: number headings using cssAdriaan Moors2014-03-261-0/+14
|
* mathjax escape dollarAdriaan Moors2014-03-261-1/+2
|
* TODO: binding exampleAdriaan Moors2014-03-251-3/+6
|
* fix indentation for footnotesAdriaan Moors2014-03-251-2/+2
|
* allow math in codeAdriaan Moors2014-03-251-1/+1
|
* redcarpetAdriaan Moors2014-03-251-2/+2
|
* formattingAdriaan Moors2014-03-251-2/+4
|
* Jekyll 2 config for redcarpet 3.1.1Adriaan Moors2014-03-252-4/+13
| | | | | To mimic github flavored markdown for local viewing. Note that this requires a development version of jekyll.
* That was fun: fix internal links.Adriaan Moors2014-03-1312-134/+134
| | | | | | | After some dirty grepping, regexing and perling, I present to you: internal links! I wish there was a way to make this more robust, these will only work on the html version, and assume we don't change filenames...
* formattingAdriaan Moors2014-03-132-13/+15
|
* fix some linksAdriaan Moors2014-03-134-4/+4
|
* 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
|