about summary refs log tree commit diff
path: root/doc/rust.texi
AgeCommit message (Expand)AuthorLines
2011-08-11Update syntax for function arguments; tweak object system examples toLindsey Kuper-30/+30
2011-08-11Fix typo in docs that was causing makeinfo warning.Lindsey Kuper-1/+1
2011-08-11Fiddle the comm operators in the docs, add swap and move symbols (no docs yet).Graydon Hoare-34/+19
2011-08-10Stub out docs for anon objs; update existing object system docs.Lindsey Kuper-37/+21
2011-08-10Update docs to describe kinds rather than layers, remove old terms.Graydon Hoare-45/+28
2011-08-10More decl fixes.Graydon Hoare-1/+1
2011-08-10Fix some more declarations in example code in docs.Graydon Hoare-5/+5
2011-08-10Update docs regarding path syntax.Graydon Hoare-68/+42
2011-08-10Update frontmatter.Graydon Hoare-2/+2
2011-08-10Update docs to new let syntax.Graydon Hoare-67/+65
2011-08-10Update docs on vector value syntax.Graydon Hoare-20/+15
2011-08-10Update docs on record type and value syntax.Graydon Hoare-17/+16
2011-08-10Some edits to introductory material in docs.Graydon Hoare-40/+28
2011-06-28Clarify docs about claimTim Chevalier-8/+6
2011-06-28Update docs for claimTim Chevalier-0/+21
2011-06-25Add a FIXME to the docs about literal suffixesBrian Anderson-0/+3
2011-06-21Turn doc FIXMEs into commentsBrian Anderson-2/+2
2011-06-18Add FIXMEs to meta documentationBrian Anderson-1/+3
2011-06-16missing word in docsTim Chevalier-1/+1
2011-05-23Apparently my version of texinfo doesn't require curly braces to be escaped, ...Tim Chevalier-4/+4
2011-05-23Update docs to talk about ! annotationsTim Chevalier-2/+41
2011-05-05Put out burning tinderbox.Graydon Hoare-1/+3
2011-05-05Update docs to reflect predsTim Chevalier-9/+29
2011-05-05Update docs to reflect assert vs. checkTim Chevalier-8/+21
2011-04-19Remove half-baked 'opacity' layer qualifier.Graydon Hoare-1/+0
2011-04-19Remove mention of effect system from manual.Graydon Hoare-25/+11
2011-04-18'Type' renamed to 'type definition'.Lindsey Kuper-6/+6
2011-04-13Fix busted texi from last night.Graydon Hoare-0/+2
2011-04-12Finish the majority of statement -> expression rearrangement in manual.Graydon Hoare-350/+411
2011-04-04More statement-to-expression editsTim Chevalier-10/+10
2011-04-04A trivial documentation commit.Lindsey Kuper-1/+1
2011-04-04Change 'statement' to 'expression' in a bunch of placesTim Chevalier-8/+8
2011-03-28Add 'self' keyword.Lindsey Kuper-0/+1
2011-03-25Fix typo in Ref.Task.CommBrian Anderson-1/+1
2011-03-22Update docs for if statementsBrian Anderson-5/+8
2011-03-01Remove parens from nullary tag constructors in docsBrian Anderson-8/+8
2011-02-25Update manual to define identifiers using UAX 31 XID_Start / XID_Continue.Graydon Hoare-13/+19
2011-01-27Fix documentation: aliases may not be used in loop constructs.Sean Stangl-6/+6
2011-01-17fixed typo in tuple menu labelbenjaminjackman-1/+1
2011-01-03Update keyword list with 'const', 'thread'Brian Anderson-0/+2
2010-12-14Some terminology updates to talk about layers.Graydon Hoare-72/+78
2010-11-03Fix documentation: it's (&str s) not (str &s).Ralph Giles-1/+1
2010-11-03Fix doc references to 'for each' syntax to match the compiler.Ralph Giles-4/+4
2010-11-03Fix two documentation typos.Ralph Giles-2/+2
2010-11-02First pass on splitting stratum and opacity off of effects. WIP.Graydon Hoare-32/+17
2010-09-13Update manual to cover change to nominal tag items.Graydon Hoare-42/+57
2010-08-17Add support for a reserved-words list and reserve the various not-supported-b...Graydon Hoare-2/+36
2010-08-09Add names to tasks and domains. These can either be an explicit literal stringJeffrey Yasskin-6/+10
2010-07-29Make note of new literal forms in docs.Graydon Hoare-2/+44
2010-07-18Fix syntax of tag variants in the list exampleBrian Anderson-4/+4