]> git.lizzy.rs Git - rust.git/history - doc/rust.texi
doc: 'alt' expressions no longer require parens
[rust.git] / doc / rust.texi
2011-10-18 Matt Brubeckdoc: 'alt' expressions no longer require parens
2011-10-18 Matt Brubeckdoc: 'if' expressions no longer require parens
2011-10-18 Matt Brubeckdoc: 'for' and 'for each' no longer use parens
2011-10-18 Matt Brubeckdoc: Fix typo (s/pay/may/)
2011-09-29 Brian Andersondoc: Don't merge function and concept index. There...
2011-09-27 Patrick Waltondoc: Remove `case` from the list of keywords
2011-09-27 Patrick Waltondoc: Remove `tup` from the list of keywords
2011-09-26 Andreas GalMerge pull request #978 from erikrose/doc-tweaks
2011-09-26 Erik RoseFix some typos and grammar in the docs.
2011-09-20 Graydon HoareSwitch URLs.
2011-09-15 Marijn HaverbekeStop mentioning tail calls in reference
2011-09-14 Graydon HoareRemove mention of port, chan and task *types*, as they...
2011-09-14 Graydon HoareRemove talk of 'sharing boxes between tasks', old GC...
2011-09-14 Graydon HoareRemove mention of the nonexistent (and no longer implem...
2011-09-14 Graydon HoareFix vector indexing notation, remove reference to ...
2011-09-14 Graydon HoareFix description of tuples.
2011-09-14 Brian AndersonRemove more references to reflection from docs
2011-09-14 Graydon HoareRemove description of nonexistent stuff (reflection...
2011-09-14 Graydon HoareRemove stuff that's either unimplemented or misleading.
2011-09-14 Graydon HoareRemove misleading details.
2011-09-12 Graydon HoareRemove redundant line.
2011-09-12 Brian AndersonMerge branch 'unwind'
2011-09-12 Marijn HaverbekeRename alias to reference in docs and error messages
2011-09-08 Graydon HoareMerge pull request #867 from paulstansifer/master
2011-08-26 Paul StansiferUpdate docs for macro-related stuff.
2011-08-26 Tim ChevalierDocs for pure fn and unchecked
2011-08-26 Paul StansiferUpdate docs for macro-related stuff.
2011-08-25 Eric HolkRemoving mention of domain, updating the communication...
2011-08-17 Brian AndersonUpdate docs for import/export
2011-08-17 Graydon HoareMove task/comm stuff from exprs to task in manual,...
2011-08-11 Lindsey KuperUpdate syntax for function arguments; tweak object...
2011-08-11 Lindsey KuperFix typo in docs that was causing makeinfo warning.
2011-08-11 Graydon HoareFiddle the comm operators in the docs, add swap and...
2011-08-11 Lindsey KuperStub out docs for anon objs; update existing object...
2011-08-11 Graydon HoareUpdate docs to describe kinds rather than layers, remov...
2011-08-11 Graydon HoareMore decl fixes.
2011-08-11 Graydon HoareFix some more declarations in example code in docs.
2011-08-11 Graydon HoareUpdate docs regarding path syntax.
2011-08-11 Graydon HoareUpdate frontmatter.
2011-08-10 Graydon HoareUpdate docs to new let syntax.
2011-08-10 Graydon HoareUpdate docs on vector value syntax.
2011-08-10 Graydon HoareUpdate docs on record type and value syntax.
2011-08-10 Graydon HoareSome edits to introductory material in docs.
2011-06-29 Tim ChevalierClarify docs about claim
2011-06-28 Tim ChevalierUpdate docs for claim
2011-06-26 Brian AndersonAdd a FIXME to the docs about literal suffixes
2011-06-21 Brian AndersonTurn doc FIXMEs into comments
2011-06-19 Brian AndersonAdd FIXMEs to meta documentation
2011-06-16 Tim Chevaliermissing word in docs
2011-05-23 Tim ChevalierApparently my version of texinfo doesn't require curly...
2011-05-23 Tim ChevalierUpdate docs to talk about ! annotations
2011-05-05 Graydon HoarePut out burning tinderbox.
2011-05-05 Tim ChevalierUpdate docs to reflect preds
2011-05-05 Tim ChevalierUpdate docs to reflect assert vs. check
2011-04-19 Graydon HoareRemove half-baked 'opacity' layer qualifier.
2011-04-19 Graydon HoareRemove mention of effect system from manual.
2011-04-18 Lindsey Kuper'Type' renamed to 'type definition'.
2011-04-13 Graydon HoareFix busted texi from last night.
2011-04-13 Graydon HoareFinish the majority of statement -> expression rearrang...
2011-04-06 Patrick WaltonMerge branch 'master' of github.com:graydon/rust
2011-04-05 Tim ChevalierMore statement-to-expression edits
2011-04-05 Lindsey KuperA trivial documentation commit.
2011-04-05 Tim ChevalierChange 'statement' to 'expression' in a bunch of places
2011-03-29 Lindsey KuperAdd 'self' keyword.
2011-03-25 Brian AndersonFix typo in Ref.Task.Comm
2011-03-22 Brian AndersonUpdate docs for if statements
2011-03-08 Brian AndersonMerge branch 'master' into recursive-elseif
2011-03-02 Brian AndersonRemove parens from nullary tag constructors in docs
2011-02-25 Graydon HoareUpdate manual to define identifiers using UAX 31 XID_St...
2011-01-27 Sean StanglFix documentation: aliases may not be used in loop...
2011-01-18 benjaminjackmanfixed typo in tuple menu label
2011-01-03 Brian AndersonUpdate keyword list with 'const', 'thread'
2010-12-14 Graydon HoareSome terminology updates to talk about layers.
2010-11-03 Ralph GilesFix documentation: it's (&str s) not (str &s).
2010-11-03 Ralph GilesFix doc references to 'for each' syntax to match the...
2010-11-03 Ralph GilesFix two documentation typos.
2010-11-02 Graydon HoareFirst pass on splitting stratum and opacity off of...
2010-09-14 Graydon HoareUpdate manual to cover change to nominal tag items.
2010-08-24 Graydon HoareMerge remote branch 'tohava/master'
2010-08-17 Graydon HoareAdd support for a reserved-words list and reserve the...
2010-08-10 Graydon HoareMerge commit 'tohava/master'
2010-08-10 Graydon HoareMerge commit 'jyasskin/work'
2010-08-09 Jeffrey YasskinAdd names to tasks and domains. These can either be...
2010-07-29 Graydon HoareMerge branch 'master' of git@github.com:graydon/rust
2010-07-29 Graydon HoareMake note of new literal forms in docs.
2010-07-18 Brian AndersonFix syntax of tag variants in the list example
2010-07-18 Jeffrey YasskinExplain that rust methods can't call other methods...
2010-07-15 Graydon HoareMerge branch 'contrib'
2010-07-13 Graydon HoareTypo fixes to docs, from Ralph Giles.
2010-07-13 Graydon HoareDoc fix.
2010-07-12 Graydon HoareMerge branch 'contrib'
2010-07-12 Jeff BaloghFix typos in the docs.
2010-07-09 Graydon HoareRemove "two's complement unsigned" integer type descrip...
2010-07-08 Matt BrubeckIssue 66: Multi-line comments
2010-07-08 Graydon HoareDoc tweak.
2010-07-04 Graydon HoareAdd concept-index entries to docs, plus fix a few minor...
2010-07-03 Graydon HoareAdd version-stamp machinery (and put "Draft + datestamp...
2010-07-03 Roy FrostigClarify manual's explanation of unwinding during failur...
2010-07-02 Graydon HoareMerge branch 'master' of git@github.com:graydon/rust...
2010-07-02 Roy FrostigMinor clarification/typo-correcting edits to manual...
next