summary refs log tree commit diff
path: root/src/doc/reference.md
AgeCommit message (Expand)AuthorLines
2015-06-18Rollup merge of #26349 - petrochenkov:bitwise, r=steveklabnikManish Goregaokar-5/+7
2015-06-18Rollup merge of #26342 - steveklabnik:quix_reference_fix, r=alexcrichtonManish Goregaokar-3/+14
2015-06-17Document behavior of bitwise operators with boolean argumentsVadim Petrochenkov-5/+7
2015-06-16Auto merge of #24738 - joliv:patch-2, r=steveklabnikbors-2/+5
2015-06-16One more consistency fix in the referenceSteve Klabnik-3/+14
2015-06-15Add unit type info and update associated linkjoliv-2/+5
2015-06-15Significantly simplify generic exampleSteve Klabnik-10/+9
2015-06-12[reference] Fix typo in extern fn sectionMatt Brubeck-1/+1
2015-06-10Add explanation for E0116 and update the error message.Nick Hamann-1/+1
2015-06-09Rollup merge of #26111 - tshepang:consistency, r=brsonSteve Klabnik-1/+0
2015-06-09Rollup merge of #26113 - tshepang:avoid-abbreviations, r=steveklabnikManish Goregaokar-6/+6
2015-06-09Rollup merge of #26112 - tshepang:readability, r=steveklabnikManish Goregaokar-3/+7
2015-06-09reference: that looks better without those abbreviationsTshepang Lekhonkhobe-6/+6
2015-06-09reference: improve readabilityTshepang Lekhonkhobe-3/+7
2015-06-09reference: get consistent by removing unneeded whitespaceTshepang Lekhonkhobe-1/+0
2015-06-07Make all leaks safe in language referencediwic-1/+1
2015-06-04Fix doctest (fixup –#25900)Manish Goregaokar-16/+17
2015-06-04Rollup merge of #25900 - lorenzb:more_about_types, r=nikomatsakisManish Goregaokar-0/+140
2015-06-03Remove #[static_assert]Steve Klabnik-9/+0
2015-05-30Extend rust reference with a section about type coercionsLorenz-0/+120
2015-05-30Extend rust reference with a section about subtypingLorenz-0/+20
2015-05-28floating-point types are machine types, not machine-dependent typesLiigo Zhuang-2/+2
2015-05-21Document the debug_assertions cfg optionMatt Brubeck-0/+4
2015-05-15Update reference.mdMichael Rosenberg-0/+8
2015-05-13Fix link to RFC 255 in Reference.Nick Hamann-1/+3
2015-05-13Fix test failure in the referenceSteve Klabnik-0/+5
2015-05-12Improve wording for the "Trait objects" section of the reference.Nick Hamann-7/+15
2015-05-12Expand the "Traits" section of the reference.Nick Hamann-0/+40
2015-05-12Correct various small points, expand some sections, while avoidingNiko Matsakis-52/+151
2015-05-11Rollup merge of #25283 - steveklabnik:gh24999, r=alexcrichtonSteve Klabnik-20/+17
2015-05-11Rollup merge of #25282 - badboy:reference-macro-1, r=alexcrichtonSteve Klabnik-1/+1
2015-05-11Fix links in the refereceSteve Klabnik-20/+17
2015-05-11Rollup merge of #25291 - johannhof:let-expressions-example, r=steveklabnikManish Goregaokar-0/+14
2015-05-11Rollup merge of #25290 - bluss:docfixes, r=steveklabnikManish Goregaokar-13/+14
2015-05-11docs: Fixes in Reference Chapter 6.1Ulrik Sverdrup-13/+14
2015-05-11Four spaces indent, rephrasingJohann-4/+7
2015-05-11Add if let expressions exampleJohann Hofmann-0/+11
2015-05-11Docs: Compile-time bounds check in index expressionJohann Hofmann-4/+11
2015-05-10Remove extra parenthesesJan-Erik Rediger-1/+1
2015-05-09Convert #[lang=".."] to #[lang = ".."] for docs too.Nick Hamann-1/+1
2015-05-09Rollup merge of #25216 - barosl:no-more-task, r=ManishearthManish Goregaokar-1/+1
2015-05-08Remove references to deprecated `extern crate "foo" as bar` syntaxCarol Nichols-5/+4
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-1/+1
2015-05-07Rollup merge of #25052 - jooert:misc_attr_reference, r=steveklabnikSteve Klabnik-5/+4
2015-05-03Clean up the grammar around the inline attributeJake Goulding-6/+6
2015-05-02Update "Miscellaneous attributes" section of reference manualJohannes Oertel-5/+4
2015-05-01Rollup merge of #24992 - steveklabnik:gh24730, r=alexcrichtonManish Goregaokar-1/+8
2015-05-01Rollup merge of #24981 - carols10cents:remove-more-priv, r=alexcrichtonManish Goregaokar-2/+1
2015-04-30Describe (a,) vs (a) in docsSteve Klabnik-1/+8
2015-04-30Auto merge of #24924 - carols10cents:grammar-improvements, r=pnkfelixbors-5/+0