summary refs log tree commit diff
path: root/src/doc/reference.md
AgeCommit message (Expand)AuthorLines
2014-11-22auto merge of #19136 : alfie/rust/master, r=steveklabnikbors-1/+6
2014-11-21doc: adding example for implementations without traitsAlfie John-1/+14
2014-11-21auto merge of #18967 : aturon/rust/remove-runtime, r=alexcrichtonbors-4/+4
2014-11-20Fallout from libgreen and libnative removalAaron Turon-4/+4
2014-11-20Add examples for all literal types in reference grouped togethermdinger-0/+60
2014-11-20doc: adding example for type definitionsAlfie John-1/+6
2014-11-20auto merge of #19105 : alfie/rust/master, r=thestingerbors-9/+8
2014-11-19rollup merge of #19107: cakebaker/change_an_box_to_a_boxJakub Bukaj-5/+5
2014-11-19rollup merge of #19103: huonw/literal-suffixesJakub Bukaj-23/+20
2014-11-19rollup merge of #19072: cakebaker/add_missing_dotJakub Bukaj-1/+1
2014-11-19Reference: Change "an box" to "a box"Daniel Hofstetter-5/+5
2014-11-20Update documentation for literal suffixes.Huon Wilson-23/+20
2014-11-19doc: clarifying unsafe code vs undefined behaviorAlfie John-9/+8
2014-11-19clearly define `int` and `uint` to fix unsoundnessDaniel Micay-11/+8
2014-11-18Update test for equivalency to include region binders in object types, add ne...Niko Matsakis-6/+2
2014-11-18Place parenthetical notation under the `unboxed_closure` feature-gate.Niko Matsakis-4/+0
2014-11-18Reference: Add missing third dot of rangeDaniel Hofstetter-1/+1
2014-11-18rollup merge of #19026: alfie/doc-fixesJakub Bukaj-5/+5
2014-11-17Switch to purely namespaced enumsSteven Fackler-17/+17
2014-11-17doc: extend a893397 to make whole document consistentAlfie John-5/+5
2014-11-16auto merge of #18995 : alfie/rust/comment-docs, r=aturonbors-1/+1
2014-11-16Update the referenceJakub Bukaj-4/+8
2014-11-16rollup merge of #18989: alex/fix-typosJakub Bukaj-6/+6
2014-11-16doc: make end comment consistent with start commentAlfie John-1/+1
2014-11-16Move FromStr to core::strBrendan Zabarauskas-2/+1
2014-11-15Fixed several typosAlex Gaynor-6/+6
2014-11-13Reference: Fix list in Expressions sectionDaniel Hofstetter-3/+4
2014-11-06rollup merge of #18373 : steveklabnik/gh18288Alex Crichton-2/+4
2014-11-06expand description of the link attributeSteve Klabnik-2/+4
2014-11-03rollup merge of #18572 : cakebaker/small_doc_changesAlex Crichton-4/+4
2014-11-03rollup merge of #18522 : jbcrail/rename-missing-doc-attributeAlex Crichton-8/+8
2014-11-03rollup merge of #18519 : Gankro/collect-smashAlex Crichton-8/+8
2014-11-03Small doc fixesDaniel Hofstetter-4/+4
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-8/+8
2014-11-01Replace deprecated missing_doc attribute.Joseph Crail-8/+8
2014-11-01Reference: Add missing of'sDaniel Hofstetter-3/+3
2014-10-31auto merge of #18459 : alexcrichton/rust/rollup, r=alexcrichtonbors-2/+5
2014-10-30rollup merge of #18408 : thestinger/unsafeAlex Crichton-2/+5
2014-10-30auto merge of #18376 : steveklabnik/rust/gh7963, r=alexcrichtonbors-0/+1
2014-10-29auto merge of #17894 : steveklabnik/rust/fail_to_panic, r=aturonbors-22/+22
2014-10-29Rename fail! to panic!Steve Klabnik-22/+22
2014-10-28reference: document unwinding unsafety issuesDaniel Micay-0/+3
2014-10-28reference: slices are now regular typesDaniel Micay-1/+1
2014-10-28reference: note the existence of UnsafeCellDaniel Micay-1/+1
2014-10-28update keyword listSteve Klabnik-18/+19
2014-10-28Describe doc attribute in the referenceSteve Klabnik-0/+1
2014-10-17auto merge of #18052 : IvanUkhov/rust/raw-byte-string-literals, r=aturonbors-1/+1
2014-10-16librustc: Remove trans::reflect and the opaque and ty_visitor lang items.Luqman Aden-4/+0
2014-10-16Remove libdebug and update tests.Luqman Aden-1/+1
2014-10-15Fix the description of raw byte string literalsIvan Ukhov-1/+1