]> git.lizzy.rs Git - rust.git/history - doc
Add more standard c lib llvm intrinsics.
[rust.git] / doc /
2012-11-28 Graydon HoareMerge pull request #4032 from catamorphism/getopts
2012-11-26 Damien GrassartFix sample code in the tutorial
2012-11-24 Tim Chevalier[tutorial] Use a less confusing closure example
2012-11-20 Brian AndersonFix breakage. Expand const examples in manual
2012-11-20 Graydon HoareMerge pull request #4001 from jesse99/features/docs
2012-11-19 Jesse JonesAdded optional pub to use_decl EBNF.
2012-11-19 Jesse JonesSlightly better description of macro designators.
2012-11-19 Jesse JonesDiscuss the types that may be used with const items.
2012-11-18 Jesse JonesAdded brief discussion of static trait methods.
2012-11-18 Jesse JonesDocumented copy, ref, move in patterns.
2012-11-18 Jesse JonesMoved the matching structs example next to the prose...
2012-11-18 Jesse JonesDocument [0, ..8] vector syntax.
2012-11-18 Jesse JonesImproved attribute section, mostly by mentioning lint...
2012-11-18 Jesse JonesAdded a readme explaining how to generate html from...
2012-11-18 Brian AndersonMerge remote-tracking branch 'brson/codemap'
2012-11-16 Tim ChevalierTypo
2012-11-13 Brian AndersonMerge remote-tracking branch 'catseye/tutorial-grammar...
2012-11-11 Cat's Eye TechnologiesMinor grammatical edits; use preferred nomenclature...
2012-11-08 Brian AndersonMerge pull request #3923 from am0d/master
2012-11-07 Patrick Waltonrustc: Implement the Drop trait. r=brson
2012-11-04 Brian AndersonMerge remote-tracking branch 'brson/repl'
2012-10-30 Graydon HoareMerge pull request #3881 from vertexclique/incoming
2012-10-29 Patrick WaltonMerge pull request #3885 from pcwalton/master
2012-10-29 Brian AndersonFix typo in borrowed pointer tutorial. Closes #3876
2012-10-29 Patrick WaltonMerge pull request #3871 from pcwalton/master
2012-10-26 Tim ChevalierDocument labeled break and continue in the reference...
2012-10-25 Tim ChevalierDocument how the compiler disambiguates variable patter...
2012-10-25 Brian AndersonMerge remote-tracking branch '14427/incoming'
2012-10-24 Brian AndersonMerge pull request #3838 from vertexclique/incoming
2012-10-24 Brian AndersonMerge branch 'method-vis-parse'
2012-10-23 Tim ChevalierRemove remaining mentions of <- from docs
2012-10-23 Tim ChevalierRemove binary move from the docs
2012-10-23 Brian AndersonMerge remote-tracking branch 'luqmana/incoming'
2012-10-22 Simon BDMerge remote-tracking branch 'original/incoming' into...
2012-10-22 Brian AndersonMerge pull request #3832 from Dretch/concatdocstrs
2012-10-22 Brian Andersondocs: Remove unfinished sentence in manual. Closes...
2012-10-22 Brian AndersonMerge pull request #3826 from jdm/doublefail
2012-10-21 Brian AndersonMerge pull request #3823 from paulstansifer/master
2012-10-21 Paul StansiferTalk about ends, rather than means, in macro tutorial...
2012-10-18 Tim ChevalierMerge pull request #3799 from paulstansifer/master
2012-10-18 Paul StansiferAdd examples to the parsing limitations section of...
2012-10-17 Tim ChevalierMerge pull request #3739 from killerswan/usagemsg
2012-10-17 Ben StriegelExtraneous sigil patrol: turn &[] literals into []
2012-10-17 Ben StriegelSigil patrol: change fn@ fn& fn~ to @fn &fn ~fn
2012-10-17 Ben StriegelExtraneous sigil patrol: ~"string literals"
2012-10-17 Tim ChevalierMerge pull request #3764 from lucab/lucab/to-upstream...
2012-10-17 Tim ChevalierMerge pull request #3719 from lucab/lucab/to-upstream...
2012-10-17 Tim ChevalierMerge pull request #3706 from erickt/str-with-capacity
2012-10-17 Tim ChevalierMerge pull request #3716 from Blei/fix-3656
2012-10-17 Niko Matsakisadd missing pub from multifile example in sec 12.3
2012-10-13 Tim ChevalierMake moves explicit in doc examples
2012-10-12 Tim ChevalierCopyedit "Items and attributes" section in docs
2012-10-12 Brian AndersonMerge pull request #3734 from dbp/tutorial-fixes
2012-10-12 Daniel Pattersontutorial: add note about mutability of vectors
2012-10-12 Tim Chevaliermanual: Lightly copyedit the crates section
2012-10-12 Tim Chevaliermanual: Lightly copyedit the macros section
2012-10-12 Tim ChevalierFix tutorial-ffi tests
2012-10-12 Graydon Hoaremanual: fix one more nit.
2012-10-12 Graydon Hoaremanual: fix accidentally broken test.
2012-10-12 Graydon Hoaremanual: remove as many ~[] literals as possible.
2012-10-12 Graydon Hoaremanual: remove as many ~"" literals as possible.
2012-10-12 Graydon Hoaremanual: fix bullet list.
2012-10-12 Graydon Hoaremanual: remove description of references (modes) from...
2012-10-12 Graydon Hoaremanual: rewrite the section on type kinds.
2012-10-12 Graydon Hoaremanual: fix various examples.
2012-10-12 Graydon Hoaremanual: capitalize more examples properly.
2012-10-12 Graydon Hoaremanual: fix vec and str types to discuss definite ...
2012-10-12 Graydon Hoaremanual: example fixup.
2012-10-12 Graydon Hoaremanual: add 'item', remove statement that built-in...
2012-10-12 Graydon Hoaremanual: avoid describing 'assert' as 'like check',...
2012-10-12 Graydon Hoaremanual: remove 'analogy' between return and return...
2012-10-12 Graydon Hoaremanual: fixes to match expression examples and explanation.
2012-10-12 Graydon Hoaremanual: remove unusual production name in match-expr...
2012-10-12 Graydon Hoaremanual: "to" -> ".."
2012-10-12 Graydon Hoaremanual: rewrite for-expression section to reflect this...
2012-10-12 Graydon Hoaremanual: add section on do-expressions.
2012-10-11 Graydon Hoaremanual: add section on lambda expressions.
2012-10-11 Graydon Hoaremanual: remove mention of do-while loops.
2012-10-11 Graydon Hoaremanual: remove mention of >>>.
2012-10-11 Graydon Hoaremanual: remove 'trivial cast', it's an unused definition.
2012-10-11 Graydon Hoaremanual: note overloading and traits for comparison...
2012-10-11 Graydon Hoaremanual: mention overloading, traits on the arithmetic...
2012-10-11 Graydon Hoaremanual: fix exponents on number types.
2012-10-11 Graydon Hoaremanual: s/unique/owned/, s/shared/managed/, fix rval...
2012-10-11 Tim ChevalierFix tutorial link to tasks
2012-10-11 Graydon Hoaremanual: remove box-specific language.
2012-10-11 Graydon Hoaremanual: "with" -> ".." for FRU.
2012-10-11 Graydon Hoaremanual: link to expressions in lval/rval section.
2012-10-11 Graydon Hoaremanual: add borrow operator to symbolic unary operator...
2012-10-11 Graydon Hoaremanual: add section for unary move expressions.
2012-10-11 Graydon Hoaremanual: add section for path expressions.
2012-10-11 Graydon HoareFix doctest.
2012-10-11 Graydon Hoaremanual: pluralize; decls can introduce multiple names.
2012-10-11 Graydon Hoaremanual: remove vestigial mention of tasking from defini...
2012-10-11 Graydon Hoaremanual: s/Self type/Self types/.
2012-10-11 Graydon Hoaremanual: remove all mention of constraints.
2012-10-11 Graydon Hoaremanual: capitalize examples, remove mention of named...
2012-10-11 Graydon Hoaremanual: disambiguate field expressions from method...
2012-10-11 Graydon Hoaremanual: improve description of traits.
2012-10-11 Graydon Hoaremanual: describe structs, split out handling of recursi...
next