summary refs log tree commit diff
path: root/src/doc/grammar.md
AgeCommit message (Expand)AuthorLines
2015-06-09Fix up macro grammarSteve Klabnik-1/+2
2015-05-10Overwrite grammar sections with what was removed from the referenceCarol Nichols-6/+5
2015-05-10Add literal semicolon to the grammar of view_itemCarol Nichols-1/+1
2015-05-10Remove operator precedence section covered in the referenceCarol Nichols-24/+0
2015-05-10Fill in more parts of the grammar for ExpressionsCarol Nichols-14/+45
2015-05-10Fill in grammar for StatementsCarol Nichols-15/+10
2015-05-10Point to the use declaration section from the re-exporting sectionCarol Nichols-1/+1
2015-05-10Add visibility section of the grammarCarol Nichols-5/+6
2015-05-09Rollup merge of #25216 - barosl:no-more-task, r=ManishearthManish Goregaokar-3/+3
2015-05-08Remove references to deprecated `extern crate "foo" as bar` syntaxCarol Nichols-1/+1
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-3/+3
2015-04-28Move explanation that references lexical grammar to the grammarCarol Nichols-0/+6
2015-04-28Add boolean literal to the grammarCarol (Nichols || Goulding)-2/+4
2015-04-27Make item sections match item EBNFCarol (Nichols || Goulding)-1/+5
2015-04-25Redo PR #24811 properlyRobin Kruppe-5/+7
2015-04-24Updates to grammarmdinger-15/+24
2015-04-17Eliminate the obsolete term 'slot'.Graydon Hoare-3/+3
2015-04-17Trim malformed sentence.Graydon Hoare-2/+1
2015-03-15Strip trailing whitespaceTamir Duberstein-49/+49
2015-03-01Fix missed doc grammar rule rename from vec_elems to array_elemsAlan Cutter-1/+1
2015-02-16Fix grammarManish Goregaokar-1/+1
2015-02-14Fix issue with generationSteve Klabnik-3/+1
2015-02-04Replace `be` with `become`Andrea Canciani-1/+1
2015-02-01Updated unicode escape documentation to match current implementation.Nick Sarten-2/+1
2014-11-26Copied all the grammar productions from reference.md to grammar.mdIgnacio Corderi-755/+18
2014-11-26Added src/doc/grammar.md to hold Rust grammarIgnacio Corderi-0/+1514